aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-08-05 13:32:06 +0300
committerEli Zaretskii2011-08-05 13:32:06 +0300
commite2e2423bf2fe3cda60737f20aeafaff64d38b35e (patch)
tree6748333a8b45cee55b4b4c9ef5085c7285c5e5ad /src/ChangeLog
parent1abfdc54d7ce46cf2e799c79b7f655360040fb61 (diff)
downloademacs-e2e2423bf2fe3cda60737f20aeafaff64d38b35e.tar.gz
emacs-e2e2423bf2fe3cda60737f20aeafaff64d38b35e.zip
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 @@
12011-08-05 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
4 came from a string character with a `cursor' property. (Bug#9229)
5
12011-08-04 Jan Djärv <jan.h.d@swipnet.se> 62011-08-04 Jan Djärv <jan.h.d@swipnet.se>
2 7
3 * Makefile.in (LIB_PTHREAD): New variable. 8 * Makefile.in (LIB_PTHREAD): New variable.