mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-21 20:31:20 +03:00
GNU nano 1.9.99pre1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3862 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
495fe91e97
commit
890ea443d7
@ -1,4 +1,4 @@
|
|||||||
CVS code -
|
GNU nano 1.9.99pre1 - 2006.08.29
|
||||||
- General:
|
- General:
|
||||||
- Miscellaneous comment fixes. (DLR)
|
- Miscellaneous comment fixes. (DLR)
|
||||||
- Fix option descriptions. At least one of the two parts of
|
- Fix option descriptions. At least one of the two parts of
|
||||||
|
20
NEWS
20
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
|
2006.06.26 - GNU nano 1.3.12 escapes the darkness. This release
|
||||||
contains the last new features that nano will have
|
contains the last new features that nano will have
|
||||||
before 2.0: copying text into the cutbuffer without
|
before 2.0: copying text into the cutbuffer without
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
# $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_CONFIG_SRCDIR([src/nano.c])
|
||||||
AC_CANONICAL_TARGET([])
|
AC_CANONICAL_TARGET([])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
Loading…
Reference in New Issue
Block a user