]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 23 Jan 2005 00:53:10 +0000 (00:53 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 23 Jan 2005 00:53:10 +0000 (00:53 +0000)
lisp/ChangeLog
src/ChangeLog

index d55cf9dcb6446283a2c37136403f63ad860a56b2..e51cba7485bd107e72c05d7e9fe3f0274762977b 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-23  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (line-move): Fix last change.  Check partial
+       visibility at point rather than at window-start.
+
 2005-01-22  Jason Rumney  <jasonr@gnu.org>
 
        * term/w32-win.el (xw-defined-colors): Remove debug-message.
index e012abeadbebe6f5147b17309e5a1bd899dbf87f..2055f66f4734bc8024c368b18805ba4cdbcb6659 100644 (file)
@@ -1,6 +1,11 @@
 2005-01-23  Kim F. Storm  <storm@cua.dk>
 
+       * 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  <steventamm@mac.com>