aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-06 23:04:33 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-06 23:04:33 +0200
commitde8504736fd87147dcc588fe27165a5bf7c01507 (patch)
tree394879cdfd9c4927743efaa9a5c3f8f675eb80bf /docs
parent6e72af4928f7c6f4b16a2a69ad44d8ccce49be88 (diff)
todo updates
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/TODO b/docs/TODO
index f626fcd..8823771 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -10,7 +10,6 @@ what if fifo/socket doesn't exist, or exists but nothing working behind it (anym
== event-messages specific ==
* throw out all old code
* document the event handling mechanism, all events, how to get started with sample event handler
-* add key_release callback and event
* remove all binding ('bind = ' etc.) stuff and port to new system
* VARIABLE_SET for all types (but probably not useful for custom vars)
* port keycmd to evt handler. we can now more cleanly send BackSpace instead of keycmd_bs and so on
@@ -20,7 +19,6 @@ what if fifo/socket doesn't exist, or exists but nothing working behind it (anym
* remove chain command
* scalability -> 1 event manager per n uzbl-browser instances -> mkfifo and redirect uzbl-core stdout to fifo in uzbl-browser
* event manager -> everything based on per instance basis (associative array with uzbl instance name as key)
-* why the need of queues in mason-l branch?
= keybinding features =