(select-safe-coding-system): Fix typo: symbol-name -> symbol-value.
[bpt/emacs.git] / leim / ChangeLog
CommitLineData
b8a7ebcf
KH
12001-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".
1bdfe188
KH
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.
b8a7ebcf 9
9a639fce
KH
102001-03-14 Kenichi Handa <handa@mule.m17n.org>
11
12 * quail/slovak.el ("slovak"): Give t to the arg SHOW-LAYOUT.
13
51ab41b7
KH
142001-03-06 Kenichi Handa <handa@etl.go.jp>
15
16 * CXTERM-DIC/4Corner.tit: Add copyright notice.
17
36d5e61d
KH
182001-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
bf0bdce8
KH
232001-02-22 Kenichi Handa <handa@etl.go.jp>
24
51ab41b7 25 * CXTERM-DIC/ARRAY30.tit: Add copyright notice.
bf0bdce8
KH
26
27 * CXTERM-DIC/ETZY.tit: Likewise.
28
29 * CXTERM-DIC/ZOZY.tit: Likewise.
30
193fba87
AI
312001-02-05 Andrew Innes <andrewi@gnu.org>
32
33 * makefile.w32-in (BUILT_EMACS): Use $(THISDIR) to make emacs.exe
34 path absolute.
35
350d71b3
AI
362001-02-03 Andrew Innes <andrewi@gnu.org>
37
38 * makefile.w32-in (LATIN): Fix last change to use () not {}.
39
49bd4a69
KH
402001-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
a51e9546
AI
482001-02-01 Andrew Innes <andrewi@gnu.org>
49
50 * makefile.w32-in (LATIN): Include $(srcdir)/quail/latin-alt.elc.
51
c91d43ed
KH
522001-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
7ccf7ab9 592001-01-28 Gerd Moellmann <gerd@gnu.org>
c522cff0 60
7ccf7ab9 61 * Makefile.in (extraclean): Added target so make doesn't die if
c522cff0
BW
62 one runs "make extraclean" at the top level.
63
0dac6924
AI
642001-01-06 Andrew Innes <andrewi@gnu.org>
65
66 * makefile.nt ($(TIT)): Map .elc to .el.
67 (buildlisppath): Make path relative to $(MAKEDIR).
68
392164c1
AS
692001-01-01 Andreas Schwab <schwab@suse.de>
70
71 * quail/latin-alt.el: Doc fixes.
72
ec6bd013
DL
732000-12-18 Dave Love <fx@gnu.org>
74
75 * quail/latin-pre.el <latin-9-prefix>: Delete duplicate \e,b(\e(B entry.
76 Change \e,b=\e(B, \e,b<\e(B, \e,b6\e(B.
77
8ff06845
KH
782000-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
4ee87dbb
AI
822000-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
24c53d36
AI
882000-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
37c35586
KH
942000-11-21 Kenichi Handa <handa@etl.go.jp>
95
96 * Makefile.in (.SUFFIXES): New target, include .elc .el.
97
3c7d764e
KH
982000-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
f3d3c491
AI
1032000-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
a115794c
EZ
1252000-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
ce75c97a
GM
1302000-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
7b920aa1
KH
1362000-09-21 Kenichi Handa <handa@etl.go.jp>
137
36e44f62
KH
138 * Makefile.in: Revert to no-leim Makefile.
139
cd3c0140
KH
140 * quail/.cvsignore: Include *.elc.
141
142 * ja-dic/.cvsignore: New file.
7b920aa1 143
5eedab4d
AI
1442000-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
39f547f7
AI
1522000-09-15 Andrew Innes <andrewi@gnu.org>
153
154 * makefile.w32-in (clean mostlyclean): Ignore errors when removing
155 files.
156
fe83b953
AI
1572000-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
0fddd0dc
KH
1652000-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
44ef7cf6
AI
1892000-09-03 Andrew Innes <andrewi@gnu.org>
190
191 * makefile.w32-in: New file.
f8803e97 192 (install) Fix copying of directories.
44ef7cf6 193
5724ab7a
KH
1942000-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
daba11ce
DL
1992000-08-29 Dave Love <fx@gnu.org>
200
a39fb83d
DL
201 * quail/latin-pre.el ("latin-9-prefix"): Change entries for \e,b=\e(B and \e,b<\e(B.
202
daba11ce
DL
203 * Makefile.in: ja-dic <- skk in several places.
204
457dd64a
KH
2052000-08-25 Kenichi Handa <handa@etl.go.jp>
206
207 * ja-dic: Directory name changed from skkdic.
208
a1a2e38f 209 * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el.
457dd64a
KH
210
211 * README: Rename skkdic to ja-dic throughout the file.
212
68ce69e1
DL
2132000-08-24 Dave Love <fx@gnu.org>
214
215 * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New.
457dd64a 216 ("latin-1-prefix"): Add missing symbols.
68ce69e1 217
5a76406c
DL
2182000-08-23 Dave Love <fx@gnu.org>
219
220 * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give \e,A'\e(B and
221 add ~p for \e,A6\e(B.
222
240a16cf
KH
2232000-07-18 Kenichi Handa <handa@etl.go.jp>
224
225 * quail/japanese.el ("japanese"): Fix docstring.
226
7a3fd467
KH
2272000-07-17 Kenichi Handa <handa@etl.go.jp>
228
229 * quail/japanese.el ("japanese"): Docstring modified.
230
0bd5914b
KH
2312000-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
4dc1225b
KH
2362000-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
6733d074
KH
2412000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
242
243 * quail/latin-pre.el ("polish-slash"): New input method.
244
69766f94
KH
2452000-03-02 Kenichi Handa <handa@etl.go.jp>
246
247 * quail/latin-pre.el ("latin-1-prefix"): Add rules for symbols.
248
9a90d84c
GM
2492000-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
cba32d22
KH
2562000-01-28 Kenichi Handa <handa@etl.go.jp>
257
258 * quail/hanja.el (korean-hanja): Add an entry for "wod".
259
11ad3dee
KH
2602000-01-04 Kenichi Handa <handa@etl.go.jp>
261
262 * quail/japanese.el ("japanese"): Docstring augmented.
263
5ec14d3c
KH
2641999-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
113a1195
KH
2741999-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
98e85e34
GM
2791999-11-22 Andrew Innes <andrewi@gnu.org>
280
281 * makefile.nt: No need to generate subdirs.el.
282
371f58d5
GM
2831999-11-21 Andrew Innes <andrewi@gnu.org>
284
285 * makefile.nt: New file.
286
26922151
GM
2871999-10-26 Gerd Moellmann <gerd@gnu.org>
288
289 * Makefile.noleim: New.
290
6567e9b5
GM
2911999-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
303After the release of 20.4, development was split into two separate
304code lines. One line contained the code for Emacs 21, and the other
305one the code for the 20.x releases after 20.4. The following change
306log entries up to the entry ``20.4 released'' are for the 20.x code
307line. Change logs above this notice are those for the 21.x code line.
308
3092000-06-13 Gerd Moellmann <gerd@gnu.org>
310
311 * Version 20.7 released.
312
3132000-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
3192000-02-26 Gerd Moellmann <gerd@gnu.org>
320
321 * Version 20.6 released.
322
3231999-12-07 Gerd Moellmann <gerd@gnu.org>
324
325 * Version 20.5 released.
326
3271999-11-22 Andrew Innes <andrewi@gnu.org>
328
329 * makefile.nt: No need to generate subdirs.el.
330
3311999-11-21 Andrew Innes <andrewi@gnu.org>
332
333 * makefile.nt: New file.
334
58af2287
DL
3351999-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
3471999-07-12 Richard Stallman <rms@gnu.org>
348
349 * Version 20.4 released.
350
3511998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
352
353 * quail/cyrillic.el (cyrillic-jcuken): Use X11 keyboard layout.
354
3551999-06-14 Ken'ichi Handa <handa@gnu.org>
356
357 * quail/ethiopic.el ("ethiopic"): Add translation rules.
358
3591999-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
3641999-05-25 Ken'ichi Handa <handa@gnu.org>
365
366 * quail/hangul3.el ("korean-hangul3"): Give MAXIMUM-SHORTEST t.
367
3681999-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
3731999-03-04 Kenichi Handa <handa@etl.go.jp>
374
375 * quail/latin-post.el ("spanish-postfix"): Add rule U" and u".
376
3771999-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
3831999-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
3891998-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
3951998-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
4011998-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
4091998-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
4211998-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
4261998-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
4311998-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
4371998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
438
439 * Version 20.3 released.
440
4411998-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
4461998-08-15 Kenichi HANDA <handa@etl.go.jp>
447
448 * quail/ethiopic.el: Fix several translation rules.
449
4501998-08-12 Milan Zamazal <pdm@fi.muni.cz>
451
452 * quail/czech.el: Few key sequences added to some keyboards.
453
4541998-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
4651998-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
4711998-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
4771998-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
4851998-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
4911998-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
4961998-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
5011998-06-10 Richard Stallman <rms@psilocin.ai.mit.edu>
502
503 * Makefile.in (RUN-EMACS): Add --multibyte.
504
5051998-04-29 Karl Heuer <kwzh@gnu.org>
506
507 * Makefile.in (SLAVIC): Delete redundant backslash.
508
5091998-04-28 Richard Stallman <rms@psilocin.gnu.org>
510
511 * Makefile.in (install): Make INSTALLDIR and contents world-readable.
512
5131998-04-20 Kenichi Handa <handa@etl.go.jp>
514
515 * Makefile.in (SLAVIC): New macro.
516 (EUROPEAN): Include ${SLAVIC}.
517
5181998-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
5251998-04-08 Karl Heuer <kwzh@mescaline.gnu.org>
526
527 * czech.el, slovak.el: Correct starting commentary.
528
5291998-04-07 Milan Zamazal <pdm@fi.muni.cz>
530
531 * quail/czech.el, quail/slovak.el: Correct starting commentary.
532
5331998-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
5401998-03-26 Richard Stallman <rms@psilocin.gnu.org>
541
542 * Makefile.in (${TIT}): Fix shell conditional syntax.
543
5441998-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
5491998-03-17 Richard Stallman <rms@psilocin.gnu.org>
550
551 * quail/czech.el, quail/slovak.el: New files.
552
5531998-03-10 Richard Stallman <rms@psilocin.gnu.org>
554
555 * Makefile.in (BUILT-EMACS): Variable renamed from EMACS.
556 Uses changed.
557
5581998-03-05 Kenichi Handa <handa@etl.go.jp>
559
560 * Makefile.in (${TIT}): To byte-compile quail packages, use just
561 built quail.
562
5631997-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
5841997-10-23 Kenichi Handa <handa@etl.go.jp>
585
586 * quail/ethiopic.el: The title string of input method "Ethiopic"
587 is changed.
588
5891997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
590
591 * Version 20.2 released.
592
5931997-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
594
595 * quail/latin-post.el (german): Swap y and z.
596
5971997-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
6031997-09-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
604
605 * quail/viqr.el (vietnamese-viqr): Doc fix.
606
6071997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
608
609 * quail/latin-alt.el: New file.
610
6111997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
612
613 * quail/latin-post.el: Undo previous change.
614
6151997-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
6261997-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
6421997-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
6471997-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
6521997-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
6641997-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
6751997-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
6801997-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
6911997-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
6991997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
700
701 * Makefile.in (install): Discard extra data in tar | tar command.
702
7031997-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
7121997-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
7181997-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
7361997-08-19 Kenichi Handa <handa@etl.go.jp>
737
738 * quail/hangul.el ("korean-hangul"): Doc-string of this Quail
739 package fixed.
740
7411997-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
7641997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu>
765
766 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.
767
7681997-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
7771997-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
7821997-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
7941997-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
7991997-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
8081997-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
8141997-08-01 Valery Alexeev <valery@domovoy.math.uga.edu>
815
816 * quail/cyrillic.el (cyrillic-translit): New input method.
817
8181997-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
8431997-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
8481997-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
8531997-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
8641997-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
8771997-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
6922b018
KH
883
884;; Local Variables:
885;; coding: iso-2022-7bit-unix
886;; End: