]> git.wh0rd.org Git - nano.git/commitdiff
fix changelog entry
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 17 Dec 2007 23:05:11 +0000 (23:05 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 17 Dec 2007 23:05:11 +0000 (23:05 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4199 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
ChangeLog.pre-2.1

index f5cc9860824f52be35eaccb15e841a1f19e890b3..d82107a8d1837c81cbc7df64e3644e003c1e0a17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-17  David Lawrence Ramsey  <pooka109@gmail.com>
+
+       * ChangeLog.pre-2.1: Add missing attribution.
+
 2007-12-10  David Lawrence Ramsey  <pooka109@gmail.com>
 
        * nano.c (main): Exit if initscr() fails.
index 72d59571a424ef6f2c1718e7892d59943c726c61..c641f1a915aaf66ac7b7d2b83044b6e4efbf7185 100644 (file)
@@ -4170,7 +4170,7 @@ GNU nano 1.3.2 - 2004.03.31
          the input mode. (DLR)
        - Remove stray HAVE_GETOPT_LONG #ifdefs. (DLR)
        - Don't call keypad() before initializing the windows it needs
-         via window_init().
+         via window_init(). (DLR)
 - nano.h:
        - Move the NANO_H include guard up before the first #include.
          (DLR)