aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-04-23 21:10:31 +0300
committerEli Zaretskii2010-04-23 21:10:31 +0300
commitb893a1502db32da5d0d0e26a90b5d26d2ee4ee04 (patch)
tree7375146735e09b75c37c269a76258881316de5b2 /src/ChangeLog
parent8785b8887a35e22970b65409de0738302b91c982 (diff)
downloademacs-b893a1502db32da5d0d0e26a90b5d26d2ee4ee04.tar.gz
emacs-b893a1502db32da5d0d0e26a90b5d26d2ee4ee04.zip
Fix display of composed characters from L2R scripts in bidi buffers.
xdisp.c (set_iterator_to_next, next_element_from_composition): After advancing IT past the composition, resync the bidi iterator with IT's position. (Bug#5977)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 25f5a2af42a..f5f6e8c4421 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,9 @@
3 * xdisp.c (pop_it): When the stack is popped after displaying 3 * xdisp.c (pop_it): When the stack is popped after displaying
4 from a string, bidi-iterate to exit from the text portion covered 4 from a string, bidi-iterate to exit from the text portion covered
5 by the `display' property or overlay. (Bug#5988, bug#5920) 5 by the `display' property or overlay. (Bug#5988, bug#5920)
6 (set_iterator_to_next, next_element_from_composition): Fix display
7 of composed characters from L2R scripts in bidi buffers.
8 (Bug#5977)
6 9
72010-04-23 Dan Nicolaescu <dann@ics.uci.edu> 102010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
8 11