Commit 592ccf9a authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

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
Showing with 4 additions and 3 deletions
+4 -3
......@@ -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
......
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