aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-08-21 20:14:08 +0300
committerEli Zaretskii2012-08-21 20:14:08 +0300
commitb2f09701eadc7dfb70f331869daf295628926af6 (patch)
treeeff040b5ac752af49ce63656f0e08a13148e135f /src/ChangeLog
parent9b994fed3cc7af2cd748f92316e75d962b545728 (diff)
downloademacs-b2f09701eadc7dfb70f331869daf295628926af6.tar.gz
emacs-b2f09701eadc7dfb70f331869daf295628926af6.zip
Fix bug #11860 with displaying composite RTL characters on MS-Windows.
src/w32uniscribe.c (uniscribe_shape): Fix producing gstring components for RTL text. Adjust X-OFFSET of each non-base glyph for the width of the base character, according to what x_draw_composite_glyph_string_foreground expects. Generate WADJUST value according to composition_gstring_width's expectations, to produce correct width of the composed character. Reverse the sign of the DU offset produced by ScriptPlace.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b8da88f3d6c..960639af152 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12012-08-21 Eli Zaretskii <eliz@gnu.org>
2
3 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
4 components for RTL text (Bug#11860). Adjust X-OFFSET of each
5 non-base glyph for the width of the base character, according to
6 what x_draw_composite_glyph_string_foreground expects. Generate
7 WADJUST value according to composition_gstring_width's
8 expectations, to produce correct width of the composed character.
9 Reverse the sign of the DU offset produced by ScriptPlace.
10
12012-08-21 Paul Eggert <eggert@cs.ucla.edu> 112012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 * dbusbind.c (xd_remove_watch): Do not assume C99 comments. 13 * dbusbind.c (xd_remove_watch): Do not assume C99 comments.