From e955dae7117818040e41da2ef5cd1f6894fbe8f0 Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Fri, 7 Jul 2000 22:24:59 +0000
Subject: [PATCH] Updated docs for impending 0.9.12 release

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@85 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 AUTHORS   |  4 ++--
 ChangeLog |  2 +-
 NEWS      | 12 ++++++++++++
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 9b3739a8..fe3d4526 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,7 +3,7 @@ editor.  Please see the ChangeLog for specific changes by author.
 -------------------------------------------------------------------------
 
 Chris Allegretta <chrisa@asty.org>
-	* Main program author and maintainer
+	* Main program author and maintainer.
 
 Jordi Mallach <jordi@sindominio.net>
 	* Debian package maintainer, fellow bug squasher.
@@ -16,5 +16,5 @@ Adam Rogoyski <rogoyski@cs.utexas.edu>
 
 Robert Siemborski <rjs3@andrew.cmu.edu>
 	* Miscellaneous cut, display, replace, and other bug fixes,
-	  original "magic line" code, read_line() function, new
+	  original and new "magic line" code, read_line() function, new
 	  edit display routines.
diff --git a/ChangeLog b/ChangeLog
index 97bdfefc..4b9dd3d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-CVS code changes since last release -	
+nano-0.9.12 - 07/07/2000
 - all:
 	- New regexp search feature by Bill Soudan.  New flags USE_REGEXP
 	  and REGEXP_COMPILED, new functions regexp_init, regexp_cleanup
diff --git a/NEWS b/NEWS
index 16fea013..0abb1eb8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+07/07/2000 - Nano 0.9.12 (The "lucky day" release) is bursting with new
+		features, bug fixes, and yummy fruit flavor.  For
+		changes, the alternate replace keystroke ^W^T is now
+		^W^R to be compatible with later version of Pico.
+		^W^T is now goto line, again for Pico compatibility.
+		As for new features, the wonderful/hated magic line
+		code has returned with a vengeance!  Also, regular
+		expression searches and replaces have been incorporated
+		via the -R flag.  And of course there are the usual
+		helping of display and other bug fixes to top it all
+		off.
+
 06/20/2000 - Nano 0.9.11 presents drastic rewrites of the most buggy
 		routines in the program, specifically the wrapping code
 		and almost all of the display routines.  There are many
-- 
GitLab