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