Commit 7c06be5f authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

fix changelog entries

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3795 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 5 additions and 5 deletions
+5 -5
...@@ -38,9 +38,9 @@ CVS code - ...@@ -38,9 +38,9 @@ CVS code -
(DLR) (DLR)
- Rename the values of the scroll_dir enum to UP_DIR and - 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 DOWN_DIR, since UP is defined as a termcap value in Tru64's
curses.h, which breaks compilation. Changes to do_page_up(), curses.h, which breaks compilation there. Changes to
do_page_down(), do_up(), do_down(), nano.h, and edit_scroll(). do_page_up(), do_page_down(), do_up(), do_down(), nano.h, and
(DLR, found by Daniel Richard G.) edit_scroll(). (DLR, found by Daniel Richard G.)
- browser.c: - browser.c:
do_browser() do_browser()
- Refactor the mouse support, modeling it after do_mouse() for - Refactor the mouse support, modeling it after do_mouse() for
...@@ -112,8 +112,8 @@ CVS code - ...@@ -112,8 +112,8 @@ CVS code -
- rcfile.c: - rcfile.c:
parse_rcfile() parse_rcfile()
- Add missing ENABLE_COLOR #ifdef around the second check for a - Add missing ENABLE_COLOR #ifdef around the second check for a
syntax with no color commands, to fix compilation without syntax with no color commands, to fix compilation with rcfile
color support. (Daniel Richard G.) support and without color support. (Daniel Richard G.)
- search.c: - search.c:
replace_regexp() replace_regexp()
- Remove unnecessary casting of c to int. (DLR) - Remove unnecessary casting of c to int. (DLR)
......
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