diff runtime/doc/version7.txt @ 814:f40f1a8520ff v7.0c01

updated for version 7.0c01
author vimboss
date Mon, 27 Mar 2006 21:03:26 +0000
parents 9f345c48220b
children 4a79d6d376f0
line wrap: on
line diff
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -2209,4 +2209,19 @@ apparently doesn't work everywhere.  Use
 
 Typing BS at the "z=" prompt removed the prompt.
 
+--- fixes since Vim 6.0c ---
+
+When jumping to another tab page the Vim window size was always set, even when
+nothing in the layout changed.
+
+Win32 GUI tab pages line wasn't always enabled.  Do a proper check for the
+compiler version.
+
+Win32: When switching between tab pages the Vim window was moved when part of
+it was outside of the screen.  Now only do that in the direction of a size
+change.
+
+Win32: added menu to GUI tab pages line. (Yegappan Lakshmanan)
+
+
  vim:tw=78:ts=8:ft=help:norl: