summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-17 22:07:47 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-17 22:07:47 +0200
commit927edbd134329878d9b4c333eb720b923b3b39fb (patch)
treece479b07121f82abfed8aa8f78f39e136a21e71c
parent30bb41445cfcc4f34fe1f862064cea01b7a363f6 (diff)
Small update to help files.
-rw-r--r--runtime/doc/todo.txt10
-rw-r--r--runtime/doc/version7.txt8
2 files changed, 10 insertions, 8 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 321ed2991a..62ecb5af2c 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -335,7 +335,7 @@ doesn't set 'ff' to "unix". (Ben Fritz, 2008 Dec 5) Reusing the old buffer
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 @@ Patches to include:
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
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 5f9da9346b..bdae492295 100644
--- 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*
-----