From: Kim F. Storm Date: Sun, 23 Jan 2005 00:53:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~2617 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c20cae25beb7029f0b43e96103da93cec31a781;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d55cf9dcb64..e51cba7485b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index e012abeadbe..2055f66f473 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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