aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-07-25 21:53:21 +0000
committerJason Rumney2008-07-25 21:53:21 +0000
commit11856d4d74e6670f2b60c277fab8a323588461a1 (patch)
treebb2145c1bdd347970253e21898790add80aa78cf /src/ChangeLog
parent6a8082b5d4574f44a40c6c03c56d023f17a8ab3a (diff)
downloademacs-11856d4d74e6670f2b60c277fab8a323588461a1.tar.gz
emacs-11856d4d74e6670f2b60c277fab8a323588461a1.zip
(uniscribe_shape): Pass NULL for control arg to ScriptItemize. Clean
up return value checking. Remove unused variables. (uniscribe_encode_char): Encode non-BMP characters with uniscribe shaping engine.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 32129795587..c23aadee7d8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12008-07-25 Jason Rumney <jasonr@gnu.org>
2
3 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
4 ScriptItemize. Clean up return value checking. Remove unused
5 variables.
6 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
7 shaping engine.
8
9 * w32font.c (w32font_has_char): Handle the case where we can't
10 determine the script for a character.
11
12008-07-25 Chong Yidong <cyd@stupidchicken.com> 122008-07-25 Chong Yidong <cyd@stupidchicken.com>
2 13
3 * term.c (syms_of_term): Initialize default_orig_pair, 14 * term.c (syms_of_term): Initialize default_orig_pair,