Skip to content

Commit

Permalink
Small update to help files.
Browse files Browse the repository at this point in the history
--HG--
branch : vim73
  • Loading branch information
brammool committed May 17, 2010
1 parent 8fd40d8 commit cc826cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 3 additions & 7 deletions runtime/doc/todo.txt
Expand Up @@ -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"
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion runtime/doc/version7.txt
Expand Up @@ -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*
-----
Expand Down

0 comments on commit cc826cd

Please sign in to comment.