aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-11-19 18:34:22 +0200
committerEli Zaretskii2010-11-19 18:34:22 +0200
commitf48fe1f074f1f9d263fef6b69b8b0780a9de126f (patch)
treef808c453d722073b547ec1152331a035fc78e4c2 /src/ChangeLog
parent68a1690558e715a73ab21e8eb72236159c4d2df2 (diff)
downloademacs-f48fe1f074f1f9d263fef6b69b8b0780a9de126f.tar.gz
emacs-f48fe1f074f1f9d263fef6b69b8b0780a9de126f.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9c113a35a77..21e74725dc0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12010-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
12010-11-18 Dan Nicolaescu <dann@ics.uci.edu> 72010-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 ...