comparison src/ChangeLog @ 89374:dfa404e46975

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 30 Jan 2003 02:23:40 +0000
parents f665bf3ca14d
children b185a90cd78f
comparison
equal deleted inserted replaced
89373:4cc9e57fcabc 89374:dfa404e46975
1 2003-01-30 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
4 with the last arg charset_list acquired from coding.
5 (Fdefine_coding_system_internal): For ccl-based coding system, fix
6 the attribute coding_attr_ccl_valids.
7
8 * coding.h (enum define_coding_ccl_arg_index): Set the first
9 member coding_arg_ccl_decoder to coding_arg_max.
10
11 * ccl.h (ccl_driver): Prototype adjusted.
12
13 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
14 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
15 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
16 (Fccl_execute): Call ccl_driver with the last arg Qnil.
17 (Fccl_execute_on_string): Likewise.
18
1 2003-01-11 Kenichi Handa <handa@m17n.org> 19 2003-01-11 Kenichi Handa <handa@m17n.org>
2 20
3 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET, 21 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
4 call encode_char. 22 call encode_char.
5 23