aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.226
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index 034003ed13b..888783b16f6 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -16,7 +16,11 @@
16 (produce_composition): New argument pos. Caller changed. 16 (produce_composition): New argument pos. Caller changed.
17 Adjusted for the change of annotation data format. 17 Adjusted for the change of annotation data format.
18 (produce_charset, produce_annotation): Likewise. 18 (produce_charset, produce_annotation): Likewise.
19 (decode_coding): Don't call translate_chars. 19 (decode_coding, encode_coding): Don't call translate_chars.
20 (consume_chars): New arg translation_table. Caller changed.
21 (translate_chars): Deleted.
22 (syms_of_coding): Make translation-table's number of extra slots
23 2.
20 24
212004-03-09 Kenichi Handa <handa@m17n.org> 252004-03-09 Kenichi Handa <handa@m17n.org>
22 26