GNU nano 1.9.99pre1

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3862 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-08-29 17:29:57 +00:00
parent 495fe91e97
commit 890ea443d7
3 changed files with 22 additions and 2 deletions

View File

@ -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

20
NEWS
View File

@ -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

View 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