updated for version 7.0043
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 70a783d..06186f9 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 Jan 19
+*todo.txt* For Vim version 7.0aa. Last change: 2005 Jan 21
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -30,10 +30,12 @@
*known-bugs*
-------------------- Known bugs and current work -----------------------
-Hashtable implementation:
-- Use hashtable for variables and syntax keywords.
+Dict member: use dict..foo instead of dict.foo to avoid confusion with string
+concatenation?
-":grep": display progress (filename, every second or so)
+Hashtable implementation:
+- Use hashtable for syntax keywords.
+
Can ":grep" made faster somehow? Do profiling.
Sanity check of eval.c: