GNU nano 1.3.6

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2403 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2005-03-20 20:02:51 +00:00
parent 3dd744f392
commit bec01bd97d
4 changed files with 21 additions and 3 deletions

View File

@ -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

18
NEWS
View File

@ -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

View 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

View 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%">