diff runtime/doc/todo.txt @ 774:38d7bf77e550 v7.0226

updated for version 7.0226
author vimboss
date Thu, 16 Mar 2006 21:46:52 +0000
parents 2f006d0864c1
children f664cc974a7a
line wrap: on
line diff
--- 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 15
+*todo.txt*      For Vim version 7.0aa.  Last change: 2006 Mar 16
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -41,40 +41,25 @@ 8   Add patch from Muraoka Taro (Mar 16)
 - With 'nopaste' pasting is wrong, with 'paste' Command-V doesn't work.
   (Alan Schmitt)
 
-
-CONSIDERED FOR VERSION 7.0:
-
--   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.
-
-7   Make ":startinsert" command work directly for functions and scripts?
-
--   When using 'incsearch" CTRL-R CTRL-W gets the word under the cursor, but
-    the part that already matched is doubled then.  Remove the part of the
-    word that would be doubled.  Make it work line CTRL-N in Insert mode.
--   "onemore" flag in 'virtualedit': move cursor past end of line.  Patch by
-    Mattias Flodin (2004 Jul 30)
--   In a :s command multi-byte characters should also be upper/lower cased
-    with \u, \U, etc.
-
--   Adjust src/main.aap for installing manpages like in Makefile.
-    And for generating Vim.app for the Mac.
-    Install spell files with src/main.aap.
-
--   Add command to search for illegal utf-8 byte sequence.
-
-Add strtol() to avoid the problems with leading zero causing octal conversion.
-
-Updated Ruby interface. (Ryan Paul)
-
-Add a 'tool' window: behaves like a preview window but there can be several.
-Don't count it in only_one_window(). (Alexei Alexandrov)
+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.
+Don't count it in only_one_window(). (Alexei Alexandrov)
+
+Adjust src/main.aap for installing manpages like in Makefile.
+    And for generating Vim.app for the Mac.
+    Install spell files with src/main.aap.
+
 Win32: In the generated batch files, use $VIMRUNTIME if it's set.  Examples by
 Mathias Michaelis (2004 Sep 6)
 Also place vimtutor.bat in %windir%?
@@ -105,8 +90,12 @@ quote. (Nieko Maatjes, 2005 Jan 4)
 
 Add more tests for all new functionality in Vim 7.  Especially new functions.
 
+Add text in user manual for using the undo tree.  Example with finding the
+text of a previous change.
+
 
 Awaiting updated patches:
+7   Updated Ruby interface. (Ryan Paul)
 8   Add ":n" to fnamemodify(): normalize path, remove "../" when possible.
     Aric Blumer has a patch for this.
     He will update the patch for 6.3.