summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-24 21:18:31 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-24 21:18:31 +0000
commitc013cb66a6f2403e90a43203e4059b4bb531a8e8 (patch)
tree11c73e39404969508df07336fac99597b5f8dd5e /runtime
parent81366db6d6668a753c44cacbbe7669b7f37cac37 (diff)
updated for version 7.0115v7.0115
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 359058de63..264a06dc22 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 7.0aa. Last change: 2005 Jul 23
+*todo.txt* For Vim version 7.0aa. Last change: 2005 Jul 24
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -58,9 +58,7 @@ Win32: Crash when pasting Simplified Chinese in utf-8. (rainux, 2005 June 20)
PLANNED FOR VERSION 7.0:
-- REFACTORING: The main() function is very long. Move parts to separate
- functions, especially loops. Ideas from Walter Briscoe (2003 Apr 3, 2004
- Feb 9).
+- REFACTORING:
Improve the interface between the generic GUI code and the system-specific
code. Generic code handles text window with scrollbars, system-specific
code menu, toolbar, etc.