Commit bdc038db authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

add missing changelog update

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3069 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 744e9791
Showing with 12 additions and 10 deletions
+12 -10
......@@ -18,17 +18,19 @@ CVS code -
- Move get_page_start(), xplustabs(), actual_x(), strnlenpt(),
and strlenpt() from winio.c to utils.c, as they're really
utility functions. (DLR)
- Add missing stdio.h #include to winio.c. (DLR)
- Move functions specific to the statusbar prompt to their own
source file, and adjust related variables accordingly. New
file prompt.c; changes to do_statusbar_input(),
do_statusbar_mouse(), do_statusbar_output(),
do_statusbar_home(), do_statusbar_end(), do_statusbar_right(),
do_statusbar_left(), do_statusbar_backspace(),
do_statusbar_delete(), do_statusbar_cut_text(),
do_statusbar_next_word(), do_statusbar_prev_word(),
do_statusbar_verbatim_input(), statusbar_xplustabs(),
get_statusbar_page_start(), nanoget_repaint(), nanogetstr(),
statusq(), and statusq_abort() (all moved to prompt.c). (DLR)
source file, adjust related variables accordingly, and rename
variable resetstatuspos reset_statusbar_x. New file prompt.c;
changes to do_statusbar_input(), do_statusbar_mouse(),
do_statusbar_output(), do_statusbar_home(),
do_statusbar_end(), do_statusbar_right(), do_statusbar_left(),
do_statusbar_backspace(), do_statusbar_delete(),
do_statusbar_cut_text(), do_statusbar_next_word(),
do_statusbar_prev_word(), do_statusbar_verbatim_input(),
statusbar_xplustabs(), get_statusbar_page_start(),
nanoget_repaint(), nanogetstr(), statusq(), and
statusq_abort() (all moved to prompt.c). (DLR)
- nano.h:
- Readd MIN_EDITOR_COLS #define. (DLR)
- winio.c:
......
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