From cd2292bbfe34d2aba639cf019094dcb85802508c Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 17 Feb 2012 16:43:38 +0000 Subject: [PATCH] update. --- src/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index b3d63aa..5e1b416 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +2012-02-11 MORIOKA Tomohiko + + * text-coding.c (DECODE_ADD_UCS_CHAR): Don't use `INLINE_HEADER'. + + * chartab.c (UINT8_DECODE): Don't use `INLINE_HEADER'. + (UINT16_DECODE): Ditto. + + * glyphs-eimage.c: (png_instantiate): + - Use `png_get_image_height (png_ptr, info_ptr)' instead of + `info_ptr->height'. + - Use `png_get_image_width (png_ptr, info_ptr)' instead of + `info_ptr->width'. + - Use `png_get_color_type(png_ptr, info_ptr)' instead of + `info_ptr->color_type'. + - Use `png_get_bit_depth(png_ptr, info_ptr)' instead of + `info_ptr->bit_depth'. + 2011-07-20 MORIOKA Tomohiko * mule-charset.c (charset_code_point): If nil is specified as a -- 1.7.10.4