comparison src/ChangeLog @ 97013:193725c098b7

(x_from_xcolors): Don't initialize pixmap (silence compiler).
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 25 Jul 2008 17:11:25 +0000
parents 54da3cfc73f9
children e69df42acc7c
comparison
equal deleted inserted replaced
97012:c5f36ea75cba 97013:193725c098b7
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 4 (svg_load_image): Use rsvg_handle_get_dimensions to check that
5 image size is valid. Use g_object_unref instead of deprecated 5 image size is valid. Use g_object_unref instead of deprecated
6 rsvg_handle_free to free rsvg handle. 6 rsvg_handle_free to free rsvg handle.
7 (x_from_xcolors): Don't initialize pixmap (silence compiler).
7 8
8 2008-07-25 Jason Rumney <jasonr@gnu.org> 9 2008-07-25 Jason Rumney <jasonr@gnu.org>
9 10
10 * w32font.c (w32font_encode_char): Encode characters outside BMP as 11 * w32font.c (w32font_encode_char): Encode characters outside BMP as
11 surrogates before looking up glyph index. 12 surrogates before looking up glyph index.