updated for version 7.0227
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 1948927..65e3c76 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 Mar 16
+*todo.txt*      For Vim version 7.0aa.  Last change: 2006 Mar 17
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -44,13 +44,9 @@
 EMBEDDING: Make it possible to run Vim inside a window of another program.
 For GTK Neil Bird has a patch to use Vim like a widget.
 
-Win32: Patch for Korean IME. (Yusung, 2005 March 21)
-
 Support ":set syntax=cpp.doxygen"?  Suggested patch by Michael Geddes (9 Aug
 2004).  Should also work for 'filetype'.
 
-Add command to search for illegal utf-8 byte sequence.
-
 Add strtol() to avoid the problems with leading zero causing octal conversion.
 
 Add a 'tool' window: behaves like a preview window but there can be several.