From 0790a60552ff41baa0a06dee95bdf61e87a4bf76 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 17 Aug 2001 11:47:55 +0000 Subject: [PATCH] update. --- src/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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. -- 1.7.10.4