mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 04:41:21 +03:00
GNU nano 1.3.5
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2120 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
3de81bc33d
commit
2c86dc6dc9
@ -1,4 +1,4 @@
|
|||||||
CVS code -
|
GNU nano 1.3.5 - 2004.11.22
|
||||||
- General:
|
- General:
|
||||||
- Convert more ints that hold only TRUE and FALSE values to
|
- Convert more ints that hold only TRUE and FALSE values to
|
||||||
bools. (DLR)
|
bools. (DLR)
|
||||||
|
21
NEWS
21
NEWS
@ -1,3 +1,24 @@
|
|||||||
|
2004.11.22 - GNU nano 1.3.5 hurls itself forward. New features in this
|
||||||
|
release include the ability to replace only marked text
|
||||||
|
when the mark is on, improvements to smooth scrolling so
|
||||||
|
that it applies everywhere instead of just affecting the
|
||||||
|
movement keys, improvements to how files are opened so
|
||||||
|
that they are no longer displayed unnecessarily, support
|
||||||
|
for multiple +LINE arguments in addition to multiple
|
||||||
|
filenames on the command line, autodetection of the
|
||||||
|
format to save a file in based on the format it was in
|
||||||
|
when it was opened, the ability to toggle both ways
|
||||||
|
between the "Read File" and "Execute Command" prompts
|
||||||
|
and the "Search" and "Go to Line" prompts, and support
|
||||||
|
for cross-compiling nano. As for bug fixes, the
|
||||||
|
"tabsize" nanorc option works again, mouse clicks on the
|
||||||
|
shortcut list trigger the right shortcuts again,
|
||||||
|
tab-completing a filename with %'s in it no longer
|
||||||
|
causes a segfault, the internal spell checker no longer
|
||||||
|
skips words after the cursor position when the cursor is
|
||||||
|
in the middle of the file, and spell checking of only
|
||||||
|
marked text now works properly. Have fun with it.
|
||||||
|
|
||||||
2004.08.17 - GNU nano 1.3.4 marches forth after a false start. This
|
2004.08.17 - GNU nano 1.3.4 marches forth after a false start. This
|
||||||
release mainly features fixes for the bugs that crept
|
release mainly features fixes for the bugs that crept
|
||||||
into the last release. Among other things, nano now
|
into the last release. Among other things, nano now
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
AC_INIT([GNU nano], [1.3.4-cvs], [nano-devel@gnu.org], [nano])
|
AC_INIT([GNU nano], [1.3.5], [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