updated for version 7.0174
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 8b27dde..30bc26d 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.0aa.  Last change: 2005 Dec 18
+*todo.txt*      For Vim version 7.0aa.  Last change: 2005 Dec 19
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -59,6 +59,10 @@
 - Have "zg" and "zw" report the file that was modified. (Marvin Renich)
 - Add a command like "zg" that selects one of the files 'spellfile'.
 
+GTK: get an X error while exiting quickly after starting (running the tests).
+Caused by new GTK library?
+    X Error: BadWindow (invalid Window parameter) 3
+
 Support saving and restoring session for X windows?  It should work to do
 ":mksession" and use "-S fname" for the restart command.  The
 gui_x11_wm_protocol_handler() already takes care of the rest.
@@ -116,6 +120,8 @@
 
 Are there more commands where v:swapcommand can be set to something useful?
 
+Put autocommand event names in a hashtable for faster lookup?
+
 Awaiting response:
 -   Win32: tearoff menu window should have a scrollbar when it's taller than
     the screen.