diff --git a/ChangeLog b/ChangeLog index 80b9c0430c3e134c3fea791509612cf4cb00b187..df68bc481a8cf4dc0253d5012ad7d289a83bd219 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -CVS code - +GNU nano 1.3.1 - 2004.01.09 - General: - Minor overhaul and abstraction of the lowest level of mouse input, mostly adapted from the code in do_mouse() that handles diff --git a/NEWS b/NEWS index 62f37b8172a4a71df8502e69b91913c80329282e..c8483c559d11d36e9f406ba161fef5b7d084ae9d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +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 + reorganized shortcut list for the help browser, minor + Pico compatibility improvements for the file browser, + fixes for misbehavior when replacing certain regular + expressions, and the ability to highlight those regular + expressions properly. It also allows searching without + prompting to work in view mode, adds support for glib + 2.x for those systems that need it, updates the .spec + file for the 1.3 branch, prompts you first when you try + to save a file under a different name, and adds a new + verbatim input mode that acts as ^V does under vi, but + with additional Pico compatibility (explained in the + FAQ). Basically, a bunch of fixes and a few new + features for your editor of choice. Enjoy. + 2003.10.22 - GNU nano 1.3.0 is loosed upon the world. This is the first release in the unstable 1.3.x series, and as such it includes a lot of new features, including the addition diff --git a/configure.ac b/configure.ac index 31ccd2220daf52f6406f75c1d0c13730e648e9de..28d53cb835df897405a00671a020eb91712b0564 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # # $Id$ -AC_INIT([GNU nano], [1.3.0-cvs], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [1.3.1], [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 dfe1b4099c480bab636d10a6c30b1452f45a3b97..2645a9c3f3d98ee544da6b5643819e34ccc9bf84 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -79,7 +79,7 @@ <h2><a name="1.5"></a>1.5. Why the name change from TIP?</h2> <blockquote><p>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).</p></blockquote> <h2><a name="1.6"></a>1.6. What is the current version of nano?</h2> -<blockquote><p>The current version of nano *should* be 1.3.0. Of course you should always check the nano homepage to see what the latest and greatest version is.</p></blockquote> +<blockquote><p>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.</p></blockquote> <h2><a name="1.7"></a>1.7. I want to read the man page without having to download the program!</h2> <blockquote><p>Jeez, demanding, aren't we? Okay, look <a href="http://www.nano-editor.org/dist/v1.2/nano.1.html">here</a>.</p></blockquote> <hr width="100%"> diff --git a/doc/man/nano.1 b/doc/man/nano.1 index e7cfcb55b685b072459dcca9bd3c9e564237bd59..2d1b13caeea4918315a3327e229c3a1f3a164ba8 100644 --- a/doc/man/nano.1 +++ b/doc/man/nano.1 @@ -6,7 +6,7 @@ .\" Public License for copying conditions. There is NO warranty. .\" .\" $Id$ -.TH NANO 1 "version 1.3.0" "August 24, 2003" +.TH NANO 1 "version 1.3.1" "January 09, 2004" .\" Please adjust this date whenever revising the manpage. .\" diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5 index e0e0abf92d51490568af4181ba6f9fb5f73af3b8..609201650dd6b3e391a4e0447c0ad2926bc9f3e5 100644 --- a/doc/man/nanorc.5 +++ b/doc/man/nanorc.5 @@ -5,7 +5,7 @@ .\" Public License for copying conditions. There is NO warranty. .\" .\" $Id$ -.TH NANORC 5 "version 1.3.0" "August 24, 2003" +.TH NANORC 5 "version 1.3.1" "January 09, 2004" .\" Please adjust this date whenever revising the manpage. .\" .SH NAME diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi index 71dae25a48d6344d5f1acaad71f8358a2caf9c2a..b1caaafc89cae6ec1d02c1014a995e49c287d808 100644 --- a/doc/texinfo/nano.texi +++ b/doc/texinfo/nano.texi @@ -8,8 +8,8 @@ @c Run `makeinfo' rather than `texinfo-format-buffer'. @smallbook @set EDITION 0.1 -@set VERSION 1.3.0 -@set UPDATED 22 Oct 2003 +@set VERSION 1.3.1 +@set UPDATED 09 Jan 2004 @dircategory Editors @direntry @@ -23,7 +23,7 @@ @titlepage @title GNU @code{nano} @subtitle a small and friendly text editor. -@subtitle version 1.3.0 +@subtitle version 1.3.1 @author Chris Allegretta @page