diff options
author | Kenichi Handa <handa@m17n.org> | 2001-03-31 02:22:45 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2001-03-31 02:22:45 +0000 |
commit | a3d0b0e0f9826e5af4d061afdc374e36f2e35906 (patch) | |
tree | d08e4f28feda16c48a959281e2fcaa6c121af5ce /leim | |
parent | c063e38165bbdc844743c85ca1e754e19c86634d (diff) | |
download | emacs-a3d0b0e0f9826e5af4d061afdc374e36f2e35906.tar.gz |
*** empty log message ***
Diffstat (limited to 'leim')
-rw-r--r-- | leim/ChangeLog | 22 | ||||
-rw-r--r-- | leim/README | 6 |
2 files changed, 28 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index ea8ae1297b7..44b4c659b0c 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,25 @@ +2001-03-31 Kenichi Handa <handa@etl.go.jp> + + * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc + (NON-TIT-BIG5): Delete ${srcdir}/quail/quick-b5.elc + ${srcdir}/quail/tsang-b5.elc. + (CHINESE-NON-TIT): Delete ${NON-TIT-CNS}. + (CHINESE-CNS): Delete it. + (MISC-DIC): New variable. + (CHINESE): Delete ${CHINESE-CNS}. + (WORLD): Delete ${MISC-DIC}. + (all): Depends on ${MISC-DIC}. + (${MISC-DIC}): New target. + (clean mostlyclean): Delete also ${MISC-DIC} ${MISC-DIC:.elc=.el}. + + * MISC-DIC/cangjie-table.b5, MISC-DIC/cangjie-table.cns, + MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: New files. + + * CXTERM-DIC/PY.tit, CXTERM-DIC/ZIRANMA.tit: Delete them. + + * quail/tsang-b5.el, quail/tsang-cns.el, quail/quick-b5.el, + quail/quick-cns.el: Delete them. + 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il> * Makefile.in (${TIT}): Fix whitespace. diff --git a/leim/README b/leim/README index 7552b3c7c31..cd066526698 100644 --- a/leim/README +++ b/leim/README @@ -10,6 +10,12 @@ input method distributed with cxterm (Chinese version xterm). These dictionaries are automatically converted to Quail packages (Emacs Lisp source file) by `make'. +MISC-DIC: + +This directory contains various dictionaries for Chinese input +methods. These dictionaries automatically converted to Quail packages +(Emacs Lisp source file) by `make'. + quail: This directory contains Emacs Lisp source files for Quail packages. |