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