From: tomo Date: Wed, 7 Jun 2000 10:33:19 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-34-tomo-Charset_ID X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d72d56bf825b7219e7c7939fa04616297fecb54b;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/src/ChangeLog b/src/ChangeLog index f38f289..bb95fd5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,74 @@ +2000-06-07 MORIOKA Tomohiko + + * chartab.h (get_non_ascii_char_table_value): Use + instead of . + + * lisp.h (Charset_ID): New type. + + * redisplay-output.c (redisplay_output_layout): Use + instead of . + + * glyphs.c (query_string_geometry): Use instead of + . + (query_string_font): Likewise. + + * mule-charset.h (struct charset_lookup): Use instead + of for `charset_by_leading_byte'; use + `NUM_LEADING_BYTES' for `charset_by_leading_byte'. + +1999-09-02 MORIOKA Tomohiko + + * chartab.h (CHAR_TABLE_NON_ASCII_VALUE_UNSAFE): Use `Charset_ID' + instead of `unsigned char'. + +1999-09-01 MORIOKA Tomohiko + + * mule-charset.c (non_ascii_set_charptr_emchar): Use `Charset_ID' + instead of `Bufbyte'. + (make_charset): Use `Charset_ID' instead of `int'. + (get_unallocated_leading_byte): Likewise. + + * insdel.c (find_charsets_in_bufbyte_string): Use `Charset_ID' + instead of `unsigned char'; use `MIN_LEADING_BYTE' instead of 128. + (find_charsets_in_emchar_string): Likewise. + + * file-coding.c (Fdecode_big5_char): Use `Charset_ID' instead of + `int'. + (decode_coding_iso2022): Likewise. + + * toolbar-x.c (x_output_toolbar_button): Use `Charset_ID' instead + of `unsigned char'. + + * redisplay.c (redisplay_text_width_emchar_string): Use + `Charset_ID' instead of `unsigned char'. + (redisplay_frame_text_width_string): Likewise. + + * faces.h, faces.c (ensure_face_cachel_complete): Use `Charset_ID' + instead of `unsigned char'. + (face_cachel_charset_font_metric_info): Likewise. + + * chartab.c (print_char_table): Use `Charset_ID' instead of `int'. + (get_non_ascii_char_table_value): Likewise. + (map_over_other_charset): Likewise. + (map_char_table): Likewise. + + * buffer.h (find_charsets_in_bufbyte_string): Use `Charset_ID' + instead of `unsigned char'. + (find_charsets_in_emchar_string): Likewise. + +1999-08-27 MORIOKA Tomohiko + + * mule-charset.h (CHARSET_BY_LEADING_BYTE): Use `MIN_LEADING_BYTE + + NUM_LEADING_BYTES' instead of 0xFF. + +1999-08-26 MORIOKA Tomohiko + + * mule-charset.h (CHARSET_BY_LEADING_BYTE): Use `MIN_LEADING_BYTE' + instead of 128. + + * faces.h (FACE_CACHEL_FONT): Use `MIN_LEADING_BYTE' instead of + 128. + 1999-10-12 MORIOKA Tomohiko * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative