comparison runtime/doc/todo.txt @ 2154:7c8c7c95a865 vim73

First step in the Vim 7.3 branch. Changed version numbers.
author Bram Moolenaar <bram@zimbu.org>
date Sat, 15 May 2010 13:56:02 +0200
parents b9e314fe473f
children 29df04ae0fad
comparison
equal deleted inserted replaced
2152:b9e314fe473f 2154:7c8c7c95a865
1 *todo.txt* For Vim version 7.2. Last change: 2010 May 14 1 *todo.txt* For Vim version 7.3a. Last change: 2010 May 15
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
28 be worked on, but only if you sponsor Vim development. See |sponsor|. 28 be worked on, but only if you sponsor Vim development. See |sponsor|.
29 29
30 *known-bugs* 30 *known-bugs*
31 -------------------- Known bugs and current work ----------------------- 31 -------------------- Known bugs and current work -----------------------
32 32
33 After patch 7.2.432 Japanese menus don't work properly. (David NorthField)
34
33 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6) 35 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
34 36
35 E315 when trying to change a file in FileChangedRO autocommand event. 37 E315 when trying to change a file in FileChangedRO autocommand event.
36 (Dominique Pelle, 2010 Apr 30) 38 (Dominique Pelle, 2010 Apr 30)
37 39
1144 Patch for adding "J" flag to 'cinoptions': placement of jump label. 1146 Patch for adding "J" flag to 'cinoptions': placement of jump label.
1145 (Manuel Konig, 2010 Feb 19) Update by Lech Lorens, Feb 22. 1147 (Manuel Konig, 2010 Feb 19) Update by Lech Lorens, Feb 22.
1146 1148
1147 1149
1148 Vim 7.3: 1150 Vim 7.3:
1151 - Create Mercurial repository.
1152 - Add patch for 'relativenumber' option? Markus Heidelberg, 2008 Jun 27.
1153 Update 2010 May 2.
1149 - Use latest autoconf (2.65) 1154 - Use latest autoconf (2.65)
1150 - Use NSIS 2.45, it includes Windows 7 support. 1155 - Use NSIS 2.45, it includes Windows 7 support.
1151 Include "RequestExecutionLevel highest" 1156 Include "RequestExecutionLevel highest"
1152 Ron's version: http://dev.ronware.org/p/vim/finfo?name=gvim.nsi 1157 Ron's version: http://dev.ronware.org/p/vim/finfo?name=gvim.nsi
1153 - Supply a 64 bit version of gvimext.dll for 64 bit windows. 1158 - Supply a 64 bit version of gvimext.dll for 64 bit windows.
1154 http://code.google.com/p/vim-win3264/ 1159 http://code.google.com/p/vim-win3264/
1155 Gvim can be 32 bit. 1160 Gvim can be 32 bit.
1156 - Include all files in distro, no "extra" and "lang" package. 1161 - Include all files in distro, no "extra" and "lang" package.
1157 - Create Mercurial repository.
1158 - Easier/standard way to disable default plugins. 1162 - Easier/standard way to disable default plugins.
1159 - Add patch for 'relativenumber' option? Markus Heidelberg, 2008 Jun 27.
1160 Update 2010 May 2.
1161 8 Persistent undo: store undo in a file. Patch by Jordan Lewis, 2009 Feb 1163 8 Persistent undo: store undo in a file. Patch by Jordan Lewis, 2009 Feb
1162 20. Repost 2009 Nov 16. 1164 20. Repost 2009 Nov 16.
1163 -> disable by default and add remark that it's new and may fail. 1165 -> disable by default and add remark that it's new and may fail.
1164 Testing remarks by Christian Brabandt, 2010 May 1: 1166 Testing remarks by Christian Brabandt, 2010 May 1:
1165 - doesn't work well with symlinks (Jordan will look into it) 1167 - doesn't work well with symlinks (Jordan will look into it)
1173 - Add blowfish encryption. Openssl has an implementation. Also by Paul 1175 - Add blowfish encryption. Openssl has an implementation. Also by Paul
1174 Kocher (LGPL), close to original. Mohsin also has some ideas. 1176 Kocher (LGPL), close to original. Mohsin also has some ideas.
1175 Take four bytes and turn them into unsigned to avoid byte-order problems. 1177 Take four bytes and turn them into unsigned to avoid byte-order problems.
1176 Need to buffer up to 7 bytes to align on 8 byte boundaries. 1178 Need to buffer up to 7 bytes to align on 8 byte boundaries.
1177 Patch from Moshin: 2010 May 8, addition May 9. 1179 Patch from Moshin: 2010 May 8, addition May 9.
1180 - gettabvar() and settabvar() functions. (Yegappan Lakshmanan, 2010 May 14)
1178 - Patch to support netbeans in Unix console Vim. (Xavier de Gaye, 2009 Apr 1181 - Patch to support netbeans in Unix console Vim. (Xavier de Gaye, 2009 Apr
1179 26) Now with Mercurial repository (2010 Jan 2) 1182 26) Now with Mercurial repository (2010 Jan 2)
1180 - ":{range}source": source the lines from the current file. 1183 - ":{range}source": source the lines from the current file.
1181 You can already yank lines and use :@" to execute them. 1184 You can already yank lines and use :@" to execute them.
1182 Most of do_source() would not be used, need a new function. 1185 Most of do_source() would not be used, need a new function.
1207 - Mac: indicate whether a buffer was modified. (Nicolas Weber, 2006 Jun 30) 1210 - Mac: indicate whether a buffer was modified. (Nicolas Weber, 2006 Jun 30)
1208 - Allow negative 'nrwidth' for left aligning. (Nathan Laredo, 2006 Aug 16) 1211 - Allow negative 'nrwidth' for left aligning. (Nathan Laredo, 2006 Aug 16)
1209 - ml_append_string(): efficiently append to an existing line. (Brad 1212 - ml_append_string(): efficiently append to an existing line. (Brad
1210 Beveridge, 2006 Aug 26) Use in some situations, e.g., when pasting a 1213 Beveridge, 2006 Aug 26) Use in some situations, e.g., when pasting a
1211 character at a time? 1214 character at a time?
1212 - gettabvar() and settabvar() functions. (Yegappan Lakshmanan, 2007 Sep 13,
1213 2008 Jun 12)
1214 - recognize hex numbers better. (Mark Manning, 2006 Sep 13) 1215 - recognize hex numbers better. (Mark Manning, 2006 Sep 13)
1215 - Add <AbbrExpand> key, to expand an abbreviation in a mapping. (Kana 1216 - Add <AbbrExpand> key, to expand an abbreviation in a mapping. (Kana
1216 Natsuno, 2008 Jul 17) 1217 Natsuno, 2008 Jul 17)
1217 - Add 'wspara' option, also accept blank lines like empty lines for "{" and 1218 - Add 'wspara' option, also accept blank lines like empty lines for "{" and
1218 "}". (Mark Lundquist, 2008 Jul 18) 1219 "}". (Mark Lundquist, 2008 Jul 18)