aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-25 12:40:19 +0100
committerGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-25 12:40:19 +0100
commit3bae0d6eb4444e29324892bed0bcbf1a4d8066cd (patch)
treec7dd38b6f4d85ef02c7adcba2f8eaf2a8c3e3697 /TODO
parent98a4cae8b75906b1ef62415e8134c11b509b8668 (diff)
parenta08ab4772758106cf1b6437fd7878206b2f96d84 (diff)
Merge branch 'master' of git://github.com/Dieterbe/uzbl into dieter/master
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO b/TODO
index b4c70bf..3e4cfd3 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,12 @@
* implement all the ideas from README
+* Support for arguments to commands (argc/argv-like structure?).
+* Support for binding keyboard shortcuts in config file.
+* where to put proxy config? webkit support?
* do not store the 'http://' part in the history file
* improve commandline arguments
+* have a better look at /merge the fifo code from barrucadu and friends
-* Support for arguments to commands (argc/argv-like structure?).
-* Support for binding keyboard shortcuts in config file.
+
+SOMEDAY:
+figure out caching with webkit and in general how we can speed everything
+figure out how webkit intercepts key input