aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/ChangeLog.2212
-rw-r--r--lisp/ChangeLog.223
2 files changed, 15 insertions, 0 deletions
diff --git a/admin/ChangeLog.22 b/admin/ChangeLog.22
index 98790cd9f56..7b53f092998 100644
--- a/admin/ChangeLog.22
+++ b/admin/ChangeLog.22
@@ -1,3 +1,15 @@
12004-01-27 Kenichi Handa <handa@m17n.org>
2
3 * charsets/Makefile (TRANS_TABLE): New macro.
4 (JISX0208.map): Convert 0x2015 to 0x2014.
5 (cp51932.el): New target.
6 (eucjp-ms.el): New target.
7 (install): Include ${TRANS_TABLE}.
8
9 * charsets/eucjp-ms.awk: New file.
10
11 * charsets/cp51932.awk: New file.
12
12004-01-26 Kenichi Handa <handa@m17n.org> 132004-01-26 Kenichi Handa <handa@m17n.org>
2 14
3 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with 15 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with
diff --git a/lisp/ChangeLog.22 b/lisp/ChangeLog.22
index 637b368bff0..33c6c92a81b 100644
--- a/lisp/ChangeLog.22
+++ b/lisp/ChangeLog.22
@@ -1,5 +1,8 @@
12004-01-27 Kenichi Handa <handa@m17n.org> 12004-01-27 Kenichi Handa <handa@m17n.org>
2 2
3 * international/mule.el (coding-system-put): Delete it
4 (implemented in C).
5
3 * international/mule-conf.el (katakana-sjis): Fix :superset to 6 * international/mule-conf.el (katakana-sjis): Fix :superset to
4 :subset. 7 :subset.
5 8