]> git.wh0rd.org Git - nano.git/commitdiff
GNU nano 1.9.99pre1 v1.9.99pre1
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 29 Aug 2006 17:29:57 +0000 (17:29 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 29 Aug 2006 17:29:57 +0000 (17:29 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3862 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
NEWS
configure.ac

index 7d4390416d0ec9b6daa0b6744fc00de731d91d0d..817a371779a83b39e8b208e92d0e03e8c4ace166 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-CVS code -
+GNU nano 1.9.99pre1 - 2006.08.29
 - General:
        - Miscellaneous comment fixes. (DLR)
        - Fix option descriptions.  At least one of the two parts of
diff --git a/NEWS b/NEWS
index 5b5eb8f071526e8363c3bb3c94b81f18fedc6bca..d4ece54927427b219668f1c6c4f50042c7ee0ee3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+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
+               of the left mouse button; the statusbar is now blanked
+               properly when it should be; indenting and unindenting
+               operate on the current line when the mark is off; nano
+               should build on Tru64, NetBSD, and other systems that
+               use termcap instead of terminfo in their curses
+               libraries; the built-in file browser now properly
+               navigates file lists that take up only one row; the
+               cursor position is now completely restored after
+               inserting a file into the current buffer, and after
+               inserting the output of a command into a new buffer; the
+               ^X shortcut at the search prompt has been removed, as
+               official Pico doesn't include it and it's too easily
+               confused with Exit; the screen is updated properly after
+               scrolling a line without moving the cursor; the keyboard
+               input routines behave more consistently; and so on.
+               Have fun with it.
+
 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
index 1f0c5f0cf8b10e1504b22ec2a21368dce69c2944..ae99a3a74fbc020c3cf36f3607fcb25c4434bd22 100644 (file)
@@ -19,7 +19,7 @@
 #
 # $Id$
 
-AC_INIT([GNU nano], [1.3.12-cvs], [nano-devel@gnu.org], [nano])
+AC_INIT([GNU nano], [1.9.99pre1], [nano-devel@gnu.org], [nano])
 AC_CONFIG_SRCDIR([src/nano.c])
 AC_CANONICAL_TARGET([])
 AM_INIT_AUTOMAKE