comparison src/ChangeLog @ 42375:56cc690f3c8d

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 28 Dec 2001 13:34:00 +0000
parents d42021971160
children 91a13656c9c6
comparison
equal deleted inserted replaced
42374:0f5f05b4b9c0 42375:56cc690f3c8d
1 2001-12-28 Gerd Moellmann <gerd@gnu.org> 1 2001-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
6 2001-12-27 Richard M. Stallman <rms@gnu.org> 14 2001-12-27 Richard M. Stallman <rms@gnu.org>
7 15