diff --git a/NEWS b/NEWS
index e28dc62fa62c1dd6fe58710b12525a3fcf7dfb9e..46999e2d10d87419d1c5cf1ee231f8a9db361bef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+11/18/00 - Nano 0.9.20 is finally out the door.  Probably the biggest
+		change is the brand new way nano displays previous search
+		and replace strings (they are now editable!)  This is a
+		break from Pico's (inconsistent) interface, so if you
+		don't like the new way, "Pico" mode (-p on the command
+		line or Meta-P within nano) still works the "old" 
+		way.
+		    Other new features include being able to deal with
+		search strings of any length, a new internal spell feature
+		(courtesy of Mr. Rocco Corsi) and tab completion when
+		reading in or writing out files!  There's also the usual
+		billion or so bug fixes.  Feedback on this release is
+		welcome because so much much has changed, especially with
+		the previous string display in search and replace. Email
+		-> nano@nano-editor.org <-. If you like something, don't
+		like something, or just want to order a pizza, let us know!
+
 10/02/2000 - Nano 0.9.19 is the "Chris is getting married in less than
 		a week and needs a distraction" release.  There are only
 		a few actual code changes, mainly portability and compiler
diff --git a/TODO b/TODO
index 2ec33092b037887129dfd208276d44f492f903b2..319318888e024e5fc8d0f02317e3a3a70cf25a2a 100644
--- a/TODO
+++ b/TODO
@@ -15,7 +15,8 @@ Current Version:
 - Built-in speller command [needed for version 1.0] [DONE]
 - Better statusbar interaction (scrolling, tab completion for filename)
   [needed for version 1.0] [DONE]
-
+- Now do username completion (~user, would be nice, need based on user
+  feedback).
 
 For Next Version:
 - Undo/Redo key?