diff options
| author | Eli Zaretskii | 2011-11-19 17:50:23 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-11-19 17:50:23 +0200 |
| commit | f8fe6f9674b53239529644f95b71f2d885d76a08 (patch) | |
| tree | d2c4701296874b82dc815ace4de368ca8ed58cec /src/ChangeLog | |
| parent | c7635a977e0d1fdb4d91ff54b3d85dfa9f3d3fe8 (diff) | |
| download | emacs-f8fe6f9674b53239529644f95b71f2d885d76a08.tar.gz emacs-f8fe6f9674b53239529644f95b71f2d885d76a08.zip | |
Fix bug #10075 with cursor drawing in an hscrolled window.
src/xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
(erase_phys_cursor, update_window_cursor, show_mouse_face)
(cursor_in_mouse_face_p): If the cursor position is out of bounds,
behave as if the cursor position were at the window margin.
src/window.c (get_phys_cursor_glyph): If the window is hscrolled,
and the cursor position is out of bounds, behave as if the cursor
position were at the window margin.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1fff4517c0b..2973ecc4b57 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2011-11-19 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph) | ||
| 4 | (erase_phys_cursor, update_window_cursor, show_mouse_face) | ||
| 5 | (cursor_in_mouse_face_p): If the cursor position is out of bounds, | ||
| 6 | behave as if the cursor position were at the window margin. | ||
| 7 | |||
| 8 | * window.c (get_phys_cursor_glyph): If the window is hscrolled, | ||
| 9 | and the cursor position is out of bounds, behave as if the cursor | ||
| 10 | position were at the window margin. (Bug#10075) | ||
| 11 | |||
| 1 | 2011-11-18 Chong Yidong <cyd@gnu.org> | 12 | 2011-11-18 Chong Yidong <cyd@gnu.org> |
| 2 | 13 | ||
| 3 | * window.c (Fwindow_combination_limit): Make first argument | 14 | * window.c (Fwindow_combination_limit): Make first argument |