diff options
| author | Gerd Moellmann | 2001-12-28 13:34:00 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-12-28 13:34:00 +0000 |
| commit | 60626bab465f140e08abbf37b7eb69a38f368fcc (patch) | |
| tree | 5effd0b697e120d9aa50d4cde81cfca79a900054 /src/ChangeLog | |
| parent | 539e92ad44425c488f308b3ed647879131a6302d (diff) | |
| download | emacs-60626bab465f140e08abbf37b7eb69a38f368fcc.tar.gz emacs-60626bab465f140e08abbf37b7eb69a38f368fcc.zip | |
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
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 @@ | |||
| 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 | ||