aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-27 19:39:17 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-27 19:39:17 +0200
commit91c7b9d8b649fad529ac4c043fbba66b055f1bd3 (patch)
tree8662f606f46e7b542691ce15a264272a4fda4f13 /TODO
parenta8587581191f237efeac57ff79b56a08ca5196d8 (diff)
more todos
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1b0a0f2..d36bd1d 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,9 @@
+ASAP
+
+* history logging broken
+* weird args to external commnads
+* load from history works, but why, since there is no /tmp/uzbl.history
+
* implement all the ideas from README
* get a logo
* improve site
@@ -9,6 +15,8 @@
* recognize -h with GOption?
* implement a vimperator-like link following scheme. but let user pick his favorite characters to construct the "link identifiers" with.
* add a keybind to hand the current url to an external scrips, so you can edit it and/or store it in the primary and secondary clipboards
+* use http://library.gnome.org/devel/glib/stable/glib-Hash-Tables.html#g-hash-table-insert for tracking bindings and wherever we use structs and ugly loops
+
SOMEDAY:
check if we can make the settings loading less hard coded. eg( keep a list of all settings, and for each one, try to load it)