# HG changeset patch # User Kenichi Handa # Date 1043893420 0 # Node ID dfa404e46975480833f52fc61e4b2ae88f8dd5bb # Parent 4cc9e57fcabc0eac47546b0f65c94eca1dc741d4 *** empty log message *** diff -r 4cc9e57fcabc -r dfa404e46975 src/ChangeLog --- a/src/ChangeLog Thu Jan 30 02:23:12 2003 +0000 +++ b/src/ChangeLog Thu Jan 30 02:23:40 2003 +0000 @@ -1,3 +1,21 @@ +2003-01-30 Kenichi Handa + + * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver + with the last arg charset_list acquired from coding. + (Fdefine_coding_system_internal): For ccl-based coding system, fix + the attribute coding_attr_ccl_valids. + + * coding.h (enum define_coding_ccl_arg_index): Set the first + member coding_arg_ccl_decoder to coding_arg_max. + + * ccl.h (ccl_driver): Prototype adjusted. + + * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros. + (ccl_driver): New arg CHARSET_LIST. Use the above macros instead + of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET. + (Fccl_execute): Call ccl_driver with the last arg Qnil. + (Fccl_execute_on_string): Likewise. + 2003-01-11 Kenichi Handa * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,