aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 69cdd2894ba..dd7045e74c4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12001-02-27 Kenichi Handa <handa@etl.go.jp>
2
3 * coding.c (ccl_coding_driver): If ccl->eight_bit_control is zero,
4 treat the produced bytes as a valid multibyte sequence.
5
6 * ccl.c (CCL_WRITE_MULTIBYTE_CHAR): New macro.
7 (ccl_driver) <CCL_WriteMultibyteChar2>: Use
8 CCL_WRITE_MULTIBYTE_CHAR instead of CCL_WRITE_CHAR.
9 <ccl_finish>: Set ccl->eight_bit_control properly.
10
11 * ccl.h (struct ccl_program): New member eight_bit_control.
12
12001-02-26 Stefan Monnier <monnier@cs.yale.edu> 132001-02-26 Stefan Monnier <monnier@cs.yale.edu>
2 14
3 * keymap.c (Faccessible_keymaps): Pass `is_metized' to 15 * keymap.c (Faccessible_keymaps): Pass `is_metized' to