X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=b8e0d392fbcbb14fb493559d8735c23a76a3b988;hb=ba84cb191a96d3bf0708bfb2389588c57bd12a7d;hp=7e620b8fd662edbaf205d1d59a6fe4b1647662e2;hpb=2e8ef5ec24c48909d3d3b9e15af11b3865ad9723;p=chise%2Fxemacs-chise.git- diff --git a/src/ChangeLog b/src/ChangeLog index 7e620b8..b8e0d39 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,29 @@ +2012-02-17 MORIOKA Tomohiko + + * text-coding.c (DECODE_ADD_UCS_CHAR): Add `static'. + +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 + feature-value, don't find in mother and return -1. + 2011-07-22 MORIOKA Tomohiko * chartab.c (Fput_char_attribute): Accept nil as a value of