aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa2004-10-19 11:11:47 +0000
committerKenichi Handa2004-10-19 11:11:47 +0000
commit56c68b971d6f7665dd035df1ff302d794c0f294a (patch)
tree117d804111de35f7f22635cc55df4dc76faae880 /lisp
parent4493549000f90bdc0c2bda2d55b47e3ca133509d (diff)
downloademacs-56c68b971d6f7665dd035df1ff302d794c0f294a.tar.gz
emacs-56c68b971d6f7665dd035df1ff302d794c0f294a.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog.2212
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog.22 b/lisp/ChangeLog.22
index 7fac8a1b7fd..ea305d6bd02 100644
--- a/lisp/ChangeLog.22
+++ b/lisp/ChangeLog.22
@@ -1,3 +1,15 @@
12004-10-19 Kenichi Handa <handa@m17n.org>
2
3 * international/titdic-cnv.el (tit-process-header): Fix embedded
4 coding tag.
5 (titdic-convert): Bind coding-system-for-write to the coding
6 system specfied in the map file. Remove `charset' property after
7 decoding.
8 (miscdic-convert): Bind coding-system-for-write to the coding
9 system specfied for the map file. Fix LANGUAGE arg to
10 quail-define-package.
11 (batch-miscdic-convert): Check if a file is directory or not.
12
12004-10-16 Kenichi Handa <handa@m17n.org> 132004-10-16 Kenichi Handa <handa@m17n.org>
2 14
3 * international/mule.el (coding-system-equal): Move from mule-util.el. 15 * international/mule.el (coding-system-equal): Move from mule-util.el.