Mercurial > emacs
changeset 90032:c02cca0ca4ff
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 19 Oct 2004 11:11:47 +0000 |
parents | c5bec160ee85 |
children | f3ec05478165 |
files | leim/ChangeLog.22 lisp/ChangeLog.22 |
diffstat | 2 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/ChangeLog.22 Tue Oct 19 11:11:22 2004 +0000 +++ b/leim/ChangeLog.22 Tue Oct 19 11:11:47 2004 +0000 @@ -1,3 +1,7 @@ +2004-10-19 Kenichi Handa <handa@m17n.org> + + * MISC-DIC/pinyin.map: Fix encoding to that of the original file. + 2004-01-08 KAWABATA, Taichi <kawabata@m17n.org> * quail/indian.el (quail-indian-flatten-list): Delete it.
--- a/lisp/ChangeLog.22 Tue Oct 19 11:11:22 2004 +0000 +++ b/lisp/ChangeLog.22 Tue Oct 19 11:11:47 2004 +0000 @@ -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.