commit 091d5f3b0a54cdef9bd96459f1c005fa1316768c parent 08273aa1b21db51dae7ce4a5bc45b47fcef68fc0 Author: Chris Allegretta <chrisa@asty.org> Date: Sun, 21 Mar 2010 04:57:14 +0000 Fix ChangeLog to reflect previosu commit. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4487 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 Diffstat:
M | ChangeLog | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog @@ -1,7 +1,7 @@ 2010-03-21 Chris Allegretta <chrisa@asty.org> - * move.c (do_page_up): Explicitly set current_y to 0 when paging up when not in - smooth scroll mode, as previous fixes would otherwise cause the cursor to not - really be moved to the stop of the screen. + * move.c (do_page_up, do_page_down()): Explicitly set current_y to 0 when paging + up when not in smooth scroll mode, as previous fixes would otherwise cause + the cursor to not really be moved to the stop of the screen. 2010-03-07 Chris Allegretta <chrisa@asty.org> * configure.ac, nano.c (handle_sigwinch): Create check for whether LINES and