aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-09-01 16:54:27 +0300
committerEli Zaretskii2012-09-01 16:54:27 +0300
commit7e510e2844732d53563abd45ec60df7de2129246 (patch)
treed4c746a7431158484f3c91bfc1d95c352594987d /src/ChangeLog
parentf18cbb28c26c300dbe37de6950d4ef918de9c61b (diff)
downloademacs-7e510e2844732d53563abd45ec60df7de2129246.tar.gz
emacs-7e510e2844732d53563abd45ec60df7de2129246.zip
Further fix for bug #11860 with Arabic display on Windows.
src/w32uniscribe.c (uniscribe_shape): Handle correctly the case of more than one grapheme cluster passed to the shaper: compute the offset adjustment values separately for each cluster.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5b58d77e54a..e186b8af87f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12012-09-01 Eli Zaretskii <eliz@gnu.org> 12012-09-01 Eli Zaretskii <eliz@gnu.org>
2 2
3 * w32uniscribe.c (uniscribe_shape): Handle correctly the case of
4 more than one grapheme cluster passed to the shaper: compute the
5 offset adjustment values separately for each cluster. (Bug#11860)
6
3 * image.c: Restore mistakenly removed inclusion of w32.h. Without 7 * image.c: Restore mistakenly removed inclusion of w32.h. Without
4 it, GCC doesn't see prototypes of w32_delayed_load, and complains 8 it, GCC doesn't see prototypes of w32_delayed_load, and complains
5 about implicit conversions from integer to pointer. 9 about implicit conversions from integer to pointer.