aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 a8d6a4026a0..f905cc3b5a2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12012-09-04 Eli Zaretskii <eliz@gnu.org>
2
3 * w32uniscribe.c (uniscribe_shape): Reverse the sign of
4 offsets[j].dv, since the y axis of the screen coordinates points
5 down, while the y axis of the font definition coordinates points
6 up. This fixes display of Arabic diacritics such as KASRA and
7 KASRATAN. (Bug#11860)
8
12012-09-04 Paul Eggert <eggert@cs.ucla.edu> 92012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 Be more systematic about _setjmp vs setjmp. 11 Be more systematic about _setjmp vs setjmp.