diff runtime/doc/todo.txt @ 6663:056809de0b29 v7.4.656

updated for version 7.4.656 Problem: Missing changes for glob() in one file. Solution: Add the missing changes.
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Mar 2015 21:21:19 +0100
parents 099f8b730941
children 12155a47f6c2
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.4.  Last change: 2015 Mar 02
+*todo.txt*      For Vim version 7.4.  Last change: 2015 Mar 05
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -78,14 +78,9 @@ https://github.com/neovim/neovim/commit/
 Still using freed memory after using setloclist(). (lcd, 2014 Jul 23)
 More info Jul 24.  Not clear why.
 
-Patch for c.vim and cpp.vim. (Yasuhiro Matsumoto, 2015 Feb 28)
-
 Better .ico file for Windows. (Pat Suwalski, 2015 Feb 13)
 Waiting for response on remark from Edward Fox.
 
-Patch to put -ldl in LIBs rather than LDFLAGS, so that python2 and python3 can
-both be used. (Oazki Kiichi, 2015 Feb 28)
-
 Patch to make getregtype() return the right size for non-linux systems.
 (Yasuhiro Matsumoto, 2014 Jul 8)
 Breaks test_eval.  Inefficient, can we only compute y_width when needed?
@@ -98,10 +93,10 @@ Problem using ":try" inside ":execute". 
 ":cd C:\Windows\System32\drivers\etc*" does not work, even though the
 directory exists. (Sergio Gallelli, 2013 Dec 29)
 
-Patch to make 7.4.582 work for multi-byte. (Yasuhiro Matsumoto, 2015 Mar 1)
-
 C indent: should recognize C11 raw strings. (Mark Lodato, 2015 Mar 1)
 
+Intel Hex syntax file update, Markus Heidelberg 2015 Mar 2
+
 Gvim: when both Tab and CTRL-I are mapped, use CTRL-I not for Tab.
 
 Python: ":py raw_input('prompt')" doesn't work. (Manu Hack)
@@ -126,43 +121,17 @@ Goes away when disabling the swap file. 
 MS-Windows: Crash opening very long file name starting with "\\".
 (Christian Brock, 2012 Jun 29)
 
-Syntax files for Innovation Data processing. (Rob Owens, 2015 Feb 4)
-
-Add a few features to xxd. (Vadim Vygonets, 2013 Nov 11)
-Patches: 2013 Nov 19
-1: Add -e: little endian hexdump
-2: Add -o: add offset to displayed position
-3: Change displayed file position width to 8 chars
-
-Using CTRL-L while popup menu is visible behaves like CTRL-P, which is wrong.
-Patch by Yasuhiro Matsumoto, 2015 Jan 5.
-Is this right?  Comment from Amadeus Demarzi.
-Another patch from Christian, Jan 6.
-Comment from Hirohito Higashi, Jan 6, update Feb 8, update Feb 17.
-
-HTML indenting: adjustments for html5. (Michaelpg, 2015 Feb 23)
-
-glob() omits symbolic links to non-existing files.
-(Charles Campbell, 2015 Feb 19)
-Patch by James McCoy, 2015 Feb 20.
-Docs change suggestion by Roland Eggner, 2015 Feb 21.
-Probably "to a not existing file" should be "to a non-existing file".
-Also fix globpath().
+Patch to handle directories better for --remote. (xaizek, 2015 Mar 1)
 
 Cursorline background color not mixed with character highlight.
 Patch by Yasuhiro Matsumoto, 2014 Dec 3.
 
-Patch to fix temp directories for Windows, so that it works without tweaking.
-Issue 28.
-Also see http://superuser.com/questions/364879/how-to-open-a-new-file-in-gvim-e303-unable-to-open-swap-file
+The argument for "-S" is not taken literally, the ":so" command expands
+wildcards.  Add a ":nowild" command modifier?  (ZyX, 2015 March 4)
 
 Problem using diff syntax with cp932 encoding.  Idea from Yasuhiro Matsumoto,
 patch from Ken Takata (2014 Nov 6)
 
-text deleted by "dit" depends on indent of closing tag.
-(Jan Parthey, 2015 Feb 8)
-Patch by Christian, Feb 9.  Update Feb 13.
-
 ml_updatechunk() is slow when retrying for another encoding. (John Little,
 2014 Sep 11)