GNU nano 1.1.12 release

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1308 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2002-10-25 03:14:11 +00:00
parent 2a15c584f1
commit 2257893ac2
26 changed files with 9667 additions and 8332 deletions

View File

@ -1,4 +1,4 @@
CVS code -
GNU nano 1.1.12 - 10/24/2002
- General:
- Translation updates (see po/ChangeLog for details).
- Remove malloc.h, as it's unneeded and just causes annoyances on

14
NEWS
View File

@ -1,3 +1,17 @@
10/24/2002 - GNU nano 1.1.12 "Make Jordi happy" is released. This
release demonstrated that nano is starting to freeze for
version 1.2. New features include a Meta-Y toggle
for syntax highlighting, pluralized i18n, and a handler
for SIGTERM. Nano now ignores XOFF (^S) to stop
accidental lock-ups, and no longer references malloc.h.
Also included are fixes for zero-length regex
matches, segfaults with --disable-mouse, justification,
memory corruption with the browser, version and help
cmdline output, and translation updates. Aside from
the (currently up in the air) search history behavior,
the next version of nano should be 1.1.99pre1. Have
fun!
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

View 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.11-cvs)
AM_INIT_AUTOMAKE(nano, 1.1.12)
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"

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.11.&nbsp; Of course you should always check the nano homepage to
be 1.1.12.&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.11 or newer, and you must have configured nano with
be using nano 1.1.12 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.11 or newer (use nano -V to check your version and compiled
be version 1.1.12 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.11
@set VERSION 1.1.12
@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.11
@subtitle version 1.1.12
@author Chris Allegretta
@page

917
po/ca.po

File diff suppressed because it is too large Load Diff

761
po/cs.po

File diff suppressed because it is too large Load Diff

761
po/da.po

File diff suppressed because it is too large Load Diff

926
po/de.po

File diff suppressed because it is too large Load Diff

944
po/es.po

File diff suppressed because it is too large Load Diff

759
po/fi.po

File diff suppressed because it is too large Load Diff

1517
po/fr.po

File diff suppressed because it is too large Load Diff

926
po/gl.po

File diff suppressed because it is too large Load Diff

761
po/hu.po

File diff suppressed because it is too large Load Diff

901
po/id.po

File diff suppressed because it is too large Load Diff

761
po/it.po

File diff suppressed because it is too large Load Diff

898
po/ms.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

761
po/nb.po

File diff suppressed because it is too large Load Diff

761
po/nl.po

File diff suppressed because it is too large Load Diff

761
po/nn.po

File diff suppressed because it is too large Load Diff

905
po/pl.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

761
po/ru.po

File diff suppressed because it is too large Load Diff

919
po/sv.po

File diff suppressed because it is too large Load Diff

761
po/uk.po

File diff suppressed because it is too large Load Diff