aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHECKLIST
diff options
context:
space:
mode:
authorGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-28 07:26:00 +0100
committerGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-28 07:26:00 +0100
commitea635d6c769b163d1be774bbd9d3edc2b31d2269 (patch)
tree2cf0c7c15e01804610a90e19d59d988ad4b90a71 /CHECKLIST
parent25f4443fb0ccad632f46f83d43319b0d1f7acfc2 (diff)
parent3e42283eb5eb296ecac9b9219cdc728e92b3c287 (diff)
Merge branch 'dusanx/master' into experimental
Diffstat (limited to 'CHECKLIST')
-rw-r--r--CHECKLIST7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHECKLIST b/CHECKLIST
index c2a722a..790fe69 100644
--- a/CHECKLIST
+++ b/CHECKLIST
@@ -14,6 +14,11 @@ Also testers and interested people can use this list to see what uzbl is about,
* invocations of external commands: you'll see it on stdout everytime uzbl calls an external script/program. the invocations should work and none of the arguments passed should be null/garbage/.. .
all should be valid strings and contain things like the pid, fifo file, config file,.. (see README for details).
* XDG_CONFIG_HOME and XDG_CONFIG_DIRS (+ default values) fully supported and working (looks for a config file called 'uzbl').
+* --uri can be specified without http:// -- if missing will be prepended.
+* Download completely finished
+* Open in new window partially finished: target _new works, from popup meny does not work yet
TODO: add stuff about internal/external keybinds, mod key, insert mode, status bar,
-behavior settings,.... \ No newline at end of file
+behavior settings,....
+
+TODO: add 'http://' to url if there is no substr '://'