summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2011-08-05 13:32:06 +0300
committerEli Zaretskii <eliz@gnu.org>2011-08-05 13:32:06 +0300
commite2e2423bf2fe3cda60737f20aeafaff64d38b35e (patch)
tree6748333a8b45cee55b4b4c9ef5085c7285c5e5ad /src/ChangeLog
parent1abfdc54d7ce46cf2e799c79b7f655360040fb61 (diff)
downloademacs-e2e2423bf2fe3cda60737f20aeafaff64d38b35e.tar.gz
Fix bug #9229 with cursor positioning on display strings.
src/xdisp.c (set_cursor_from_row): Prefer the candidate glyph that came from a string character with a `cursor' property.
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 8ed6761e1dd..5861ee6c48b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-05 Eli Zaretskii <eliz@gnu.org>
+
+ * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
+ came from a string character with a `cursor' property. (Bug#9229)
+
2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
* Makefile.in (LIB_PTHREAD): New variable.