]> git.wh0rd.org Git - nano.git/commitdiff
Oops, fix was really in edit_update_top in winio.c
authorChris Allegretta <chrisa@asty.org>
Mon, 3 Jul 2000 04:31:13 +0000 (04:31 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 3 Jul 2000 04:31:13 +0000 (04:31 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@63 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index fe4c4206dcaa400494451a68455ce2432e37a1e0..c798e8947839ecb3d5a99dd3c5b719a642428990 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,11 +7,6 @@ CVS code changes since last release -
          do_search() in search.c, globals in nano.h and
          shortcut_init() in global.c.
        - changed 'sprintf' calls to safer 'snprintf'
-- move.c:
-  page_down():
-       - Fixed a bug that caused nano to not update when
-         current->next == NULL (e.g. paging down to the very bottom of 
-         ABOUT NLS wouldn't work).
 - nano.c:
        - Removed dual alt_speller variables, oops! (Rocco Corsi)
        - Removed unnecessary do_oldspell function (Rocco Corsi).  Added
@@ -28,6 +23,10 @@ CVS code changes since last release -
          we decide if those keybindings should be translated. (Jordi)
   clear_bottomwin():
        - Removed wrefresh(edit) call.
+  edit_update_top():
+       - Fixed a bug that caused nano to not update when
+         current->next == NULL (e.g. paging down to the very bottom of 
+         ABOUT NLS wouldn't work).
 
 nano-0.9.11 - 06/20/2000
 - New flag "-T" or "--tabsize" to specify how to display tab widths.