(mouse-set-font): Doc fix.
[bpt/emacs.git] / leim / ChangeLog
CommitLineData
c522cff0
BW
12001-01-28 Bill Wohler <wohler@newt.com>
2
3 * Makefile.in (extraclean): added target so make doesn't die if
4 one runs "make extraclean" at the top level.
5
0dac6924
AI
62001-01-06 Andrew Innes <andrewi@gnu.org>
7
8 * makefile.nt ($(TIT)): Map .elc to .el.
9 (buildlisppath): Make path relative to $(MAKEDIR).
10
392164c1
AS
112001-01-01 Andreas Schwab <schwab@suse.de>
12
13 * quail/latin-alt.el: Doc fixes.
14
ec6bd013
DL
152000-12-18 Dave Love <fx@gnu.org>
16
17 * quail/latin-pre.el <latin-9-prefix>: Delete duplicate \e,b(\e(B entry.
18 Change \e,b=\e(B, \e,b<\e(B, \e,b6\e(B.
19
8ff06845
KH
202000-12-16 Kenichi Handa <handa@etl.go.jp>
21
22 * ja-dic/ja-dic.el: Re-generated by the new ja-dic-cnv.el.
23
4ee87dbb
AI
242000-12-06 Andrew Innes <andrewi@gnu.org>
25
26 * makefile.w32-in (buildlisppath): Set to an absolute directory,
27 relative to $(CURDIR).
28 (INSTALLDIR): Use forward slash.
29
24c53d36
AI
302000-11-24 Andrew Innes <andrewi@gnu.org>
31
32 * makefile.w32-in (.SUFFIXES): New target, include .elc .el.
33
34 * makefile.nt (.SUFFIXES): New target, include .elc .el.
35
37c35586
KH
362000-11-21 Kenichi Handa <handa@etl.go.jp>
37
38 * Makefile.in (.SUFFIXES): New target, include .elc .el.
39
3c7d764e
KH
402000-11-17 Kenichi Handa <handa@etl.go.jp>
41
42 * quail/japanese.el (quail-japanese-kanji-kkc): Use marker to
43 remember the conversion start.
44
f3d3c491
AI
452000-10-21 Andrew Innes <andrewi@gnu.org>
46
47 * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead
48 of conditional invocation of make.
49 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
50 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
51 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
52 files to .elc.
53 ($(TIT)): Adjusted for the above change.
54 (clean mostlyclean): Likewise.
55 (.el.elc): New target.
56
57 * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead
58 of conditional invocation of make.
59 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
60 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
61 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
62 files to .elc.
63 ($(TIT)): Adjusted for the above change.
64 (clean mostlyclean): Likewise.
65 (.el.elc): New target.
66
a115794c
EZ
672000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
68
69 * Makefile.in (${TIT}, clean): Don't use shell `command`
70 expansion, use ${TIT:.elc=.el} instead.
71
ce75c97a
GM
722000-09-26 Gerd Moellmann <gerd@gnu.org>
73
74 * Makefile.in: Make this the leim Makefile.in.
75 (clean): Also remove $NON-TIT and $WORLD.
76 (RUN-EMACS): Set EMACSLOADPATH.
77
7b920aa1
KH
782000-09-21 Kenichi Handa <handa@etl.go.jp>
79
36e44f62
KH
80 * Makefile.in: Revert to no-leim Makefile.
81
cd3c0140
KH
82 * quail/.cvsignore: Include *.elc.
83
84 * ja-dic/.cvsignore: New file.
7b920aa1 85
5eedab4d
AI
862000-09-16 Andrew Innes <andrewi@gnu.org>
87
88 * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
89 (leim-list.el): Ditto.
90
91 * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
92 (leim-list.el): Ditto.
93
39f547f7
AI
942000-09-15 Andrew Innes <andrewi@gnu.org>
95
96 * makefile.w32-in (clean mostlyclean): Ignore errors when removing
97 files.
98
fe83b953
AI
992000-09-14 Andrew Innes <andrewi@gnu.org>
100
101 * makefile.w32-in (clean mostlyclean): Ignore errors when deleting
102 leim-list.el.
103 (distclean maintainer-clean): Ditto for stamp-subdir.
104
105 * makefile.nt: Rename skkdic to ja-dic.
106
0fddd0dc
KH
1072000-09-07 Kenichi Handa <handa@etl.go.jp>
108
109 * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard
110 translation.
111
112 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Docstring modified.
113
114 * quail/py-punct.el ("chinese-py-punct"): Docstring modified.
115 ("chinese-tonepy-punct"): New input method.
116
117 * quail/latin-pre.el ("polish-slash"): Don't use keyboard
118 translation.
119
120 * quail/japanese.el ("japanese"): Delete the key sequence for
121 Roman transliteration from the docstring because it's now shonw
122 automatically.
123 ("japanese-ascii", "japanese-zenkaku")
124 ("japanese-hankaku-kana", "japanese-hiragana")
125 ("japanese-katakana"): Docstring modified.
126
127 * quail/czech.el ("czech-qwerty"): Changed to show keyboard layout
128 on describe-input-method.
129 ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise.
130
44ef7cf6
AI
1312000-09-03 Andrew Innes <andrewi@gnu.org>
132
133 * makefile.w32-in: New file.
f8803e97 134 (install) Fix copying of directories.
44ef7cf6 135
5724ab7a
KH
1362000-08-31 Kenichi Handa <handa@etl.go.jp>
137
138 * quail/thai.el (thai-generate-quail-map): If the length of
139 translation is more than one, compose it.
140
daba11ce
DL
1412000-08-29 Dave Love <fx@gnu.org>
142
a39fb83d
DL
143 * quail/latin-pre.el ("latin-9-prefix"): Change entries for \e,b=\e(B and \e,b<\e(B.
144
daba11ce
DL
145 * Makefile.in: ja-dic <- skk in several places.
146
457dd64a
KH
1472000-08-25 Kenichi Handa <handa@etl.go.jp>
148
149 * ja-dic: Directory name changed from skkdic.
150
a1a2e38f 151 * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el.
457dd64a
KH
152
153 * README: Rename skkdic to ja-dic throughout the file.
154
68ce69e1
DL
1552000-08-24 Dave Love <fx@gnu.org>
156
157 * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New.
457dd64a 158 ("latin-1-prefix"): Add missing symbols.
68ce69e1 159
5a76406c
DL
1602000-08-23 Dave Love <fx@gnu.org>
161
162 * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give \e,A'\e(B and
163 add ~p for \e,A6\e(B.
164
240a16cf
KH
1652000-07-18 Kenichi Handa <handa@etl.go.jp>
166
167 * quail/japanese.el ("japanese"): Fix docstring.
168
7a3fd467
KH
1692000-07-17 Kenichi Handa <handa@etl.go.jp>
170
171 * quail/japanese.el ("japanese"): Docstring modified.
172
0bd5914b
KH
1732000-06-12 Kenichi Handa <handa@etl.go.jp>
174
175 * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted.
176 ("tibetan-wylie"): State transition table modified.
177
4dc1225b
KH
1782000-06-01 Kenichi Handa <handa@etl.go.jp>
179
180 * quail/tibetan.el: Change all tibetan-1-column characters to
181 tibetan. Quail map for "tibetan-wylie" fixed.
182
6733d074
KH
1832000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
184
185 * quail/latin-pre.el ("polish-slash"): New input method.
186
69766f94
KH
1872000-03-02 Kenichi Handa <handa@etl.go.jp>
188
189 * quail/latin-pre.el ("latin-1-prefix"): Add rules for symbols.
190
9a90d84c
GM
1912000-02-01 Gerd Moellmann <gerd@gnu.org>
192
193 * Makefile.in: Make this the no-leim Makefile. Move the
194 leim Makefile.in to ../leim-Makefile.in as it originally was.
195
196 * Makefile.noleim: Removed.
197
cba32d22
KH
1982000-01-28 Kenichi Handa <handa@etl.go.jp>
199
200 * quail/hanja.el (korean-hanja): Add an entry for "wod".
201
11ad3dee
KH
2022000-01-04 Kenichi Handa <handa@etl.go.jp>
203
204 * quail/japanese.el ("japanese"): Docstring augmented.
205
5ec14d3c
KH
2061999-12-15 Kenichi Handa <handa@etl.go.jp>
207
208 * quail/lao.el: Rewritten for new composition.
209
210 * quail/lrt.el: Rewritten for new composition.
211
212 * quail/thai.el: Rewritten for new composition.
213
214 * quail/tibetan.el: Rewritten for new composition.
215
113a1195
KH
2161999-12-13 Kenichi Handa <handa@etl.go.jp>
217
218 * quail/latin-pre.el ("esperanto-prefix"): Make it produce Latin-3
219 characters, not Latin-1.
220
98e85e34
GM
2211999-11-22 Andrew Innes <andrewi@gnu.org>
222
223 * makefile.nt: No need to generate subdirs.el.
224
371f58d5
GM
2251999-11-21 Andrew Innes <andrewi@gnu.org>
226
227 * makefile.nt: New file.
228
26922151
GM
2291999-10-26 Gerd Moellmann <gerd@gnu.org>
230
231 * Makefile.noleim: New.
232
6567e9b5
GM
2331999-09-19 Ken'ichi Handa <handa@gnu.org>
234
235 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
236 turkish-postfix.
237 ("turkish-postfix"): New Turkish input method which inserts
238 Latin-5 characters.
239
240 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
241 turkish-alt-postfix.
242 ("turkish-alt-postfix"): New Turkish input method which inserts
243 Latin-5 characters.
244
245After the release of 20.4, development was split into two separate
246code lines. One line contained the code for Emacs 21, and the other
247one the code for the 20.x releases after 20.4. The following change
248log entries up to the entry ``20.4 released'' are for the 20.x code
249line. Change logs above this notice are those for the 21.x code line.
250
2512000-06-13 Gerd Moellmann <gerd@gnu.org>
252
253 * Version 20.7 released.
254
2552000-05-23 Andrew Innes <andrewi@gnu.org>
256
257 * makefile.nt ($(TIT)): Set emacs_dir in the environment before
258 running emacs, to ensure load-path is correct.
259 (leim-list.el): Ditto.
260
2612000-02-26 Gerd Moellmann <gerd@gnu.org>
262
263 * Version 20.6 released.
264
2651999-12-07 Gerd Moellmann <gerd@gnu.org>
266
267 * Version 20.5 released.
268
2691999-11-22 Andrew Innes <andrewi@gnu.org>
270
271 * makefile.nt: No need to generate subdirs.el.
272
2731999-11-21 Andrew Innes <andrewi@gnu.org>
274
275 * makefile.nt: New file.
276
58af2287
DL
2771999-09-19 Ken'ichi Handa <handa@gnu.org>
278
279 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
280 turkish-postfix.
281 ("turkish-postfix"): New Turkish input method which inserts
282 Latin-5 characters.
283
284 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
285 turkish-alt-postfix.
286 ("turkish-alt-postfix"): New Turkish input method which inserts
287 Latin-5 characters.
288
2891999-07-12 Richard Stallman <rms@gnu.org>
290
291 * Version 20.4 released.
292
2931998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
294
295 * quail/cyrillic.el (cyrillic-jcuken): Use X11 keyboard layout.
296
2971999-06-14 Ken'ichi Handa <handa@gnu.org>
298
299 * quail/ethiopic.el ("ethiopic"): Add translation rules.
300
3011999-06-01 Jae-youn Chung <jay@compiler.kaist.ac.kr>
302
303 * quail/hanja3.el: Newly generated from hangul.el, hangul3.el, and
304 hanja.el.
305
3061999-05-25 Ken'ichi Handa <handa@gnu.org>
307
308 * quail/hangul3.el ("korean-hangul3"): Give MAXIMUM-SHORTEST t.
309
3101999-05-09 Tudor Hulubei <tudor@cs.unh.edu>
311
312 * quail/latin-pre.el ("romanian-prefix"): New input method.
313 ("romanian-alt-prefix"): New input method.
314
3151999-03-04 Kenichi Handa <handa@etl.go.jp>
316
317 * quail/latin-post.el ("spanish-postfix"): Add rule U" and u".
318
3191999-01-14 Kenichi Handa <handa@etl.go.jp>
320
321 * quail/japanese.el (quail-japanese-kanji-kkc): If the last char
322 to convert is `n', change it to Japanese Hiragana `n' before
323 conversion.
324
3251999-01-11 Kenichi Handa <handa@etl.go.jp>
326
327 * Makefile.in (MISC): Add ${srcdir}/quail/hebrew.el.
328
329 * quail/hebrew.el: New file.
330
3311998-12-15 Kenichi Handa <handa@etl.go.jp>
332
333 * quail/devanagari.el (quail-devanagari-compose-characters):
334 Adjusted for the change of input method handling.
335 (quail-devanagari-hindi-compose-characters): Likewise.
336
3371998-10-15 Kenichi Handa <handa@etl.go.jp>
338
339 * Makefile.in (leim-list.el): Use `(cd foo && pwd)` instead of
340 `(cd foo; pwd)`.
341 (install): Likewise.
342
3431998-10-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
344
345 * quail/latin-post.el: Many doc fixes.
346 ("latin-1-postfix"): Add sequence for the small superscript o.
347 * quail/latin-pre.el: Many doc fixes.
348 ("latin-1-prefix"): Add sequences for the small
349 superscript underlined o and a.
350
3511998-10-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
352
353 * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
354 small superscript underlined o and a.
355 ("italian-alt-postfix"): Change it to something useful and
356 different from italian-postfix.
357 * latin-post.el ("latin-1-postfix"): Add a method to enter the
358 small superscript underlined o and a.
359 ("italian-postfix"): Same as above.
360 ("italian-postfix"): Add methods to enter e with acute accent and
361 the >> and << symbols.
362
3631998-09-25 Kenichi Handa <handa@etl.go.jp>
364
365 * quail/japanese.el (quail-japanese-hankaku-update-translation):
366 Adjusted for the change of input method handling.
367
3681998-09-11 Kenichi HANDA <handa@etl.go.jp>
369
370 * quail/japanese.el (quail-japanese-katakana-update-translation):
371 Adjusted for the change of input method handling.
372
3731998-08-31 Kenichi Handa <handa@etl.go.jp>
374
375 * quail/tibetan.el (quail-tibetan-input-wylie): Adjusted for the
376 change of input method handling.
377 (quail-tibetan-input-tibkey): Likewise.
378
3791998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
380
381 * Version 20.3 released.
382
3831998-08-16 Kenichi HANDA <handa@etl.go.jp>
384
385 * quail/czech.el ("czech"): Make this input method deterministic,
386 kbd-translate, and show-layout.
387
3881998-08-15 Kenichi HANDA <handa@etl.go.jp>
389
390 * quail/ethiopic.el: Fix several translation rules.
391
3921998-08-12 Milan Zamazal <pdm@fi.muni.cz>
393
394 * quail/czech.el: Few key sequences added to some keyboards.
395
3961998-08-06 Kenichi Handa <handa@etl.go.jp>
397
398 * quail/japanese.el (quail-japanese-use-double-n): New variable.
399 (quail-japanese-update-translation): Adjusted for the change of
400 quail-update-translation. Now this function should return
401 CONTROL-FLAG.
402 (quail-japanese-toggle-kana): Update quail-conversion-str.
403 (quail-japanese-kanji-kkc): Likewise.
404 (quail-japanese-switch-package): Reset quail-current-str and
405 quail-conversion-str.
406
4071998-07-24 Kenichi Handa <handa@etl.go.jp>
408
409 * quail/japanese.el (quail-japanese-kanji-kkc): Set
410 quail-translation to nil after calling kkc-region so that
411 translation mode is restarted correctly.
412
4131998-07-21 Kenichi Handa <handa@etl.go.jp>
414
415 * quail/japanese.el (quail-japanese-kanji-kkc): Handle the case
416 that conversion is cancelled in kkc-region.
417 (quail-japanese-switch-package): Fix previous change.
418
4191998-07-19 Kenichi Handa <handa@etl.go.jp>
420
421 * quail/japanese.el (quail-japanese-update-translation): Handle
422 a key which should fix the current translation and start a new
423 translation correctly.
424 (quail-japanese-toggle-kana): Set quail-translating to nil. Don't
425 change point.
426
4271998-07-15 Kenichi Handa <handa@etl.go.jp>
428
429 * quail/japanese.el (quail-japanese-kanji-kkc): Adjusted for the
430 change of quail.el.
431 (quail-japanese-switch-package): Likewise.
432
4331998-07-03 Kenichi Handa <handa@etl.go.jp>
434
435 * quail/symbol-ksc.el: Keys for modern Korean syllables fixed.
436 Some keys for ancient Korean syllables are changed properly.
437
4381998-06-20 Kenichi Handa <handa@etl.go.jp>
439
440 * quail/ethiopic.el: Don't add hook to quail-mode-hook.
441 (ethio-select-a-translation): New function.
442
4431998-06-10 Richard Stallman <rms@psilocin.ai.mit.edu>
444
445 * Makefile.in (RUN-EMACS): Add --multibyte.
446
4471998-04-29 Karl Heuer <kwzh@gnu.org>
448
449 * Makefile.in (SLAVIC): Delete redundant backslash.
450
4511998-04-28 Richard Stallman <rms@psilocin.gnu.org>
452
453 * Makefile.in (install): Make INSTALLDIR and contents world-readable.
454
4551998-04-20 Kenichi Handa <handa@etl.go.jp>
456
457 * Makefile.in (SLAVIC): New macro.
458 (EUROPEAN): Include ${SLAVIC}.
459
4601998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
461
462 * Makefile.in: Prepend ${srcdir} to all non-TIT lisp file names.
463 (leim-list.el): Depend on ${WORLD}.
464
465 * latin-alt.el (latin-2-alt-postfix): Doc fix.
466
4671998-04-08 Karl Heuer <kwzh@mescaline.gnu.org>
468
469 * czech.el, slovak.el: Correct starting commentary.
470
4711998-04-07 Milan Zamazal <pdm@fi.muni.cz>
472
473 * quail/czech.el, quail/slovak.el: Correct starting commentary.
474
4751998-04-06 Andreas Schwab <schwab@gnu.org>
476
477 * lrt.el (lrt-composing-pattern-double-c): Change chars-in-string
478 to length.
479 (lrt-generate-quail-map): Change sref to aref, and make second
480 argument of substring a character index.
481
4821998-03-26 Richard Stallman <rms@psilocin.gnu.org>
483
484 * Makefile.in (${TIT}): Fix shell conditional syntax.
485
4861998-03-18 Kenichi Handa <handa@etl.go.jp>
487
488 * quail/latin-pre.el ("latin-1-prefix"): Fix the translation of
489 "/ " to "/" (instead of " ").
490
4911998-03-17 Richard Stallman <rms@psilocin.gnu.org>
492
493 * quail/czech.el, quail/slovak.el: New files.
494
4951998-03-10 Richard Stallman <rms@psilocin.gnu.org>
496
497 * Makefile.in (BUILT-EMACS): Variable renamed from EMACS.
498 Uses changed.
499
5001998-03-05 Kenichi Handa <handa@etl.go.jp>
501
502 * Makefile.in (${TIT}): To byte-compile quail packages, use just
503 built quail.
504
5051997-12-09 Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de>
506
507 * quail/hanja3.el: New file.
508
509 * quail/hanja-jis.el: Title string of the input method
510 "korean-hanja-jis" changed.
511
512 * quail/symbol-ksc.el: Title string of the input method
513 "korean-symbol" changed. Require 'korea-util.
514 (quail-hangul-switch-back): Deleted.
515
516 * quail/hangul3.el: Require 'korea-util.
517 (quail-hangul-switch-to-symbol-ksc): Deleted.
518
519 * quail/hanja.el: Require 'korea-util. Title string of the input
520 method "korean-hanja" changed.
521 (quail-hanja-switch-to-symbol-ksc): Deleted.
522
523 * quail/hangul.el: Require 'korea-util.
524 (quail-hangul-switch-to-symbol-ksc): Deleted.
525
5261997-10-23 Kenichi Handa <handa@etl.go.jp>
527
528 * quail/ethiopic.el: The title string of input method "Ethiopic"
529 is changed.
530
5311997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
532
533 * Version 20.2 released.
534
5351997-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
536
537 * quail/latin-post.el (german): Swap y and z.
538
5391997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
540
541 * Version 20.1 released.
542
543 * quail/latin-alt.el (latin-2-postfix): Use : for double-acute again.
544
5451997-09-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
546
547 * quail/viqr.el (vietnamese-viqr): Doc fix.
548
5491997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
550
551 * quail/latin-alt.el: New file.
552
5531997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
554
555 * quail/latin-post.el: Undo previous change.
556
5571997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
558
559 * quail/latin-post.el (latin-2-postfix):
560 Replace comma and period with `. Replace colon with /.
561 (latin-1-postfix): Replace comma with /.
562 (french-postfix): Replace comma with /.
563 (latin-3-postfix): Replace comma with ` and period with /.
564 (latin-4-postfix): Replace comma with ` and period with ~.
565 (latin-5-postfix): Replace comma with ` and period with /.
566 (turkish-postfix): Replace comma with ` and period with /.
567
5681997-09-10 Kenichi Handa <handa@etl.go.jp>
569
570 * quail/ethiopic.el: Don't bind keys in quail-mode-map. The
571 function added to quail-mode-hook turn ethio-mode on only when
572 input method "ethiopic" is begin used.
573 (ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el.
574 (ethio-toggle-space): Likewise.
575 (ethio-insert-space): Likewise.
576 (ethio-insert-ethio-space): Likewise.
577 (ethio-prefer-ascii-punctuation): Likewise.
578 (ethio-toggle-punctuation): Likewise.
579 (ethio-gemination): Likewise.
580 ("ethiopic"): Doc-string of this Quail package modified. Bind
581 function keys for TRANSLATION-KEYMAP to
582 quail-execute-non-quail-command.
583
5841997-09-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
585
586 * Makefile.in (install): Use quail/* in the second tar that
587 copies a dir named quail.
588
5891997-09-03 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
590
591 * Makefile.in (install): Do not copy leim-list.el twice. Copy
592 `skk' subdirectory too.
593
5941997-09-03 Kenichi Handa <handa@etl.go.jp>
595
596 * quail/cyrillic.el: For each package, pass t for the SIMPLE
597 argument to quail-define-package.
598 * quail/cyril-jis.el: Likewise
599 * quail/greek.el: Likewise.
600 * quail/ipa.el: Likewise.
601 * quail/lao.el: Likewise.
602 * quail/lrt.el: Likewise.
603 * quail/thai.el: Likewise.
604 * quail/viqr.el: Likewise.
605
6061997-08-30 Naoto TAKAHASHI <ntakahas@etl.go.jp>
607
608 * quail/ethiopic.el ("ethiopic"): Doc-sring fixed. Change the arg
609 TRANSLATION-KEYS.
610 (quail-mode-map): Change binding for ethio-insert-ethio-space.
611 (quail-mode-hook): Check the current Quail package name.
612
613 * quail/latin-post.el: Add rules for cancelling accents by typing
614 two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail
615 packages.
616
6171997-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
618
619 * quail/latin-post.el, quail/latin-pre.el: For each package,
620 pass t for the SIMPLE argument to quail-define-package.
621
6221997-08-28 Kenichi Handa <handa@etl.go.jp>
623
624 * Makefile.in (dotdot): This macro deleted.
625 (SUBDIRS): Exclude skk.
626 (all): Substitute ${WORLD} to ${TIT}.
627 (%.el): This target deleted.
628 (${TIT}): Check existence of `quail' subdirectory.
629 (leim-list.el): Do not check old files.
630 (install): If ${srcdir} is different from the current directory,
631 copy also files under ${srcdir}.
632
6331997-08-26 Kenichi Handa <handa@etl.go.jp>
634
635 * Makefile.in: Re-arrange macros so that the macro TIT contains
636 only Quial packages generated from CXTERM dictionaries, and the
637 macro NON-TIT contains only Quial packages distributed with Emacs.
638 (install): Do not use -h option for tar, instead copy ${NON-TIT}
639 and ${TIT} separately.
640
6411997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
642
643 * Makefile.in (install): Discard extra data in tar | tar command.
644
6451997-08-23 Kenichi Handa <handa@etl.go.jp>
646
647 * quail/devanagari.el (quail-devanagari-compose-characters): Fix
648 previous change.
649 (quail-devanagari-hindi-compose-characters): Fix previous change.
650
651 * quail/japanese.el (quail-japanese-kkc-mode-exit): Fix previous
652 change.
653
6541997-08-22 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
655
656 * Makefile.in (leim-list.el): Fix previous change.
657
658 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
659
6601997-08-21 Kenichi HANDA <handa@etl.go.jp>
661
662 * quail/py-punct-b5.el: Name changed from py-punct-b5.el.
663 * quail/tsang-b5.el: Name changed from tsangchi-b5.el.
664 * quail/tsang-cns.el: Name changed from tsangchi-cns.el.
665
666 * Makefile.in (install): Just copy leim-list.el instead of running
667 update-leim-list-file on ${INSTALLDIR}.
668 (CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el,
669 py-punct-b5.el -> pypunct-b5.el.
670 (CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el.
671 (leim-list.el): Delete old files not contained in ${WORLD}.
672
673 * quail/japanese.el (quail-japanese-kkc-mode-exit): Run
674 input-method-after-insert-chunk-hook.
675
676 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
677
6781997-08-19 Kenichi Handa <handa@etl.go.jp>
679
680 * quail/hangul.el ("korean-hangul"): Doc-string of this Quail
681 package fixed.
682
6831997-08-18 Kenichi Handa <handa@etl.go.jp>
684
685 * quail/japanese.el (quail-japanese-toggle-kana): Don't call
686 throw.
687 (quail-japanese-kanji-kkc): Completely re-written.
688 (quail-japanese-kkc-mode-exit): New function.
689 (quail-japanese-switch-package): Call activate-input-method
690 instead of select-input-method.
691
692 * quail/thai.el (thai-consonant-input): Typo fixed.
693
694 * quail/devanagari.el (quail-devanagari-compose-characters): Do
695 not call throw.
696 (quail-devanagari-hindi-compose-characters): Likewise.
697
698 * quail/hangul.el (quail-hangul-switch-to-symbol-ksc): Call
699 activate-input-method instead of select-input-method.
700
701 * quail/hangul3.el (quail-hangul-switch-to-symbol-ksc): Likewise.
702
703 * quail/symbol-ksc.el (quail-hangul-switch-back): Likewise. Use
704 input-method-history instead of previous-input-method.
705
7061997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu>
707
708 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.
709
7101997-08-16 Kenichi Handa <handa@etl.go.jp>
711
712 * quail/lrt.el (lrt-vowel-table): Some elements corrected.
713 ("lao-lrt"): Doc-string of this Quail package modified.
714 Some tranlation rules added.
715
716 * quail/lao.el (lao-keyboard-mapping): Some elements corrected.
717 (lao-quail-define-rules): Some translation rules corrected.
718
7191997-08-11 Kenichi Handa <handa@etl.go.jp>
720
721 * quail/lrt.el: Some rules added for Quail package "lao-lrt".
722 (lrt-vowel-table): The entry for "aM" corrected.
723
7241997-08-07 Kenichi Handa <handa@etl.go.jp>
725
726 * quail/lrt.el: Change title string of input method "lao-lrt".
727 (lrt-single-consonant-table): Several key sequence changed.
728 (lrt-composing-pattern-double-c): Handle a consonant with
729 semi-vowel-lower correctly.
730 (lrt-handle-maa-sakod): Do not reset quail-current-key.
731 (lrt-handle-tone-mark): Check the existence of double consonant
732 correctly.
733
734 * quail/lao.el: Change title string of input method "Lao".
735
7361997-08-04 Valery Alexeev <valery@domovoy.math.uga.edu>
737
738 * quail/cyrillic.el (cyrillic-translit): Doc-string of the package
739 modified. Several tranlation rules modified.
740
7411997-08-04 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
742
743 * quail/cyrillic.el: Move Quail package cyrillic-jis-russian to
744 quail/cyril-jis.el.
745
746 * quail/cyril-jis.el: New file.
747
748 * Makefile.in (RUSSIAN): Add quail/cyril-jis.el.
749
7501997-08-01 Kenichi Handa <handa@etl.go.jp>
751
752 * quail/ethiopic.el: In quail-mode-map, bind
753 ethio-insert-ethio-space Shift-SPACE. Add translation rules to
754 Quail package "ethiopic".
755
7561997-08-01 Valery Alexeev <valery@domovoy.math.uga.edu>
757
758 * quail/cyrillic.el (cyrillic-translit): New input method.
759
7601997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
761
762 * quail/tibetan.el: New file.
763
764 * quail/py-punct.el: Require 'quail.
765
766 * quail/py-punct-b5.el: Require 'quail.
767
768 * quail/ethiopic.el: Change Quail package name to "ethiopic".
769 (ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.
770
771 * Makefile.in (TIT): New variable, contatination of TIT-GB and
772 TIT-BIG5.
773 (RUN-EMACS): Do not set EMACSLOADPATH.
774 (ASIA): Include TIBEAN.
775 (all): Remove stamp-bytecomp from dependency list.
776 ({$TIT}): New target, substitues the target ${TIT-GB} ${TIT-BIG5}.
777 (%.el): Make a link for byte-compiled file too.
778 (stamp-bytecomp): Target deleted.
779 (leim-list.el): Run Emacs with loading quail.
780 (install-XXX): These targets deleted.
781 (install): Remove files under INSTALLDIR before copying new files.
782 Run Emacs with loading quail.
783 (clean mostlyclean): Remove only generated files.
784
7851997-07-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
786
787 * Makefile.in (stamp-bytecomp): Fix shell conditional.
788 (clean): Fix shell conditional.
789
7901997-07-21 Jim Meyering <meyering@eng.ascend.com>
791
792 * Makefile.in: Use @LN_S@, not ln -s, in case no symlink support.
793 (clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc.
794
7951997-07-17 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
796
797 * Makefile.in: Modified to avoid *.el files being regarded
798 as intermidiate files and deleted by GNU make.
799
800 * quail/lrt.el (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
801 (lrt-handle-maa-sakod): Correctly handle the case that
802 quail-current-data is nil.
803 (lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" +
804 tone.
805
8061997-07-15 Kenichi Handa <handa@etl.go.jp>
807
808 * quail/py-punct.el: New file.
809
810 * quail/py-punct-b5.el: New file.
811
812 * quail/japanese.el: Doc-string of Quail package japanese modified.
813
814 * Makefile.in: Rules re-written to avoid tricky code.
815 (CHINEGE-GB): Include quail/py-punct.elc.
816 (CHINEGE-BIG5): Include quail/py-punct-b5.elc.
817
818
8191997-07-10 Kenichi Handa <handa@etl.go.jp>
820
821 * quail/latin-pre.el: Change titles of quail packages.
822
823 * quail/latin-post.el: Likewise.
824
6922b018
KH
825
826;; Local Variables:
827;; coding: iso-2022-7bit-unix
828;; End: