diff options
| author | Jason Rumney | 2008-07-25 21:53:21 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-07-25 21:53:21 +0000 |
| commit | 11856d4d74e6670f2b60c277fab8a323588461a1 (patch) | |
| tree | bb2145c1bdd347970253e21898790add80aa78cf /src/ChangeLog | |
| parent | 6a8082b5d4574f44a40c6c03c56d023f17a8ab3a (diff) | |
| download | emacs-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/ChangeLog | 11 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> | 12 | 2008-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, |