diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d0daa9412ac..d8583efd915 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2008-07-25 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32font.c (w32font_encode_char): Encode characters outside BMP as | ||
| 4 | surrogates before looking up glyph index. | ||
| 5 | (w32font_text_extents): Encode as surrogates if falling back to | ||
| 6 | functions that need UTF-16 wide chars. | ||
| 7 | |||
| 8 | * w32uniscribe.c (uniscribe_encode_char): Encode characters outside | ||
| 9 | BMP as surrogates before looking up glyph index. | ||
| 10 | |||
| 1 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> | 11 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 12 | ||
| 3 | * image.c (svg_load_image): Check for failure in return value of | 13 | * image.c (svg_load_image): Check for failure in return value of |