aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6cbd7d57042..f811a4e2dde 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12001-12-28 Gerd Moellmann <gerd@gnu.org> 12001-12-28 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xterm.c (notice_overwritten_cursor): Don't depend on
4 output_cursor and updated_area. Compare pixel coordinates with
5 window's cursor pixel coordinates.
6 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call
7 notice_overwritten_cursor with new arg list.
8 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
9 unconditionally.
10
3 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the 11 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
4 height of the cursor line to the amount to scroll. 12 height of the cursor line to the amount to scroll.
5 13