changeset 2190:74c8bba1d9e8 vim73

Small update to help files.
author Bram Moolenaar <bram@vim.org>
date Mon, 17 May 2010 22:07:47 +0200
parents 722e390945d7
children 40edf1be1cd8
files runtime/doc/todo.txt runtime/doc/version7.txt
diffstat 2 files changed, 10 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -335,7 +335,7 @@ doesn't set 'ff' to "unix".  (Ben Fritz,
 probably causes this.
 
 'scrollbind' is not respected when deleting lines or undo. (Milan Vancura,
-1009 Jan 16)
+2009 Jan 16)
 
 Document that default font in Athena can be set with resources:
    XtDefaultFont: "9x15"
@@ -1089,11 +1089,6 @@ restored. (Luc St-Louis)
 
 Vim 7.3:
 Patches to include:
--   Add blowfish encryption.  Openssl has an implementation.  Also by Paul
-    Kocher (LGPL), close to original.  Mohsin also has some ideas.
-    Take four bytes and turn them into unsigned to avoid byte-order problems.
-    Need to buffer up to 7 bytes to align on 8 byte boundaries.
-    Patch from Moshin: 2010 May 8, addition May 9, update May 15
 -   gettabvar() and settabvar() functions. (Yegappan Lakshmanan, 2010 May 14)
 -   Patch to support netbeans in Unix console Vim. (Xavier de Gaye, 2009 Apr
     26) Now with Mercurial repository (2010 Jan 2)
@@ -1130,7 +1125,8 @@ 6   In the quickfix window statusline ad
     Fix for invalid memory access. (Lech Lorens, 2009 Apr 17)
 - Make do_do_join() work faster.  Could at least do a binary search way of
   doing this.  Hint from Dominique Pelle, Dec 10; Lee Naish, Dec 11.
-  Patch from Milan Vancura, 2008 Dec 22.  Update 2009 Jan 7 in two parts.
+  Patch from Milan Vancura, 2010 May 16.
+- Fix for test29. (Milan Vancura, 2010 May 16)
 - Disable setting 'encoding' from a modeline?  It usually causes problems,
   can't do any good.  (Patch from Patrick Texier, 2008 Dec 9)
 - Redraw problem when appending digraph causes line to wrap. (James Vega, 2007
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -7173,9 +7173,15 @@ Added							*added-7.3*
 New syntax files:
 
 New spell files:
-
 Breton. (Dominique Pelle)
 
+Added the 'relativenumber' option. (Markus Heidelberg)
+
+Support for Blowfish encryption.  Added the 'cryptmethod' option.
+Mostly by Moshin Ahmed.
+
+Support GDK_SUPER_MASK for GTK on Mac. (Stephan Schulz)
+
 
 Fixed							*fixed-7.3*
 -----