# HG changeset patch # User Kim F. Storm # Date 1106485860 0 # Node ID 6491ad700699d7c455ce1c7a6109033b9cb412f1 # Parent 815c3e98edef5513b58d37ace4237f4abbe9f847 *** empty log message *** diff -r 815c3e98edef -r 6491ad700699 src/ChangeLog --- a/src/ChangeLog Sun Jan 23 00:53:32 2005 +0000 +++ b/src/ChangeLog Sun Jan 23 13:11:00 2005 +0000 @@ -1,5 +1,9 @@ 2005-01-23 Kim F. Storm + * window.c (Fpos_visible_in_window_p): Simplify return value for + for partially visible rows. + (window_scroll_pixel_based): Adapt to that change. + * 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.