updated for version 7.0163
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index af59203..80ff683 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 Dec 01
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Dec 06
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -21,7 +21,6 @@
 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 @@
 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 @@
 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 @@
 |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 @@
 
 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*