updated for version 7.0204
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 230ec6e..f50d04f 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.0aa.  Last change: 2006 Feb 21
+*todo.txt*      For Vim version 7.0aa.  Last change: 2006 Feb 22
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -30,18 +30,6 @@
 							*known-bugs*
 -------------------- Known bugs and current work -----------------------
 
-Remove resetting "bold" from screen_start_highlight()?
-
-Using 'tabline' breaks using mouse to select a tab.  How to do that?
-See suggestion from Tony Mechelynck.
-
-P_INSECURE should be remembered for local option values separately.
-
-Completion: <Up> and <Down> don't insert completion, <PageUp> and <PageDown>
-shouldn't either.
-
-Completion: case sensitiveness when typing BS: make it an option?
-
 Completion: When back at the original word behave like after BS.
 
 Completion: When to get out of the BS state when the user keeps on typing?
@@ -89,11 +77,16 @@
 
 Crash with X command server (Ciaran McCreesh).
 
+Make virtcol([lnum, col]) work?
+
 "dip" in end empty lines at end of file leaves one line. (Matt Mzyzik)
 
 Ctags still hasn't included the patch.  Darren is looking for someone to do
 maintanance.
 
+Script ID is only remembered for global options. Should remember it for every
+local option separately.
+
 "fsutil hardlink" can create a hard link on an NTFS file system. (Daniel
 Einspanjer)  What library function can detect that?