README and help file updates.
diff --git a/runtime/doc/os_amiga.txt b/runtime/doc/os_amiga.txt
index de395e3..62c1352 100644
--- a/runtime/doc/os_amiga.txt
+++ b/runtime/doc/os_amiga.txt
@@ -1,4 +1,4 @@
-*os_amiga.txt*  For Vim version 7.3g.  Last change: 2005 Mar 29
+*os_amiga.txt*  For Vim version 7.3g.  Last change: 2010 Aug 14
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -8,6 +8,8 @@
 This file contains the particularities for the Amiga version of Vim.
 There is also a section specifically for |MorphOS| below.
 
+NOTE: The Amiga code is still included, but has not been maintained or tested.
+
 Installation on the Amiga:
 - Assign "VIM:" to the directory where the Vim "doc" directory is.  Vim will
   look for the file "VIM:doc/help.txt" (for the help command).
diff --git a/runtime/doc/os_beos.txt b/runtime/doc/os_beos.txt
index 823938a..a88183b 100644
--- a/runtime/doc/os_beos.txt
+++ b/runtime/doc/os_beos.txt
@@ -1,4 +1,4 @@
-*os_beos.txt*	For Vim version 7.3g.  Last change: 2005 Mar 29
+*os_beos.txt*	For Vim version 7.3g.  Last change: 2010 Aug 14
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -131,38 +131,9 @@
 
 5. The BeOS GUI						*beos-gui*
 
-Normally Vim starts with the GUI if you start it as gvim or vim -g.  The BeOS
-version tries to determine if it was started from the Tracker instead of the
-Terminal, and if so, use the GUI anyway.  However, the current detection scheme
-is fooled if you use the command "vim - </dev/null" or "vim filename &".  The
-latter can be called a feature but probably only works because there is no
-BSD-style job control.
-
-Stuff that does not work yet:
-
-- Running external commands from the GUI does not work 100% (again due to lack
-  of support for select()).  There was a choice between seeing the command's
-  output, or being able to interrupt it.  I chose for seeing the output.  Even
-  now the command sometimes crashes mysteriously, apparently in Be's
-  malloc_internal() called from the putenv() function, after fork()ing.  (data
-  access exception occurred, ec01b0ec:  90e80000 *stw r7, 0x0000 (r8)).  (:!ls
-  works usually, :r !ls usually doesn't).  This has been reported as bug
-  # 971215-083826.
-- The window title.
-- Starting the GUI from the Terminal version with :gui always acts as if
-  :gui -f were used.  There is no way to fix this that I can see.
-- There are some small display glitches here and there that I hope to clean up
-  later.  Most of them occur when the window is partially obscured.  Some of
-  them seem to be bugs in BeOS, because the Terminal has similar glitches.
-- Mouse up events are not generated when outside the window.  This is a bug in
-  BeOS.  You can notice this when selecting text and moving the cursor outside
-  the window, then letting go of the mouse button.  Another way is when you
-  drag the scrollbar and do the same thing.  Because Vim still thinks you are
-  still playing with the scrollbar it won't change it itself.  I provided a
-  workaround which kicks in when the window is activated or deactivated (so it
-  works best with focus- follows-mouse (/boot/bin/ffm) turned on).
-- The cursor does not flash (very low priority; I'm not sure I even like it
-  when it flashes)
+The BeOS GUI is no longer included.  It was not maintained for a while and
+most likely didn't work.  If you want to work on this: get the Vim 6.x version
+and merge it back in.
 
 
 6. The $VIM directory					*beos-vimdir*
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 563a714..920dc8a 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -35,6 +35,10 @@
 
 Problem with \NL in Ex script. (Ray Frish, 2010 Aug 10)
 
+Using longest completion (with "longest" in 'wildmode' or using CTRL-L) after
+:find will not work, because of shortening the results.  Don't shorten when
+looking for the longest common part of the matches.
+
 Bug: E685 error for func_unref(). (ZyX, 2010 Aug 5)
 
 CTRL-] on help tag |/[\n]| doesn't jump to the right place. (Tony Mechelynck,
@@ -52,7 +56,7 @@
 Problem producing tags file when hebrew.frx is present.  It has a BOM.
 Results in E670. (Tony Mechelynck, 2010 May 2)
 
-setpos() does not resture cursor position after :normal. (Tyru, 2010 Aug 11)
+setpos() does not restore cursor position after :normal. (Tyru, 2010 Aug 11)
 
 Test 73 fails on MS-Windows when compiled with DJGPP and run twice.  How to
 delete the Xfind directory?  Add an rmdir() function, just like we have
@@ -113,7 +117,11 @@
 like it has ":keepjumps" before it.
 
 Coverity: ask someone to create new user: Dominique.
-look into reported defects: http://scan.coverity.com/rung2.html
+Check if there are new reported defects: http://scan.coverity.com/rung2.html
+
+When setting 'undofile' while the file is already loaded, but unchanged, try
+to read the undo file.  Requires computing a checksum of the text. (Andy
+Wokula)
 
 Bug with 'incsearch' going to wrong line. (Wolfram Kresse, 2009 Aug 17)
 Only with "vim -u NONE".
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 6face36..4bc6143 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.3g.  Last change: 2010 Aug 13
+*version7.txt*  For Vim version 7.3g.  Last change: 2010 Aug 14
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -7210,7 +7210,7 @@
 -----------------
 
 Added the Python3 interface.  It exists next to Python 2.x, both can be used
-at the same time. |python3| (Roland Puntaier)
+at the same time.  See |python3| (Roland Puntaier)
 
 
 Changed							*changed-7.3*
@@ -7351,13 +7351,16 @@
 New filetype plugins: ~
 Cucumber (Tim Pope)
 Liquid (Tim Pope)
+Logcheck (Debian)
 Markdown (Tim Pope)
+Perl 6 (Andy Lester)
+Quickfix window (Lech Lorens)
 Tcl (Robert L Hicks)
 
 New indent plugins: ~
+CUDA (Bram Moolenaar)
 ChaiScript (Jason Turner)
 Cucumber (Tim Pope)
-CUDA (Bram Moolenaar)
 LifeLines (Patrick Texier)
 Liquid (Tim Pope)
 Mail (Bram Moolenaar)
@@ -7365,12 +7368,15 @@
 
 Other new runtime files: ~
 Breton spell file (Dominique Pelle)
+Dvorak keymap (Ashish Shukla)
+Korean translations. (SungHyun Nam)
+Python 3 completion (Aaron Griffin)
+Serbian menu translations (Aleksandar Jelenak)
+Tetum spell files
 Tutor Bairish (Sepp Hell)
 Tutor in Esperanto. (Dominique Pellé)
-Korean translations. (SungHyun Nam)
-Dvorak keymap (Ashish Shukla)
-Serbian menu translations (Aleksandar Jelenak)
-Tetum spell files.
+
+Removed the Mupad runtime files, they were not maintained.
 
 
 Fixed							*fixed-7.3*
@@ -10132,5 +10138,8 @@
 
 Fix: Include wchar.h in charset.c for towupper().
 
+Fixed: Using ":read file" in an empty buffer when 'compatible' is set caused
+an error.
+
 
  vim:tw=78:ts=8:ft=help:norl: