aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-28 02:39:46 +0800
committerGravatar dusanx <ef_dva@yahoo.com>2009-04-28 03:27:06 +0800
commit6b8ef5f46378c0115846b319b379db4d0774e884 (patch)
tree813f5a22bb4f4df73d1f08200eb441e7909ebb5b
parent45ddabbaed363e6e6ada7e1b863a1c71fb38e542 (diff)
more todos
Signed-off-by: dusanx <ef_dva@yahoo.com>
-rw-r--r--TODO7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO b/TODO
index 746e576..8a0cb91 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,5 @@
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
@@ -16,7 +12,8 @@ ASAP
* 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
-
+* char *XDG_CONFIG_HOME_default = "~/.config"; where does ~ get expanded?
+* fifo -> socket. so you can do question-response. socket is slightly more complicated so we'll need to create a uzblctrl
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)