summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2004-10-19 11:11:47 +0000
committerKenichi Handa <handa@m17n.org>2004-10-19 11:11:47 +0000
commit56c68b971d6f7665dd035df1ff302d794c0f294a (patch)
tree117d804111de35f7f22635cc55df4dc76faae880 /lisp
parent4493549000f90bdc0c2bda2d55b47e3ca133509d (diff)
downloademacs-56c68b971d6f7665dd035df1ff302d794c0f294a.tar.gz
emacs-56c68b971d6f7665dd035df1ff302d794c0f294a.tar.bz2
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 @@
+2004-10-19 Kenichi Handa <handa@m17n.org>
+
+ * international/titdic-cnv.el (tit-process-header): Fix embedded
+ coding tag.
+ (titdic-convert): Bind coding-system-for-write to the coding
+ system specfied in the map file. Remove `charset' property after
+ decoding.
+ (miscdic-convert): Bind coding-system-for-write to the coding
+ system specfied for the map file. Fix LANGUAGE arg to
+ quail-define-package.
+ (batch-miscdic-convert): Check if a file is directory or not.
+
2004-10-16 Kenichi Handa <handa@m17n.org>
* international/mule.el (coding-system-equal): Move from mule-util.el.