]> git.wh0rd.org Git - nano.git/commitdiff
GNU nano 1.3.6 v1.3.6
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 20 Mar 2005 20:02:51 +0000 (20:02 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 20 Mar 2005 20:02:51 +0000 (20:02 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2403 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
NEWS
configure.ac
doc/faq.html

index c0bedf0647172b98f0febc76e88fc2edd87135b5..ef91e0fe5d794995bd05c53e22d61bd5cc601f41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-CVS code -
+GNU nano 1.3.6 - 2005.03.20
 - General:
        - More int -> bool conversions. (DLR and David Benbennick)
        - Overhaul the cutting and uncutting routines to use the
diff --git a/NEWS b/NEWS
index 4fb129760df91c15c9e2a35a68e621227b6ba815..a4ec9e52ed0953930c2ac9f1d111991941af5a2e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2005.03.20 - GNU nano 1.3.6 "shout it from the rooftops" is released.
+               This release finally includes the long-awaited support
+               for UTF-8.   Other new features include the ability to
+               insert UTF-8 characters using verbatim input; the
+               ability to delete all text from the cursor position to
+               the end of the file via ^W^X as (patched) Pico does;
+               improvements to input and output so that pasted text
+               displays faster, improvements to the statusbar prompt so
+               that more edit window shortcuts, including verbatim
+               input and previous/next word search, work in it; a new
+               option to allow using the formerly always-blank second
+               line of the screen as part of the edit window; and the
+               ability to refresh the help browser and file browser
+               windows via Ctrl-L.  Notable bug fixes include a fix for
+               a segfault when using full justify, and a fix for the
+               long-standing bug where nano would keep running if the
+               terminal it was in died unexpectedly.  Enjoy.
+
 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
index eab13e9938fac2ad8912df881b27ae9cb6d41834..2a79130966d5ed86b74a9d4c5ae5786b31be7e8b 100644 (file)
@@ -19,7 +19,7 @@
 #
 # $Id$
 
-AC_INIT([GNU nano], [1.3.5-cvs], [nano-devel@gnu.org], [nano])
+AC_INIT([GNU nano], [1.3.6], [nano-devel@gnu.org], [nano])
 AC_CONFIG_SRCDIR([src/nano.c])
 AC_CANONICAL_TARGET([])
 AM_INIT_AUTOMAKE
index 99d8f7b86e90e61384dd382425322e5e2fce2d2a..bb558aedcc94a6f736fe60a72cdd5e8f4a5eb282 100644 (file)
@@ -80,7 +80,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.3.5. 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.6. 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.3/nano.1.html">here</a>.</p></blockquote>
 <hr width="100%">