changeset 69:41c69c64e401

updated for version 7.0030
author vimboss
date Tue, 04 Jan 2005 21:43:22 +0000
parents a97c6902ecd9
children 088a834ca0aa
files runtime/doc/version7.txt
diffstat 1 files changed, 10 insertions(+), 6 deletions(-) [+]
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 Jan 03
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Jan 04
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -272,9 +272,9 @@ Also fixes the problem that setting 'cli
 
 Mac: GUI font selector. (Peter "Rain Dog" Cucka)
 
-GUI font selector for Motif. (Martin Dalecki)
+GUI font selector for Motif. (Marcin Dalecki)
 
-Mnemonics for the Motif find/replace dialog. (Martin Dalecki)
+Mnemonics for the Motif find/replace dialog. (Marcin Dalecki)
 
 Mac: better integration with Xcode.  Post a fake mouse-up event after the odoc
 event and the drag receive handler to work around a stall after Vim loads a
@@ -377,7 +377,7 @@ with different 'encoding' settings to ex
 Internal: Changed ga_room into ga_maxlen, so that it doesn't need to be
 incremented/decremented each time.
 
-Included a few improvements for Motif from Martin Dalecki.  Draw label
+Included a few improvements for Motif from Marcin Dalecki.  Draw label
 contents ourselves to make them handle fonts in a way configurable by Vim and
 a bit less dependent on the X11 font management.
 
@@ -386,6 +386,10 @@ When a register is empty it is not store
 ==============================================================================
 COMPILE TIME CHANGES					*compile-changes-7*
 
+Dropped the support for the BeOS and Amiga GUI.  They were not maintained and
+probably didn't work.  If you want to work on this: get the Vim 6.x version
+and merge it back in.
+
 Mac: "make" now creates the Vim.app directory and "make install" copies it to
 its final destination. (Raf)
 
@@ -627,10 +631,10 @@ fold.
 In Visual mode, when 'bin' and 'eol' set, g CTRL-G counted the last line
 break, resulting in "selected 202 of 201 bytes".
 
-Motif: fonts were not used for dialog components. (Martin Dalecki)
+Motif: fonts were not used for dialog components. (Marcin Dalecki)
 
 Motif: After using a toolbar button the keyboard focus would be on the toolbar
-(Lesstif problem). (Martin Dalecki)
+(Lesstif problem). (Marcin Dalecki)
 
 When using "y<C-V>`x" where mark x is in the first column, the last line was
 not included.