aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-06-18 11:09:05 +0300
committerEli Zaretskii2011-06-18 11:09:05 +0300
commit40eb66c401ddb10ed9caecd8b01ee7b3f42d1d78 (patch)
treeea74ea6f9549b137fa8003a650c07081fead7a32 /src/ChangeLog
parent578b494e52299cde50995fadee1a41f5bae0a573 (diff)
downloademacs-40eb66c401ddb10ed9caecd8b01ee7b3f42d1d78.tar.gz
emacs-40eb66c401ddb10ed9caecd8b01ee7b3f42d1d78.zip
Fix the decision about box_face in mode line for reordered text.
This fixes display of composed characters in buffer name on mode line. src/xdisp.c (face_before_or_after_it_pos): Support bidi iteration when BEFORE_P is zero. (next_element_from_c_string): Handle the case of the first string character that is not the first one in the visual order.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 088ed078770..772ebd4d273 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12011-06-18 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (face_before_or_after_it_pos): Support bidi iteration
4 when BEFORE_P is zero.
5 (next_element_from_c_string): Handle the case of the first string
6 character that is not the first one in the visual order.
7
12011-06-16 Eli Zaretskii <eliz@gnu.org> 82011-06-16 Eli Zaretskii <eliz@gnu.org>
2 9
3 * xdisp.c (init_iterator): Don't initialize it->bidi_p for strings 10 * xdisp.c (init_iterator): Don't initialize it->bidi_p for strings