changeset 89857:b7584a65f2b8

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 11 Mar 2004 02:18:25 +0000
parents 18b52da60a76
children 23cb9ed79225
files lisp/ChangeLog.22 src/ChangeLog.22
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog.22	Thu Mar 11 02:18:12 2004 +0000
+++ b/lisp/ChangeLog.22	Thu Mar 11 02:18:25 2004 +0000
@@ -1,3 +1,11 @@
+2004-03-11  Kenichi Handa  <handa@m17n.org>
+
+	* language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
+	New translation tables.
+
+	* international/mule.el (make-translation-table-from-alist): New
+	function.
+
 2004-03-04  Kenichi Handa  <handa@m17n.org>
 
 	* international/mule.el (translate-region): Re-implement it here.
--- a/src/ChangeLog.22	Thu Mar 11 02:18:12 2004 +0000
+++ b/src/ChangeLog.22	Thu Mar 11 02:18:25 2004 +0000
@@ -16,7 +16,11 @@
 	(produce_composition): New argument pos.  Caller changed.
 	Adjusted for the change of annotation data format.
 	(produce_charset, produce_annotation): Likewise.
-	(decode_coding): Don't call translate_chars.
+	(decode_coding, encode_coding): Don't call translate_chars.
+	(consume_chars): New arg translation_table.  Caller changed.
+	(translate_chars): Deleted.
+	(syms_of_coding): Make translation-table's number of extra slots
+	2.
 
 2004-03-09  Kenichi Handa  <handa@m17n.org>