From db5b54767cbfd9c822d0c970302ae96924783f34 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 26 Jun 2006 04:01:31 +0000 Subject: [PATCH] GNU nano 1.3.12 git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3680 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 2 +- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 535ebb29..e8f13441 100644 --- 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 index ab1a2064..39d08b83 100644 --- 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 index f5891bb5..cdb1dab9 100644 --- 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 -- 2.39.5