changeset 89374:dfa404e46975

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 30 Jan 2003 02:23:40 +0000
parents 4cc9e57fcabc
children 4b653615bbe4
files src/ChangeLog
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <handa@m17n.org>
+
+	* 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  <handa@m17n.org>
 
 	* charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,