Mercurial > emacs
changeset 34889:883267e75fbb
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 28 Dec 2000 07:02:51 +0000 |
parents | b469d29c0815 |
children | f203e7623af7 |
files | src/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Dec 28 01:05:02 2000 +0000 +++ b/src/ChangeLog Thu Dec 28 07:02:51 2000 +0000 @@ -1,3 +1,14 @@ +2000-12-28 Kenichi Handa <handa@etl.go.jp> + + * ccl.c (CCL_WRITE_CHAR): Check variable `extra_bytes'. + (ccl_driver): New local variable `extra_bytes'. + + * ccl.h (struct ccl_spec): New member eight_bit_carryover. + + * coding.c (setup_coding_system): Initialize + coding->spec.ccl.eight_bit_carryover. + (ccl_coding_driver): Pay attention to carried over 8-bit bytes. + 2000-12-28 Kenichi Handa <handa@etl.go.jp> * coding.c (SAFE_ONE_MORE_BYTE): New macro.