From: tomo Date: Fri, 17 Aug 2001 11:47:55 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-41-utf-2000-0_17-2~120 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0790a60552ff41baa0a06dee95bdf61e87a4bf76;p=chise%2Fxemacs-chise.git- update. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2a6a5b7..ba97bdd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2001-08-17 MORIOKA Tomohiko + + * chartab.c (map_over_uint8_byte_table): Change interface of + mapping function to use struct chartab_range instead of Emchar. + (map_over_uint16_byte_table): Likewise. + (map_over_byte_table): Likewise. + (map_char_id_table): Likewise. + (struct slow_map_char_id_table_arg): Deleted. + (slow_map_char_id_table_fun): Deleted. + (Fmap_char_attribute): Use struct `slow_map_char_table_arg' and + function `slow_map_char_table_fun' instead of struct + `slow_map_char_id_table_arg' and function + `slow_map_char_id_table_fun'. + 2001-08-16 MORIOKA Tomohiko * mule-charset.c: Move char-it-table related codes to chartab.c.