Minor fixes from author.
[bpt/emacs.git] / leim / ChangeLog
CommitLineData
f3d3c491
AI
12000-10-21 Andrew Innes <andrewi@gnu.org>
2
3 * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead
4 of conditional invocation of make.
5 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
6 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
7 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
8 files to .elc.
9 ($(TIT)): Adjusted for the above change.
10 (clean mostlyclean): Likewise.
11 (.el.elc): New target.
12
13 * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead
14 of conditional invocation of make.
15 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
16 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
17 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
18 files to .elc.
19 ($(TIT)): Adjusted for the above change.
20 (clean mostlyclean): Likewise.
21 (.el.elc): New target.
22
a115794c
EZ
232000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
24
25 * Makefile.in (${TIT}, clean): Don't use shell `command`
26 expansion, use ${TIT:.elc=.el} instead.
27
ce75c97a
GM
282000-09-26 Gerd Moellmann <gerd@gnu.org>
29
30 * Makefile.in: Make this the leim Makefile.in.
31 (clean): Also remove $NON-TIT and $WORLD.
32 (RUN-EMACS): Set EMACSLOADPATH.
33
7b920aa1
KH
342000-09-21 Kenichi Handa <handa@etl.go.jp>
35
36e44f62
KH
36 * Makefile.in: Revert to no-leim Makefile.
37
cd3c0140
KH
38 * quail/.cvsignore: Include *.elc.
39
40 * ja-dic/.cvsignore: New file.
7b920aa1 41
5eedab4d
AI
422000-09-16 Andrew Innes <andrewi@gnu.org>
43
44 * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
45 (leim-list.el): Ditto.
46
47 * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
48 (leim-list.el): Ditto.
49
39f547f7
AI
502000-09-15 Andrew Innes <andrewi@gnu.org>
51
52 * makefile.w32-in (clean mostlyclean): Ignore errors when removing
53 files.
54
fe83b953
AI
552000-09-14 Andrew Innes <andrewi@gnu.org>
56
57 * makefile.w32-in (clean mostlyclean): Ignore errors when deleting
58 leim-list.el.
59 (distclean maintainer-clean): Ditto for stamp-subdir.
60
61 * makefile.nt: Rename skkdic to ja-dic.
62
0fddd0dc
KH
632000-09-07 Kenichi Handa <handa@etl.go.jp>
64
65 * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard
66 translation.
67
68 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Docstring modified.
69
70 * quail/py-punct.el ("chinese-py-punct"): Docstring modified.
71 ("chinese-tonepy-punct"): New input method.
72
73 * quail/latin-pre.el ("polish-slash"): Don't use keyboard
74 translation.
75
76 * quail/japanese.el ("japanese"): Delete the key sequence for
77 Roman transliteration from the docstring because it's now shonw
78 automatically.
79 ("japanese-ascii", "japanese-zenkaku")
80 ("japanese-hankaku-kana", "japanese-hiragana")
81 ("japanese-katakana"): Docstring modified.
82
83 * quail/czech.el ("czech-qwerty"): Changed to show keyboard layout
84 on describe-input-method.
85 ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise.
86
44ef7cf6
AI
872000-09-03 Andrew Innes <andrewi@gnu.org>
88
89 * makefile.w32-in: New file.
f8803e97 90 (install) Fix copying of directories.
44ef7cf6 91
5724ab7a
KH
922000-08-31 Kenichi Handa <handa@etl.go.jp>
93
94 * quail/thai.el (thai-generate-quail-map): If the length of
95 translation is more than one, compose it.
96
daba11ce
DL
972000-08-29 Dave Love <fx@gnu.org>
98
a39fb83d
DL
99 * quail/latin-pre.el ("latin-9-prefix"): Change entries for \e,b=\e(B and \e,b<\e(B.
100
daba11ce
DL
101 * Makefile.in: ja-dic <- skk in several places.
102
457dd64a
KH
1032000-08-25 Kenichi Handa <handa@etl.go.jp>
104
105 * ja-dic: Directory name changed from skkdic.
106
a1a2e38f 107 * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el.
457dd64a
KH
108
109 * README: Rename skkdic to ja-dic throughout the file.
110
68ce69e1
DL
1112000-08-24 Dave Love <fx@gnu.org>
112
113 * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New.
457dd64a 114 ("latin-1-prefix"): Add missing symbols.
68ce69e1 115
5a76406c
DL
1162000-08-23 Dave Love <fx@gnu.org>
117
118 * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give \e,A'\e(B and
119 add ~p for \e,A6\e(B.
120
240a16cf
KH
1212000-07-18 Kenichi Handa <handa@etl.go.jp>
122
123 * quail/japanese.el ("japanese"): Fix docstring.
124
7a3fd467
KH
1252000-07-17 Kenichi Handa <handa@etl.go.jp>
126
127 * quail/japanese.el ("japanese"): Docstring modified.
128
0bd5914b
KH
1292000-06-12 Kenichi Handa <handa@etl.go.jp>
130
131 * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted.
132 ("tibetan-wylie"): State transition table modified.
133
4dc1225b
KH
1342000-06-01 Kenichi Handa <handa@etl.go.jp>
135
136 * quail/tibetan.el: Change all tibetan-1-column characters to
137 tibetan. Quail map for "tibetan-wylie" fixed.
138
6733d074
KH
1392000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
140
141 * quail/latin-pre.el ("polish-slash"): New input method.
142
69766f94
KH
1432000-03-02 Kenichi Handa <handa@etl.go.jp>
144
145 * quail/latin-pre.el ("latin-1-prefix"): Add rules for symbols.
146
9a90d84c
GM
1472000-02-01 Gerd Moellmann <gerd@gnu.org>
148
149 * Makefile.in: Make this the no-leim Makefile. Move the
150 leim Makefile.in to ../leim-Makefile.in as it originally was.
151
152 * Makefile.noleim: Removed.
153
cba32d22
KH
1542000-01-28 Kenichi Handa <handa@etl.go.jp>
155
156 * quail/hanja.el (korean-hanja): Add an entry for "wod".
157
11ad3dee
KH
1582000-01-04 Kenichi Handa <handa@etl.go.jp>
159
160 * quail/japanese.el ("japanese"): Docstring augmented.
161
5ec14d3c
KH
1621999-12-15 Kenichi Handa <handa@etl.go.jp>
163
164 * quail/lao.el: Rewritten for new composition.
165
166 * quail/lrt.el: Rewritten for new composition.
167
168 * quail/thai.el: Rewritten for new composition.
169
170 * quail/tibetan.el: Rewritten for new composition.
171
113a1195
KH
1721999-12-13 Kenichi Handa <handa@etl.go.jp>
173
174 * quail/latin-pre.el ("esperanto-prefix"): Make it produce Latin-3
175 characters, not Latin-1.
176
98e85e34
GM
1771999-11-22 Andrew Innes <andrewi@gnu.org>
178
179 * makefile.nt: No need to generate subdirs.el.
180
371f58d5
GM
1811999-11-21 Andrew Innes <andrewi@gnu.org>
182
183 * makefile.nt: New file.
184
26922151
GM
1851999-10-26 Gerd Moellmann <gerd@gnu.org>
186
187 * Makefile.noleim: New.
188
6567e9b5
GM
1891999-09-19 Ken'ichi Handa <handa@gnu.org>
190
191 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
192 turkish-postfix.
193 ("turkish-postfix"): New Turkish input method which inserts
194 Latin-5 characters.
195
196 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
197 turkish-alt-postfix.
198 ("turkish-alt-postfix"): New Turkish input method which inserts
199 Latin-5 characters.
200
201After the release of 20.4, development was split into two separate
202code lines. One line contained the code for Emacs 21, and the other
203one the code for the 20.x releases after 20.4. The following change
204log entries up to the entry ``20.4 released'' are for the 20.x code
205line. Change logs above this notice are those for the 21.x code line.
206
2072000-06-13 Gerd Moellmann <gerd@gnu.org>
208
209 * Version 20.7 released.
210
2112000-05-23 Andrew Innes <andrewi@gnu.org>
212
213 * makefile.nt ($(TIT)): Set emacs_dir in the environment before
214 running emacs, to ensure load-path is correct.
215 (leim-list.el): Ditto.
216
2172000-02-26 Gerd Moellmann <gerd@gnu.org>
218
219 * Version 20.6 released.
220
2211999-12-07 Gerd Moellmann <gerd@gnu.org>
222
223 * Version 20.5 released.
224
2251999-11-22 Andrew Innes <andrewi@gnu.org>
226
227 * makefile.nt: No need to generate subdirs.el.
228
2291999-11-21 Andrew Innes <andrewi@gnu.org>
230
231 * makefile.nt: New file.
232
58af2287
DL
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
2451999-07-12 Richard Stallman <rms@gnu.org>
246
247 * Version 20.4 released.
248
2491998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
250
251 * quail/cyrillic.el (cyrillic-jcuken): Use X11 keyboard layout.
252
2531999-06-14 Ken'ichi Handa <handa@gnu.org>
254
255 * quail/ethiopic.el ("ethiopic"): Add translation rules.
256
2571999-06-01 Jae-youn Chung <jay@compiler.kaist.ac.kr>
258
259 * quail/hanja3.el: Newly generated from hangul.el, hangul3.el, and
260 hanja.el.
261
2621999-05-25 Ken'ichi Handa <handa@gnu.org>
263
264 * quail/hangul3.el ("korean-hangul3"): Give MAXIMUM-SHORTEST t.
265
2661999-05-09 Tudor Hulubei <tudor@cs.unh.edu>
267
268 * quail/latin-pre.el ("romanian-prefix"): New input method.
269 ("romanian-alt-prefix"): New input method.
270
2711999-03-04 Kenichi Handa <handa@etl.go.jp>
272
273 * quail/latin-post.el ("spanish-postfix"): Add rule U" and u".
274
2751999-01-14 Kenichi Handa <handa@etl.go.jp>
276
277 * quail/japanese.el (quail-japanese-kanji-kkc): If the last char
278 to convert is `n', change it to Japanese Hiragana `n' before
279 conversion.
280
2811999-01-11 Kenichi Handa <handa@etl.go.jp>
282
283 * Makefile.in (MISC): Add ${srcdir}/quail/hebrew.el.
284
285 * quail/hebrew.el: New file.
286
2871998-12-15 Kenichi Handa <handa@etl.go.jp>
288
289 * quail/devanagari.el (quail-devanagari-compose-characters):
290 Adjusted for the change of input method handling.
291 (quail-devanagari-hindi-compose-characters): Likewise.
292
2931998-10-15 Kenichi Handa <handa@etl.go.jp>
294
295 * Makefile.in (leim-list.el): Use `(cd foo && pwd)` instead of
296 `(cd foo; pwd)`.
297 (install): Likewise.
298
2991998-10-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
300
301 * quail/latin-post.el: Many doc fixes.
302 ("latin-1-postfix"): Add sequence for the small superscript o.
303 * quail/latin-pre.el: Many doc fixes.
304 ("latin-1-prefix"): Add sequences for the small
305 superscript underlined o and a.
306
3071998-10-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
308
309 * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
310 small superscript underlined o and a.
311 ("italian-alt-postfix"): Change it to something useful and
312 different from italian-postfix.
313 * latin-post.el ("latin-1-postfix"): Add a method to enter the
314 small superscript underlined o and a.
315 ("italian-postfix"): Same as above.
316 ("italian-postfix"): Add methods to enter e with acute accent and
317 the >> and << symbols.
318
3191998-09-25 Kenichi Handa <handa@etl.go.jp>
320
321 * quail/japanese.el (quail-japanese-hankaku-update-translation):
322 Adjusted for the change of input method handling.
323
3241998-09-11 Kenichi HANDA <handa@etl.go.jp>
325
326 * quail/japanese.el (quail-japanese-katakana-update-translation):
327 Adjusted for the change of input method handling.
328
3291998-08-31 Kenichi Handa <handa@etl.go.jp>
330
331 * quail/tibetan.el (quail-tibetan-input-wylie): Adjusted for the
332 change of input method handling.
333 (quail-tibetan-input-tibkey): Likewise.
334
3351998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
336
337 * Version 20.3 released.
338
3391998-08-16 Kenichi HANDA <handa@etl.go.jp>
340
341 * quail/czech.el ("czech"): Make this input method deterministic,
342 kbd-translate, and show-layout.
343
3441998-08-15 Kenichi HANDA <handa@etl.go.jp>
345
346 * quail/ethiopic.el: Fix several translation rules.
347
3481998-08-12 Milan Zamazal <pdm@fi.muni.cz>
349
350 * quail/czech.el: Few key sequences added to some keyboards.
351
3521998-08-06 Kenichi Handa <handa@etl.go.jp>
353
354 * quail/japanese.el (quail-japanese-use-double-n): New variable.
355 (quail-japanese-update-translation): Adjusted for the change of
356 quail-update-translation. Now this function should return
357 CONTROL-FLAG.
358 (quail-japanese-toggle-kana): Update quail-conversion-str.
359 (quail-japanese-kanji-kkc): Likewise.
360 (quail-japanese-switch-package): Reset quail-current-str and
361 quail-conversion-str.
362
3631998-07-24 Kenichi Handa <handa@etl.go.jp>
364
365 * quail/japanese.el (quail-japanese-kanji-kkc): Set
366 quail-translation to nil after calling kkc-region so that
367 translation mode is restarted correctly.
368
3691998-07-21 Kenichi Handa <handa@etl.go.jp>
370
371 * quail/japanese.el (quail-japanese-kanji-kkc): Handle the case
372 that conversion is cancelled in kkc-region.
373 (quail-japanese-switch-package): Fix previous change.
374
3751998-07-19 Kenichi Handa <handa@etl.go.jp>
376
377 * quail/japanese.el (quail-japanese-update-translation): Handle
378 a key which should fix the current translation and start a new
379 translation correctly.
380 (quail-japanese-toggle-kana): Set quail-translating to nil. Don't
381 change point.
382
3831998-07-15 Kenichi Handa <handa@etl.go.jp>
384
385 * quail/japanese.el (quail-japanese-kanji-kkc): Adjusted for the
386 change of quail.el.
387 (quail-japanese-switch-package): Likewise.
388
3891998-07-03 Kenichi Handa <handa@etl.go.jp>
390
391 * quail/symbol-ksc.el: Keys for modern Korean syllables fixed.
392 Some keys for ancient Korean syllables are changed properly.
393
3941998-06-20 Kenichi Handa <handa@etl.go.jp>
395
396 * quail/ethiopic.el: Don't add hook to quail-mode-hook.
397 (ethio-select-a-translation): New function.
398
3991998-06-10 Richard Stallman <rms@psilocin.ai.mit.edu>
400
401 * Makefile.in (RUN-EMACS): Add --multibyte.
402
4031998-04-29 Karl Heuer <kwzh@gnu.org>
404
405 * Makefile.in (SLAVIC): Delete redundant backslash.
406
4071998-04-28 Richard Stallman <rms@psilocin.gnu.org>
408
409 * Makefile.in (install): Make INSTALLDIR and contents world-readable.
410
4111998-04-20 Kenichi Handa <handa@etl.go.jp>
412
413 * Makefile.in (SLAVIC): New macro.
414 (EUROPEAN): Include ${SLAVIC}.
415
4161998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
417
418 * Makefile.in: Prepend ${srcdir} to all non-TIT lisp file names.
419 (leim-list.el): Depend on ${WORLD}.
420
421 * latin-alt.el (latin-2-alt-postfix): Doc fix.
422
4231998-04-08 Karl Heuer <kwzh@mescaline.gnu.org>
424
425 * czech.el, slovak.el: Correct starting commentary.
426
4271998-04-07 Milan Zamazal <pdm@fi.muni.cz>
428
429 * quail/czech.el, quail/slovak.el: Correct starting commentary.
430
4311998-04-06 Andreas Schwab <schwab@gnu.org>
432
433 * lrt.el (lrt-composing-pattern-double-c): Change chars-in-string
434 to length.
435 (lrt-generate-quail-map): Change sref to aref, and make second
436 argument of substring a character index.
437
4381998-03-26 Richard Stallman <rms@psilocin.gnu.org>
439
440 * Makefile.in (${TIT}): Fix shell conditional syntax.
441
4421998-03-18 Kenichi Handa <handa@etl.go.jp>
443
444 * quail/latin-pre.el ("latin-1-prefix"): Fix the translation of
445 "/ " to "/" (instead of " ").
446
4471998-03-17 Richard Stallman <rms@psilocin.gnu.org>
448
449 * quail/czech.el, quail/slovak.el: New files.
450
4511998-03-10 Richard Stallman <rms@psilocin.gnu.org>
452
453 * Makefile.in (BUILT-EMACS): Variable renamed from EMACS.
454 Uses changed.
455
4561998-03-05 Kenichi Handa <handa@etl.go.jp>
457
458 * Makefile.in (${TIT}): To byte-compile quail packages, use just
459 built quail.
460
4611997-12-09 Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de>
462
463 * quail/hanja3.el: New file.
464
465 * quail/hanja-jis.el: Title string of the input method
466 "korean-hanja-jis" changed.
467
468 * quail/symbol-ksc.el: Title string of the input method
469 "korean-symbol" changed. Require 'korea-util.
470 (quail-hangul-switch-back): Deleted.
471
472 * quail/hangul3.el: Require 'korea-util.
473 (quail-hangul-switch-to-symbol-ksc): Deleted.
474
475 * quail/hanja.el: Require 'korea-util. Title string of the input
476 method "korean-hanja" changed.
477 (quail-hanja-switch-to-symbol-ksc): Deleted.
478
479 * quail/hangul.el: Require 'korea-util.
480 (quail-hangul-switch-to-symbol-ksc): Deleted.
481
4821997-10-23 Kenichi Handa <handa@etl.go.jp>
483
484 * quail/ethiopic.el: The title string of input method "Ethiopic"
485 is changed.
486
4871997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
488
489 * Version 20.2 released.
490
4911997-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
492
493 * quail/latin-post.el (german): Swap y and z.
494
4951997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
496
497 * Version 20.1 released.
498
499 * quail/latin-alt.el (latin-2-postfix): Use : for double-acute again.
500
5011997-09-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
502
503 * quail/viqr.el (vietnamese-viqr): Doc fix.
504
5051997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
506
507 * quail/latin-alt.el: New file.
508
5091997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
510
511 * quail/latin-post.el: Undo previous change.
512
5131997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
514
515 * quail/latin-post.el (latin-2-postfix):
516 Replace comma and period with `. Replace colon with /.
517 (latin-1-postfix): Replace comma with /.
518 (french-postfix): Replace comma with /.
519 (latin-3-postfix): Replace comma with ` and period with /.
520 (latin-4-postfix): Replace comma with ` and period with ~.
521 (latin-5-postfix): Replace comma with ` and period with /.
522 (turkish-postfix): Replace comma with ` and period with /.
523
5241997-09-10 Kenichi Handa <handa@etl.go.jp>
525
526 * quail/ethiopic.el: Don't bind keys in quail-mode-map. The
527 function added to quail-mode-hook turn ethio-mode on only when
528 input method "ethiopic" is begin used.
529 (ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el.
530 (ethio-toggle-space): Likewise.
531 (ethio-insert-space): Likewise.
532 (ethio-insert-ethio-space): Likewise.
533 (ethio-prefer-ascii-punctuation): Likewise.
534 (ethio-toggle-punctuation): Likewise.
535 (ethio-gemination): Likewise.
536 ("ethiopic"): Doc-string of this Quail package modified. Bind
537 function keys for TRANSLATION-KEYMAP to
538 quail-execute-non-quail-command.
539
5401997-09-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
541
542 * Makefile.in (install): Use quail/* in the second tar that
543 copies a dir named quail.
544
5451997-09-03 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
546
547 * Makefile.in (install): Do not copy leim-list.el twice. Copy
548 `skk' subdirectory too.
549
5501997-09-03 Kenichi Handa <handa@etl.go.jp>
551
552 * quail/cyrillic.el: For each package, pass t for the SIMPLE
553 argument to quail-define-package.
554 * quail/cyril-jis.el: Likewise
555 * quail/greek.el: Likewise.
556 * quail/ipa.el: Likewise.
557 * quail/lao.el: Likewise.
558 * quail/lrt.el: Likewise.
559 * quail/thai.el: Likewise.
560 * quail/viqr.el: Likewise.
561
5621997-08-30 Naoto TAKAHASHI <ntakahas@etl.go.jp>
563
564 * quail/ethiopic.el ("ethiopic"): Doc-sring fixed. Change the arg
565 TRANSLATION-KEYS.
566 (quail-mode-map): Change binding for ethio-insert-ethio-space.
567 (quail-mode-hook): Check the current Quail package name.
568
569 * quail/latin-post.el: Add rules for cancelling accents by typing
570 two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail
571 packages.
572
5731997-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
574
575 * quail/latin-post.el, quail/latin-pre.el: For each package,
576 pass t for the SIMPLE argument to quail-define-package.
577
5781997-08-28 Kenichi Handa <handa@etl.go.jp>
579
580 * Makefile.in (dotdot): This macro deleted.
581 (SUBDIRS): Exclude skk.
582 (all): Substitute ${WORLD} to ${TIT}.
583 (%.el): This target deleted.
584 (${TIT}): Check existence of `quail' subdirectory.
585 (leim-list.el): Do not check old files.
586 (install): If ${srcdir} is different from the current directory,
587 copy also files under ${srcdir}.
588
5891997-08-26 Kenichi Handa <handa@etl.go.jp>
590
591 * Makefile.in: Re-arrange macros so that the macro TIT contains
592 only Quial packages generated from CXTERM dictionaries, and the
593 macro NON-TIT contains only Quial packages distributed with Emacs.
594 (install): Do not use -h option for tar, instead copy ${NON-TIT}
595 and ${TIT} separately.
596
5971997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
598
599 * Makefile.in (install): Discard extra data in tar | tar command.
600
6011997-08-23 Kenichi Handa <handa@etl.go.jp>
602
603 * quail/devanagari.el (quail-devanagari-compose-characters): Fix
604 previous change.
605 (quail-devanagari-hindi-compose-characters): Fix previous change.
606
607 * quail/japanese.el (quail-japanese-kkc-mode-exit): Fix previous
608 change.
609
6101997-08-22 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
611
612 * Makefile.in (leim-list.el): Fix previous change.
613
614 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
615
6161997-08-21 Kenichi HANDA <handa@etl.go.jp>
617
618 * quail/py-punct-b5.el: Name changed from py-punct-b5.el.
619 * quail/tsang-b5.el: Name changed from tsangchi-b5.el.
620 * quail/tsang-cns.el: Name changed from tsangchi-cns.el.
621
622 * Makefile.in (install): Just copy leim-list.el instead of running
623 update-leim-list-file on ${INSTALLDIR}.
624 (CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el,
625 py-punct-b5.el -> pypunct-b5.el.
626 (CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el.
627 (leim-list.el): Delete old files not contained in ${WORLD}.
628
629 * quail/japanese.el (quail-japanese-kkc-mode-exit): Run
630 input-method-after-insert-chunk-hook.
631
632 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
633
6341997-08-19 Kenichi Handa <handa@etl.go.jp>
635
636 * quail/hangul.el ("korean-hangul"): Doc-string of this Quail
637 package fixed.
638
6391997-08-18 Kenichi Handa <handa@etl.go.jp>
640
641 * quail/japanese.el (quail-japanese-toggle-kana): Don't call
642 throw.
643 (quail-japanese-kanji-kkc): Completely re-written.
644 (quail-japanese-kkc-mode-exit): New function.
645 (quail-japanese-switch-package): Call activate-input-method
646 instead of select-input-method.
647
648 * quail/thai.el (thai-consonant-input): Typo fixed.
649
650 * quail/devanagari.el (quail-devanagari-compose-characters): Do
651 not call throw.
652 (quail-devanagari-hindi-compose-characters): Likewise.
653
654 * quail/hangul.el (quail-hangul-switch-to-symbol-ksc): Call
655 activate-input-method instead of select-input-method.
656
657 * quail/hangul3.el (quail-hangul-switch-to-symbol-ksc): Likewise.
658
659 * quail/symbol-ksc.el (quail-hangul-switch-back): Likewise. Use
660 input-method-history instead of previous-input-method.
661
6621997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu>
663
664 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.
665
6661997-08-16 Kenichi Handa <handa@etl.go.jp>
667
668 * quail/lrt.el (lrt-vowel-table): Some elements corrected.
669 ("lao-lrt"): Doc-string of this Quail package modified.
670 Some tranlation rules added.
671
672 * quail/lao.el (lao-keyboard-mapping): Some elements corrected.
673 (lao-quail-define-rules): Some translation rules corrected.
674
6751997-08-11 Kenichi Handa <handa@etl.go.jp>
676
677 * quail/lrt.el: Some rules added for Quail package "lao-lrt".
678 (lrt-vowel-table): The entry for "aM" corrected.
679
6801997-08-07 Kenichi Handa <handa@etl.go.jp>
681
682 * quail/lrt.el: Change title string of input method "lao-lrt".
683 (lrt-single-consonant-table): Several key sequence changed.
684 (lrt-composing-pattern-double-c): Handle a consonant with
685 semi-vowel-lower correctly.
686 (lrt-handle-maa-sakod): Do not reset quail-current-key.
687 (lrt-handle-tone-mark): Check the existence of double consonant
688 correctly.
689
690 * quail/lao.el: Change title string of input method "Lao".
691
6921997-08-04 Valery Alexeev <valery@domovoy.math.uga.edu>
693
694 * quail/cyrillic.el (cyrillic-translit): Doc-string of the package
695 modified. Several tranlation rules modified.
696
6971997-08-04 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
698
699 * quail/cyrillic.el: Move Quail package cyrillic-jis-russian to
700 quail/cyril-jis.el.
701
702 * quail/cyril-jis.el: New file.
703
704 * Makefile.in (RUSSIAN): Add quail/cyril-jis.el.
705
7061997-08-01 Kenichi Handa <handa@etl.go.jp>
707
708 * quail/ethiopic.el: In quail-mode-map, bind
709 ethio-insert-ethio-space Shift-SPACE. Add translation rules to
710 Quail package "ethiopic".
711
7121997-08-01 Valery Alexeev <valery@domovoy.math.uga.edu>
713
714 * quail/cyrillic.el (cyrillic-translit): New input method.
715
7161997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
717
718 * quail/tibetan.el: New file.
719
720 * quail/py-punct.el: Require 'quail.
721
722 * quail/py-punct-b5.el: Require 'quail.
723
724 * quail/ethiopic.el: Change Quail package name to "ethiopic".
725 (ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.
726
727 * Makefile.in (TIT): New variable, contatination of TIT-GB and
728 TIT-BIG5.
729 (RUN-EMACS): Do not set EMACSLOADPATH.
730 (ASIA): Include TIBEAN.
731 (all): Remove stamp-bytecomp from dependency list.
732 ({$TIT}): New target, substitues the target ${TIT-GB} ${TIT-BIG5}.
733 (%.el): Make a link for byte-compiled file too.
734 (stamp-bytecomp): Target deleted.
735 (leim-list.el): Run Emacs with loading quail.
736 (install-XXX): These targets deleted.
737 (install): Remove files under INSTALLDIR before copying new files.
738 Run Emacs with loading quail.
739 (clean mostlyclean): Remove only generated files.
740
7411997-07-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
742
743 * Makefile.in (stamp-bytecomp): Fix shell conditional.
744 (clean): Fix shell conditional.
745
7461997-07-21 Jim Meyering <meyering@eng.ascend.com>
747
748 * Makefile.in: Use @LN_S@, not ln -s, in case no symlink support.
749 (clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc.
750
7511997-07-17 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
752
753 * Makefile.in: Modified to avoid *.el files being regarded
754 as intermidiate files and deleted by GNU make.
755
756 * quail/lrt.el (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
757 (lrt-handle-maa-sakod): Correctly handle the case that
758 quail-current-data is nil.
759 (lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" +
760 tone.
761
7621997-07-15 Kenichi Handa <handa@etl.go.jp>
763
764 * quail/py-punct.el: New file.
765
766 * quail/py-punct-b5.el: New file.
767
768 * quail/japanese.el: Doc-string of Quail package japanese modified.
769
770 * Makefile.in: Rules re-written to avoid tricky code.
771 (CHINEGE-GB): Include quail/py-punct.elc.
772 (CHINEGE-BIG5): Include quail/py-punct-b5.elc.
773
774
7751997-07-10 Kenichi Handa <handa@etl.go.jp>
776
777 * quail/latin-pre.el: Change titles of quail packages.
778
779 * quail/latin-post.el: Likewise.
780
6922b018
KH
781
782;; Local Variables:
783;; coding: iso-2022-7bit-unix
784;; End: