commit db5b54767cbfd9c822d0c970302ae96924783f34
parent 1df1c9e4c02af11a1f36d4bce244050c5f630397
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 26 Jun 2006 04:01:31 +0000
GNU nano 1.3.12
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3680 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
3 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,4 +1,4 @@
-CVS code -
+GNU nano 1.3.12 - 2006.06.26
- General:
- Miscellaneous comment fixes. (DLR)
- Implement filename searches in the file browser. New
diff --git a/NEWS b/NEWS
@@ -1,3 +1,20 @@
+2006.06.26 - GNU nano 1.3.12 escapes the darkness. This release
+ contains the last new features that nano will have
+ before 2.0: copying text into the cutbuffer without
+ cutting it, indenting lines of marked text with a single
+ keystroke, reworked help text that should be easier for
+ new users, searching for filenames in the file browser,
+ the ability to include color regexes in files separate
+ from nanorc files, etc. It also contains many bugfixes.
+ Text can now be unjustified after justifying it and
+ resizing the window; the screen is now cleared when
+ suspending; the "default" color syntax is now handled
+ properly at all times; lines of text containing tabs are
+ now wrapped at the right place; double-column characters
+ are now properly displayed when past the right edge of
+ the screen; invalid multi-line color regexes are now
+ ignored; and so on. Enjoy.
+
2006.03.30 - GNU nano 1.3.11 awakens from its fever dream. This release
focuses mostly on bugfixes, which include better
handling of the cursor at the statusbar prompt, support
diff --git a/configure.ac b/configure.ac
@@ -19,7 +19,7 @@
#
# $Id$
-AC_INIT([GNU nano], [1.3.11-cvs], [nano-devel@gnu.org], [nano])
+AC_INIT([GNU nano], [1.3.12], [nano-devel@gnu.org], [nano])
AC_CONFIG_SRCDIR([src/nano.c])
AC_CANONICAL_TARGET([])
AM_INIT_AUTOMAKE