GNU nano 1.1.99pre3 release

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1468 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2003-02-14 03:09:35 +00:00
parent f717f98d07
commit 7ba3279073
28 changed files with 6911 additions and 6704 deletions

View File

@ -1,4 +1,4 @@
CVS code
GNU nano 1.1.99pre3 - 2003.02.13
- General:
- Translation updates (see po/ChangeLog for details).
- Fix globals and externs such that nano will compile with

12
NEWS
View File

@ -1,3 +1,15 @@
2003.02.13 - GNU nano 1.1.99pre3 "The last testing version, no
really!" is released. This release includes fixes for
wrapping (again), resizing, color syntax highlighting,
rcfile parsing, the mouse code, more memory leaks, and
some reversion of the code to get the user's home
directory (nano will now again rely on $HOME). There
are also translation updates, a new manual page for the
nanorc file, and an UPGRADE file detailing the changes
since version 1.0. Please submit reports for any bugs
you might find to the development team
(nano-devel@gnu.org), and enjoy nano almost-1.2.0 ;-)
2003.02.03 - GNU nano 1.1.99pre2 "bugs in my pockets, bugs in my
shoes" is released. There are, not suprisingly,
only bugfixes in this release as we move toward the

View File

@ -19,7 +19,7 @@
#
# $Id$
AC_INIT([GNU Nano], [1.1.99pre2-cvs], [nano-devel@gnu.org], [nano])
AC_INIT([GNU Nano], [1.1.99pre3], [nano-devel@gnu.org], [nano])
AC_CONFIG_SRCDIR([nano.c])
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER([config.h:config.h.in])

View File

@ -77,7 +77,7 @@
<h2><a name="1.5"></a>1.5. Why the name change from TIP?</h2>
<blockquote><p>On January 10, 2000, TIP was officially renamed to nano because of a namespace conflict with another program called 'tip'. The original 'tip' program &quot;establishes a full duplex terminal connection to a remote host&quot;, and was included with many older Unix systems (and newer ones like Solaris). The conflict was not noticed at first because there is no 'tip' utility included with most GNU/Linux distributions (where nano was developed).</p></blockquote>
<h2><a name="1.6"></a>1.6. What is the current version of nano?</h2>
<blockquote><p>The current version of nano *should* be 1.1.99pre2. Of course you should always check the nano homepage to see what the latest and greatest version is.</p></blockquote>
<blockquote><p>The current version of nano *should* be 1.1.99pre3. Of course you should always check the nano homepage to see what the latest and greatest version is.</p></blockquote>
<h2><a name="1.7"></a>1.7. I want to read the man page without having to download the program!</h2>
<blockquote><p>Jeez, demanding, aren't we? Okay, look <a href="http://www.nano-editor.org/dist/v1.1/nano.1.html">here</a>.</p></blockquote>
<hr width="100%">

View File

@ -8,7 +8,7 @@
@c Run `makeinfo' rather than `texinfo-format-buffer'.
@smallbook
@set EDITION 0.1
@set VERSION 1.1.99pre2
@set VERSION 1.1.99pre3
@set UPDATED 17 Jan 2003
@dircategory Editors
@ -23,7 +23,7 @@
@titlepage
@title GNU @code{nano}
@subtitle a small and friendly text editor.
@subtitle version 1.1.99pre2
@subtitle version 1.1.99pre3
@author Chris Allegretta
@page
@ -387,7 +387,7 @@ are certain differences between the editors:
@table @code
@item Search and Replace History
As of version 1.1.99pre2 of @code{nano}, text entered as search or replace
As of version 1.1.99pre3 of @code{nano}, text entered as search or replace
strings will be stored and can be accessed with the up/down
arrow keys. Previously, @code{nano} offered a more consistent, but incompatible
with Pico, method for entering search and replace strings. In the old
@ -425,7 +425,7 @@ replace it. The @code{nano} implementation will stop at each search
string found and query whether to replace this instance or not. The
internal spell checker operates similarly. Note that these is no way
to force these functions to behave in the Pico fashion. As of
version 1.1.99pre2, misspelled words are sorted and trimmed for
version 1.1.99pre3, misspelled words are sorted and trimmed for
uniqueness in the internal spell checker such that the words 'apple'
and 'Apple' will be prompted for correction separately.
@end table

745
po/ca.po

File diff suppressed because it is too large Load Diff

726
po/cs.po

File diff suppressed because it is too large Load Diff

722
po/da.po

File diff suppressed because it is too large Load Diff

745
po/de.po

File diff suppressed because it is too large Load Diff

749
po/es.po

File diff suppressed because it is too large Load Diff

758
po/eu.po

File diff suppressed because it is too large Load Diff

749
po/fi.po

File diff suppressed because it is too large Load Diff

743
po/fr.po

File diff suppressed because it is too large Load Diff

745
po/gl.po

File diff suppressed because it is too large Load Diff

442
po/hu.po

File diff suppressed because it is too large Load Diff

442
po/id.po

File diff suppressed because it is too large Load Diff

445
po/it.po

File diff suppressed because it is too large Load Diff

445
po/ms.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

442
po/nb.po

File diff suppressed because it is too large Load Diff

445
po/nl.po

File diff suppressed because it is too large Load Diff

442
po/nn.po

File diff suppressed because it is too large Load Diff

445
po/pl.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

889
po/ru.po

File diff suppressed because it is too large Load Diff

445
po/sv.po

File diff suppressed because it is too large Load Diff

442
po/tr.po

File diff suppressed because it is too large Load Diff

445
po/uk.po

File diff suppressed because it is too large Load Diff