Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Dec 28 13:33:37 2001 +0000 +++ b/src/ChangeLog Fri Dec 28 13:34:00 2001 +0000 @@ -1,5 +1,13 @@ 2001-12-28 Gerd Moellmann <gerd@gnu.org> + * xterm.c (notice_overwritten_cursor): Don't depend on + output_cursor and updated_area. Compare pixel coordinates with + window's cursor pixel coordinates. + (x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call + notice_overwritten_cursor with new arg list. + (show_mouse_face): Fix bug setting a row's mouse_face_p flag + unconditionally. + * xdisp.c (try_scrolling) <PT below scroll margin>: Add the height of the cursor line to the amount to scroll.
