diff options
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, |