summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-27 21:03:26 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-27 21:03:26 +0000
commit04a9d4555ac38c1f8e7183354991cf54ab4b1d0a (patch)
tree94e64466a1369b992e8619481b277a083662b01b /runtime
parent3964b7ea08b139dec4b35f766ca80198e20c0219 (diff)
updated for version 7.0c01v7.0c01
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/version7.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 81dcddc600..607b90a0a7 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -2209,4 +2209,19 @@ apparently doesn't work everywhere. Use %H:%M:%S instead.
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: