]> git.wh0rd.org Git - nano.git/commitdiff
GNU nano 1.3.0 v1.3.0
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 22 Oct 2003 17:15:12 +0000 (17:15 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 22 Oct 2003 17:15:12 +0000 (17:15 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1575 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
NEWS
configure.ac
doc/faq.html
doc/texinfo/nano.texi

index 12ab16071aa54cb92e05e9a0f806df3b55bca0a4..32b37409891dcd52492ba58ba4f871cb1f889b85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-CVS code -
+GNU nano 1.3.0 - 2003.10.22
 - General:
        - Complete overhaul and abstraction of the lowest level of
          keyboard input, mostly rewritten but incorporating a few bits
diff --git a/NEWS b/NEWS
index 21f3009dd704da7eaf1dbec446716d7274fb937b..b6ddff9db68123ea2a5c3fe4291f55dd78e4ab27 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+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
+               of a -d option for those FreeBSD users with Backspace
+               keys that act like Delete keys, the ability to repeat
+               the last search without prompting, the ability to search
+               for the beginning or end of a paragraph, new smooth
+               paging routines to go with the smooth scrolling
+               routines, and various improvements to the input and
+               display routines to make them behave more intuitively.
+               It also includes the usual load of bugfixes.  Enjoy.
+
 2003.08.11 - GNU nano 1.2.2 is released, only four months since the 
                last version :-).  This release includes fixes for
                broken regex detection, search history recall, and 
index c08cf9b686d62d0c9a54b93ed50effde6025dc3e..a6d90f7ae608fd6cbb041e1b3dae0bee8ee66433 100644 (file)
@@ -19,7 +19,7 @@
 #
 # $Id$
 
-AC_INIT([GNU nano], [1.2.99-cvs], [nano-devel@gnu.org], [nano])
+AC_INIT([GNU nano], [1.3.0], [nano-devel@gnu.org], [nano])
 AC_CONFIG_SRCDIR([src/nano.c])
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER([config.h:config.h.in])
index d5233b404852ef339a84b9cd4ba8d4bcd9b92461..8384a3b1cdb6d28b0e4495e0ce6f5e72b47f41be 100644 (file)
@@ -78,7 +78,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 &quot;establishes a full duplex terminal connection to a remote host&quot;, 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.2.2. 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.0. 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%">
index ee8d5d4b806d2043f49ae8fc5c9ddc6d1b2177da..71dae25a48d6344d5f1acaad71f8358a2caf9c2a 100644 (file)
@@ -8,8 +8,8 @@
 @c Run `makeinfo' rather than `texinfo-format-buffer'.
 @smallbook
 @set EDITION 0.1
-@set VERSION 1.2.2
-@set UPDATED 24 Aug 2003
+@set VERSION 1.3.0
+@set UPDATED 22 Oct 2003
 
 @dircategory Editors
 @direntry
@@ -23,7 +23,7 @@
 @titlepage
 @title GNU @code{nano}
 @subtitle a small and friendly text editor.
-@subtitle version 1.2.2
+@subtitle version 1.3.0
 
 @author Chris Allegretta
 @page