More RCS schtuff
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@171 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
141c1274c4
Коммит
c87a411624
@ -224,3 +224,4 @@ distribution.
|
|||||||
If December 1997 seems to be old, you may fetch a more recent copy
|
If December 1997 seems to be old, you may fetch a more recent copy
|
||||||
of this `ABOUT-NLS' file on most GNU archive sites.
|
of this `ABOUT-NLS' file on most GNU archive sites.
|
||||||
|
|
||||||
|
$Id$
|
||||||
|
1
AUTHORS
1
AUTHORS
@ -1,3 +1,4 @@
|
|||||||
|
$Id$
|
||||||
This file lists people who have made significant contribution to the nano
|
This file lists people who have made significant contribution to the nano
|
||||||
editor. Please see the ChangeLog for specific changes by author.
|
editor. Please see the ChangeLog for specific changes by author.
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
|
2
BUGS
2
BUGS
@ -63,3 +63,5 @@
|
|||||||
causes a random segfault (16) [FIXED?]
|
causes a random segfault (16) [FIXED?]
|
||||||
- In replace, there is no way to accept the default replace string. (27)
|
- In replace, there is no way to accept the default replace string. (27)
|
||||||
- totsize problems still abound in do_justify (33)
|
- totsize problems still abound in do_justify (33)
|
||||||
|
|
||||||
|
$Id$
|
||||||
|
@ -897,3 +897,5 @@ nano 0.7.6 - 01/15/2000
|
|||||||
0.2 Read in data to buffer, bound keystrokes to stub functions,
|
0.2 Read in data to buffer, bound keystrokes to stub functions,
|
||||||
initial cursor movement on screen. Initial autoconf support.
|
initial cursor movement on screen. Initial autoconf support.
|
||||||
0.1 Initial program setup w/ncurses
|
0.1 Initial program setup w/ncurses
|
||||||
|
|
||||||
|
$Id$
|
||||||
|
2
INSTALL
2
INSTALL
@ -180,3 +180,5 @@ operates.
|
|||||||
script, and exit.
|
script, and exit.
|
||||||
|
|
||||||
`configure' also accepts some other, not widely useful, options.
|
`configure' also accepts some other, not widely useful, options.
|
||||||
|
|
||||||
|
$Id$
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# $Id$
|
||||||
|
|
||||||
bin_PROGRAMS = nano
|
bin_PROGRAMS = nano
|
||||||
nano_SOURCES = cut.c \
|
nano_SOURCES = cut.c \
|
||||||
files.c \
|
files.c \
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||||
# PARTICULAR PURPOSE.
|
# PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
|
|
||||||
|
2
NEWS
2
NEWS
@ -250,3 +250,5 @@
|
|||||||
http://faculty.plattsburgh.edu/astyanax/nano. Please
|
http://faculty.plattsburgh.edu/astyanax/nano. Please
|
||||||
update your bookmarks, tell your friends, and all that
|
update your bookmarks, tell your friends, and all that
|
||||||
jazz.
|
jazz.
|
||||||
|
|
||||||
|
$Id$
|
||||||
|
2
README
2
README
@ -80,3 +80,5 @@ Current Status
|
|||||||
can guess, I'm not much of an emacs fan ;)
|
can guess, I'm not much of an emacs fan ;)
|
||||||
|
|
||||||
Chris Allegretta (chrisa@asty.org)
|
Chris Allegretta (chrisa@asty.org)
|
||||||
|
|
||||||
|
$Id$
|
||||||
|
2
TODO
2
TODO
@ -17,3 +17,5 @@ For Next Version:
|
|||||||
- single line scroll up/down?
|
- single line scroll up/down?
|
||||||
- Color syntax highlighting? (certainly seems like there's a demand for it.)
|
- Color syntax highlighting? (certainly seems like there's a demand for it.)
|
||||||
- .nanorc ?????
|
- .nanorc ?????
|
||||||
|
|
||||||
|
$Id$
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* $Id$ */
|
||||||
|
|
||||||
/* Define this if you have the wresize function in your ncurses-type library */
|
/* Define this if you have the wresize function in your ncurses-type library */
|
||||||
#undef HAVE_WRESIZE
|
#undef HAVE_WRESIZE
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
dnl $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, 0.9.15-cvs)
|
AM_INIT_AUTOMAKE(nano, 0.9.15-cvs)
|
||||||
|
3
faq.html
3
faq.html
@ -541,6 +541,7 @@ and you should know the answer.</font></blockquote>
|
|||||||
<a NAME="8"></a>8. ChangeLog</h1>
|
<a NAME="8"></a>8. ChangeLog</h1>
|
||||||
|
|
||||||
<blockquote>06/31/2000 - Initial framework.</blockquote>
|
<blockquote>06/31/2000 - Initial framework.</blockquote>
|
||||||
|
<P>
|
||||||
|
$Id$
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
$Id$
|
@ -1,3 +1,4 @@
|
|||||||
|
# $Id$
|
||||||
# Makefile for program source directory in GNU NLS utilities package.
|
# Makefile for program source directory in GNU NLS utilities package.
|
||||||
# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
|
# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# $Id$
|
||||||
# List of source files containing translatable strings.
|
# List of source files containing translatable strings.
|
||||||
|
|
||||||
# Package source files
|
# Package source files
|
||||||
|
1
po/de.po
1
po/de.po
@ -1,3 +1,4 @@
|
|||||||
|
# $Id$
|
||||||
# German Messages for the nano editor
|
# German Messages for the nano editor
|
||||||
# Florian KЎnig <floki@bigfoot.com> June 21, 2000
|
# Florian KЎnig <floki@bigfoot.com> June 21, 2000
|
||||||
# Copyright (C) 2000 Free Software Foundation, Inc.
|
# Copyright (C) 2000 Free Software Foundation, Inc.
|
||||||
|
1
po/es.po
1
po/es.po
@ -1,3 +1,4 @@
|
|||||||
|
# $Id$
|
||||||
# Spanish Messages for the nano editor.
|
# Spanish Messages for the nano editor.
|
||||||
# Jordi Mallach <jordi@sindominio.net> January 9, 2000
|
# Jordi Mallach <jordi@sindominio.net> January 9, 2000
|
||||||
# Copyright (C) 2000 Free Software Foundation, Inc.
|
# Copyright (C) 2000 Free Software Foundation, Inc.
|
||||||
|
1
po/fi.po
1
po/fi.po
@ -1,3 +1,4 @@
|
|||||||
|
# $Id$
|
||||||
# nano Finnish Translation.
|
# nano Finnish Translation.
|
||||||
# Copyright (C) 2000 Free Software Foundation, Inc.
|
# Copyright (C) 2000 Free Software Foundation, Inc.
|
||||||
# Pauli Virtanen <pauli.virtanen@saunalahti.fi>, 2000.
|
# Pauli Virtanen <pauli.virtanen@saunalahti.fi>, 2000.
|
||||||
|
1
po/fr.po
1
po/fr.po
@ -1,3 +1,4 @@
|
|||||||
|
# $Id$
|
||||||
# French messages for the nano editor
|
# French messages for the nano editor
|
||||||
# Copyright (C) 2000 Free Software Foundation, Inc.
|
# Copyright (C) 2000 Free Software Foundation, Inc.
|
||||||
# Pierre Tane <tanep@bigfoot.com>, 2000.
|
# Pierre Tane <tanep@bigfoot.com>, 2000.
|
||||||
|
1
po/id.po
1
po/id.po
@ -1,3 +1,4 @@
|
|||||||
|
# $Id$
|
||||||
# SOME DESCRIPTIVE TITLE.
|
# SOME DESCRIPTIVE TITLE.
|
||||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
1
po/it.po
1
po/it.po
@ -1,3 +1,4 @@
|
|||||||
|
# $Id$
|
||||||
# Spanish Messages for the nano editor.
|
# Spanish Messages for the nano editor.
|
||||||
# Jordi Mallach <jordi@sindominio.net> January 9, 2000
|
# Jordi Mallach <jordi@sindominio.net> January 9, 2000
|
||||||
# Copyright (C) 2000 Free Software Foundation, Inc.
|
# Copyright (C) 2000 Free Software Foundation, Inc.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# SOME DESCRIPTIVE TITLE.
|
# Nano strings file.
|
||||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
# Chris Allegretta <chrisa@asty.org>, 2000.
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user