GNU nano 1.9.99pre2
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3885 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
48f67a5c4c
commit
2953f783e3
|
@ -1,4 +1,4 @@
|
||||||
CVS code -
|
GNU nano 1.9.99pre2 - 2006.10.02
|
||||||
- General:
|
- General:
|
||||||
- Miscellaneous comment fixes. (DLR)
|
- Miscellaneous comment fixes. (DLR)
|
||||||
- Make sure that the statusbar cursor position is always
|
- Make sure that the statusbar cursor position is always
|
||||||
|
|
6
NEWS
6
NEWS
|
@ -1,3 +1,9 @@
|
||||||
|
2006.10.02 - GNU nano 1.9.99pre2 crosses the threshold. This release
|
||||||
|
fixes a few more bugs: cursor positioning after leaving
|
||||||
|
the statusbar prompt has been fixed, and verbatim input
|
||||||
|
at the statusbar prompt now properly handles newlines.
|
||||||
|
Enjoy.
|
||||||
|
|
||||||
2006.08.29 - GNU nano 1.9.99pre1 passes through the flames. This
|
2006.08.29 - GNU nano 1.9.99pre1 passes through the flames. This
|
||||||
release fixes various bugs in the last version: the
|
release fixes various bugs in the last version: the
|
||||||
mouse support properly ignores everything except clicks
|
mouse support properly ignores everything except clicks
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
AC_INIT([GNU nano], [1.9.99pre1-cvs], [nano-devel@gnu.org], [nano])
|
AC_INIT([GNU nano], [1.9.99pre2], [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