commit 2953f783e32180a64f442db3756e97ffd14805ec
parent 48f67a5c4cdb03b298b98e5ca54bfefa35adff66
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 2 Oct 2006 04:08:20 +0000
GNU nano 1.9.99pre2
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3885 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git 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
@@ -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
diff --git a/configure.ac b/configure.ac
@@ -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