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