comparison src/ChangeLog @ 97011:54da3cfc73f9

* image.c (svg_load_image): Use rsvg_handle_get_dimensions to check that image size is valid. Use g_object_unref instead of deprecated rsvg_handle_free to free rsvg handle.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 25 Jul 2008 17:06:06 +0000
parents 35b998906255
children 193725c098b7
comparison
equal deleted inserted replaced
97010:4d51e5623235 97011:54da3cfc73f9
1 2008-07-25 Chong Yidong <cyd@stupidchicken.com> 1 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * image.c (svg_load_image): Fix last change. 3 * image.c (svg_load_image): Fix last change.
4 (svg_load_image): Use rsvg_handle_get_dimensions to check that
5 image size is valid. Use g_object_unref instead of deprecated
6 rsvg_handle_free to free rsvg handle.
4 7
5 2008-07-25 Jason Rumney <jasonr@gnu.org> 8 2008-07-25 Jason Rumney <jasonr@gnu.org>
6 9
7 * w32font.c (w32font_encode_char): Encode characters outside BMP as 10 * w32font.c (w32font_encode_char): Encode characters outside BMP as
8 surrogates before looking up glyph index. 11 surrogates before looking up glyph index.