From: David Lawrence Ramsey Date: Mon, 2 Oct 2006 04:08:20 +0000 (+0000) Subject: GNU nano 1.9.99pre2 X-Git-Tag: v1.9.99pre2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2953f783e32180a64f442db3756e97ffd14805ec;p=nano.git GNU nano 1.9.99pre2 git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3885 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 9fd3c5d9..6bc59d48 100644 --- 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 d4ece549..577b49b3 100644 --- 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 index c5f58db8..f8de87be 100644 --- 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