Mercurial > emacs
diff src/ChangeLog @ 110177:6d74afef6e68
Fix display of composed R2L text on MS-Windows.
w32uniscribe.c (uniscribe_shape): Update commentary. Don't
try to reorder grapheme clusters, since LGSTRING should always
hold them in the logical order.
(uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
return glyph codes in the logical order.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 04 Sep 2010 18:16:08 +0300 |
parents | e04dbb6aa46a |
children | 44aeafd02c21 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Sep 04 12:43:43 2010 +0200 +++ b/src/ChangeLog Sat Sep 04 18:16:08 2010 +0300 @@ -1,3 +1,11 @@ +2010-09-04 Eli Zaretskii <eliz@gnu.org> + + * w32uniscribe.c (uniscribe_shape): Update commentary. Don't + try to reorder grapheme clusters, since LGSTRING should always + hold them in the logical order. + (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to + return glyph codes in the logical order. + 2010-09-04 Andreas Schwab <schwab@linux-m68k.org> * image.c (imagemagick_image_p): Replace bcopy by memcpy.