X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=b8e0d392fbcbb14fb493559d8735c23a76a3b988;hb=ba84cb191a96d3bf0708bfb2389588c57bd12a7d;hp=b0fb74a2c822af472f6ce5b96ad357127b9940d0;hpb=9f7e1f8c96cb936ba2e2cb5db1185f9bc18c42cf;p=chise%2Fxemacs-chise.git- diff --git a/src/ChangeLog b/src/ChangeLog index b0fb74a..b8e0d39 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,40 @@ +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 + CCS-feature [it means that specified object does not have + code-point of the CCS-feature]. + +2011-06-07 MORIOKA Tomohiko + + * mule-charset.c (complex_vars_of_mule_charset): Use "jisx0208" + instead of "jisx0208\\.1990" as the X-registry of `=jis-x0208'. + 2011-05-10 MORIOKA Tomohiko * text-coding.c (char_encode_as_entity_reference): Don't use