aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-09-04 18:16:08 +0300
committerEli Zaretskii2010-09-04 18:16:08 +0300
commit6e6b8e25b118a680ef322ab74e42f556b804c70b (patch)
tree107ba0a89d51268e34351876ea02fbd10fe45956 /src/ChangeLog
parent5e5992c20ef5f5d0ea67d23839a298b8dae91eff (diff)
downloademacs-6e6b8e25b118a680ef322ab74e42f556b804c70b.tar.gz
emacs-6e6b8e25b118a680ef322ab74e42f556b804c70b.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 404c19c8faa..c5bd692a7d1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12010-09-04 Eli Zaretskii <eliz@gnu.org>
2
3 * w32uniscribe.c (uniscribe_shape): Update commentary. Don't
4 try to reorder grapheme clusters, since LGSTRING should always
5 hold them in the logical order.
6 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
7 return glyph codes in the logical order.
8
12010-09-04 Andreas Schwab <schwab@linux-m68k.org> 92010-09-04 Andreas Schwab <schwab@linux-m68k.org>
2 10
3 * image.c (imagemagick_image_p): Replace bcopy by memcpy. 11 * image.c (imagemagick_image_p): Replace bcopy by memcpy.