diff runtime/doc/todo.txt @ 2072:4a1bcdd9ea55

Updated runtime files.
author Bram Moolenaar <bram@zimbu.org>
date Thu, 11 Feb 2010 14:19:15 +0100
parents 277085346a0d
children 3259c3923c1e
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.2.  Last change: 2010 Jan 14
+*todo.txt*      For Vim version 7.2.  Last change: 2010 Feb 09
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -30,49 +30,39 @@ be worked on, but only if you sponsor Vi
 							*known-bugs*
 -------------------- Known bugs and current work -----------------------
 
-Patch from Dominique Pelle, documentation fixes. (2010 Jan 9)
-Another patch for README files.
-
-Patch from Dominique Pelle for buffer reload when fixing spell mistake.
-(2010 Jan 14)
-
-Extention for MzScheme interface. (Sergey Khorev, 2009 Dec 21, update Dec 26)
-
-patch from Sergey Khorev for "*" command escaping. (2010 Jan 5)
-
-Patch: :compiler command doesn't function properly when invoked in a function
-(Yukihiro Nakadaira)
+Patch for crash in netbeans on join command. (Xavier de Gaye, 2010 Feb 5)
+
+Patch for mzscheme docs. (Sergey Khorev, 2010 Jan 29)
+
+Patch to support netbeans in Unix console Vim. (Xavier de Gaye, 2009 Apr 26)
+Now with Mercurial repository (2010 Jan 2)
+
+Warnings for Python 2.6.4. (Dominique Pelle, 2010 Jan 31)
+
+Patch for better fix for Win64. (Sergey Khorev, 2010 Feb 4)
+
+Patch for error messages. (Dominique Pelle, 2010 Feb 5)
+Patch for visual-operators text (Dominique Pelle, 2010 Feb 6)
+
+Patch for Win64 MingW struct size. (Andy Kittner, 2010 Feb 7)
+
+Patch for Perl interface with Perl 5.10. (Sergey Khorev, 2010 Feb 5)
+
+Patch for xxd to support "-r -p" as documented. (James Vega, 2010 Feb 8)
+
+Win32: patch for cross compile xxd and GvimExt. (Markus Heidelberg, 2009 Mar
+18)  Also update INSTALLpc.txt?
+Patch for xxd/Make_cyg.mak. (Chris Sutcliffe, 2009 Jun 10) Included in the
+above?
 
 iconv() doesn't fail on an illegal character, as documented. (Yongwei Wu, 2009
 Nov 15, example Nov 26)  Add argument to specify whether iconv() should fail
 or replace with a character and continue?
 
-Problem with window jumping to other screen when changing font. (patch by
-Michael Wookey, 2009 Oct 16)
-Better: if the window offset was negative before changing something, then
-don't change it.
-
-Patch to make CTRL-] work on scheme keywords. (Sergey Khorev, 2010 Jan 5)
-
-Gcc warning for condition that can never be true, fold.c line 3242. (James
-Vega, 2010 Jan 13)
-
-Omni menu position one column too far to the right, double-wide chars split to
-next line. (Jiang Ma, 2010 Jan 10)
-Explicit example from Dominique.
-Need to check that the last character fits?
-Patch from Dominique Pelle. (2010 Jan 12)  One more (2010 Jan 12)
-
-has("win64") returns zero.  Patch from Sergey Khorev, 2009 Jan 5.
-Or define WIN64 when _WIN64 is defined, change all _WIN64 to WIN64.
-
 Add local time at start of --startuptime output.
 Requires configure check for localtime().
 Use format year-month-day hr:min:sec.
 
-Patch to support netbeans in Unix console Vim. (Xaview de Gaye, 2009 Apr 26)
-Now with Mercurial repository (2010 Jan 2)
-
 Shell not recognized properly if it ends in "csh -f". (James Vega, 2009 Nov 3)
 Find tail?  Might have a / in argument.  Find space?  Might have space in
 path.
@@ -177,7 +167,7 @@ Problem with <script> mappings (Andy Wok
 
 Patch to support netbeans for Mac. (Kazuki Sakamoto, 2009 Jun 25)
 
-Patch to support clibpoard for Mac terminal. (Jjgod Jiang, 2009 Aug 1)
+Patch to support clipboard for Mac terminal. (Jjgod Jiang, 2009 Aug 1)
 
 When starting Vim with "gvim -f -u non_existent_file > foo.txt" there are a
 few control characters in the output. (Dale Wiles, 2009 May 28)
@@ -191,6 +181,7 @@ J.  Wang, 2009 Mar 31)
 Patch for vertical line at certain column position, 'guidecolumn' option.
 (Pankaj Garg, 2009 Apr 14, aka Lone, Apr 15)
 Update 2009 May 2, 'margincolumn'
+Alternative patch. (2010 Feb 2, Gregor Uhlenheuer)
 
 Add different highlighting for a fold line depending on the fold level.
 Patch. (Noel Henson, 2009 Sep 13)
@@ -258,11 +249,6 @@ Kondakoff, 2009 May 13)
 
 Win32 GUI: Changing manifest helps for dpi changes (Joe Castro, 2009 Mar 27)
 
-Win32: patch for cross compile xxd and GvimExt. (Markus Heidelberg, 2009 Mar
-18)  Also update INSTALLpc.txt?
-Patch for xxd/Make_cyg.mak. (Chris Sutcliffe, 2009 Jun 10) Included in the
-above?
-
 Win32: patch for better font scaling. (George Reilly, 2009 Mar 26)
 
 Win32 GUI: last message from startup doesn't show up when there is an echoerr
@@ -856,6 +842,9 @@ When 'backupskip' is set from $TEMP spec
 Another problem is that file_pat_to_reg_pat() doesn't recognize "\\", so "\\(" 
 will be seen as a path separator plus "\(".
 
+gvim d:\path\path\(FILE).xml should not remove the \ before the (.
+This also fails with --remote.
+
 When doing ":quit" the Netbeans "killed" event isn't sent.  (Xavier de Gaye,
 2008 Nov 10)  call netbeans_file_closed() at the end of buf_freeall(), or in
 all places where buf_freeall() is called?
@@ -920,7 +909,7 @@ Win32: When 'autochdir' is on and 'encod
 line are opened again, but from the wrong directory.  Apply 'autochdir' only
 after starting up?
 
-When showing a diff between a non-existant file and an existing one, with the
+When showing a diff between a non-existent file and an existing one, with the
 cursor in the empty buffer, the other buffer only shows the last line.  Change
 the "insert" into a change from one line to many? (Yakov Lerner, 2008 May 27)
 
@@ -1046,7 +1035,7 @@ visible.
 GTK: when setting 'columns' in a startup script and doing ":vertical diffsplit"
 the window isn't redrawn properly, see two vertical bars.
 
-GTK: file choser is disabled.  Patch by Tim Starling, 2009 Nov 13.
+GTK: file chooser is disabled.  Patch by Tim Starling, 2009 Nov 13.
 
 The magic clipboard format "VimClipboard2" appears in several places.  Should
 be only one.
@@ -2315,7 +2304,7 @@ Spell checking:
     Is COMPLEXPREFIXES necessary when we have flags for affixes?
 -   Support spelling words in CamelCase as if they were two separate words.
     Requires some option to enable it. (Timothy Knox)
--   There is no Finnish spell checking file.  For openoffic Voikko is now
+-   There is no Finnish spell checking file.  For openoffice Voikko is now
     used, which is based on Malaga: http://home.arcor.de/bjoern-beutel/malaga/
     (Teemu Likonen)
 8   ":mkspell" still takes much too long in Hungarian dictionary from