diff runtime/doc/todo.txt @ 440:eb531146be0e v7.0114

updated for version 7.0114
author vimboss
date Sat, 23 Jul 2005 22:25:46 +0000
parents 8d2b705a5a51
children 43bf0bcf2110
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: 2005 Jul 22
+*todo.txt*      For Vim version 7.0aa.  Last change: 2005 Jul 23
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -30,20 +30,12 @@ be worked on, but only if you sponsor Vi
 							*known-bugs*
 -------------------- Known bugs and current work -----------------------
 
-Make a script to check message translations not to change the % items in
-strings.
-
-Fixed Netrw plugin problems:
-- when 'autochdir' is set the current dir is wrong (Salman Halim)
-- "cd -" doesn't work. (Suresh Govindachar)
-Send to Charles Campbell
-
 Mac unicode patch (Da Woon Jung):
 - selecting proportional font breaks display
 - UTF-8 text causes display problems.  Font replacement causes this.
 
-Include new PHP indent script from John Wellesz?
-    http://www.vim.org/scripts/download_script.php?src_id=4330
+Win32: Use the free downloadable compiler 7.1.  Figure out how to do debugging
+(with Agide?) and describe it. (George Reilly)
 
 autoload:
 - Add a Vim script in $VIMRUNTIME/tools that takes a file with a list of
@@ -56,29 +48,24 @@ autoload:
     helpfile doc/myscript.txt
   For the "helpfile" item ":helptags" is run.
 
-Patch to alternate fold highlighting.  (Anthony Iano-Fletcher, 2005 May 12)
-More levels?
-
 Awaiting response:
 -   Win32: tearoff menu window should have a scrollbar when it's taller than
     the screen.
-
-mblen(NULL, 0) also in Vim 6.3?
+-   mblen(NULL, 0) also in Vim 6.3?
 
 Win32: Crash when pasting Simplified Chinese in utf-8. (rainux, 2005 June 20)
 
 
 PLANNED FOR VERSION 7.0:
 
--   Support using "**" in filename for ":next", ":vimgrep", etc., so that a
-    directory tree can be searched.
 -   REFACTORING: The main() function is very long.  Move parts to separate
     functions, especially loops.  Ideas from Walter Briscoe (2003 Apr 3, 2004
     Feb 9).
-    Move the printing stuff to hardcopy.c.
--   Improve the interface between the generic GUI code and the system-specific
+    Improve the interface between the generic GUI code and the system-specific
     code.  Generic code handles text window with scrollbars, system-specific
     code menu, toolbar, etc.
+-   Support using "**" in filename for ":next", ":vimgrep", etc., so that a
+    directory tree can be searched.
 -   Store messages to allow SCROLLING BACK for all commands.  And other "less"
     like commands.
 -   "INTELLISENSE".  First cleanup the Insert-mode completion.