aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog.228
-rw-r--r--src/ChangeLog.226
2 files changed, 13 insertions, 1 deletions
diff --git a/lisp/ChangeLog.22 b/lisp/ChangeLog.22
index 1f3f4ac6e86..509b4d9ecc9 100644
--- a/lisp/ChangeLog.22
+++ b/lisp/ChangeLog.22
@@ -1,3 +1,11 @@
12004-03-11 Kenichi Handa <handa@m17n.org>
2
3 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
4 New translation tables.
5
6 * international/mule.el (make-translation-table-from-alist): New
7 function.
8
12004-03-04 Kenichi Handa <handa@m17n.org> 92004-03-04 Kenichi Handa <handa@m17n.org>
2 10
3 * international/mule.el (translate-region): Re-implement it here. 11 * international/mule.el (translate-region): Re-implement it here.
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