Mercurial > emacs
diff src/ChangeLog @ 111638:b823e94ac814
Fix bug #6687 with cursor positioning after before-string from overlays.
xdisp.c (set_cursor_from_row): Display cursor after all the
glyphs that come from an overlay. Don't overstep the last glyph
when skipping glyphs from an overlay.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 19 Nov 2010 18:34:22 +0200 |
parents | e06fc3baed8c |
children | 8bd4a845ba2a |
line wrap: on
line diff
--- a/src/ChangeLog Fri Nov 19 14:25:17 2010 +0100 +++ b/src/ChangeLog Fri Nov 19 18:34:22 2010 +0200 @@ -1,3 +1,9 @@ +2010-11-19 Eli Zaretskii <eliz@gnu.org> + + * xdisp.c (set_cursor_from_row): Display cursor after all the + glyphs that come from an overlay. Don't overstep the last glyph + when skipping glyphs from an overlay. (Bug#6687) + 2010-11-18 Dan Nicolaescu <dann@ics.uci.edu> * alloc.c (refill_memory_reserve): Move declaration ...