Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
111637:63bab16df70b | 111638:b823e94ac814 |
---|---|
1 2010-11-19 Eli Zaretskii <eliz@gnu.org> | |
2 | |
3 * xdisp.c (set_cursor_from_row): Display cursor after all the | |
4 glyphs that come from an overlay. Don't overstep the last glyph | |
5 when skipping glyphs from an overlay. (Bug#6687) | |
6 | |
1 2010-11-18 Dan Nicolaescu <dann@ics.uci.edu> | 7 2010-11-18 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 8 |
3 * alloc.c (refill_memory_reserve): Move declaration ... | 9 * alloc.c (refill_memory_reserve): Move declaration ... |
4 * lisp.h (refill_memory_reserve): ... here. | 10 * lisp.h (refill_memory_reserve): ... here. |
5 | 11 |