diff --git a/ChangeLog b/ChangeLog index 77974b1d238a916498bc091c6f9a9981722ff685..e1847dc2d3a0d431c177a6b40259630ad8578507 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -CVS Code - +GNU nano 1.1.10 - 07/25/2002 - General - Translation updates (see po/ChangeLog for details). - Upgraded to gettext 0.11.2 (Jordi). diff --git a/configure.ac b/configure.ac index dd97b63ba56e1eba26a4b8e5e22d45c38ac20907..0b470694ba6a42d5facd79b554d8ca67d9f557d4 100644 --- a/configure.ac +++ b/configure.ac @@ -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.9-cvs) +AM_INIT_AUTOMAKE(nano, 1.1.10) 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" diff --git a/faq.html b/faq.html index 265ecb28a2a33978c9848afc88e0c7273c3a4572..ac8e63b37ee01580cf52b4c1ea719230ccd704d8 100644 --- 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.9. Of course you should always check the nano homepage to +be 1.1.10. 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.9 or newer, and you must have configured nano with +be using nano 1.1.10 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 beem compiled with <b>--enable-nanorc</b>, and again must -be version 1.1.9 or newer (use nano -V to check your version and compiled +be version 1.1.10 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, diff --git a/nano.texi b/nano.texi index b88fa437841f5944605f3a2607f321d931c05333..b235d76b1aafcb87c8560afc42ed1969dc25d812 100644 --- 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.9 +@set VERSION 1.1.10 @set UPDATED 14 Jul 2002 @dircategory Editors @@ -23,7 +23,7 @@ @titlepage @title GNU @code{nano} @subtitle a small and friendly text editor. -@subtitle version 1.1.9 +@subtitle version 1.1.10 @author Chris Allegretta @page