Mercurial > emacs
annotate leim/ChangeLog @ 88641:203bb5221b98
(Fcharset_priority_list, Fset_charset_priority): New
functions.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 25 May 2002 23:19:01 +0000 (2002-05-25) |
parents | d331f7548d5f |
children | d080fd934431 |
rev | line source |
---|---|
88604 | 1 2002-05-22 Kenichi Handa <handa@etl.go.jp> |
2 | |
3 * Makefile.in (RUN-EMACS): Add LC_ALL=C. | |
4 | |
43229 | 5 2002-02-10 Andrew Innes <andrewi@gnu.org> |
6 | |
7 * makefile.w32-in ($(TIT)): Don't depend on $(SUBDIRS). | |
8 ($(MISC_DIC)): Ditto. | |
9 | |
43139
22ff542d67ee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
43023
diff
changeset
|
10 2002-02-06 Richard M. Stallman <rms@gnu.org> |
22ff542d67ee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
43023
diff
changeset
|
11 |
22ff542d67ee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
43023
diff
changeset
|
12 * quail/latin-pre.el (french-prefix): ", " => "," and "~ " => "~". |
22ff542d67ee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
43023
diff
changeset
|
13 Don't define "~," at all. |
22ff542d67ee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
43023
diff
changeset
|
14 |
88604 | 15 2002-01-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
43023 | 16 |
17 * quail/latin-pre.el (latin-2-prefix): Add ,BL(B and ,Bl(B. | |
18 From "Dr. Eduard Werner" <edi.werner@gmx.de>. | |
19 | |
42641
f9811c4bc3fb
Fix the last entry (RMS says this submission doesn't need legal papers).
Eli Zaretskii <eliz@gnu.org>
parents:
42640
diff
changeset
|
20 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il> |
42640 | 21 |
22 * quail/greek.el: Changed the behavior of the "greek" input | |
42641
f9811c4bc3fb
Fix the last entry (RMS says this submission doesn't need legal papers).
Eli Zaretskii <eliz@gnu.org>
parents:
42640
diff
changeset
|
23 method, to consider the "accent" and "diaeresis" as prefix keys. |
f9811c4bc3fb
Fix the last entry (RMS says this submission doesn't need legal papers).
Eli Zaretskii <eliz@gnu.org>
parents:
42640
diff
changeset
|
24 A new method (named "greek-postfix") was added which implements |
f9811c4bc3fb
Fix the last entry (RMS says this submission doesn't need legal papers).
Eli Zaretskii <eliz@gnu.org>
parents:
42640
diff
changeset
|
25 the old behavior. Also changed the mapping of the "Q/q" key to |
f9811c4bc3fb
Fix the last entry (RMS says this submission doesn't need legal papers).
Eli Zaretskii <eliz@gnu.org>
parents:
42640
diff
changeset
|
26 produce the ":/;" characters, as is customary in greek keyboards. |
f9811c4bc3fb
Fix the last entry (RMS says this submission doesn't need legal papers).
Eli Zaretskii <eliz@gnu.org>
parents:
42640
diff
changeset
|
27 From Nick Patavalis <npat@inaccessnetworks.com>. |
42640 | 28 |
42597 | 29 2002-01-07 Jaeyoun Chung <jay@kldp.org> |
30 | |
31 * quail/hangul.el: removed key sequence mapping for O[rsfaqtTd]. | |
32 Not used for Korean Hangul Type 2. (request from emacs-kr mailing | |
33 list). | |
34 | |
42505 | 35 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
36 | |
37 * quail/cyrillic.el ("bulgarian-pho"): Fix a typo in a doc string. | |
38 | |
42464 | 39 2002-01-01 Dave Love <fx@gnu.org> |
40 | |
41 * quail/indian.el (quail-define-indian-trans-package): Unquote | |
42 lambda. | |
43 (quail-define-inscript-package): Avoid mapcar*. | |
44 | |
42204 | 45 2001-12-20 Dave Love <fx@gnu.org> |
46 | |
47 * quail/latin-ltx.el: Fix un-doubled backslashes. | |
48 | |
42039 | 49 2001-12-15 Dave Love <fx@gnu.org> |
50 | |
51 * quail/latin-pre.el ("french-prefix", "german-prefix") | |
52 ("spanish-prefix"): Fix language assignment. | |
53 | |
54 * quail/latin-post.el ("french-postfix", "german-postfix") | |
55 ("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix") | |
56 ("french-keyboard", "french-azerty", "german") | |
57 ("spanish-keyboard"): Fix language assignment. | |
58 | |
59 * quail/indian.el: Don't require cl. | |
60 (quail-indian-flatten-list): Renamed from flatten-list. | |
61 | |
62 * quail/cyrillic.el ("cyrillic-beylorussian") | |
63 ("cyrillic-ukrainian", "cyrillic-translit-bulgarian") | |
64 ("belarusian", "bulgarian-pho"): Fix language assignment. | |
65 | |
66 * quail/latin-alt.el ("french-alt-postfix", "german-alt-postfix") | |
67 ("spanish-alt-postfix", "turkish-latin-3-alt-postfix") | |
68 ("turkish-alt-postfix"): Fix language assignment. | |
69 ("dutch"): Assign to Dutch. Use chars, not strings. | |
70 ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"): | |
71 New. | |
72 | |
88604 | 73 2001-12-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
41896 | 74 |
75 * COPYING: New file. | |
76 | |
41797 | 77 2001-12-03 Jaeyoun Chung <jay@kldp.org> |
78 | |
42039 | 79 * quail/hangul3.el: Added a few convenient composing sequences for |
41797 | 80 Korean keyboard type 3 users. |
81 | |
41688 | 82 2001-11-29 Dave Love <fx@gnu.org> |
83 | |
84 * quail/latin-ltx.el: Extra translations. Fix some | |
85 latin-iso8859-4 characters. Use Hebrew letters, not compatibility | |
86 symbols. | |
87 | |
41636 | 88 2001-11-28 Juanma Barranquero <lektu@terra.es> |
89 | |
90 * makefile.w32-in (INDIAN): Adjusted for the file name change; | |
91 quail/devanagari.elc -> quail/indian.elc. | |
92 | |
93 * makefile.nt (INDIAN): Likewise. | |
94 | |
41471
41ef4373121e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40768
diff
changeset
|
95 2001-11-21 KAWABATA, Taichi <batta@beige.ocn.ne.jp> |
41ef4373121e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40768
diff
changeset
|
96 |
41ef4373121e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40768
diff
changeset
|
97 * quail/devanagari.el: Renamed to indian.el. |
41ef4373121e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40768
diff
changeset
|
98 |
41ef4373121e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40768
diff
changeset
|
99 * quail/indian.el: Renamed from devanagari.el, and completely |
41ef4373121e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40768
diff
changeset
|
100 re-written. The input method devanagari-hindi-transliteration is |
41ef4373121e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40768
diff
changeset
|
101 merged with devanagari-itrans, devanagari-keyboard-a is renamed to |
41ef4373121e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40768
diff
changeset
|
102 devanagari-inscript, devanagari-transliteration is renamed to |
41ef4373121e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40768
diff
changeset
|
103 devanagari-kyoto-harvard. |
41ef4373121e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40768
diff
changeset
|
104 |
41ef4373121e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40768
diff
changeset
|
105 * Makefile.in: Adjusted for the file name change; |
41ef4373121e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40768
diff
changeset
|
106 quail/devanagari.elc -> quail/indian.elc. |
41ef4373121e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40768
diff
changeset
|
107 |
40768 | 108 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il> |
109 | |
110 * quail/welsh.el: Avoid an error message due to a commented-out | |
111 input method. | |
112 | |
40749
6554846ccb71
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40739
diff
changeset
|
113 2001-11-05 Richard M. Stallman <rms@gnu.org> |
6554846ccb71
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40739
diff
changeset
|
114 |
6554846ccb71
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40739
diff
changeset
|
115 * quail/rfc1345.el: Get rid of the explicit ^Z character. |
6554846ccb71
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40739
diff
changeset
|
116 |
40739 | 117 2001-11-05 Eli Zaretskii <eliz@is.elta.co.il> |
118 | |
119 * quail/latin-ltx.el: Remove the call to IT-setup-unicode-display. | |
120 | |
40712 | 121 2001-11-04 Dave Love <fx@gnu.org> |
122 | |
123 * Makefile.in (LATIN): Add welsh. | |
124 (UNICODE): New. | |
125 (MISC): Add georgian. | |
126 (WORLD): Add UNICODE. | |
127 | |
128 * quail/welsh.el, quail/georgian.el, quail/rfc1345.el: | |
129 * quail/uni-input.el, quail/sgml-input.el: New file. | |
130 | |
131 * quail/cyrillic.el ("bulgarian-pho", "belarusian"): New methods. | |
132 | |
133 * quail/latin-alt.el ("dutch"): New method. | |
134 | |
40358
a46df5f8fd00
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40301
diff
changeset
|
135 2001-10-27 Francesco Potorti` <pot@gnu.org> |
a46df5f8fd00
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40301
diff
changeset
|
136 |
a46df5f8fd00
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40301
diff
changeset
|
137 * quail/latin-post.el ("italian-postfix"): Undo previous change. |
a46df5f8fd00
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40301
diff
changeset
|
138 |
a46df5f8fd00
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40301
diff
changeset
|
139 * quail/latin-alt.el ("italian-alt-postfix"): Undo previous change. |
a46df5f8fd00
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40301
diff
changeset
|
140 |
40301
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
141 2001-10-25 Francesco Potorti` <pot@gnu.org> |
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
142 |
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
143 * quail/latin-post.el ("italian-postfix"): Euro symbol. |
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
144 |
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
145 * quail/latin-alt.el ("italian-alt-postfix"): Euro symbol. |
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
146 |
40111 | 147 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
148 | |
40152 | 149 * (Version 21.1 released.) |
40111 | 150 |
40051 | 151 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il> |
152 | |
153 * CXTERM-DIC/Punct-b5.tit: Add big5 Chinese double spaced alphabet | |
154 mappings, so that one could type them without leaving the Hanyu | |
155 Pinyin input method. Suggested by Kenichi Handa | |
156 <handa@etl.go.jp>. | |
157 | |
39884 | 158 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il> |
159 | |
160 * quail/greek.el ("greek-babel"): New input method. From David | |
161 Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>. | |
162 | |
39742 | 163 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
164 | |
165 * Branch for 21.1. | |
40301
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
166 |
39141 | 167 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il> |
168 | |
169 * quail/greek.el ("greek-mizuochi"): Doc fix. From David Kastrup | |
170 <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>. | |
171 | |
38703 | 172 2001-08-06 Gerd Moellmann <gerd@gnu.org> |
173 | |
174 * quail/py-punct.el ("chinese-py-punct"): Copy the QUAIL-MAP of | |
175 "chinese-py". | |
176 ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy". | |
177 | |
88604 | 178 2001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
38453
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
37990
diff
changeset
|
179 |
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
37990
diff
changeset
|
180 * ja-dic/ja-dic.el, quail/cyril-jis.el, quail/cyrillic.el, |
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
37990
diff
changeset
|
181 quail/czech.el, quail/devanagari.el, quail/ethiopic.el, |
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
37990
diff
changeset
|
182 quail/greek.el, quail/hangul.el, quail/hangul3.el, |
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
37990
diff
changeset
|
183 quail/hanja-jis.el, quail/hanja.el, quail/hanja3.el, |
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
37990
diff
changeset
|
184 quail/hebrew.el, quail/ipa.el, quail/japanese.el, quail/lao.el, |
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
37990
diff
changeset
|
185 quail/latin-alt.el, quail/latin-ltx.el, quail/latin-post.el, |
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
37990
diff
changeset
|
186 quail/latin-pre.el, quail/lrt.el, quail/py-punct.el, |
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
37990
diff
changeset
|
187 quail/pypunct-b5.el, quail/slovak.el, quail/symbol-ksc.el, |
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
37990
diff
changeset
|
188 quail/thai.el, quail/tibetan.el, quail/viqr.el: Some fixes to |
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
37990
diff
changeset
|
189 follow coding conventions. |
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
37990
diff
changeset
|
190 |
37990
7a5e9d959331
2001-06-04 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37975
diff
changeset
|
191 2001-06-04 Andrew Choi <akochoi@i-cable.com> |
7a5e9d959331
2001-06-04 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37975
diff
changeset
|
192 |
7a5e9d959331
2001-06-04 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37975
diff
changeset
|
193 * quail/.cvsignore: Change CTLauB.el to CTLau-b5.el. |
7a5e9d959331
2001-06-04 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37975
diff
changeset
|
194 |
37975 | 195 2001-06-01 Andrew Innes <andrewi@gnu.org> |
196 | |
197 * makefile.nt (TIT_GB): Remove quail/PY.elc and quail/ZIRANMA.elc. | |
198 (NON_TIT_BIG5): Remove $(srcdir)/quail/tsang-b5.elc and | |
199 $(srcdir)/quail/pypunct-b5.elc. | |
200 (NON_TIT_CNS): Remove. | |
201 (CHINESE_NON_TIT): Remove $(NON_TIT_CNS). | |
202 (CHINESE_CNS): Remove. | |
203 (KOREAN): Add $(srcdir)/quail/hanja3.elc. | |
204 (LATIN): Add $(srcdir)/quail/latin-alt.elc and | |
205 $(srcdir)/quail/latin-ltx.elc. | |
206 (MISC_DIC): Copy from Makefile.in. | |
207 (CHINESE): Remove $(CHINESE_CNS). | |
208 (all): Add $(MISC_DIC) as target. | |
209 (.NOTPARALLEL): New target. | |
210 (.NO_PARALLEL): New target. | |
211 ($(MISC_DIC)): New target. | |
212 (clean mostlyclean): Clean more stuff. | |
213 (TIT_EL): New macro. | |
214 (MISC_DIC_EL): New macro. | |
215 | |
216 * makefile.w32-in (TIT-GB): Remove CTLau.elc from it. | |
217 (TIT-BIG5): Remove CTLauB.elc from it. | |
218 (MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it. | |
219 (clean mostlyclean): Remove obsolete reference. | |
220 | |
37971 | 221 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il> |
222 | |
223 * quail/latin-ltx.el [ms-dos]: Call IT-setup-unicode-display. | |
224 | |
37877 | 225 2001-05-24 Andrew Choi <akochoi@i-cable.com> |
226 | |
37881
64c896104a04
2001-05-24 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37877
diff
changeset
|
227 * Makefile.in (MISC-DIC): Change CTLauB.elc to CTLau-b5.elc. |
64c896104a04
2001-05-24 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37877
diff
changeset
|
228 |
37877 | 229 * CXTERM-DIC/CTLau.tit, CXTERM-DIC/CTLauB.tit: Delete files. |
230 | |
231 * MISC-DIC/CTLau.html, MISC-DIC/CTLau-b5.html: Add files. | |
232 | |
233 * Makefile.in (TIT-GB): Remove CTLau.elc from it. | |
234 (TIT-BIG5): Remove CTLauB.elc from it. | |
235 (MISC-DIC): Add CTLau.elc and CTLauB.elc to it. | |
236 | |
37790 | 237 2001-05-17 Dave Love <fx@gnu.org> |
238 | |
239 * quail/latin-ltx.el ("TeX"): Renamed from "latin-latex2e". | |
240 Language family and indicator changed. Many new translations. | |
241 | |
37769 | 242 2001-05-17 Gerd Moellmann <gerd@gnu.org> |
243 | |
244 * quail/slovak.el, quail/czech.el: Set guidance to t for czech and | |
245 slovak input methods. New maintainer. From Pavel Jan,Am(Bk | |
246 <Pavel@Janik.cz>. | |
247 | |
37424 | 248 2001-04-23 Gerd Moellmann <gerd@gnu.org> |
249 | |
250 * quail/latin-ltx.el: Add more translations. From | |
251 jsbien@mimuw.edu.pl (Janusz S. Bie,Bq(B). | |
252 | |
37397 | 253 2001-04-19 Eli Zaretskii <eliz@is.elta.co.il> |
254 | |
255 * quail/hangul.el <korean-hangul>: Doc fix. | |
256 | |
37385 | 257 2001-04-18 Andrew Innes <andrewi@gnu.org> |
258 | |
259 * makefile.w32-in (EMACSLOADPATH): Define. | |
40301
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
260 ($(TIT)): |
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
261 ($(MISC_DIC)): |
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
262 (.el.elc): |
37385 | 263 (leim-list.el): Remove stuff to set EMACSLOADPATH. |
264 | |
37203 | 265 2001-04-05 Gerd Moellmann <gerd@gnu.org> |
266 | |
37218 | 267 * Makefile.in (install): Remove .cvsignore files. |
268 | |
37203 | 269 * quail/japanese.el ("japanese-hankaku-kana"): Don't use |
270 the same translations as for `japanese'. | |
271 | |
37177 | 272 2001-04-03 Andrew Innes <andrewi@gnu.org> |
273 | |
274 * makefile.w32-in (TIT_GB): Delete quail/PY.elc and | |
275 quail/ZIRANMA.elc. | |
276 (NON_TIT_BIG5): Delete $(srcdir)/quail/quick-b5.elc and | |
277 $(srcdir)/quail/tsang-b5.elc. | |
278 (NON_TIT_CNS): Delete. | |
279 (CHINESE_NON_TIT): Delete $(NON-TIT-CNS). | |
280 (CHINESE_CNS): Delete. | |
281 (KOREAN): Add ${srcdir}/quail/hanja3.elc. From Kenichi Handa | |
282 <handa@etl.go.jp>. | |
283 (MISC_DIC): New variable. | |
284 (CHINESE): Delete $(CHINESE_CNS). | |
285 (WORLD): Add $(MISC_DIC). | |
286 (all): Depends on $(MISC_DIC). | |
287 (.NOTPARALLEL, .NO_PARALLEL): New special targets. | |
288 ($(MISC_DIC)): New target. | |
289 (clean mostlyclean): Delete also $(NONTIT), $(WORLD), $(MISC_DIC) | |
290 and $(MISC_DIC:.elc=.el). | |
291 | |
37129 | 292 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il> |
293 | |
37131 | 294 * Makefile.in (KOREAN): Add ${srcdir}/quail/hanja3.elc. From |
295 Kenichi Handa <handa@etl.go.jp>. | |
296 | |
37129 | 297 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}. |
298 | |
37117 | 299 2001-03-31 Kenichi Handa <handa@etl.go.jp> |
300 | |
301 * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc | |
302 (NON-TIT-BIG5): Delete ${srcdir}/quail/quick-b5.elc | |
303 ${srcdir}/quail/tsang-b5.elc. | |
304 (CHINESE-NON-TIT): Delete ${NON-TIT-CNS}. | |
305 (CHINESE-CNS): Delete it. | |
306 (MISC-DIC): New variable. | |
307 (CHINESE): Delete ${CHINESE-CNS}. | |
37177 | 308 (WORLD): Add ${MISC-DIC}. |
37117 | 309 (all): Depends on ${MISC-DIC}. |
310 (${MISC-DIC}): New target. | |
311 (clean mostlyclean): Delete also ${MISC-DIC} ${MISC-DIC:.elc=.el}. | |
312 | |
313 * MISC-DIC/cangjie-table.b5, MISC-DIC/cangjie-table.cns, | |
314 MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: New files. | |
315 | |
316 * CXTERM-DIC/PY.tit, CXTERM-DIC/ZIRANMA.tit: Delete them. | |
317 | |
318 * quail/tsang-b5.el, quail/tsang-cns.el, quail/quick-b5.el, | |
319 quail/quick-cns.el: Delete them. | |
40301
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
320 |
37075 | 321 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il> |
322 | |
323 * Makefile.in (${TIT}): Fix whitespace. | |
324 | |
37061 | 325 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il> |
326 | |
327 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): New special targets. | |
328 (${TIT}): If the target file already exist, don't remake it. | |
329 | |
36917 | 330 2001-03-21 Kenichi Handa <handa@etl.go.jp> |
331 | |
332 * quail/slovak.el ("slovak"): Translate "=q" to "`". | |
333 | |
88604 | 334 2001-03-16 Pavel Jan,Am(Bk ml. <Pavel@Janik.cz> |
36843 | 335 |
336 * quail/slovak.el ("slovak"): Delete translations of "q", "Q", | |
337 "=q", "+q", "=Q", and "+Q". | |
338 ("slovak-prog-1"): Give t to the arg SHOW-LAYOUT. | |
339 ("slovak-prog-2"): Likewise. | |
340 ("slovak-prog-3"): Likewise. | |
341 | |
36838 | 342 2001-03-16 Eli Zaretskii <eliz@is.elta.co.il> |
343 | |
344 * quail/latin-post.el ("finnish-keyboard"): Fix a typo. | |
345 | |
36831 | 346 2001-03-16 Kenichi Handa <handa@etl.go.jp> |
347 | |
348 * quail/japanese.el (quail-japanese-transliteration-rules): New | |
349 variable. Use it to define these input methods: "japanese", | |
350 "japanese-hiragana", "japanese-katakana". | |
36833 | 351 (quail-japanese-kana-state): Delete this variable. |
352 (quail-japanese-toggle-kana): Don't use quail-japanese-kana-state, | |
353 instead check if there's any Hiraganas in the converison region. | |
36831 | 354 |
36793 | 355 2001-03-14 Kenichi Handa <handa@mule.m17n.org> |
356 | |
357 * quail/slovak.el ("slovak"): Give t to the arg SHOW-LAYOUT. | |
358 | |
36573 | 359 2001-03-06 Kenichi Handa <handa@etl.go.jp> |
360 | |
361 * CXTERM-DIC/4Corner.tit: Add copyright notice. | |
362 | |
36535 | 363 2001-03-05 Kenichi Handa <handa@etl.go.jp> |
364 | |
365 * quail/ethiopic.el ("ethiopic"): Docstring adjusted for the | |
366 change of the speicial key bindings. | |
367 | |
36386 | 368 2001-02-22 Kenichi Handa <handa@etl.go.jp> |
369 | |
36573 | 370 * CXTERM-DIC/ARRAY30.tit: Add copyright notice. |
36386 | 371 |
372 * CXTERM-DIC/ETZY.tit: Likewise. | |
373 | |
374 * CXTERM-DIC/ZOZY.tit: Likewise. | |
375 | |
35903 | 376 2001-02-05 Andrew Innes <andrewi@gnu.org> |
377 | |
378 * makefile.w32-in (BUILT_EMACS): Use $(THISDIR) to make emacs.exe | |
379 path absolute. | |
380 | |
35873 | 381 2001-02-03 Andrew Innes <andrewi@gnu.org> |
382 | |
383 * makefile.w32-in (LATIN): Fix last change to use () not {}. | |
384 | |
35836 | 385 2001-02-02 Kenichi Handa <handa@etl.go.jp> |
386 | |
387 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc. | |
388 | |
389 * makefile.w32-in (LATIN): Likewise. | |
390 | |
391 * quail/latin-ltx.el: New file -- LaTeX-like Latin input method. | |
392 | |
35834 | 393 2001-02-01 Andrew Innes <andrewi@gnu.org> |
394 | |
395 * makefile.w32-in (LATIN): Include $(srcdir)/quail/latin-alt.elc. | |
396 | |
35809 | 397 2001-02-01 Kenichi Handa <handa@etl.go.jp> |
398 | |
399 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc. | |
400 | |
401 * quail/greek.el ("greek-mizuochi"): New input method for | |
402 classical Greek. | |
403 | |
35771 | 404 2001-01-28 Gerd Moellmann <gerd@gnu.org> |
35671 | 405 |
35771 | 406 * Makefile.in (extraclean): Added target so make doesn't die if |
35671 | 407 one runs "make extraclean" at the top level. |
408 | |
35108 | 409 2001-01-06 Andrew Innes <andrewi@gnu.org> |
410 | |
411 * makefile.nt ($(TIT)): Map .elc to .el. | |
412 (buildlisppath): Make path relative to $(MAKEDIR). | |
413 | |
34938 | 414 2001-01-01 Andreas Schwab <schwab@suse.de> |
415 | |
416 * quail/latin-alt.el: Doc fixes. | |
417 | |
34695 | 418 2000-12-18 Dave Love <fx@gnu.org> |
419 | |
88604 | 420 * quail/latin-pre.el <latin-9-prefix>: Delete duplicate ,B9(B entry. |
421 Change ,b=(B, ,b<(B, ,A6(B. | |
34695 | 422 |
34627 | 423 2000-12-16 Kenichi Handa <handa@etl.go.jp> |
424 | |
425 * ja-dic/ja-dic.el: Re-generated by the new ja-dic-cnv.el. | |
426 | |
34285 | 427 2000-12-06 Andrew Innes <andrewi@gnu.org> |
428 | |
429 * makefile.w32-in (buildlisppath): Set to an absolute directory, | |
430 relative to $(CURDIR). | |
431 (INSTALLDIR): Use forward slash. | |
432 | |
33858 | 433 2000-11-24 Andrew Innes <andrewi@gnu.org> |
434 | |
435 * makefile.w32-in (.SUFFIXES): New target, include .elc .el. | |
436 | |
437 * makefile.nt (.SUFFIXES): New target, include .elc .el. | |
438 | |
33662 | 439 2000-11-21 Kenichi Handa <handa@etl.go.jp> |
440 | |
33663 | 441 * Makefile.in (.SUFFIXES): New target, include .elc .el. |
33662 | 442 |
33581 | 443 2000-11-17 Kenichi Handa <handa@etl.go.jp> |
444 | |
445 * quail/japanese.el (quail-japanese-kanji-kkc): Use marker to | |
446 remember the conversion start. | |
447 | |
32725 | 448 2000-10-21 Andrew Innes <andrewi@gnu.org> |
449 | |
450 * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead | |
451 of conditional invocation of make. | |
40301
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
452 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) |
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
453 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) |
32725 | 454 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el |
455 files to .elc. | |
456 ($(TIT)): Adjusted for the above change. | |
457 (clean mostlyclean): Likewise. | |
458 (.el.elc): New target. | |
459 | |
460 * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead | |
461 of conditional invocation of make. | |
40301
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
462 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) |
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
463 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) |
32725 | 464 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el |
465 files to .elc. | |
466 ($(TIT)): Adjusted for the above change. | |
467 (clean mostlyclean): Likewise. | |
468 (.el.elc): New target. | |
469 | |
32255 | 470 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il> |
471 | |
472 * Makefile.in (${TIT}, clean): Don't use shell `command` | |
473 expansion, use ${TIT:.elc=.el} instead. | |
474 | |
31918 | 475 2000-09-26 Gerd Moellmann <gerd@gnu.org> |
476 | |
477 * Makefile.in: Make this the leim Makefile.in. | |
478 (clean): Also remove $NON-TIT and $WORLD. | |
479 (RUN-EMACS): Set EMACSLOADPATH. | |
480 | |
31777 | 481 2000-09-21 Kenichi Handa <handa@etl.go.jp> |
482 | |
31788 | 483 * Makefile.in: Revert to no-leim Makefile. |
484 | |
31779 | 485 * quail/.cvsignore: Include *.elc. |
486 | |
487 * ja-dic/.cvsignore: New file. | |
31777 | 488 |
31680 | 489 2000-09-16 Andrew Innes <andrewi@gnu.org> |
490 | |
491 * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs. | |
492 (leim-list.el): Ditto. | |
493 | |
494 * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs. | |
495 (leim-list.el): Ditto. | |
496 | |
31643 | 497 2000-09-15 Andrew Innes <andrewi@gnu.org> |
498 | |
499 * makefile.w32-in (clean mostlyclean): Ignore errors when removing | |
500 files. | |
501 | |
31632 | 502 2000-09-14 Andrew Innes <andrewi@gnu.org> |
503 | |
504 * makefile.w32-in (clean mostlyclean): Ignore errors when deleting | |
505 leim-list.el. | |
506 (distclean maintainer-clean): Ditto for stamp-subdir. | |
507 | |
508 * makefile.nt: Rename skkdic to ja-dic. | |
509 | |
31432 | 510 2000-09-07 Kenichi Handa <handa@etl.go.jp> |
511 | |
512 * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard | |
513 translation. | |
514 | |
515 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Docstring modified. | |
516 | |
517 * quail/py-punct.el ("chinese-py-punct"): Docstring modified. | |
518 ("chinese-tonepy-punct"): New input method. | |
519 | |
520 * quail/latin-pre.el ("polish-slash"): Don't use keyboard | |
521 translation. | |
522 | |
523 * quail/japanese.el ("japanese"): Delete the key sequence for | |
524 Roman transliteration from the docstring because it's now shonw | |
525 automatically. | |
526 ("japanese-ascii", "japanese-zenkaku") | |
527 ("japanese-hankaku-kana", "japanese-hiragana") | |
528 ("japanese-katakana"): Docstring modified. | |
529 | |
530 * quail/czech.el ("czech-qwerty"): Changed to show keyboard layout | |
531 on describe-input-method. | |
532 ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise. | |
533 | |
31355 | 534 2000-09-03 Andrew Innes <andrewi@gnu.org> |
535 | |
536 * makefile.w32-in: New file. | |
31359 | 537 (install) Fix copying of directories. |
31355 | 538 |
31303 | 539 2000-08-31 Kenichi Handa <handa@etl.go.jp> |
540 | |
541 * quail/thai.el (thai-generate-quail-map): If the length of | |
542 translation is more than one, compose it. | |
543 | |
31267 | 544 2000-08-29 Dave Love <fx@gnu.org> |
545 | |
31270 | 546 * quail/latin-pre.el ("latin-9-prefix"): Change entries for ,b=(B and ,b<(B. |
547 | |
31267 | 548 * Makefile.in: ja-dic <- skk in several places. |
549 | |
31162 | 550 2000-08-25 Kenichi Handa <handa@etl.go.jp> |
551 | |
552 * ja-dic: Directory name changed from skkdic. | |
553 | |
31166 | 554 * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el. |
31162 | 555 |
556 * README: Rename skkdic to ja-dic throughout the file. | |
557 | |
31154
cddbaf4b2f1b
("latin-8-prefix", "latin-9-prefix"): New.
Dave Love <fx@gnu.org>
parents:
31135
diff
changeset
|
558 2000-08-24 Dave Love <fx@gnu.org> |
cddbaf4b2f1b
("latin-8-prefix", "latin-9-prefix"): New.
Dave Love <fx@gnu.org>
parents:
31135
diff
changeset
|
559 |
cddbaf4b2f1b
("latin-8-prefix", "latin-9-prefix"): New.
Dave Love <fx@gnu.org>
parents:
31135
diff
changeset
|
560 * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New. |
31162 | 561 ("latin-1-prefix"): Add missing symbols. |
31154
cddbaf4b2f1b
("latin-8-prefix", "latin-9-prefix"): New.
Dave Love <fx@gnu.org>
parents:
31135
diff
changeset
|
562 |
31135 | 563 2000-08-23 Dave Love <fx@gnu.org> |
564 | |
565 * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give ,A'(B and | |
566 add ~p for ,A6(B. | |
567 | |
30267 | 568 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
569 | |
570 * quail/japanese.el ("japanese"): Fix docstring. | |
571 | |
30253 | 572 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
573 | |
574 * quail/japanese.el ("japanese"): Docstring modified. | |
575 | |
29598 | 576 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
577 | |
578 * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted. | |
579 ("tibetan-wylie"): State transition table modified. | |
580 | |
29365 | 581 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
582 | |
583 * quail/tibetan.el: Change all tibetan-1-column characters to | |
584 tibetan. Quail map for "tibetan-wylie" fixed. | |
585 | |
28435 | 586 2000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl> |
587 | |
588 * quail/latin-pre.el ("polish-slash"): New input method. | |
589 | |
27941 | 590 2000-03-02 Kenichi Handa <handa@etl.go.jp> |
591 | |
592 * quail/latin-pre.el ("latin-1-prefix"): Add rules for symbols. | |
593 | |
27557 | 594 2000-02-01 Gerd Moellmann <gerd@gnu.org> |
595 | |
596 * Makefile.in: Make this the no-leim Makefile. Move the | |
597 leim Makefile.in to ../leim-Makefile.in as it originally was. | |
598 | |
599 * Makefile.noleim: Removed. | |
600 | |
27466 | 601 2000-01-28 Kenichi Handa <handa@etl.go.jp> |
602 | |
603 * quail/hanja.el (korean-hanja): Add an entry for "wod". | |
604 | |
27132 | 605 2000-01-04 Kenichi Handa <handa@etl.go.jp> |
606 | |
607 * quail/japanese.el ("japanese"): Docstring augmented. | |
608 | |
26899 | 609 1999-12-15 Kenichi Handa <handa@etl.go.jp> |
610 | |
611 * quail/lao.el: Rewritten for new composition. | |
612 | |
613 * quail/lrt.el: Rewritten for new composition. | |
614 | |
615 * quail/thai.el: Rewritten for new composition. | |
616 | |
617 * quail/tibetan.el: Rewritten for new composition. | |
618 | |
26823 | 619 1999-12-13 Kenichi Handa <handa@etl.go.jp> |
620 | |
621 * quail/latin-pre.el ("esperanto-prefix"): Make it produce Latin-3 | |
622 characters, not Latin-1. | |
623 | |
26543 | 624 1999-11-22 Andrew Innes <andrewi@gnu.org> |
625 | |
626 * makefile.nt: No need to generate subdirs.el. | |
627 | |
26538 | 628 1999-11-21 Andrew Innes <andrewi@gnu.org> |
629 | |
630 * makefile.nt: New file. | |
631 | |
26204 | 632 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
633 | |
634 * Makefile.noleim: New. | |
635 | |
25920 | 636 1999-09-19 Ken'ichi Handa <handa@gnu.org> |
637 | |
638 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from | |
639 turkish-postfix. | |
640 ("turkish-postfix"): New Turkish input method which inserts | |
641 Latin-5 characters. | |
642 | |
643 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from | |
644 turkish-alt-postfix. | |
645 ("turkish-alt-postfix"): New Turkish input method which inserts | |
646 Latin-5 characters. | |
647 | |
648 1999-07-12 Richard Stallman <rms@gnu.org> | |
649 | |
650 * Version 20.4 released. | |
651 | |
652 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
653 | |
654 * quail/cyrillic.el (cyrillic-jcuken): Use X11 keyboard layout. | |
655 | |
656 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
657 | |
658 * quail/ethiopic.el ("ethiopic"): Add translation rules. | |
659 | |
660 1999-06-01 Jae-youn Chung <jay@compiler.kaist.ac.kr> | |
661 | |
662 * quail/hanja3.el: Newly generated from hangul.el, hangul3.el, and | |
663 hanja.el. | |
664 | |
665 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
666 | |
667 * quail/hangul3.el ("korean-hangul3"): Give MAXIMUM-SHORTEST t. | |
668 | |
669 1999-05-09 Tudor Hulubei <tudor@cs.unh.edu> | |
670 | |
671 * quail/latin-pre.el ("romanian-prefix"): New input method. | |
672 ("romanian-alt-prefix"): New input method. | |
673 | |
674 1999-03-04 Kenichi Handa <handa@etl.go.jp> | |
675 | |
676 * quail/latin-post.el ("spanish-postfix"): Add rule U" and u". | |
677 | |
678 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
679 | |
680 * quail/japanese.el (quail-japanese-kanji-kkc): If the last char | |
681 to convert is `n', change it to Japanese Hiragana `n' before | |
682 conversion. | |
683 | |
684 1999-01-11 Kenichi Handa <handa@etl.go.jp> | |
685 | |
686 * Makefile.in (MISC): Add ${srcdir}/quail/hebrew.el. | |
687 | |
688 * quail/hebrew.el: New file. | |
689 | |
690 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
691 | |
692 * quail/devanagari.el (quail-devanagari-compose-characters): | |
693 Adjusted for the change of input method handling. | |
694 (quail-devanagari-hindi-compose-characters): Likewise. | |
695 | |
696 1998-10-15 Kenichi Handa <handa@etl.go.jp> | |
697 | |
698 * Makefile.in (leim-list.el): Use `(cd foo && pwd)` instead of | |
699 `(cd foo; pwd)`. | |
700 (install): Likewise. | |
701 | |
702 1998-10-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
703 | |
704 * quail/latin-post.el: Many doc fixes. | |
705 ("latin-1-postfix"): Add sequence for the small superscript o. | |
706 * quail/latin-pre.el: Many doc fixes. | |
707 ("latin-1-prefix"): Add sequences for the small | |
708 superscript underlined o and a. | |
709 | |
710 1998-10-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
711 | |
712 * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the | |
713 small superscript underlined o and a. | |
714 ("italian-alt-postfix"): Change it to something useful and | |
40301
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
715 different from italian-postfix. |
25920 | 716 * latin-post.el ("latin-1-postfix"): Add a method to enter the |
717 small superscript underlined o and a. | |
718 ("italian-postfix"): Same as above. | |
719 ("italian-postfix"): Add methods to enter e with acute accent and | |
720 the >> and << symbols. | |
721 | |
722 1998-09-25 Kenichi Handa <handa@etl.go.jp> | |
723 | |
724 * quail/japanese.el (quail-japanese-hankaku-update-translation): | |
725 Adjusted for the change of input method handling. | |
726 | |
727 1998-09-11 Kenichi HANDA <handa@etl.go.jp> | |
728 | |
729 * quail/japanese.el (quail-japanese-katakana-update-translation): | |
730 Adjusted for the change of input method handling. | |
731 | |
732 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
733 | |
734 * quail/tibetan.el (quail-tibetan-input-wylie): Adjusted for the | |
735 change of input method handling. | |
736 (quail-tibetan-input-tibkey): Likewise. | |
737 | |
738 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
739 | |
740 * Version 20.3 released. | |
741 | |
742 1998-08-16 Kenichi HANDA <handa@etl.go.jp> | |
743 | |
744 * quail/czech.el ("czech"): Make this input method deterministic, | |
745 kbd-translate, and show-layout. | |
746 | |
747 1998-08-15 Kenichi HANDA <handa@etl.go.jp> | |
748 | |
749 * quail/ethiopic.el: Fix several translation rules. | |
750 | |
751 1998-08-12 Milan Zamazal <pdm@fi.muni.cz> | |
752 | |
753 * quail/czech.el: Few key sequences added to some keyboards. | |
754 | |
755 1998-08-06 Kenichi Handa <handa@etl.go.jp> | |
756 | |
757 * quail/japanese.el (quail-japanese-use-double-n): New variable. | |
758 (quail-japanese-update-translation): Adjusted for the change of | |
759 quail-update-translation. Now this function should return | |
760 CONTROL-FLAG. | |
761 (quail-japanese-toggle-kana): Update quail-conversion-str. | |
762 (quail-japanese-kanji-kkc): Likewise. | |
763 (quail-japanese-switch-package): Reset quail-current-str and | |
764 quail-conversion-str. | |
765 | |
766 1998-07-24 Kenichi Handa <handa@etl.go.jp> | |
767 | |
768 * quail/japanese.el (quail-japanese-kanji-kkc): Set | |
769 quail-translation to nil after calling kkc-region so that | |
770 translation mode is restarted correctly. | |
771 | |
772 1998-07-21 Kenichi Handa <handa@etl.go.jp> | |
773 | |
774 * quail/japanese.el (quail-japanese-kanji-kkc): Handle the case | |
775 that conversion is cancelled in kkc-region. | |
776 (quail-japanese-switch-package): Fix previous change. | |
777 | |
778 1998-07-19 Kenichi Handa <handa@etl.go.jp> | |
779 | |
780 * quail/japanese.el (quail-japanese-update-translation): Handle | |
781 a key which should fix the current translation and start a new | |
782 translation correctly. | |
783 (quail-japanese-toggle-kana): Set quail-translating to nil. Don't | |
784 change point. | |
785 | |
786 1998-07-15 Kenichi Handa <handa@etl.go.jp> | |
787 | |
788 * quail/japanese.el (quail-japanese-kanji-kkc): Adjusted for the | |
789 change of quail.el. | |
790 (quail-japanese-switch-package): Likewise. | |
791 | |
792 1998-07-03 Kenichi Handa <handa@etl.go.jp> | |
793 | |
794 * quail/symbol-ksc.el: Keys for modern Korean syllables fixed. | |
795 Some keys for ancient Korean syllables are changed properly. | |
796 | |
797 1998-06-20 Kenichi Handa <handa@etl.go.jp> | |
798 | |
799 * quail/ethiopic.el: Don't add hook to quail-mode-hook. | |
800 (ethio-select-a-translation): New function. | |
801 | |
802 1998-06-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
803 | |
804 * Makefile.in (RUN-EMACS): Add --multibyte. | |
805 | |
806 1998-04-29 Karl Heuer <kwzh@gnu.org> | |
807 | |
808 * Makefile.in (SLAVIC): Delete redundant backslash. | |
809 | |
810 1998-04-28 Richard Stallman <rms@psilocin.gnu.org> | |
811 | |
812 * Makefile.in (install): Make INSTALLDIR and contents world-readable. | |
813 | |
814 1998-04-20 Kenichi Handa <handa@etl.go.jp> | |
815 | |
816 * Makefile.in (SLAVIC): New macro. | |
817 (EUROPEAN): Include ${SLAVIC}. | |
818 | |
819 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org> | |
820 | |
821 * Makefile.in: Prepend ${srcdir} to all non-TIT lisp file names. | |
822 (leim-list.el): Depend on ${WORLD}. | |
823 | |
824 * latin-alt.el (latin-2-alt-postfix): Doc fix. | |
825 | |
826 1998-04-08 Karl Heuer <kwzh@mescaline.gnu.org> | |
827 | |
828 * czech.el, slovak.el: Correct starting commentary. | |
829 | |
830 1998-04-07 Milan Zamazal <pdm@fi.muni.cz> | |
831 | |
832 * quail/czech.el, quail/slovak.el: Correct starting commentary. | |
833 | |
834 1998-04-06 Andreas Schwab <schwab@gnu.org> | |
835 | |
836 * lrt.el (lrt-composing-pattern-double-c): Change chars-in-string | |
837 to length. | |
838 (lrt-generate-quail-map): Change sref to aref, and make second | |
839 argument of substring a character index. | |
840 | |
841 1998-03-26 Richard Stallman <rms@psilocin.gnu.org> | |
842 | |
843 * Makefile.in (${TIT}): Fix shell conditional syntax. | |
844 | |
845 1998-03-18 Kenichi Handa <handa@etl.go.jp> | |
846 | |
847 * quail/latin-pre.el ("latin-1-prefix"): Fix the translation of | |
848 "/ " to "/" (instead of " "). | |
849 | |
850 1998-03-17 Richard Stallman <rms@psilocin.gnu.org> | |
851 | |
852 * quail/czech.el, quail/slovak.el: New files. | |
853 | |
854 1998-03-10 Richard Stallman <rms@psilocin.gnu.org> | |
855 | |
856 * Makefile.in (BUILT-EMACS): Variable renamed from EMACS. | |
857 Uses changed. | |
858 | |
859 1998-03-05 Kenichi Handa <handa@etl.go.jp> | |
860 | |
861 * Makefile.in (${TIT}): To byte-compile quail packages, use just | |
862 built quail. | |
863 | |
864 1997-12-09 Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de> | |
865 | |
866 * quail/hanja3.el: New file. | |
867 | |
868 * quail/hanja-jis.el: Title string of the input method | |
869 "korean-hanja-jis" changed. | |
870 | |
871 * quail/symbol-ksc.el: Title string of the input method | |
872 "korean-symbol" changed. Require 'korea-util. | |
873 (quail-hangul-switch-back): Deleted. | |
874 | |
875 * quail/hangul3.el: Require 'korea-util. | |
876 (quail-hangul-switch-to-symbol-ksc): Deleted. | |
877 | |
878 * quail/hanja.el: Require 'korea-util. Title string of the input | |
879 method "korean-hanja" changed. | |
880 (quail-hanja-switch-to-symbol-ksc): Deleted. | |
881 | |
882 * quail/hangul.el: Require 'korea-util. | |
883 (quail-hangul-switch-to-symbol-ksc): Deleted. | |
40301
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
884 |
25920 | 885 1997-10-23 Kenichi Handa <handa@etl.go.jp> |
886 | |
887 * quail/ethiopic.el: The title string of input method "Ethiopic" | |
888 is changed. | |
889 | |
890 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
891 | |
892 * Version 20.2 released. | |
893 | |
894 1997-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
895 | |
896 * quail/latin-post.el (german): Swap y and z. | |
897 | |
898 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
899 | |
900 * Version 20.1 released. | |
901 | |
902 * quail/latin-alt.el (latin-2-postfix): Use : for double-acute again. | |
40301
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
903 |
25920 | 904 1997-09-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |
905 | |
906 * quail/viqr.el (vietnamese-viqr): Doc fix. | |
907 | |
908 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
909 | |
910 * quail/latin-alt.el: New file. | |
911 | |
912 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
913 | |
914 * quail/latin-post.el: Undo previous change. | |
40301
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
915 |
25920 | 916 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
917 | |
918 * quail/latin-post.el (latin-2-postfix): | |
919 Replace comma and period with `. Replace colon with /. | |
920 (latin-1-postfix): Replace comma with /. | |
921 (french-postfix): Replace comma with /. | |
922 (latin-3-postfix): Replace comma with ` and period with /. | |
923 (latin-4-postfix): Replace comma with ` and period with ~. | |
924 (latin-5-postfix): Replace comma with ` and period with /. | |
925 (turkish-postfix): Replace comma with ` and period with /. | |
926 | |
927 1997-09-10 Kenichi Handa <handa@etl.go.jp> | |
928 | |
929 * quail/ethiopic.el: Don't bind keys in quail-mode-map. The | |
930 function added to quail-mode-hook turn ethio-mode on only when | |
931 input method "ethiopic" is begin used. | |
932 (ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el. | |
933 (ethio-toggle-space): Likewise. | |
934 (ethio-insert-space): Likewise. | |
935 (ethio-insert-ethio-space): Likewise. | |
936 (ethio-prefer-ascii-punctuation): Likewise. | |
937 (ethio-toggle-punctuation): Likewise. | |
938 (ethio-gemination): Likewise. | |
939 ("ethiopic"): Doc-string of this Quail package modified. Bind | |
940 function keys for TRANSLATION-KEYMAP to | |
941 quail-execute-non-quail-command. | |
942 | |
943 1997-09-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
944 | |
945 * Makefile.in (install): Use quail/* in the second tar that | |
946 copies a dir named quail. | |
947 | |
948 1997-09-03 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
949 | |
950 * Makefile.in (install): Do not copy leim-list.el twice. Copy | |
951 `skk' subdirectory too. | |
952 | |
953 1997-09-03 Kenichi Handa <handa@etl.go.jp> | |
954 | |
955 * quail/cyrillic.el: For each package, pass t for the SIMPLE | |
956 argument to quail-define-package. | |
957 * quail/cyril-jis.el: Likewise | |
958 * quail/greek.el: Likewise. | |
959 * quail/ipa.el: Likewise. | |
960 * quail/lao.el: Likewise. | |
961 * quail/lrt.el: Likewise. | |
962 * quail/thai.el: Likewise. | |
963 * quail/viqr.el: Likewise. | |
964 | |
965 1997-08-30 Naoto TAKAHASHI <ntakahas@etl.go.jp> | |
966 | |
967 * quail/ethiopic.el ("ethiopic"): Doc-sring fixed. Change the arg | |
968 TRANSLATION-KEYS. | |
969 (quail-mode-map): Change binding for ethio-insert-ethio-space. | |
970 (quail-mode-hook): Check the current Quail package name. | |
971 | |
972 * quail/latin-post.el: Add rules for cancelling accents by typing | |
973 two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail | |
974 packages. | |
975 | |
976 1997-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
977 | |
978 * quail/latin-post.el, quail/latin-pre.el: For each package, | |
979 pass t for the SIMPLE argument to quail-define-package. | |
980 | |
981 1997-08-28 Kenichi Handa <handa@etl.go.jp> | |
982 | |
983 * Makefile.in (dotdot): This macro deleted. | |
984 (SUBDIRS): Exclude skk. | |
985 (all): Substitute ${WORLD} to ${TIT}. | |
986 (%.el): This target deleted. | |
987 (${TIT}): Check existence of `quail' subdirectory. | |
988 (leim-list.el): Do not check old files. | |
989 (install): If ${srcdir} is different from the current directory, | |
990 copy also files under ${srcdir}. | |
991 | |
992 1997-08-26 Kenichi Handa <handa@etl.go.jp> | |
993 | |
994 * Makefile.in: Re-arrange macros so that the macro TIT contains | |
995 only Quial packages generated from CXTERM dictionaries, and the | |
996 macro NON-TIT contains only Quial packages distributed with Emacs. | |
997 (install): Do not use -h option for tar, instead copy ${NON-TIT} | |
998 and ${TIT} separately. | |
999 | |
1000 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1001 | |
1002 * Makefile.in (install): Discard extra data in tar | tar command. | |
1003 | |
1004 1997-08-23 Kenichi Handa <handa@etl.go.jp> | |
1005 | |
1006 * quail/devanagari.el (quail-devanagari-compose-characters): Fix | |
1007 previous change. | |
1008 (quail-devanagari-hindi-compose-characters): Fix previous change. | |
1009 | |
1010 * quail/japanese.el (quail-japanese-kkc-mode-exit): Fix previous | |
1011 change. | |
1012 | |
1013 1997-08-22 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
1014 | |
1015 * Makefile.in (leim-list.el): Fix previous change. | |
1016 | |
1017 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected. | |
1018 | |
1019 1997-08-21 Kenichi HANDA <handa@etl.go.jp> | |
1020 | |
1021 * quail/py-punct-b5.el: Name changed from py-punct-b5.el. | |
1022 * quail/tsang-b5.el: Name changed from tsangchi-b5.el. | |
1023 * quail/tsang-cns.el: Name changed from tsangchi-cns.el. | |
1024 | |
1025 * Makefile.in (install): Just copy leim-list.el instead of running | |
1026 update-leim-list-file on ${INSTALLDIR}. | |
1027 (CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el, | |
1028 py-punct-b5.el -> pypunct-b5.el. | |
1029 (CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el. | |
1030 (leim-list.el): Delete old files not contained in ${WORLD}. | |
1031 | |
1032 * quail/japanese.el (quail-japanese-kkc-mode-exit): Run | |
1033 input-method-after-insert-chunk-hook. | |
1034 | |
1035 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected. | |
1036 | |
1037 1997-08-19 Kenichi Handa <handa@etl.go.jp> | |
1038 | |
1039 * quail/hangul.el ("korean-hangul"): Doc-string of this Quail | |
1040 package fixed. | |
1041 | |
1042 1997-08-18 Kenichi Handa <handa@etl.go.jp> | |
1043 | |
1044 * quail/japanese.el (quail-japanese-toggle-kana): Don't call | |
1045 throw. | |
1046 (quail-japanese-kanji-kkc): Completely re-written. | |
1047 (quail-japanese-kkc-mode-exit): New function. | |
1048 (quail-japanese-switch-package): Call activate-input-method | |
1049 instead of select-input-method. | |
1050 | |
1051 * quail/thai.el (thai-consonant-input): Typo fixed. | |
1052 | |
1053 * quail/devanagari.el (quail-devanagari-compose-characters): Do | |
1054 not call throw. | |
1055 (quail-devanagari-hindi-compose-characters): Likewise. | |
1056 | |
1057 * quail/hangul.el (quail-hangul-switch-to-symbol-ksc): Call | |
1058 activate-input-method instead of select-input-method. | |
1059 | |
1060 * quail/hangul3.el (quail-hangul-switch-to-symbol-ksc): Likewise. | |
1061 | |
1062 * quail/symbol-ksc.el (quail-hangul-switch-back): Likewise. Use | |
1063 input-method-history instead of previous-input-method. | |
1064 | |
1065 1997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu> | |
1066 | |
1067 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method. | |
1068 | |
1069 1997-08-16 Kenichi Handa <handa@etl.go.jp> | |
1070 | |
1071 * quail/lrt.el (lrt-vowel-table): Some elements corrected. | |
1072 ("lao-lrt"): Doc-string of this Quail package modified. | |
1073 Some tranlation rules added. | |
1074 | |
1075 * quail/lao.el (lao-keyboard-mapping): Some elements corrected. | |
1076 (lao-quail-define-rules): Some translation rules corrected. | |
1077 | |
1078 1997-08-11 Kenichi Handa <handa@etl.go.jp> | |
1079 | |
1080 * quail/lrt.el: Some rules added for Quail package "lao-lrt". | |
1081 (lrt-vowel-table): The entry for "aM" corrected. | |
1082 | |
1083 1997-08-07 Kenichi Handa <handa@etl.go.jp> | |
1084 | |
1085 * quail/lrt.el: Change title string of input method "lao-lrt". | |
1086 (lrt-single-consonant-table): Several key sequence changed. | |
1087 (lrt-composing-pattern-double-c): Handle a consonant with | |
1088 semi-vowel-lower correctly. | |
1089 (lrt-handle-maa-sakod): Do not reset quail-current-key. | |
1090 (lrt-handle-tone-mark): Check the existence of double consonant | |
1091 correctly. | |
1092 | |
1093 * quail/lao.el: Change title string of input method "Lao". | |
1094 | |
1095 1997-08-04 Valery Alexeev <valery@domovoy.math.uga.edu> | |
1096 | |
1097 * quail/cyrillic.el (cyrillic-translit): Doc-string of the package | |
1098 modified. Several tranlation rules modified. | |
1099 | |
1100 1997-08-04 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
1101 | |
1102 * quail/cyrillic.el: Move Quail package cyrillic-jis-russian to | |
1103 quail/cyril-jis.el. | |
1104 | |
1105 * quail/cyril-jis.el: New file. | |
1106 | |
1107 * Makefile.in (RUSSIAN): Add quail/cyril-jis.el. | |
1108 | |
1109 1997-08-01 Kenichi Handa <handa@etl.go.jp> | |
1110 | |
1111 * quail/ethiopic.el: In quail-mode-map, bind | |
1112 ethio-insert-ethio-space Shift-SPACE. Add translation rules to | |
1113 Quail package "ethiopic". | |
1114 | |
1115 1997-08-01 Valery Alexeev <valery@domovoy.math.uga.edu> | |
1116 | |
1117 * quail/cyrillic.el (cyrillic-translit): New input method. | |
1118 | |
1119 1997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
1120 | |
1121 * quail/tibetan.el: New file. | |
1122 | |
1123 * quail/py-punct.el: Require 'quail. | |
1124 | |
1125 * quail/py-punct-b5.el: Require 'quail. | |
1126 | |
1127 * quail/ethiopic.el: Change Quail package name to "ethiopic". | |
1128 (ethio-toggle-punctuation): Give "ethiopic" to quail-defrule. | |
1129 | |
1130 * Makefile.in (TIT): New variable, contatination of TIT-GB and | |
1131 TIT-BIG5. | |
1132 (RUN-EMACS): Do not set EMACSLOADPATH. | |
1133 (ASIA): Include TIBEAN. | |
1134 (all): Remove stamp-bytecomp from dependency list. | |
1135 ({$TIT}): New target, substitues the target ${TIT-GB} ${TIT-BIG5}. | |
1136 (%.el): Make a link for byte-compiled file too. | |
1137 (stamp-bytecomp): Target deleted. | |
1138 (leim-list.el): Run Emacs with loading quail. | |
1139 (install-XXX): These targets deleted. | |
1140 (install): Remove files under INSTALLDIR before copying new files. | |
1141 Run Emacs with loading quail. | |
1142 (clean mostlyclean): Remove only generated files. | |
1143 | |
1144 1997-07-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1145 | |
1146 * Makefile.in (stamp-bytecomp): Fix shell conditional. | |
1147 (clean): Fix shell conditional. | |
1148 | |
1149 1997-07-21 Jim Meyering <meyering@eng.ascend.com> | |
1150 | |
1151 * Makefile.in: Use @LN_S@, not ln -s, in case no symlink support. | |
1152 (clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc. | |
1153 | |
1154 1997-07-17 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
1155 | |
1156 * Makefile.in: Modified to avoid *.el files being regarded | |
1157 as intermidiate files and deleted by GNU make. | |
1158 | |
1159 * quail/lrt.el (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm". | |
1160 (lrt-handle-maa-sakod): Correctly handle the case that | |
1161 quail-current-data is nil. | |
1162 (lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" + | |
1163 tone. | |
1164 | |
1165 1997-07-15 Kenichi Handa <handa@etl.go.jp> | |
1166 | |
1167 * quail/py-punct.el: New file. | |
1168 | |
1169 * quail/py-punct-b5.el: New file. | |
1170 | |
1171 * quail/japanese.el: Doc-string of Quail package japanese modified. | |
1172 | |
1173 * Makefile.in: Rules re-written to avoid tricky code. | |
1174 (CHINEGE-GB): Include quail/py-punct.elc. | |
1175 (CHINEGE-BIG5): Include quail/py-punct-b5.elc. | |
40301
6500bb9520ba
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
40152
diff
changeset
|
1176 |
25920 | 1177 |
1178 1997-07-10 Kenichi Handa <handa@etl.go.jp> | |
1179 | |
1180 * quail/latin-pre.el: Change titles of quail packages. | |
1181 | |
1182 * quail/latin-post.el: Likewise. | |
1183 | |
30994 | 1184 |
1185 ;; Local Variables: | |
1186 ;; coding: iso-2022-7bit-unix | |
1187 ;; End: | |
39627 | 1188 |
1189 Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc. | |
1190 Copying and distribution of this file, with or without modification, | |
1191 are permitted provided the copyright notice and this notice are preserved. |