GNU nano 1.1.4 release

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@923 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2001-12-12 02:44:40 +00:00
parent 9c23a44907
commit 7bf2509a70
21 changed files with 4202 additions and 3514 deletions

View File

@ -1,4 +1,4 @@
CVS Code -
nano-1.1.4 - 12/11/2001
- General
- Preliminary syntax highlighting support. New functions
colortoint() and parse_color() in rcfile.c, new code in

9
NEWS
View File

@ -1,3 +1,12 @@
12/11/2001 - GNU nano 1.1.4 is released. This release contains
rudimentary color syntax support (but it's still
broken), compatibility fixes for the Hurd and FreeBSD,
spell checker and wrapping fixes, and more. It seems
that the amount of interest in the code is inversely
proportional to the amount of time since last release,
so it's time to show the world all the changes since
1.1.3 ;) Have fun with it!
10/26/2001 - GNU nano 1.1.3 is released. As far as new features go,
the help system is now available for all functions in the
editor. Also, nano will also now print a message on

View File

@ -1,7 +1,7 @@
# $Id$
dnl Process this file with autoconf to produce a configure script.
AC_INIT(nano.c)
AM_INIT_AUTOMAKE(nano, 1.1.3-cvs)
AM_INIT_AUTOMAKE(nano, 1.1.4)
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"

View File

@ -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.3.&nbsp; Of course you should always check the nano hompage to
be 1.1.4.&nbsp; Of course you should always check the nano hompage 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.3 or newer, and you must have configured nano with
be using nano 1.1.4 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.3 or newer (use nano -V to check your version and compiled
be version 1.1.4 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,

View File

@ -8,7 +8,7 @@
@c Run `makeinfo' rather than `texinfo-format-buffer'.
@smallbook
@set EDITION 0.1
@set VERSION 1.1.3
@set VERSION 1.1.4
@set UPDATED 3 Oct 2001
@dircategory Editors
@ -23,7 +23,7 @@
@titlepage
@title GNU @code{nano}
@subtitle a small and friendly text editor.
@subtitle version 1.1.3
@subtitle version 1.1.4
@author Chris Allegretta
@page

412
po/ca.po

File diff suppressed because it is too large Load Diff

412
po/cs.po

File diff suppressed because it is too large Load Diff

575
po/da.po

File diff suppressed because it is too large Load Diff

599
po/de.po

File diff suppressed because it is too large Load Diff

596
po/es.po

File diff suppressed because it is too large Load Diff

412
po/fi.po

File diff suppressed because it is too large Load Diff

649
po/fr.po

File diff suppressed because it is too large Load Diff

412
po/gl.po

File diff suppressed because it is too large Load Diff

412
po/hu.po

File diff suppressed because it is too large Load Diff

412
po/id.po

File diff suppressed because it is too large Load Diff

412
po/it.po

File diff suppressed because it is too large Load Diff

412
po/nl.po

File diff suppressed because it is too large Load Diff

412
po/no.po

File diff suppressed because it is too large Load Diff

569
po/ru.po

File diff suppressed because it is too large Load Diff

585
po/sv.po

File diff suppressed because it is too large Load Diff

412
po/uk.po

File diff suppressed because it is too large Load Diff