]> git.wh0rd.org Git - nano.git/commitdiff
GNU nano 1.3.12 v1.3.12
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 26 Jun 2006 04:01:31 +0000 (04:01 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 26 Jun 2006 04:01:31 +0000 (04:01 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3680 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
NEWS
configure.ac

index 535ebb298471e5dffb7a4520619d70063d07541b..e8f134418a0dc7f7d2034c7a32b5374144efc0ab 100644 (file)
--- 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 ab1a20644e3cd505e8f77cd1da330035823e8935..39d08b838d24d34737769d9f4a528d27ff4b8444 100644 (file)
--- 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
index f5891bb58eee7cacbb63f918f2fa3695d59ccab2..cdb1dab9f57e6cce99d0b341b6ec46421ae1d74e 100644 (file)
@@ -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