aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-09-17 11:09:45 +0300
committerEli Zaretskii2011-09-17 11:09:45 +0300
commitbb187662be4ccd53e168fb07501931da596de39a (patch)
tree55153805ac8727c722b30d7c640ae7ba702e9e28 /src/ChangeLog
parent540e44dbc817db4eb7cbe7f32162a11fa3547281 (diff)
downloademacs-bb187662be4ccd53e168fb07501931da596de39a.tar.gz
emacs-bb187662be4ccd53e168fb07501931da596de39a.zip
Fix bug #9524 with cursor positioning on display strings in truncated lines.
src/xdisp.c (set_cursor_from_row): Don't invoke special treatment of truncated lines if point is covered by a display string.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 27b7e709317..c6238701301 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-09-17 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
4 truncated lines if point is covered by a display string. (Bug#9524)
5
12011-09-16 Paul Eggert <eggert@cs.ucla.edu> 62011-09-16 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 * xselect.c: Relax test for outgoing X longs (Bug#9498). 8 * xselect.c: Relax test for outgoing X longs (Bug#9498).