]> git.wh0rd.org Git - nano.git/commitdiff
GNU nano 1.9.99pre2 v1.9.99pre2
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 2 Oct 2006 04:08:20 +0000 (04:08 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 2 Oct 2006 04:08:20 +0000 (04:08 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3885 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
NEWS
configure.ac

index 9fd3c5d9cdd62b5b803deaab9be468860302d60b..6bc59d48f3f255c3467ff77406c34106f0ce21e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-CVS code -
+GNU nano 1.9.99pre2 - 2006.10.02
 - General:
        - Miscellaneous comment fixes. (DLR)
        - Make sure that the statusbar cursor position is always
diff --git a/NEWS b/NEWS
index d4ece54927427b219668f1c6c4f50042c7ee0ee3..577b49b3ac7a70b0a59f30013bfc93b420510c93 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2006.10.02 - GNU nano 1.9.99pre2 crosses the threshold.  This release
+               fixes a few more bugs: cursor positioning after leaving
+               the statusbar prompt has been fixed, and verbatim input
+               at the statusbar prompt now properly handles newlines.
+               Enjoy.
+
 2006.08.29 - GNU nano 1.9.99pre1 passes through the flames.  This
                release fixes various bugs in the last version: the
                mouse support properly ignores everything except clicks
index c5f58db8f4b1250ad2bdf9242b29a1d22ddb2def..f8de87bee6388cc6f6e60770f2e2bc4a854ffe90 100644 (file)
@@ -19,7 +19,7 @@
 #
 # $Id$
 
-AC_INIT([GNU nano], [1.9.99pre1-cvs], [nano-devel@gnu.org], [nano])
+AC_INIT([GNU nano], [1.9.99pre2], [nano-devel@gnu.org], [nano])
 AC_CONFIG_SRCDIR([src/nano.c])
 AC_CANONICAL_TARGET([])
 AM_INIT_AUTOMAKE