1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2004-10-19 11:11:47 +00:00
parent 4493549000
commit 56c68b971d
2 changed files with 16 additions and 0 deletions

View file

@ -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.

View file

@ -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.