updated for version 7.0030
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index fd8d33b..0281400 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 Jan 03
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 04
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -272,9 +272,9 @@
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 @@
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 @@
==============================================================================
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 @@
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.