]> git.wh0rd.org Git - nano.git/commitdiff
GNU nano 2.0.0 v2.0.0
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 6 Nov 2006 16:03:12 +0000 (16:03 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 6 Nov 2006 16:03:12 +0000 (16:03 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3933 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
NEWS
configure.ac

index 11bb4aef6ef9ef78224eeffdc52c461d3cb6c48d..c5022aa62e7badc6b316d2967d9d9b52adab0e48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-CVS code -
+GNU nano 2.0.0 - 2006.11.06
 - General:
        - Miscellaneous comment fixes. (DLR)
        - Add syntax for POV-Ray files.  New file doc/syntax/pov.nanorc;
diff --git a/NEWS b/NEWS
index 9134d6d253f1016809b8c24a8b691263a6970e65..aba65c5a48aec0716fb87afb0220cbc520905be0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+2006.11.06 - GNU nano 2.0.0 does its little dance.  This release adds
+               documentation updates and a few cosmetic tweaks.
+                       For those who haven't been following nano 1.3
+               development, there are a ton of new features, including
+               support for UTF-8, moving to a specified line and column
+               instead of just a line, improved color syntax
+               highlighting, inserting previously untypeable characters
+               using "Verbatim Input" mode, and copying text into the
+               cutbuffer without cutting it.  There are also fixes for
+               some long-standing bugs, such as the "NumLock glitch"
+               from nano 1.2.x, and the inability to unjustify text
+               after resizing.  Finally, there are also a ton of
+               translation updates and new translations, as well as new
+               color syntaxes.  See the UPGRADE file for more
+               information, and enjoy the new stable release.
+
 2006.10.25 - GNU nano 1.9.99pre3 learns to appreciate life.  This
                release fixes a bug where the screen sometimes wouldn't
                be updated properly after copying text into the
index bcc4bb6f154c86e11e7417c1dfaed5c6a7940acd..64416330897d6e59756414e4811ddb27e18c37e6 100644 (file)
@@ -19,7 +19,7 @@
 #
 # $Id$
 
-AC_INIT([GNU nano], [1.9.99pre3-cvs], [nano-devel@gnu.org], [nano])
+AC_INIT([GNU nano], [2.0.0], [nano-devel@gnu.org], [nano])
 AC_CONFIG_SRCDIR([src/nano.c])
 AC_CANONICAL_TARGET([])
 AM_INIT_AUTOMAKE