diff --git a/ChangeLog b/ChangeLog index e6f4448c..a1cc2d7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -CVS code - +GNU nano 1.3.2 - 2004.03.31 - General: - Change instances in the code that refresh the entire edit window when color support is enabled (in order to properly diff --git a/NEWS b/NEWS index 21d2b1a4..505e839e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +2004.03.31 - GNU nano 1.3.2 is prepared for the void. New features in + this release include the ability to spell-check only + marked text and the ability to save all backup files in + a specified directory instead of wherever the original + files are. Bug fixes include a fix for a segfault when + replacing certain regular expressions, fixes for some + misbehavior when doing searches, minor fixes to verbatim + input mode and keyboard input in general, better + handling of window resizes at certain times, and + allowing the mark to be saved properly again when + switching between multiple file buffers. nano has also + been ported to the Tandem NonStop Kernel. Have fun. + 2004.01.09 - GNU nano 1.3.1 is outside the gates. This release features, among other things, fixes for the input routines to deal with some problems they had, a diff --git a/configure.ac b/configure.ac index d91f1849..31444c88 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # # $Id$ -AC_INIT([GNU nano], [1.3.1-cvs], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [1.3.2], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER([config.h:config.h.in]) diff --git a/doc/faq.html b/doc/faq.html index f5f51444..4c4158cf 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -79,7 +79,7 @@
On January 10, 2000, TIP was officially renamed to nano because of a namespace conflict with another program called 'tip'. The original 'tip' program "establishes a full duplex terminal connection to a remote host", and was included with many older Unix systems (and newer ones like Solaris). The conflict was not noticed at first because there is no 'tip' utility included with most GNU/Linux distributions (where nano was developed).
+The current version of nano *should* be 1.3.1. Of course you should always check the nano homepage to see what the latest and greatest version is.
The current version of nano *should* be 1.3.2. Of course you should always check the nano homepage to see what the latest and greatest version is.
Jeez, demanding, aren't we? Okay, look here.