]> git.wh0rd.org Git - nano.git/commitdiff
add missing changelog update
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 1 Nov 2005 18:44:29 +0000 (18:44 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 1 Nov 2005 18:44:29 +0000 (18:44 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3069 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 08aa4aebf7016a59c3e8e0d50ab271b9058330c4..8bc74c525df7a432ae306c9606fee9a4dad558c6 100644 (file)
--- 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: