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