From e3a026368ff32031ad5c8d5074a54cc2a311e6d3 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 17 Dec 2007 23:05:11 +0000
Subject: [PATCH] fix changelog entry

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4199 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog         | 4 ++++
 ChangeLog.pre-2.1 | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f5cc9860..d82107a8 100644
--- 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.
diff --git a/ChangeLog.pre-2.1 b/ChangeLog.pre-2.1
index 72d59571..c641f1a9 100644
--- a/ChangeLog.pre-2.1
+++ b/ChangeLog.pre-2.1
@@ -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)
-- 
GitLab