aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
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 /src/ChangeLog
parent78465f3a8c37972ebff48b6c961196472fceef16 (diff)
downloademacs-5c20cae25beb7029f0b43e96103da93cec31a781.tar.gz
emacs-5c20cae25beb7029f0b43e96103da93cec31a781.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
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