From: tomo Date: Fri, 17 Feb 2012 16:43:38 +0000 (+0000) Subject: update. X-Git-Tag: r21-4-22-chise-0_25-cns7-completed^20~136 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd2292bbfe34d2aba639cf019094dcb85802508c;p=chise%2Fxemacs-chise.git update. --- 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