diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-06-25 05:37:59 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-06-25 05:37:59 +0200 |
commit | 182c5be111889643294083c830080cfbaa3dd154 (patch) | |
tree | 4c393150480418e953031c93453cedc10738185f /runtime | |
parent | ba52cde53d8eeb0bd8949ab0acc47a56f87e7963 (diff) | |
download | vim-git-182c5be111889643294083c830080cfbaa3dd154.tar.gz |
Remove the old and not well supported GTK 1 code. (James Vega)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/todo.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index d9351d96f..255e00f5f 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1086,8 +1086,8 @@ restored. (Luc St-Louis) Vim 7.3: - using NSIS 2.46: install on Windows 7 works, but no "Edit with Vim" menu. - Use register_shell_extension()? (George Reilly, 2010 May 26) - Ron's version: http://dev.ronware.org/p/vim/finfo?name=gvim.nsi + Use register_shell_extension()? + Patch from Geoffrey Reilly, 2010 Jun 22 - Patch for conceal feature from Vince, 2010 June 16. Needs some more testing. - undofile: keep markers where the file was written/read, so that it's easy to @@ -1097,7 +1097,6 @@ Vim 7.3: Show "file saved" marker in :undolist - Function to get undo tree: undotree(). List of lists. Each entry is a dictionary: {'nr': 2, 'time': 1234, 'saved': 1} -- Remove support for GTK 1? Patch by James Vega, Jun 11 (removes too much). Patches to include: - Patch for Lisp support with ECL (Mikael Jansson, 2008 Oct 25) - Minor patches from Dominique Pelle, 2010 May 15 |