diff options
| author | Kenichi Handa | 2003-01-30 02:23:40 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-01-30 02:23:40 +0000 |
| commit | 8dcbea820b5aa9258b3696ba74138ddbe512dac5 (patch) | |
| tree | 18e11c39535fdbe113182810bdaac8990433dc09 /src/ChangeLog | |
| parent | 35d47d18bed28ac16908ff4ed22af47952f8c3da (diff) | |
| download | emacs-8dcbea820b5aa9258b3696ba74138ddbe512dac5.tar.gz emacs-8dcbea820b5aa9258b3696ba74138ddbe512dac5.zip | |
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aa77e0b28eb..9f10851ae81 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 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, |