* vc-hooks.el (vc-state): Add new state `conflict'.
[bpt/emacs.git] / leim / README
CommitLineData
6d344054 1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
2f969cd4
GM
2 Free Software Foundation, Inc.
3See the end of the file for license conditions.
4
5
58af2287
DL
6This directory contains LEIM files.
7LEIM stands for Libraries of Emacs Input Methods.
8
9Contents of subdirectories are as follows.
10
11CXTERM-DIC:
12
13This directory contains source dictionaries (TIT format) for Chinese
42d777db 14input method distributed with cxterm (Chinese version xterm). These
58af2287 15dictionaries are automatically converted to Quail packages (Emacs Lisp
3e8d7904 16source files) by `make'.
58af2287 17
a3d0b0e0
KH
18MISC-DIC:
19
20This directory contains various dictionaries for Chinese input
3e8d7904
EZ
21methods. These dictionaries are automatically converted to Quail
22packages (Emacs Lisp source files) by `make'.
a3d0b0e0 23
58af2287
DL
24quail:
25
26This directory contains Emacs Lisp source files for Quail packages.
27
28SKK-DIC:
29
30This directory contains source dictionary for Japanese input method
31distributed with SKK (Japanese input method run with Mule). But, you
32don't need this file because we distribute an Emacs Lisp source file
d9e66103 33ja-dic/ja-dic.el which has already been converted from the source
58af2287
DL
34dictionary (See below).
35
243353b9 36ja-dic:
58af2287 37
243353b9 38This directory contains Emacs Lisp source file ja-dic.el which is
70462171
KH
39generated from a source dictionary in SKK-DIC directory. The
40inclusion of this file is for users convenience because it takes
41rather long time to generate it.
2f969cd4
GM
42
43\f
44This file is part of GNU Emacs.
45
46GNU Emacs is free software; you can redistribute it and/or modify
47it under the terms of the GNU General Public License as published by
cacc7b51 48the Free Software Foundation; either version 3, or (at your option)
2f969cd4
GM
49any later version.
50
51GNU Emacs is distributed in the hope that it will be useful,
52but WITHOUT ANY WARRANTY; without even the implied warranty of
53MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
54GNU General Public License for more details.
55
56You should have received a copy of the GNU General Public License
57along with GNU Emacs; see the file COPYING. If not, write to the
58Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
59Boston, MA 02110-1301, USA.