Mercurial > emacs
comparison src/ChangeLog @ 97004:1b8d15c8653f
* w32font.c (w32font_encode_char): Encode characters outside BMP as
surrogates before looking up glyph index.
(w32font_text_extents): Encode as surrogates if falling back to
functions that need UTF-16 wide chars.
* w32uniscribe.c (uniscribe_encode_char): Encode characters outside
BMP as surrogates before looking up glyph index.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Fri, 25 Jul 2008 11:25:43 +0000 |
parents | 1ff787a61e48 |
children | 35b998906255 |
comparison
equal
deleted
inserted
replaced
97003:1c0b739f899d | 97004:1b8d15c8653f |
---|---|
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 |
4 rsvg_handle_get_pixbuf. Free rsvg handle when done. | 14 rsvg_handle_get_pixbuf. Free rsvg handle when done. |
5 | 15 |