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