]> git.wh0rd.org Git - nano.git/commitdiff
GNU nano 1.1.11 release v1.1.11
authorChris Allegretta <chrisa@asty.org>
Wed, 2 Oct 2002 00:20:19 +0000 (00:20 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 2 Oct 2002 00:20:19 +0000 (00:20 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1289 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

NEWS
configure.ac
faq.html
nano.texi

diff --git a/NEWS b/NEWS
index 5e1f37a0ec76a003fdca7522f7e5022c4de35b93..db9efbabfc67727cbead1563e7b2008a63de8098 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+10/01/2002 - GNU nano 1.1.11 "Oddball" is released.  This release 
+               features a new version of gettext, a new and improved syntax 
+               highlighting engine, and some updates for the nanorc.sample
+               file.  The toggles for case sensitivity (Meta-C) and regular 
+               expressions (Meta-R) have changed in the search and replace 
+               prompts, multibuffer status is now displayed and can be 
+               toggled from the insert file menu, and some wrapping behavior 
+               that changed in 1.1.10 has reverted.  The --enable-color
+               warning was also made less severe, as the color syntax code 
+               has improved, and nano now uses extended regexes in the 
+               .nanorc file.
+                       Also included are fixes for various memory leaks,
+               the operating directory option, username tab completion,
+               the page_up and down arrow, go to previous word and next
+               word, nanorc parser and line wrapping code.  Have fun!
+               
+
 07/25/2002 - At long last!  GNU nano 1.1.10 "What didn't we break?" is
                released.  This version of GNU nano features version
                0.11.2 of gettext, building with automake 1.6, some new
index 3edbe57c79bd820f3fa1fe448ebc24a45d7002fc..258a1b9d40a2fe08c3605862c8ab93714c3791a5 100644 (file)
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_INIT
 AC_CONFIG_SRCDIR([nano.c])
 AC_PREREQ(2.52)
-AM_INIT_AUTOMAKE(nano, 1.1.10-cvs)
+AM_INIT_AUTOMAKE(nano, 1.1.11)
 AM_CONFIG_HEADER(config.h:config.h.in)
 dnl AM_ACLOCAL_INCLUDE(m4)
 ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv nn nl da pl nb ms pt_BR"
index 4ddd99c48a0766ba26b6052ea0bab79f5dc7c6f5..70923c2f0935991e52cf05940ebfe402cb0306e3 100644 (file)
--- a/faq.html
+++ b/faq.html
@@ -203,7 +203,7 @@ nano was developed).</font></blockquote>
 of nano?</font></h2>
 
 <blockquote><font color="#330000">The current version of nano *should*
-be 1.1.10.&nbsp; Of course you should always check the nano homepage to
+be 1.1.11.&nbsp; Of course you should always check the nano homepage to
 see what the latest and greatest version is.</font></blockquote>
 
 <h2>
@@ -394,7 +394,7 @@ try:
 3.7. Tell me more about this multibuffer stuff!</font></h2>
 
 <blockquote><font color="#330000"> To use multiple file buffers, you must
-be using nano 1.1.10 or newer, and you must have configured nano with
+be using nano 1.1.11 or newer, and you must have configured nano with
 <b>--enable-multibuffer</b> or <b>--enable-extra</b> (use nano -V to check).
 Then when you want to enable inserting a file into its own buffer instead of
 into the current file, just hit <b>Meta-F</b>, then insert the file as normal
@@ -414,7 +414,7 @@ buffer is open.
 
 <blockquote><font color="#330000"> It's not hard at all!  But, your version
 of nano must have been compiled with <b>--enable-nanorc</b>, and again must
-be version 1.1.10 or newer (use nano -V to check your version and compiled
+be version 1.1.11 or newer (use nano -V to check your version and compiled
 features).  Then simply copy the <b>nanorc.sample</b>
 that came with the nano source or your nano package (most likely in
 /usr/doc/nano) to .nanorc in your home directory. If you didn't get one,
index 234ab5581979455993983650b38169d7828858d3..8ca9a767da4956b4c00e4c4211bc94e17965cfba 100644 (file)
--- a/nano.texi
+++ b/nano.texi
@@ -8,7 +8,7 @@
 @c Run `makeinfo' rather than `texinfo-format-buffer'.
 @smallbook
 @set EDITION 0.1
-@set VERSION 1.1.10
+@set VERSION 1.1.11
 @set UPDATED 30 Jul 2002
 
 @dircategory Editors
@@ -23,7 +23,7 @@
 @titlepage
 @title GNU @code{nano}
 @subtitle a small and friendly text editor.
-@subtitle version 1.1.10
+@subtitle version 1.1.11
 
 @author Chris Allegretta
 @page