Adjust MS-Windows installer so that it also works for 64 bit systems. (George
Reilly)
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 5c9ba2a..24ab732 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -7169,6 +7169,9 @@
 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 @@
 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)