# HG changeset patch # User Kenichi Handa # Date 1098184307 0 # Node ID c02cca0ca4ffbfd6936f9c49af2881801a16a3a8 # Parent c5bec160ee852a625333aa40164385a75e867974 *** empty log message *** diff -r c5bec160ee85 -r c02cca0ca4ff leim/ChangeLog.22 --- 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 + + * MISC-DIC/pinyin.map: Fix encoding to that of the original file. + 2004-01-08 KAWABATA, Taichi * quail/indian.el (quail-indian-flatten-list): Delete it. diff -r c5bec160ee85 -r c02cca0ca4ff lisp/ChangeLog.22 --- 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 + + * 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 * international/mule.el (coding-system-equal): Move from mule-util.el.