# HG changeset patch # User Kim F. Storm # Date 1106441590 0 # Node ID 3c5cc02ff90e14312c862f75d377c3e87e58d688 # Parent 6ecba179adb271927d497fd21220bfe55eb8231f *** empty log message *** diff -r 6ecba179adb2 -r 3c5cc02ff90e lisp/ChangeLog --- a/lisp/ChangeLog Sun Jan 23 00:50:52 2005 +0000 +++ b/lisp/ChangeLog Sun Jan 23 00:53:10 2005 +0000 @@ -1,3 +1,8 @@ +2005-01-23 Kim F. Storm + + * simple.el (line-move): Fix last change. Check partial + visibility at point rather than at window-start. + 2005-01-22 Jason Rumney * term/w32-win.el (xw-defined-colors): Remove debug-message. diff -r 6ecba179adb2 -r 3c5cc02ff90e src/ChangeLog --- a/src/ChangeLog Sun Jan 23 00:50:52 2005 +0000 +++ b/src/ChangeLog Sun Jan 23 00:53:10 2005 +0000 @@ -1,6 +1,11 @@ 2005-01-23 Kim F. Storm + * window.c (window_scroll_pixel_based): Force moving to next line + if scrolling doesn't move start point, e.g. if looking at tall image. + * xdisp.c (pos_visible_p): Return 0 if non-interactive. + Clear last_height before calling line_bottom_y to get real height. + Fix calculation of y. 2005-01-22 Steven Tamm