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