diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b2e91effc1e..34f81336e6d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2003-05-30 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (ccl_coding_driver): Set ccl->eight_bit_control | ||
| 4 | properly before calling ccl_driver. | ||
| 5 | |||
| 6 | * ccl.h (struct ccl_program) <eight_bit_control: Comment fixed. | ||
| 7 | |||
| 8 | * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is | ||
| 9 | nonzero. | ||
| 10 | (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control. | ||
| 11 | (setup_ccl_program): Initialize ccl->eight_bit_control to zero. | ||
| 12 | |||
| 1 | 2003-05-29 Kenichi Handa <handa@m17n.org> | 13 | 2003-05-29 Kenichi Handa <handa@m17n.org> |
| 2 | 14 | ||
| 3 | * coding.c (decode_coding_iso2022): Pay attention to the byte | 15 | * coding.c (decode_coding_iso2022): Pay attention to the byte |