commit 2c86dc6dc9ba2feac50ff31809c2aba1a7993858
parent 3de81bc33d4f13930a562ea7b6aee186bb2fe3da
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 22 Nov 2004 17:55:17 +0000
GNU nano 1.3.5
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2120 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
3 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,4 +1,4 @@
-CVS code -
+GNU nano 1.3.5 - 2004.11.22
- General:
- Convert more ints that hold only TRUE and FALSE values to
bools. (DLR)
diff --git a/NEWS b/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
release mainly features fixes for the bugs that crept
into the last release. Among other things, nano now
diff --git a/configure.ac b/configure.ac
@@ -19,7 +19,7 @@
#
# $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_CANONICAL_TARGET([])
AM_INIT_AUTOMAKE