diff options
| author | Eli Zaretskii | 2012-08-21 20:14:08 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-08-21 20:14:08 +0300 |
| commit | b2f09701eadc7dfb70f331869daf295628926af6 (patch) | |
| tree | eff040b5ac752af49ce63656f0e08a13148e135f /src/ChangeLog | |
| parent | 9b994fed3cc7af2cd748f92316e75d962b545728 (diff) | |
| download | emacs-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/ChangeLog | 10 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-08-21 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2012-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. |