aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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