Preparations for 7.3d release.
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index bbb8a17..8048a54 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt*	For Vim version 7.3d.  Last change: 2010 Jul 28
+*eval.txt*	For Vim version 7.3d.  Last change: 2010 Aug 04
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -535,6 +535,10 @@
 
 It is not necessary to use the "dict" attribute for a numbered function.
 
+If you get an error for a numbered function, you can find out what it is with
+a trick.  Assuming the function is 42, the command is: >
+	:function {42}
+
 
 Functions for Dictionaries ~
 							*E715*
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index b8f4d4a..1880014 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.3d.  Last change: 2010 Aug 03
+*todo.txt*      For Vim version 7.3d.  Last change: 2010 Aug 04
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -30,13 +30,6 @@
 							*known-bugs*
 -------------------- Known bugs and current work -----------------------
 
-Using uninitialized memory when crypting an empty file. (Dominique Pelle, 2010
-Aug 2)
-
-Go back to MSVC 2008, so that Windows 2000 is supported?
-
-For 'undoreload': put the cursor on the first line that is different.
-
 Before release 7.3:
 - Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23)
 
@@ -44,6 +37,8 @@
 
 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
 
+Patch to make more characters work in dialogs. (Yankwei Jia, 2010 Aug 4)
+
 Should readfile() ignore BOM when not in binary mode?
 
 Bug: searching for tags file uses 'suffixesadd', should not happen. (Dominique
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 3078684..8fad6ff 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.3d.  Last change: 2010 Aug 01
+*version7.txt*  For Vim version 7.3d.  Last change: 2010 Aug 04
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -7301,7 +7301,7 @@
 Allow synIDattr() getting GUI attributes when build without GUI.  (Matt
 Wozniski)
 
-Support completion for ":find". (Nazri Ramliy)
+Support completion for ":find".  Add test 73. (Nazri Ramliy)
 
 Command line completion for :ownsyntax and :setfiletype. (Dominique Pelle)
 
@@ -10094,5 +10094,9 @@
 Fix: terminal title not properly restored when there are multi-byte
 characters.  (partly by James Vega)
 
+Set 'wrapscan' when checking the .po files. (Mike Williams)
+
+Win32: Put quotes around the gvim.exe path for the "Open with" menu entry.
+
 
  vim:tw=78:ts=8:ft=help:norl: