]> git.wh0rd.org Git - nano.git/commitdiff
More RCS schtuff
authorChris Allegretta <chrisa@asty.org>
Mon, 7 Aug 2000 02:16:24 +0000 (02:16 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 7 Aug 2000 02:16:24 +0000 (02:16 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@171 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

23 files changed:
ABOUT-NLS
AUTHORS
BUGS
ChangeLog
INSTALL
Makefile.am
Makefile.in
NEWS
README
TODO
acconfig.h
configure.in
faq.html
po/ChangeLog
po/Makefile.in.in
po/POTFILES.in
po/de.po
po/es.po
po/fi.po
po/fr.po
po/id.po
po/it.po
po/nano.pot

index 28d38c76fd68364a19f8ef42601e0421bd9039f1..7753b0af1499379895a313c95609c6e8966c84f7 100644 (file)
--- a/ABOUT-NLS
+++ b/ABOUT-NLS
@@ -224,3 +224,4 @@ distribution.
    If December 1997 seems to be old, you may fetch a more recent copy
 of this `ABOUT-NLS' file on most GNU archive sites.
 
+$Id$
diff --git a/AUTHORS b/AUTHORS
index fe3d45266726144882acf91ab33c0f571d95e078..1db2490405f5f69a72a845bf3f8372b7216cb89d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,4 @@
+$Id$
 This file lists people who have made significant contribution to the nano
 editor.  Please see the ChangeLog for specific changes by author.
 -------------------------------------------------------------------------
diff --git a/BUGS b/BUGS
index e29a19fa4e0a4472c7f3a2f31b4753c48303349c..d52f76bea4c9a9da3ba7a78d7c5702ed0d72e7cd 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -63,3 +63,5 @@
   causes a random segfault (16) [FIXED?]
 - In replace, there is no way to accept the default replace string. (27)
 - totsize problems still abound in do_justify (33)
+
+$Id$
index 0da3122930d2bfebedebfd9f11058bd487cd302f..fb835743919f9066f25705cc68f50a3660864cef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -897,3 +897,5 @@ nano 0.7.6 - 01/15/2000
 0.2    Read in data to buffer, bound keystrokes to stub functions, 
        initial cursor movement on screen.  Initial autoconf support.
 0.1    Initial program setup w/ncurses
+
+$Id$
diff --git a/INSTALL b/INSTALL
index b42a17ac4640e9a2bfe5e480e44d0eef3f365928..16955d14010a9000979ff07df25da91263835f07 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -180,3 +180,5 @@ operates.
      script, and exit.
 
 `configure' also accepts some other, not widely useful, options.
+
+$Id$
index 53da17e30750d3f6b815aef73627ba6906b06891..daa2a285c76acf3f53dccdfa106f08bb70830f5c 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+
 bin_PROGRAMS =         nano
 nano_SOURCES = cut.c \
                files.c \
index 5600fe627b8784a99de3bb120bbf3db7886dd86f..4eb01e238a7f63e8e7b3d0044d195dac34f24b13 100644 (file)
@@ -10,6 +10,8 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
+# $Id$
+
 
 SHELL = @SHELL@
 
diff --git a/NEWS b/NEWS
index 358b38400695b3565bb200b36753a7e4d285bdc0..33c75b4f87150935ef632edba9b1f82b9e1cab94 100644 (file)
--- a/NEWS
+++ b/NEWS
                http://faculty.plattsburgh.edu/astyanax/nano.  Please
                update your bookmarks, tell your friends, and all that
                jazz.
+
+$Id$
diff --git a/README b/README
index 0ba0fa024fab6008b8169b363ce7dcaf56d667e6..d813ab55d18440d78835a7e5c3c3fafacbf26d7d 100644 (file)
--- a/README
+++ b/README
@@ -80,3 +80,5 @@ Current Status
      can guess, I'm not much of an emacs fan ;)
      
    Chris Allegretta (chrisa@asty.org)
+
+$Id$
diff --git a/TODO b/TODO
index bbf57345081ad01da5d0262fc35146d8c382e0a5..345cb582e731178001b3699fbdca816f9711b6ca 100644 (file)
--- a/TODO
+++ b/TODO
@@ -17,3 +17,5 @@ For Next Version:
 - single line scroll up/down?
 - Color syntax highlighting? (certainly seems like there's a demand for it.)
 - .nanorc ?????
+
+$Id$
index c199ec9591f84748e1907de852a5b7893d0fb1d7..bc13f22f881d8fd4a9f7b46b21e9f518cad03929 100644 (file)
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 /* Define this if you have the wresize function in your ncurses-type library */
 #undef HAVE_WRESIZE
 
index e0cf3a672a355720a2f3854708b0bbe6f047a40c..d2f3ff4a25b1ef074d1bd08da2d37f1825306521 100644 (file)
@@ -1,3 +1,4 @@
+dnl $Id$
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(nano.c)
 AM_INIT_AUTOMAKE(nano, 0.9.15-cvs)
index 106fb6c7aa5f5aff6deaa7424b9e1f90697371df..e3696850d9d0820ce2aa6ffa6197c9174db201c2 100644 (file)
--- a/faq.html
+++ b/faq.html
@@ -541,6 +541,7 @@ and you should know the answer.</font></blockquote>
 <a NAME="8"></a>8. ChangeLog</h1>
 
 <blockquote>06/31/2000 - Initial framework.</blockquote>
-
+<P>
+$Id$
 </body>
 </html>
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..055c8729cdcc372500a08db659c045e16c4409fb 100644 (file)
@@ -0,0 +1 @@
+$Id$
index 3130eebb0137c53d1491edf27c778b7427a7182b..2dca4488b35dc106b7b9ac4156c858280d787024 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 # Makefile for program source directory in GNU NLS utilities package.
 # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
 #
index e185f6de8fb57b7651d816c6ef08a08c1e54907e..40b10dce7e2be21c594743db2f29590d03b195c3 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 # List of source files containing translatable strings.
 
 # Package source files
index 4d8e8d0c45fa7214c241d7251f5227c14e94a4eb..0671dae666f5b330bbba7bd754a7e6ed2fe02851 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -1,3 +1,4 @@
+# $Id$
 # German Messages for the nano editor
 # Florian König <floki@bigfoot.com> June 21, 2000
 # Copyright (C) 2000 Free Software Foundation, Inc.
index 8ab410503fa55295d13bc4dc9db2c3f986bc993f..e33305592432b0b9c6040bb414019456e84ffb8c 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -1,3 +1,4 @@
+# $Id$
 # Spanish Messages for the nano editor.
 # Jordi Mallach <jordi@sindominio.net> January 9, 2000
 # Copyright (C) 2000 Free Software Foundation, Inc.
index 578e1e528eeaee81579212478444581e3de6ce37..ae0e889a1b6865631f81e59f76e8584c18402fd2 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,3 +1,4 @@
+# $Id$
 # nano Finnish Translation.
 # Copyright (C) 2000 Free Software Foundation, Inc.
 # Pauli Virtanen <pauli.virtanen@saunalahti.fi>, 2000.
index 09308e681a33e262153265bc66c145a270f12e62..c9bf8defd1417834ec01f9734dd95910ca2f3643 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,3 +1,4 @@
+# $Id$
 # French messages for the nano editor
 # Copyright (C) 2000 Free Software Foundation, Inc.
 # Pierre Tane <tanep@bigfoot.com>, 2000.
index 70ba48965dd2988557da6da943fa44af582fb7d8..665d68ccb6ac09c56a57abb192467c6201ac8494 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -1,3 +1,4 @@
+# $Id$
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR Free Software Foundation, Inc.
 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
index 167970614d3c2ee63ac33e065257aa2f680ee34a..fff1486d86280efad57183c2756c1aeb6613cbed 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -1,3 +1,4 @@
+# $Id$
 # Spanish Messages for the nano editor.
 # Jordi Mallach <jordi@sindominio.net> January 9, 2000
 # Copyright (C) 2000 Free Software Foundation, Inc.
index 39ec026dc2ada53f81fbb0a18425e687ad8530e0..f8b7e6d49479710fdcefc657b95033e8e0eec0bd 100644 (file)
@@ -1,6 +1,6 @@
-# SOME DESCRIPTIVE TITLE.
+# Nano strings file.
 # Copyright (C) YEAR Free Software Foundation, Inc.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# Chris Allegretta <chrisa@asty.org>, 2000.
 #
 #, fuzzy
 msgid ""