]> git.wh0rd.org Git - nano.git/commitdiff
GNU nano 1.3.5 v1.3.5
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 22 Nov 2004 17:55:17 +0000 (17:55 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 22 Nov 2004 17:55:17 +0000 (17:55 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2120 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
NEWS
configure.ac

index 3dfe9ed0363dd0c02bd6cbcc65233db8fe13b4af..2dbb295cf1aad5bad33fe0b2b325e8dec2931d30 100644 (file)
--- 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 73953905969fc2e4c53ccca3a71bdbb2c95743ab..4fb129760df91c15c9e2a35a68e621227b6ba815 100644 (file)
--- 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
index 3e33da0a3bdc538ebe32cec010ce97bf941e9384..95b1262b517fa72310d878dba9ddb64a2a6d8bff 100644 (file)
@@ -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