Commit 110927bb authored by Chris Allegretta's avatar Chris Allegretta
Browse files

GNU nano 1.1.5 release

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@978 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent a16e4e96
Showing with 4451 additions and 3501 deletions
+4451 -3501
CVS code - nano-1.1.5 - 01/05/2002
- General - General
- Better integration of View mode (-v) and multibuffer. - Better integration of View mode (-v) and multibuffer.
Fixes to new_file(), do_insertfile_void(), shortcut_init() Fixes to new_file(), do_insertfile_void(), shortcut_init()
......
12/05/2002 - GNU nano 1.1.5 is out. The main new feature in this 01/05/2002 - GNU nano 1.1.5 is out. The main new feature in this
release if the changed behavior of the keypad. Nano now release if the changed behavior of the keypad. Nano now
does the Right Thing and used keypad() by default. If does the Right Thing and used keypad() by default. If
you wish to use the keypad arrow keys in certain you wish to use the keypad arrow keys in certain
......
# $Id$ # $Id$
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_INIT(nano.c) AC_INIT(nano.c)
AM_INIT_AUTOMAKE(nano, 1.1.4-cvs) AM_INIT_AUTOMAKE(nano, 1.1.5)
AM_CONFIG_HEADER(config.h:config.h.in) AM_CONFIG_HEADER(config.h:config.h.in)
ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv no nl da pl" ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv no nl da pl"
......
...@@ -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.4.&nbsp; Of course you should always check the nano homepage to be 1.1.5.&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.4 or newer, and you must have configured nano with be using nano 1.1.5 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.4 or newer (use nano -V to check your version and compiled be version 1.1.5 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.4 @set VERSION 1.1.5
@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.4 @subtitle version 1.1.5
@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