aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 =