aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-01-23 00:53:10 +0000
committerKim F. Storm2005-01-23 00:53:10 +0000
commit5c20cae25beb7029f0b43e96103da93cec31a781 (patch)
tree29bfd3471e8934bc4359afa7ab43485520824ef5
parent78465f3a8c37972ebff48b6c961196472fceef16 (diff)
downloademacs-5c20cae25beb7029f0b43e96103da93cec31a781.tar.gz
emacs-5c20cae25beb7029f0b43e96103da93cec31a781.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d55cf9dcb64..e51cba7485b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-01-23 Kim F. Storm <storm@cua.dk>
2
3 * simple.el (line-move): Fix last change. Check partial
4 visibility at point rather than at window-start.
5
12005-01-22 Jason Rumney <jasonr@gnu.org> 62005-01-22 Jason Rumney <jasonr@gnu.org>
2 7
3 * term/w32-win.el (xw-defined-colors): Remove debug-message. 8 * 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 @@
12005-01-23 Kim F. Storm <storm@cua.dk> 12005-01-23 Kim F. Storm <storm@cua.dk>
2 2
3 * window.c (window_scroll_pixel_based): Force moving to next line
4 if scrolling doesn't move start point, e.g. if looking at tall image.
5
3 * xdisp.c (pos_visible_p): Return 0 if non-interactive. 6 * xdisp.c (pos_visible_p): Return 0 if non-interactive.
7 Clear last_height before calling line_bottom_y to get real height.
8 Fix calculation of y.
4 9
52005-01-22 Steven Tamm <steventamm@mac.com> 102005-01-22 Steven Tamm <steventamm@mac.com>
6 11