diff options
| author | Eli Zaretskii | 2012-04-09 11:00:08 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-04-09 11:00:08 +0300 |
| commit | 70f4d9736b7aa878f54530523c281e9db67bf778 (patch) | |
| tree | 627223db0b76767ac6979f3189d899622f872a13 /src/ChangeLog | |
| parent | e5fcdb5e920e0e07df77ff28e7a5dcd2d4f193fa (diff) | |
| download | emacs-70f4d9736b7aa878f54530523c281e9db67bf778.tar.gz emacs-70f4d9736b7aa878f54530523c281e9db67bf778.zip | |
Fix bug #11094 with cursor display on display string after invisible text.
src/xdisp.c (set_cursor_from_row): If the display string appears in
the buffer at position that is closer to point than the position
after the display string, display the cursor on the first glyph of
the display string. Fixes cursor display when a 'display' text
property immediately follows invisible text.
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 dbff8e35492..c1fcfcf2437 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-04-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (set_cursor_from_row): If the display string appears in | ||
| 4 | the buffer at position that is closer to point than the position | ||
| 5 | after the display string, display the cursor on the first glyph of | ||
| 6 | the display string. Fixes cursor display when a 'display' text | ||
| 7 | property immediately follows invisible text. (Bug#11094) | ||
| 8 | |||
| 1 | 2012-04-09 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2012-04-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | composite.c: use 'double' consistently | 11 | composite.c: use 'double' consistently |