diff runtime/doc/version7.txt @ 2286:144aa6167799 vim73

Adjust MS-Windows installer so that it also works for 64 bit systems. (George Reilly)
author Bram Moolenaar <bram@vim.org>
date Wed, 07 Jul 2010 13:19:55 +0200
parents 7e1bd501306d
children 573da4dac306
line wrap: on
line diff
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -7169,6 +7169,9 @@ When Vim is exiting because of a deadly 
 VimLeavePre, VimLeave, BufWinLeave and BufUnload autocommands are not
 executed.
 
+Removed support for GTK 1.  It was no longer maintained and required a lot of
+#ifdefs in the source code.  GTK 2 should be available for every system.
+
 
 Added							*added-7.3*
 -----
@@ -7180,7 +7183,10 @@ the file was read, also for unloaded buf
 Added the 'relativenumber' option. (Markus Heidelberg)
 
 Support for Blowfish encryption.  Added the 'cryptmethod' option.
-Mostly by Moshin Ahmed.
+Mostly by Moshin Ahmed.  Also encrypt the text in the swap file and the undo
+file.
+
+Added the |+conceal| feature.  (Vince Negri)
 
 Added support for NetBeans in a terminal.  Added |:nbstart| and |:nbclose|.
 (Xavier de Gaye)