From 592ccf9a5e9128d9b4d515bcb76e4b91e4e171be Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 25 Jul 2006 21:19:02 +0000
Subject: [PATCH] update changelog entry: the renaming of the scroll_dir enums
 also fixes compilation on NetBSD 3.0, as reported by Adam Wysocki

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3816 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e05d3dde..ed9a6be3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,9 +38,10 @@ CVS code -
 	  (DLR)
 	- Rename the values of the scroll_dir enum to UP_DIR and
 	  DOWN_DIR, since UP is defined as a termcap value in Tru64's
-	  curses.h, which breaks compilation there.  Changes to
-	  do_page_up(), do_page_down(), do_up(), do_down(), nano.h, and
-	  edit_scroll(). (DLR, found by Daniel Richard G.)
+	  and NetBSD 3.0's curses.h, which breaks compilation on those
+	  systems.  Changes to do_page_up(), do_page_down(), do_up(),
+	  do_down(), nano.h, and edit_scroll(). (DLR; found by Daniel
+	  Richard G. and Adam Wysocki, repectively)
 	- Rename the DISABLE_ROOTWRAP #define to DISABLE_ROOTWRAPPING.
 	  (DLR)
 	- When using slang 2.x, call SLutf8_enable() with an argument of
-- 
GitLab