From: David Lawrence Ramsey Date: Tue, 1 Nov 2005 18:44:29 +0000 (+0000) Subject: add missing changelog update X-Git-Tag: v1.3.10~177 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bdc038db14d81c3cb035e8738ebfbbdfbec92a51;p=nano.git add missing changelog update git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3069 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 08aa4aeb..8bc74c52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: