Mercurial > vim
comparison runtime/doc/todo.txt @ 2215:cccb71c2c5c1 vim73
Fix uninit memory read in undo code. Fix uint32_t in proto file.
A few minor changes.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Mon, 24 May 2010 11:59:29 +0200 |
parents | f8222d1f9a73 |
children | 120502692d82 |
comparison
equal
deleted
inserted
replaced
2214:f8222d1f9a73 | 2215:cccb71c2c5c1 |
---|---|
1082 Remember the relative position and restore that, just like lnum and col are | 1082 Remember the relative position and restore that, just like lnum and col are |
1083 restored. (Luc St-Louis) | 1083 restored. (Luc St-Louis) |
1084 | 1084 |
1085 | 1085 |
1086 Vim 7.3: | 1086 Vim 7.3: |
1087 - Use NSIS 2.45, it includes Windows 7 support. | |
1088 Include "RequestExecutionLevel highest" | |
1089 Ron's version: http://dev.ronware.org/p/vim/finfo?name=gvim.nsi | |
1090 - Supply a 64 bit version of gvimext.dll for 64 bit windows. | |
1091 http://code.google.com/p/vim-win3264/ | |
1092 Gvim can be 32 bit. | |
1087 Patches to include: | 1093 Patches to include: |
1088 8 Persistent undo bugs / fixes: | 1094 - Persistent undo bugs / fixes: |
1089 - Add tests. Also with different 'enc' | |
1090 - Add undofile(name): get undo file name for buffer "name". | 1095 - Add undofile(name): get undo file name for buffer "name". |
1091 - Extend test62 for gettabvar() and settabvar(). (Yegappan Lakshmanan, 2010 | 1096 - Extend test62 for gettabvar() and settabvar(). (Yegappan Lakshmanan, 2010 |
1092 May 23) | 1097 May 23) |
1093 - Also crypt the undo file. | 1098 - Also crypt the undo file. |
1094 - Also crypt the swap file, each block separately. Change mf_write() and | 1099 - Also crypt the swap file, each block separately. Change mf_write() and |
1150 Konig, 2010 Feb 19) Update by Lech Lorens, Feb 22. | 1155 Konig, 2010 Feb 19) Update by Lech Lorens, Feb 22. |
1151 - Add Lua interface? (Wolfgang Oertl) patch by Luis Carvalho, 2008 Sep 5 | 1156 - Add Lua interface? (Wolfgang Oertl) patch by Luis Carvalho, 2008 Sep 5 |
1152 Patch for Make_ming.mak from Paul Moore (2008 Sep 1) | 1157 Patch for Make_ming.mak from Paul Moore (2008 Sep 1) |
1153 http://code.google.com/p/vim-iflua/ Download vim72-lua-0.7.patch.gz | 1158 http://code.google.com/p/vim-iflua/ Download vim72-lua-0.7.patch.gz |
1154 Needs some work: | 1159 Needs some work: |
1155 - Use NSIS 2.45, it includes Windows 7 support. | |
1156 Include "RequestExecutionLevel highest" | |
1157 Ron's version: http://dev.ronware.org/p/vim/finfo?name=gvim.nsi | |
1158 - Supply a 64 bit version of gvimext.dll for 64 bit windows. | |
1159 http://code.google.com/p/vim-win3264/ | |
1160 Gvim can be 32 bit. | |
1161 - Have a look at patch to enable screen access from Python. (Marko Mahnic, | 1160 - Have a look at patch to enable screen access from Python. (Marko Mahnic, |
1162 2010 Apr 12) | 1161 2010 Apr 12) |
1163 - Patch for Python 3 support. (Roland Puntaier, 2009 Sep 22) | 1162 - Patch for Python 3 support. (Roland Puntaier, 2009 Sep 22) |
1164 Includes changes for omnicompletion. | 1163 Includes changes for omnicompletion. |
1165 Needs some more testing. | 1164 Needs some more testing. |