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