comparison src/ChangeLog @ 97025:e72be8a4fdb8

(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.
author Jason Rumney <jasonr@gnu.org>
date Fri, 25 Jul 2008 21:53:21 +0000
parents addb8fea3672
children aebbea50eef4
comparison
equal deleted inserted replaced
97024:c46e4c1d8339 97025:e72be8a4fdb8
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,
4 default_set_foreground, and default_set_background. 15 default_set_foreground, and default_set_background.
5 16