mirror of
git://git.sv.gnu.org/nano.git
synced 2024-12-29 05:39:55 +03:00
GNU nano 1.3.12
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3680 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
1df1c9e4c0
commit
db5b54767c
@ -1,4 +1,4 @@
|
|||||||
CVS code -
|
GNU nano 1.3.12 - 2006.06.26
|
||||||
- General:
|
- General:
|
||||||
- Miscellaneous comment fixes. (DLR)
|
- Miscellaneous comment fixes. (DLR)
|
||||||
- Implement filename searches in the file browser. New
|
- Implement filename searches in the file browser. New
|
||||||
|
17
NEWS
17
NEWS
@ -1,3 +1,20 @@
|
|||||||
|
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
|
||||||
|
cutting it, indenting lines of marked text with a single
|
||||||
|
keystroke, reworked help text that should be easier for
|
||||||
|
new users, searching for filenames in the file browser,
|
||||||
|
the ability to include color regexes in files separate
|
||||||
|
from nanorc files, etc. It also contains many bugfixes.
|
||||||
|
Text can now be unjustified after justifying it and
|
||||||
|
resizing the window; the screen is now cleared when
|
||||||
|
suspending; the "default" color syntax is now handled
|
||||||
|
properly at all times; lines of text containing tabs are
|
||||||
|
now wrapped at the right place; double-column characters
|
||||||
|
are now properly displayed when past the right edge of
|
||||||
|
the screen; invalid multi-line color regexes are now
|
||||||
|
ignored; and so on. Enjoy.
|
||||||
|
|
||||||
2006.03.30 - GNU nano 1.3.11 awakens from its fever dream. This release
|
2006.03.30 - GNU nano 1.3.11 awakens from its fever dream. This release
|
||||||
focuses mostly on bugfixes, which include better
|
focuses mostly on bugfixes, which include better
|
||||||
handling of the cursor at the statusbar prompt, support
|
handling of the cursor at the statusbar prompt, support
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
AC_INIT([GNU nano], [1.3.11-cvs], [nano-devel@gnu.org], [nano])
|
AC_INIT([GNU nano], [1.3.12], [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