diff --git a/BUGS b/BUGS
index b671f1e7359f0d94a354b192688130e320b629b2..32980aa4d3171d6aab052b73622a9dc5a8169322 100644
--- a/BUGS
+++ b/BUGS
@@ -70,10 +70,12 @@
 - Marked cutting sometimes leaves a newline in the file unintelligently,
   such as when all of a line is selected but the mark doesn't proceed to
   the new line. (8) { Is this an issue? compare to pico 3.5 }
-- no way to do a replace with the empty string. (11)
+- no way to do a replace with the empty string (11).
 - Spelling support is not elegant like pico's integration of the 'spell'
-  program.  Nano only uses ispell (for now) (12)
+  program.  Nano only uses ispell (for now) (12).
 - In replace, there is no way to accept the default replace string. (27)
-- totsize problems still abound in do_justify (33)
+- totsize problems still abound in do_justify (33).
+- in certain terms, nano will leave a "ghost" of screen upon exit
+  when called from inside mutt (among other settings) (45).
 
 $Id$
diff --git a/ChangeLog b/ChangeLog
index d82faafafd4afbb079b80659bef60f234be245e6..6642fd886d7a1e7dff4620973dbd85c186256c2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-CVS changes -
+nano 0.9.19 - 10/02/2000
 - General
 	- Added PDCurses support under cygwin, which allows building
 	  a nice stand-alone nano.exe for those poor Windows users.
diff --git a/NEWS b/NEWS
index d1fafaf223bbcabd60c676f813b8270628edbe6a..e28dc62fa62c1dd6fe58710b12525a3fcf7dfb9e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+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
+		warning fixes.  Nano now also supports PDCurses, which
+		enables easily-built nano executables for Windows NT
+		and 95/98 for the brave.  The official nano site has
+		changed (again) as well, check out www.nano-editor.org for
+		all the latest nano schtuff.
+
 09/18/2000 - Nano 0.9.18 is unleashed.  It has some new keyboard
 		handling code, cygwin support out of the box, and 
 		a more portable handler for the NOHELP toggle.  There