Nano 0.9.99pre2 release

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@512 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Chris Allegretta 2001-01-31 23:22:36 +00:00
parent 90e040455d
commit 34318edba2
11 changed files with 1207 additions and 1188 deletions

View File

@ -1,4 +1,4 @@
CVS code -
nano-0.9.99pre2 - 01/31/2001
General
- Removed center_x and center_y globals. center_y was
completely unused and center_x was only used a few places,
@ -30,6 +30,8 @@ General
do_alt_speller()
- Added code to parse multi-word alt_speller strings.
- Fix initialization before fork() (Rocco).
- proto.h:
- Fix do_credits() proto (oops!)
- winio.c:
nanogetstr()
- Sanity check for x overrunning the string buffer len.

2
configure vendored
View File

@ -722,7 +722,7 @@ fi
PACKAGE=nano
VERSION=0.9.99-cvs
VERSION=0.9.99pre2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }

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, 0.9.99-cvs)
AM_INIT_AUTOMAKE(nano, 0.9.99pre2)
AM_CONFIG_HEADER(config.h:config.h.in)
ALL_LINGUAS="es de fr it id fi"

View File

@ -195,7 +195,7 @@ nano was developed).</font></blockquote>
of nano?</font></h2>
<blockquote><font color="#330000">The current version of nano *should*
be 0.9.99pre1.&nbsp; Of course you should always check the nano hompage to
be 0.9.99pre2.&nbsp; Of course you should always check the nano hompage to
see what the latest and greatest version is.</font></blockquote>
<h2>

397
po/de.po

File diff suppressed because it is too large Load Diff

397
po/es.po

File diff suppressed because it is too large Load Diff

397
po/fi.po

File diff suppressed because it is too large Load Diff

397
po/fr.po

File diff suppressed because it is too large Load Diff

399
po/id.po

File diff suppressed because it is too large Load Diff

396
po/it.po

File diff suppressed because it is too large Load Diff

View File

@ -141,7 +141,7 @@ void do_replace_highlight(int highlight_flag, char *word);
void nano_disabled_msg(void);
void window_init(void);
#ifdef NANO_EXTRA
void do_credits(int junk);
void do_credits(void);
#endif
int do_writeout_void(void), do_exit(void), do_gotoline_void(void);