diff options
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. |