updated for version 7.0029
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 79a35e1..fd8d33b 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 01
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 03
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -381,6 +381,8 @@
contents ourselves to make them handle fonts in a way configurable by Vim and
a bit less dependent on the X11 font management.
+When a register is empty it is not stored in the viminfo file.
+
==============================================================================
COMPILE TIME CHANGES *compile-changes-7*
@@ -627,6 +629,9 @@
Motif: fonts were not used for dialog components. (Martin Dalecki)
+Motif: After using a toolbar button the keyboard focus would be on the toolbar
+(Lesstif problem). (Martin Dalecki)
+
When using "y<C-V>`x" where mark x is in the first column, the last line was
not included.