Commit 4ceb30cf authored by Chris Allegretta's avatar Chris Allegretta
Browse files

GNU nano 1.1.8 release

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1163 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 6987 additions and 5398 deletions
+6987 -5398
...@@ -25,7 +25,7 @@ MAKEINFO = makeinfo --no-split ...@@ -25,7 +25,7 @@ MAKEINFO = makeinfo --no-split
EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \ EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \
README THANKS TODO install-sh missing mkinstalldirs \ README THANKS TODO install-sh missing mkinstalldirs \
nano.1 nano.1.html faq.html nanorc.sample nano.1 nano.1.html faq.html nanorc.sample nano.spec
SUBDIRS = po intl m4 SUBDIRS = po intl m4
......
03/30/2002 - GNU nano 1.1.8 is released. New features include an
"Insert Output of External Command", ^R^X, and a .spec
file is now included in the distribution. There are
cleanups in the usage code, fixes for regex parsing,
the file browser, the NO_CONVERT auto-detect, indented
justification, the internal spell checker, and a serious
bug where reading a file of 0 lines would hang nano.
Also, the "show position" code now shows the starting
column as 1 instead of 0. Have fun!
03/05/2002 - GNU nano 1.1.7 "lets change everything and see what breaks" 03/05/2002 - GNU nano 1.1.7 "lets change everything and see what breaks"
is released. New features include new flags is released. New features include new flags
-N,--noconvert to stop any file format conversion and -N,--noconvert to stop any file format conversion and
......
...@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. ...@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT AC_INIT
AC_CONFIG_SRCDIR([nano.c]) AC_CONFIG_SRCDIR([nano.c])
AC_PREREQ(2.52) AC_PREREQ(2.52)
AM_INIT_AUTOMAKE(nano, 1.1.7-cvs) AM_INIT_AUTOMAKE(nano, 1.1.8)
AM_CONFIG_HEADER(config.h:config.h.in) AM_CONFIG_HEADER(config.h:config.h.in)
AM_ACLOCAL_INCLUDE(m4) AM_ACLOCAL_INCLUDE(m4)
ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv nn nl da pl nb" ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv nn nl da pl nb"
...@@ -309,5 +309,5 @@ fi ...@@ -309,5 +309,5 @@ fi
dnl i18n stuff - pretty incomplete for now dnl i18n stuff - pretty incomplete for now
NANO_AM_GNU_GETTEXT NANO_AM_GNU_GETTEXT
AC_CONFIG_FILES([Makefile intl/Makefile m4/Makefile po/Makefile.in]) AC_CONFIG_FILES([Makefile intl/Makefile m4/Makefile po/Makefile.in nano.spec])
AC_OUTPUT AC_OUTPUT
...@@ -203,7 +203,7 @@ nano was developed).</font></blockquote> ...@@ -203,7 +203,7 @@ nano was developed).</font></blockquote>
of nano?</font></h2> of nano?</font></h2>
<blockquote><font color="#330000">The current version of nano *should* <blockquote><font color="#330000">The current version of nano *should*
be 1.1.7.&nbsp; Of course you should always check the nano homepage to be 1.1.8.&nbsp; Of course you should always check the nano homepage to
see what the latest and greatest version is.</font></blockquote> see what the latest and greatest version is.</font></blockquote>
<h2> <h2>
...@@ -394,7 +394,7 @@ try: ...@@ -394,7 +394,7 @@ try:
3.7. Tell me more about this multibuffer stuff!</font></h2> 3.7. Tell me more about this multibuffer stuff!</font></h2>
<blockquote><font color="#330000"> To use multiple file buffers, you must <blockquote><font color="#330000"> To use multiple file buffers, you must
be using nano 1.1.7 or newer, and you must have configured nano with be using nano 1.1.8 or newer, and you must have configured nano with
<b>--enable-multibuffer</b> or <b>--enable-extra</b> (use nano -V to check). <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 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 into the current file, just hit <b>Meta-F</b>, then insert the file as normal
...@@ -414,7 +414,7 @@ buffer is open. ...@@ -414,7 +414,7 @@ buffer is open.
<blockquote><font color="#330000"> It's not hard at all! But, your version <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 of nano must have beem compiled with <b>--enable-nanorc</b>, and again must
be version 1.1.7 or newer (use nano -V to check your version and compiled be version 1.1.8 or newer (use nano -V to check your version and compiled
features). Then simply copy the <b>nanorc.sample</b> features). Then simply copy the <b>nanorc.sample</b>
that came with the nano source or your nano package (most likely in 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, /usr/doc/nano) to .nanorc in your home directory. If you didn't get one,
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
@c Run `makeinfo' rather than `texinfo-format-buffer'. @c Run `makeinfo' rather than `texinfo-format-buffer'.
@smallbook @smallbook
@set EDITION 0.1 @set EDITION 0.1
@set VERSION 1.1.7 @set VERSION 1.1.8
@set UPDATED 4 Jan 2002 @set UPDATED 4 Jan 2002
@dircategory Editors @dircategory Editors
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
@titlepage @titlepage
@title GNU @code{nano} @title GNU @code{nano}
@subtitle a small and friendly text editor. @subtitle a small and friendly text editor.
@subtitle version 1.1.7 @subtitle version 1.1.8
@author Chris Allegretta @author Chris Allegretta
@page @page
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment