Commit c87a4116 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

More RCS schtuff

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@171 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 141c1274
Showing with 30 additions and 1 deletion
+30 -1
...@@ -224,3 +224,4 @@ distribution. ...@@ -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$
$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.
------------------------------------------------------------------------- -------------------------------------------------------------------------
......
...@@ -63,3 +63,5 @@ ...@@ -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 ...@@ -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$
...@@ -180,3 +180,5 @@ operates. ...@@ -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$
# $Id$
bin_PROGRAMS = nano bin_PROGRAMS = nano
nano_SOURCES = cut.c \ nano_SOURCES = cut.c \
files.c \ files.c \
......
...@@ -10,6 +10,8 @@ ...@@ -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@
......
...@@ -250,3 +250,5 @@ ...@@ -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$
...@@ -80,3 +80,5 @@ Current Status ...@@ -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$
...@@ -17,3 +17,5 @@ For Next Version: ...@@ -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$
/* $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
......
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)
......
...@@ -541,6 +541,7 @@ and you should know the answer.</font></blockquote> ...@@ -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>
$Id$
# $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>
# #
......
# $Id$
# List of source files containing translatable strings. # List of source files containing translatable strings.
# Package source files # Package source files
......
# $Id$
# German Messages for the nano editor # German Messages for the nano editor
# Florian Knig <floki@bigfoot.com> June 21, 2000 # Florian Knig <floki@bigfoot.com> June 21, 2000
# Copyright (C) 2000 Free Software Foundation, Inc. # Copyright (C) 2000 Free Software Foundation, Inc.
......
# $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.
......
# $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.
......
# $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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment