aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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