1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00
emacs/leim
Miles Bader eeb7eaa884 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 505-522)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: etc/TUTORIAL.cn: Updated.
   - Merge from erc--emacs--22

 * gnus--rel--5.10  (patch 164-167)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137
2006-11-21 08:56:38 +00:00
..
CXTERM-DIC
ja-dic Update FSF's address. 2005-07-05 00:35:10 +00:00
MISC-DIC Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68 2005-07-07 12:43:14 +00:00
quail fixed korean [,],{,} keys (thanks to jmjeong@mococo.com) 2006-11-09 03:47:14 +00:00
SKK-DIC Update FSF's address. 2005-07-05 00:35:10 +00:00
.arch-inventory
.gitignore Add makefile (for MS-Windows). 2005-09-24 10:27:46 +00:00
ChangeLog Add "add-log-time-zone-rule: t" to Local Variables section. 2006-11-10 00:21:57 +00:00
ChangeLog.unicode Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-14 2005-02-14 03:40:07 +00:00
COPYING Replace "Library Public License" by "Lesser Public License" throughout. 2006-09-15 17:19:05 +00:00
leim-ext.el updated copyright year(s) 2006-04-20 07:29:01 +00:00
Makefile.in Merge from emacs--devo--0 2006-11-07 23:22:48 +00:00
makefile.w32-in updated copyright year(s) 2006-04-20 07:29:01 +00:00
README

This directory contains LEIM files.
LEIM stands for Libraries of Emacs Input Methods.

Contents of subdirectories are as follows.

CXTERM-DIC:

This directory contains source dictionaries (TIT format) for Chinese
input method distributed with cxterm (Chinese version xterm).  These
dictionaries are automatically converted to Quail packages (Emacs Lisp
source files) by `make'.

MISC-DIC:

This directory contains various dictionaries for Chinese input
methods.  These dictionaries are automatically converted to Quail
packages (Emacs Lisp source files) by `make'.

quail:

This directory contains Emacs Lisp source files for Quail packages.

SKK-DIC:

This directory contains source dictionary for Japanese input method
distributed with SKK (Japanese input method run with Mule).  But, you
don't need this file because we distribute an Emacs Lisp source file
ja-dic/ja-dic.el which has already been converted from the source
dictionary (See below).

ja-dic:

This directory contains Emacs Lisp source file ja-dic.el which is
generated from a source dictionary in SKK-DIC directory.  In addition,
it contains a byte compiled file ja-dic.elc for users convenience
because it takes rather long time to byte-compile ja-dic.el.