diff runtime/doc/version7.txt @ 575:f1d46f948241 v7.0163

updated for version 7.0163
author vimboss
date Tue, 06 Dec 2005 20:04:44 +0000
parents 2244be18d9e9
children 90ee46d7f492
line wrap: on
line diff
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Dec 01
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Dec 06
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -21,7 +21,6 @@ NEW FEATURES				|new-7|
 Vim script enhancements			|new-vim-script|
 Spell checking				|new-spell|
 Omni completion				|new-omni-completion|
-KDE support				|new-KDE|
 MzScheme interface			|new-MzScheme|
 Printing multi-byte text		|new-print-multi-byte|
 Translated manual pages			|new-manpage-trans|
@@ -67,6 +66,8 @@ results in "a'b".
 When overwriting a file with ":w! fname" there was no warning for when "fname"
 was being edited by another Vim.  Vim now gives an error message |E768|.
 
+The support for Mac OS 9 has been removed.
+
 
 Minor incompatibilities:
 
@@ -202,13 +203,6 @@ When the 'completeopt' option contains "
 completion are displayed in a popup menu.
 
 
-KDE support						*new-KDE*
------------
-
-Kvim is the KDE version of Vim.  It uses the Qt toolkit.  See |KVim|.
-(Thomas Capricelli, Philippe Fremy, Mickael Marchand, Mark Westcott, et al.)
-
-
 MzScheme interface					*new-MzScheme*
 ------------------
 
@@ -503,6 +497,7 @@ New autocommand events: ~
 |ColorScheme|		after loading a color scheme
 |QuickFixCmdPre|	before :make, :grep et al. (Ciaran McCreesh)
 |QuickFixCmdPost|	after :make, :grep et al. (Ciaran McCreesh)
+|SessionLoadPost|	after loading a session file. (Yegappan Lakshmanan)
 
 
 New items in search patterns: ~
@@ -849,6 +844,9 @@ in the FileChangedRO autocommand when ch
 
 Unix: When open() returns EFBIG give an appropriate message.
 
+":mksession" sets the SessionLoad variable to notify plugins.  A modeline is
+added to the session file to set 'filetype' to "vim".
+
 ==============================================================================
 COMPILE TIME CHANGES					*compile-changes-7*