comparison runtime/doc/todo.txt @ 2275:e4d849f4df03 vim73

Remove the old and not well supported GTK 1 code. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Fri, 25 Jun 2010 05:37:59 +0200
parents 917fff7bc09d
children 0b3be97064e5
comparison
equal deleted inserted replaced
2274:7c31d761ffa9 2275:e4d849f4df03
1084 restored. (Luc St-Louis) 1084 restored. (Luc St-Louis)
1085 1085
1086 1086
1087 Vim 7.3: 1087 Vim 7.3:
1088 - using NSIS 2.46: install on Windows 7 works, but no "Edit with Vim" menu. 1088 - using NSIS 2.46: install on Windows 7 works, but no "Edit with Vim" menu.
1089 Use register_shell_extension()? (George Reilly, 2010 May 26) 1089 Use register_shell_extension()?
1090 Ron's version: http://dev.ronware.org/p/vim/finfo?name=gvim.nsi 1090 Patch from Geoffrey Reilly, 2010 Jun 22
1091 - Patch for conceal feature from Vince, 2010 June 16. 1091 - Patch for conceal feature from Vince, 2010 June 16.
1092 Needs some more testing. 1092 Needs some more testing.
1093 - undofile: keep markers where the file was written/read, so that it's easy to 1093 - undofile: keep markers where the file was written/read, so that it's easy to
1094 go back to a saved version of the file: ":earlier 1f" (f for file)? 1094 go back to a saved version of the file: ":earlier 1f" (f for file)?
1095 Also add ":earlier 1d" (d for day). 1095 Also add ":earlier 1d" (d for day).
1096 Something like changenr() to see the "file saved" marker? 1096 Something like changenr() to see the "file saved" marker?
1097 Show "file saved" marker in :undolist 1097 Show "file saved" marker in :undolist
1098 - Function to get undo tree: undotree(). List of lists. Each entry is a 1098 - Function to get undo tree: undotree(). List of lists. Each entry is a
1099 dictionary: {'nr': 2, 'time': 1234, 'saved': 1} 1099 dictionary: {'nr': 2, 'time': 1234, 'saved': 1}
1100 - Remove support for GTK 1? Patch by James Vega, Jun 11 (removes too much).
1101 Patches to include: 1100 Patches to include:
1102 - Patch for Lisp support with ECL (Mikael Jansson, 2008 Oct 25) 1101 - Patch for Lisp support with ECL (Mikael Jansson, 2008 Oct 25)
1103 - Minor patches from Dominique Pelle, 2010 May 15 1102 - Minor patches from Dominique Pelle, 2010 May 15
1104 - Gvimext patch to support wide file names. (Szabolcs Horvat 2008 Sep 10) 1103 - Gvimext patch to support wide file names. (Szabolcs Horvat 2008 Sep 10)
1105 - Patch to support netbeans for Mac. (Kazuki Sakamoto, 2009 Jun 25) 1104 - Patch to support netbeans for Mac. (Kazuki Sakamoto, 2009 Jun 25)