From 2c86dc6dc9ba2feac50ff31809c2aba1a7993858 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 22 Nov 2004 17:55:17 +0000 Subject: [PATCH] GNU nano 1.3.5 git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2120 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 2 +- NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3dfe9ed0..2dbb295c 100644 --- 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 index 73953905..4fb12976 100644 --- 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 index 3e33da0a..95b1262b 100644 --- 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 -- 2.39.5