(list-input-methods-1): Doc fix
[bpt/emacs.git] / leim / ChangeLog
CommitLineData
175e150b
EZ
12002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * quail/indian.el: Replace commented-out lines with a condition
4 that is always false.
5
c031864a
JC
62002-04-06 Jaeyoun Chung <jay@kldp.org>
7
8 * quail/hanja3.el ("kf"): added a few composing rules
9 from "Taik-kyun Lim" <mongmong@milab.yonsei.ac.kr>
10
11 * quail/hangul3.el: buggy alternative second character
12 sequence fixed ('/' for 'v' pair).
13 added a few more third character composing rule.
14
129f2c75
WL
152002-03-03 Werner Lemberg <wl@gnu.org>
16
17 * quail/vntelex.el: New file.
18 * Makefile.in (VIETNAMESE), makefile.nt (VIETNAMESE),
19 makefile.w32-in (VIETNAMESE): Add it.
20
5c196f29
AI
212002-02-10 Andrew Innes <andrewi@gnu.org>
22
23 * makefile.w32-in ($(TIT)): Don't depend on $(SUBDIRS).
24 ($(MISC_DIC)): Ditto.
25
108eaabb
RS
262002-02-06 Richard M. Stallman <rms@gnu.org>
27
28 * quail/latin-pre.el (french-prefix): ", " => "," and "~ " => "~".
29 Don't define "~," at all.
30
cc13aa25
PJ
312002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
32
33 * quail/latin-pre.el (latin-2-prefix): Add \e,BL\e(B and \e,Bl\e(B.
34 From "Dr. Eduard Werner" <edi.werner@gmx.de>.
35
18e1da99 362002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
417f4d3a
EZ
37
38 * quail/greek.el: Changed the behavior of the "greek" input
18e1da99
EZ
39 method, to consider the "accent" and "diaeresis" as prefix keys.
40 A new method (named "greek-postfix") was added which implements
41 the old behavior. Also changed the mapping of the "Q/q" key to
42 produce the ":/;" characters, as is customary in greek keyboards.
43 From Nick Patavalis <npat@inaccessnetworks.com>.
417f4d3a 44
8f7d3eca
JC
452002-01-07 Jaeyoun Chung <jay@kldp.org>
46
47 * quail/hangul.el: removed key sequence mapping for O[rsfaqtTd].
48 Not used for Korean Hangul Type 2. (request from emacs-kr mailing
49 list).
50
121f67fa
EZ
512002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
52
53 * quail/cyrillic.el ("bulgarian-pho"): Fix a typo in a doc string.
54
7f93e2ab
DL
552002-01-01 Dave Love <fx@gnu.org>
56
57 * quail/indian.el (quail-define-indian-trans-package): Unquote
58 lambda.
59 (quail-define-inscript-package): Avoid mapcar*.
60
3c08498a
DL
612001-12-20 Dave Love <fx@gnu.org>
62
63 * quail/latin-ltx.el: Fix un-doubled backslashes.
64
96566974
DL
652001-12-15 Dave Love <fx@gnu.org>
66
67 * quail/latin-pre.el ("french-prefix", "german-prefix")
68 ("spanish-prefix"): Fix language assignment.
69
70 * quail/latin-post.el ("french-postfix", "german-postfix")
71 ("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix")
72 ("french-keyboard", "french-azerty", "german")
73 ("spanish-keyboard"): Fix language assignment.
74
75 * quail/indian.el: Don't require cl.
76 (quail-indian-flatten-list): Renamed from flatten-list.
77
78 * quail/cyrillic.el ("cyrillic-beylorussian")
79 ("cyrillic-ukrainian", "cyrillic-translit-bulgarian")
80 ("belarusian", "bulgarian-pho"): Fix language assignment.
81
82 * quail/latin-alt.el ("french-alt-postfix", "german-alt-postfix")
83 ("spanish-alt-postfix", "turkish-latin-3-alt-postfix")
84 ("turkish-alt-postfix"): Fix language assignment.
85 ("dutch"): Assign to Dutch. Use chars, not strings.
86 ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"):
87 New.
88
03f9f7ae
PJ
892001-12-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
90
91 * COPYING: New file.
92
eea6cc1f
JC
932001-12-03 Jaeyoun Chung <jay@kldp.org>
94
96566974 95 * quail/hangul3.el: Added a few convenient composing sequences for
eea6cc1f
JC
96 Korean keyboard type 3 users.
97
de371c8c
DL
982001-11-29 Dave Love <fx@gnu.org>
99
100 * quail/latin-ltx.el: Extra translations. Fix some
101 latin-iso8859-4 characters. Use Hebrew letters, not compatibility
102 symbols.
103
ea17b6e1
JR
1042001-11-28 Juanma Barranquero <lektu@terra.es>
105
106 * makefile.w32-in (INDIAN): Adjusted for the file name change;
107 quail/devanagari.elc -> quail/indian.elc.
108
109 * makefile.nt (INDIAN): Likewise.
110
8727d588
RS
1112001-11-21 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
112
113 * quail/devanagari.el: Renamed to indian.el.
114
115 * quail/indian.el: Renamed from devanagari.el, and completely
116 re-written. The input method devanagari-hindi-transliteration is
117 merged with devanagari-itrans, devanagari-keyboard-a is renamed to
118 devanagari-inscript, devanagari-transliteration is renamed to
119 devanagari-kyoto-harvard.
120
121 * Makefile.in: Adjusted for the file name change;
122 quail/devanagari.elc -> quail/indian.elc.
123
e154cc44
EZ
1242001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
125
126 * quail/welsh.el: Avoid an error message due to a commented-out
127 input method.
128
a6beb3d2
RS
1292001-11-05 Richard M. Stallman <rms@gnu.org>
130
131 * quail/rfc1345.el: Get rid of the explicit ^Z character.
132
cd946181
EZ
1332001-11-05 Eli Zaretskii <eliz@is.elta.co.il>
134
135 * quail/latin-ltx.el: Remove the call to IT-setup-unicode-display.
136
7115232b
DL
1372001-11-04 Dave Love <fx@gnu.org>
138
139 * Makefile.in (LATIN): Add welsh.
140 (UNICODE): New.
141 (MISC): Add georgian.
142 (WORLD): Add UNICODE.
143
144 * quail/welsh.el, quail/georgian.el, quail/rfc1345.el:
145 * quail/uni-input.el, quail/sgml-input.el: New file.
146
147 * quail/cyrillic.el ("bulgarian-pho", "belarusian"): New methods.
148
149 * quail/latin-alt.el ("dutch"): New method.
150
3a8b7edb
FP
1512001-10-27 Francesco Potorti` <pot@gnu.org>
152
153 * quail/latin-post.el ("italian-postfix"): Undo previous change.
154
155 * quail/latin-alt.el ("italian-alt-postfix"): Undo previous change.
156
a4416b14
FP
1572001-10-25 Francesco Potorti` <pot@gnu.org>
158
159 * quail/latin-post.el ("italian-postfix"): Euro symbol.
160
161 * quail/latin-alt.el ("italian-alt-postfix"): Euro symbol.
162
71431a0e
GM
1632001-10-20 Gerd Moellmann <gerd@gnu.org>
164
6aa97356 165 * (Version 21.1 released.)
71431a0e 166
c4e7e308
EZ
1672001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
168
169 * CXTERM-DIC/Punct-b5.tit: Add big5 Chinese double spaced alphabet
170 mappings, so that one could type them without leaving the Hanyu
171 Pinyin input method. Suggested by Kenichi Handa
172 <handa@etl.go.jp>.
173
51724e26
EZ
1742001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
175
176 * quail/greek.el ("greek-babel"): New input method. From David
177 Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
178
ab952a4f
GM
1792001-10-05 Gerd Moellmann <gerd@gnu.org>
180
181 * Branch for 21.1.
a4416b14 182
00651fbf
EZ
1832001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
184
185 * quail/greek.el ("greek-mizuochi"): Doc fix. From David Kastrup
186 <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
187
5a397d28
GM
1882001-08-06 Gerd Moellmann <gerd@gnu.org>
189
190 * quail/py-punct.el ("chinese-py-punct"): Copy the QUAIL-MAP of
191 "chinese-py".
192 ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy".
193
be567141
PJ
1942001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
195
196 * ja-dic/ja-dic.el, quail/cyril-jis.el, quail/cyrillic.el,
197 quail/czech.el, quail/devanagari.el, quail/ethiopic.el,
198 quail/greek.el, quail/hangul.el, quail/hangul3.el,
199 quail/hanja-jis.el, quail/hanja.el, quail/hanja3.el,
200 quail/hebrew.el, quail/ipa.el, quail/japanese.el, quail/lao.el,
201 quail/latin-alt.el, quail/latin-ltx.el, quail/latin-post.el,
202 quail/latin-pre.el, quail/lrt.el, quail/py-punct.el,
203 quail/pypunct-b5.el, quail/slovak.el, quail/symbol-ksc.el,
204 quail/thai.el, quail/tibetan.el, quail/viqr.el: Some fixes to
205 follow coding conventions.
206
e6aeb775
AC
2072001-06-04 Andrew Choi <akochoi@i-cable.com>
208
209 * quail/.cvsignore: Change CTLauB.el to CTLau-b5.el.
210
ec57454f
AI
2112001-06-01 Andrew Innes <andrewi@gnu.org>
212
213 * makefile.nt (TIT_GB): Remove quail/PY.elc and quail/ZIRANMA.elc.
214 (NON_TIT_BIG5): Remove $(srcdir)/quail/tsang-b5.elc and
215 $(srcdir)/quail/pypunct-b5.elc.
216 (NON_TIT_CNS): Remove.
217 (CHINESE_NON_TIT): Remove $(NON_TIT_CNS).
218 (CHINESE_CNS): Remove.
219 (KOREAN): Add $(srcdir)/quail/hanja3.elc.
220 (LATIN): Add $(srcdir)/quail/latin-alt.elc and
221 $(srcdir)/quail/latin-ltx.elc.
222 (MISC_DIC): Copy from Makefile.in.
223 (CHINESE): Remove $(CHINESE_CNS).
224 (all): Add $(MISC_DIC) as target.
225 (.NOTPARALLEL): New target.
226 (.NO_PARALLEL): New target.
227 ($(MISC_DIC)): New target.
228 (clean mostlyclean): Clean more stuff.
229 (TIT_EL): New macro.
230 (MISC_DIC_EL): New macro.
231
232 * makefile.w32-in (TIT-GB): Remove CTLau.elc from it.
233 (TIT-BIG5): Remove CTLauB.elc from it.
234 (MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it.
235 (clean mostlyclean): Remove obsolete reference.
236
70079787
EZ
2372001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
238
239 * quail/latin-ltx.el [ms-dos]: Call IT-setup-unicode-display.
240
5e3d4fbc
AC
2412001-05-24 Andrew Choi <akochoi@i-cable.com>
242
937fad9a
AC
243 * Makefile.in (MISC-DIC): Change CTLauB.elc to CTLau-b5.elc.
244
5e3d4fbc
AC
245 * CXTERM-DIC/CTLau.tit, CXTERM-DIC/CTLauB.tit: Delete files.
246
247 * MISC-DIC/CTLau.html, MISC-DIC/CTLau-b5.html: Add files.
248
249 * Makefile.in (TIT-GB): Remove CTLau.elc from it.
250 (TIT-BIG5): Remove CTLauB.elc from it.
251 (MISC-DIC): Add CTLau.elc and CTLauB.elc to it.
252
f042e7b9
DL
2532001-05-17 Dave Love <fx@gnu.org>
254
255 * quail/latin-ltx.el ("TeX"): Renamed from "latin-latex2e".
256 Language family and indicator changed. Many new translations.
257
f08cf35b
GM
2582001-05-17 Gerd Moellmann <gerd@gnu.org>
259
260 * quail/slovak.el, quail/czech.el: Set guidance to t for czech and
261 slovak input methods. New maintainer. From Pavel Jan\e,Am\e(Bk
262 <Pavel@Janik.cz>.
263
b5eeaa1d
GM
2642001-04-23 Gerd Moellmann <gerd@gnu.org>
265
266 * quail/latin-ltx.el: Add more translations. From
267 jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
268
55a22ce1
EZ
2692001-04-19 Eli Zaretskii <eliz@is.elta.co.il>
270
271 * quail/hangul.el <korean-hangul>: Doc fix.
272
90200fcc
AI
2732001-04-18 Andrew Innes <andrewi@gnu.org>
274
275 * makefile.w32-in (EMACSLOADPATH): Define.
a4416b14
FP
276 ($(TIT)):
277 ($(MISC_DIC)):
278 (.el.elc):
90200fcc
AI
279 (leim-list.el): Remove stuff to set EMACSLOADPATH.
280
f383cd0d
GM
2812001-04-05 Gerd Moellmann <gerd@gnu.org>
282
a55e4e68
GM
283 * Makefile.in (install): Remove .cvsignore files.
284
f383cd0d
GM
285 * quail/japanese.el ("japanese-hankaku-kana"): Don't use
286 the same translations as for `japanese'.
287
4c1dadb1
AI
2882001-04-03 Andrew Innes <andrewi@gnu.org>
289
290 * makefile.w32-in (TIT_GB): Delete quail/PY.elc and
291 quail/ZIRANMA.elc.
292 (NON_TIT_BIG5): Delete $(srcdir)/quail/quick-b5.elc and
293 $(srcdir)/quail/tsang-b5.elc.
294 (NON_TIT_CNS): Delete.
295 (CHINESE_NON_TIT): Delete $(NON-TIT-CNS).
296 (CHINESE_CNS): Delete.
297 (KOREAN): Add ${srcdir}/quail/hanja3.elc. From Kenichi Handa
298 <handa@etl.go.jp>.
299 (MISC_DIC): New variable.
300 (CHINESE): Delete $(CHINESE_CNS).
301 (WORLD): Add $(MISC_DIC).
302 (all): Depends on $(MISC_DIC).
303 (.NOTPARALLEL, .NO_PARALLEL): New special targets.
304 ($(MISC_DIC)): New target.
305 (clean mostlyclean): Delete also $(NONTIT), $(WORLD), $(MISC_DIC)
306 and $(MISC_DIC:.elc=.el).
307
e217c26e
EZ
3082001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
309
a46d278b
EZ
310 * Makefile.in (KOREAN): Add ${srcdir}/quail/hanja3.elc. From
311 Kenichi Handa <handa@etl.go.jp>.
312
e217c26e
EZ
313 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.
314
a3d0b0e0
KH
3152001-03-31 Kenichi Handa <handa@etl.go.jp>
316
317 * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
318 (NON-TIT-BIG5): Delete ${srcdir}/quail/quick-b5.elc
319 ${srcdir}/quail/tsang-b5.elc.
320 (CHINESE-NON-TIT): Delete ${NON-TIT-CNS}.
321 (CHINESE-CNS): Delete it.
322 (MISC-DIC): New variable.
323 (CHINESE): Delete ${CHINESE-CNS}.
4c1dadb1 324 (WORLD): Add ${MISC-DIC}.
a3d0b0e0
KH
325 (all): Depends on ${MISC-DIC}.
326 (${MISC-DIC}): New target.
327 (clean mostlyclean): Delete also ${MISC-DIC} ${MISC-DIC:.elc=.el}.
328
329 * MISC-DIC/cangjie-table.b5, MISC-DIC/cangjie-table.cns,
330 MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: New files.
331
332 * CXTERM-DIC/PY.tit, CXTERM-DIC/ZIRANMA.tit: Delete them.
333
334 * quail/tsang-b5.el, quail/tsang-cns.el, quail/quick-b5.el,
335 quail/quick-cns.el: Delete them.
a4416b14 336
9d5d1075
EZ
3372001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
338
339 * Makefile.in (${TIT}): Fix whitespace.
340
ed31fabf
GM
3412001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
342
343 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): New special targets.
344 (${TIT}): If the target file already exist, don't remake it.
345
1e406be0
KH
3462001-03-21 Kenichi Handa <handa@etl.go.jp>
347
348 * quail/slovak.el ("slovak"): Translate "=q" to "`".
349
8f369c02
KH
3502001-03-16 Pavel Jan\e,Bm\e(Bk ml. <Pavel@Janik.cz>
351
352 * quail/slovak.el ("slovak"): Delete translations of "q", "Q",
353 "=q", "+q", "=Q", and "+Q".
354 ("slovak-prog-1"): Give t to the arg SHOW-LAYOUT.
355 ("slovak-prog-2"): Likewise.
356 ("slovak-prog-3"): Likewise.
357
abfa36c4
EZ
3582001-03-16 Eli Zaretskii <eliz@is.elta.co.il>
359
360 * quail/latin-post.el ("finnish-keyboard"): Fix a typo.
361
b8a7ebcf
KH
3622001-03-16 Kenichi Handa <handa@etl.go.jp>
363
364 * quail/japanese.el (quail-japanese-transliteration-rules): New
365 variable. Use it to define these input methods: "japanese",
366 "japanese-hiragana", "japanese-katakana".
1bdfe188
KH
367 (quail-japanese-kana-state): Delete this variable.
368 (quail-japanese-toggle-kana): Don't use quail-japanese-kana-state,
369 instead check if there's any Hiraganas in the converison region.
b8a7ebcf 370
9a639fce
KH
3712001-03-14 Kenichi Handa <handa@mule.m17n.org>
372
373 * quail/slovak.el ("slovak"): Give t to the arg SHOW-LAYOUT.
374
51ab41b7
KH
3752001-03-06 Kenichi Handa <handa@etl.go.jp>
376
377 * CXTERM-DIC/4Corner.tit: Add copyright notice.
378
36d5e61d
KH
3792001-03-05 Kenichi Handa <handa@etl.go.jp>
380
381 * quail/ethiopic.el ("ethiopic"): Docstring adjusted for the
382 change of the speicial key bindings.
383
bf0bdce8
KH
3842001-02-22 Kenichi Handa <handa@etl.go.jp>
385
51ab41b7 386 * CXTERM-DIC/ARRAY30.tit: Add copyright notice.
bf0bdce8
KH
387
388 * CXTERM-DIC/ETZY.tit: Likewise.
389
390 * CXTERM-DIC/ZOZY.tit: Likewise.
391
193fba87
AI
3922001-02-05 Andrew Innes <andrewi@gnu.org>
393
394 * makefile.w32-in (BUILT_EMACS): Use $(THISDIR) to make emacs.exe
395 path absolute.
396
350d71b3
AI
3972001-02-03 Andrew Innes <andrewi@gnu.org>
398
399 * makefile.w32-in (LATIN): Fix last change to use () not {}.
400
49bd4a69
KH
4012001-02-02 Kenichi Handa <handa@etl.go.jp>
402
403 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc.
404
405 * makefile.w32-in (LATIN): Likewise.
406
407 * quail/latin-ltx.el: New file -- LaTeX-like Latin input method.
408
a51e9546
AI
4092001-02-01 Andrew Innes <andrewi@gnu.org>
410
411 * makefile.w32-in (LATIN): Include $(srcdir)/quail/latin-alt.elc.
412
c91d43ed
KH
4132001-02-01 Kenichi Handa <handa@etl.go.jp>
414
415 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc.
416
417 * quail/greek.el ("greek-mizuochi"): New input method for
418 classical Greek.
419
7ccf7ab9 4202001-01-28 Gerd Moellmann <gerd@gnu.org>
c522cff0 421
7ccf7ab9 422 * Makefile.in (extraclean): Added target so make doesn't die if
c522cff0
BW
423 one runs "make extraclean" at the top level.
424
0dac6924
AI
4252001-01-06 Andrew Innes <andrewi@gnu.org>
426
427 * makefile.nt ($(TIT)): Map .elc to .el.
428 (buildlisppath): Make path relative to $(MAKEDIR).
429
392164c1
AS
4302001-01-01 Andreas Schwab <schwab@suse.de>
431
432 * quail/latin-alt.el: Doc fixes.
433
ec6bd013
DL
4342000-12-18 Dave Love <fx@gnu.org>
435
436 * quail/latin-pre.el <latin-9-prefix>: Delete duplicate \e,b(\e(B entry.
437 Change \e,b=\e(B, \e,b<\e(B, \e,b6\e(B.
438
8ff06845
KH
4392000-12-16 Kenichi Handa <handa@etl.go.jp>
440
441 * ja-dic/ja-dic.el: Re-generated by the new ja-dic-cnv.el.
442
4ee87dbb
AI
4432000-12-06 Andrew Innes <andrewi@gnu.org>
444
445 * makefile.w32-in (buildlisppath): Set to an absolute directory,
446 relative to $(CURDIR).
447 (INSTALLDIR): Use forward slash.
448
24c53d36
AI
4492000-11-24 Andrew Innes <andrewi@gnu.org>
450
451 * makefile.w32-in (.SUFFIXES): New target, include .elc .el.
452
453 * makefile.nt (.SUFFIXES): New target, include .elc .el.
454
37c35586
KH
4552000-11-21 Kenichi Handa <handa@etl.go.jp>
456
457 * Makefile.in (.SUFFIXES): New target, include .elc .el.
458
3c7d764e
KH
4592000-11-17 Kenichi Handa <handa@etl.go.jp>
460
461 * quail/japanese.el (quail-japanese-kanji-kkc): Use marker to
462 remember the conversion start.
463
f3d3c491
AI
4642000-10-21 Andrew Innes <andrewi@gnu.org>
465
466 * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead
467 of conditional invocation of make.
a4416b14
FP
468 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
469 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
f3d3c491
AI
470 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
471 files to .elc.
472 ($(TIT)): Adjusted for the above change.
473 (clean mostlyclean): Likewise.
474 (.el.elc): New target.
475
476 * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead
477 of conditional invocation of make.
a4416b14
FP
478 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
479 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
f3d3c491
AI
480 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
481 files to .elc.
482 ($(TIT)): Adjusted for the above change.
483 (clean mostlyclean): Likewise.
484 (.el.elc): New target.
485
a115794c
EZ
4862000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
487
488 * Makefile.in (${TIT}, clean): Don't use shell `command`
489 expansion, use ${TIT:.elc=.el} instead.
490
ce75c97a
GM
4912000-09-26 Gerd Moellmann <gerd@gnu.org>
492
493 * Makefile.in: Make this the leim Makefile.in.
494 (clean): Also remove $NON-TIT and $WORLD.
495 (RUN-EMACS): Set EMACSLOADPATH.
496
7b920aa1
KH
4972000-09-21 Kenichi Handa <handa@etl.go.jp>
498
36e44f62
KH
499 * Makefile.in: Revert to no-leim Makefile.
500
cd3c0140
KH
501 * quail/.cvsignore: Include *.elc.
502
503 * ja-dic/.cvsignore: New file.
7b920aa1 504
5eedab4d
AI
5052000-09-16 Andrew Innes <andrewi@gnu.org>
506
507 * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
508 (leim-list.el): Ditto.
509
510 * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
511 (leim-list.el): Ditto.
512
39f547f7
AI
5132000-09-15 Andrew Innes <andrewi@gnu.org>
514
515 * makefile.w32-in (clean mostlyclean): Ignore errors when removing
516 files.
517
fe83b953
AI
5182000-09-14 Andrew Innes <andrewi@gnu.org>
519
520 * makefile.w32-in (clean mostlyclean): Ignore errors when deleting
521 leim-list.el.
522 (distclean maintainer-clean): Ditto for stamp-subdir.
523
524 * makefile.nt: Rename skkdic to ja-dic.
525
0fddd0dc
KH
5262000-09-07 Kenichi Handa <handa@etl.go.jp>
527
528 * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard
529 translation.
530
531 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Docstring modified.
532
533 * quail/py-punct.el ("chinese-py-punct"): Docstring modified.
534 ("chinese-tonepy-punct"): New input method.
535
536 * quail/latin-pre.el ("polish-slash"): Don't use keyboard
537 translation.
538
539 * quail/japanese.el ("japanese"): Delete the key sequence for
540 Roman transliteration from the docstring because it's now shonw
541 automatically.
542 ("japanese-ascii", "japanese-zenkaku")
543 ("japanese-hankaku-kana", "japanese-hiragana")
544 ("japanese-katakana"): Docstring modified.
545
546 * quail/czech.el ("czech-qwerty"): Changed to show keyboard layout
547 on describe-input-method.
548 ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise.
549
44ef7cf6
AI
5502000-09-03 Andrew Innes <andrewi@gnu.org>
551
552 * makefile.w32-in: New file.
f8803e97 553 (install) Fix copying of directories.
44ef7cf6 554
5724ab7a
KH
5552000-08-31 Kenichi Handa <handa@etl.go.jp>
556
557 * quail/thai.el (thai-generate-quail-map): If the length of
558 translation is more than one, compose it.
559
daba11ce
DL
5602000-08-29 Dave Love <fx@gnu.org>
561
a39fb83d
DL
562 * quail/latin-pre.el ("latin-9-prefix"): Change entries for \e,b=\e(B and \e,b<\e(B.
563
daba11ce
DL
564 * Makefile.in: ja-dic <- skk in several places.
565
457dd64a
KH
5662000-08-25 Kenichi Handa <handa@etl.go.jp>
567
568 * ja-dic: Directory name changed from skkdic.
569
a1a2e38f 570 * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el.
457dd64a
KH
571
572 * README: Rename skkdic to ja-dic throughout the file.
573
68ce69e1
DL
5742000-08-24 Dave Love <fx@gnu.org>
575
576 * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New.
457dd64a 577 ("latin-1-prefix"): Add missing symbols.
68ce69e1 578
5a76406c
DL
5792000-08-23 Dave Love <fx@gnu.org>
580
581 * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give \e,A'\e(B and
582 add ~p for \e,A6\e(B.
583
240a16cf
KH
5842000-07-18 Kenichi Handa <handa@etl.go.jp>
585
586 * quail/japanese.el ("japanese"): Fix docstring.
587
7a3fd467
KH
5882000-07-17 Kenichi Handa <handa@etl.go.jp>
589
590 * quail/japanese.el ("japanese"): Docstring modified.
591
0bd5914b
KH
5922000-06-12 Kenichi Handa <handa@etl.go.jp>
593
594 * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted.
595 ("tibetan-wylie"): State transition table modified.
596
4dc1225b
KH
5972000-06-01 Kenichi Handa <handa@etl.go.jp>
598
599 * quail/tibetan.el: Change all tibetan-1-column characters to
600 tibetan. Quail map for "tibetan-wylie" fixed.
601
6733d074
KH
6022000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
603
604 * quail/latin-pre.el ("polish-slash"): New input method.
605
69766f94
KH
6062000-03-02 Kenichi Handa <handa@etl.go.jp>
607
608 * quail/latin-pre.el ("latin-1-prefix"): Add rules for symbols.
609
9a90d84c
GM
6102000-02-01 Gerd Moellmann <gerd@gnu.org>
611
612 * Makefile.in: Make this the no-leim Makefile. Move the
613 leim Makefile.in to ../leim-Makefile.in as it originally was.
614
615 * Makefile.noleim: Removed.
616
cba32d22
KH
6172000-01-28 Kenichi Handa <handa@etl.go.jp>
618
619 * quail/hanja.el (korean-hanja): Add an entry for "wod".
620
11ad3dee
KH
6212000-01-04 Kenichi Handa <handa@etl.go.jp>
622
623 * quail/japanese.el ("japanese"): Docstring augmented.
624
5ec14d3c
KH
6251999-12-15 Kenichi Handa <handa@etl.go.jp>
626
627 * quail/lao.el: Rewritten for new composition.
628
629 * quail/lrt.el: Rewritten for new composition.
630
631 * quail/thai.el: Rewritten for new composition.
632
633 * quail/tibetan.el: Rewritten for new composition.
634
113a1195
KH
6351999-12-13 Kenichi Handa <handa@etl.go.jp>
636
637 * quail/latin-pre.el ("esperanto-prefix"): Make it produce Latin-3
638 characters, not Latin-1.
639
98e85e34
GM
6401999-11-22 Andrew Innes <andrewi@gnu.org>
641
642 * makefile.nt: No need to generate subdirs.el.
643
371f58d5
GM
6441999-11-21 Andrew Innes <andrewi@gnu.org>
645
646 * makefile.nt: New file.
647
26922151
GM
6481999-10-26 Gerd Moellmann <gerd@gnu.org>
649
650 * Makefile.noleim: New.
651
58af2287
DL
6521999-09-19 Ken'ichi Handa <handa@gnu.org>
653
654 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
655 turkish-postfix.
656 ("turkish-postfix"): New Turkish input method which inserts
657 Latin-5 characters.
658
659 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
660 turkish-alt-postfix.
661 ("turkish-alt-postfix"): New Turkish input method which inserts
662 Latin-5 characters.
663
6641999-07-12 Richard Stallman <rms@gnu.org>
665
666 * Version 20.4 released.
667
6681998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
669
670 * quail/cyrillic.el (cyrillic-jcuken): Use X11 keyboard layout.
671
6721999-06-14 Ken'ichi Handa <handa@gnu.org>
673
674 * quail/ethiopic.el ("ethiopic"): Add translation rules.
675
6761999-06-01 Jae-youn Chung <jay@compiler.kaist.ac.kr>
677
678 * quail/hanja3.el: Newly generated from hangul.el, hangul3.el, and
679 hanja.el.
680
6811999-05-25 Ken'ichi Handa <handa@gnu.org>
682
683 * quail/hangul3.el ("korean-hangul3"): Give MAXIMUM-SHORTEST t.
684
6851999-05-09 Tudor Hulubei <tudor@cs.unh.edu>
686
687 * quail/latin-pre.el ("romanian-prefix"): New input method.
688 ("romanian-alt-prefix"): New input method.
689
6901999-03-04 Kenichi Handa <handa@etl.go.jp>
691
692 * quail/latin-post.el ("spanish-postfix"): Add rule U" and u".
693
6941999-01-14 Kenichi Handa <handa@etl.go.jp>
695
696 * quail/japanese.el (quail-japanese-kanji-kkc): If the last char
697 to convert is `n', change it to Japanese Hiragana `n' before
698 conversion.
699
7001999-01-11 Kenichi Handa <handa@etl.go.jp>
701
702 * Makefile.in (MISC): Add ${srcdir}/quail/hebrew.el.
703
704 * quail/hebrew.el: New file.
705
7061998-12-15 Kenichi Handa <handa@etl.go.jp>
707
708 * quail/devanagari.el (quail-devanagari-compose-characters):
709 Adjusted for the change of input method handling.
710 (quail-devanagari-hindi-compose-characters): Likewise.
711
7121998-10-15 Kenichi Handa <handa@etl.go.jp>
713
714 * Makefile.in (leim-list.el): Use `(cd foo && pwd)` instead of
715 `(cd foo; pwd)`.
716 (install): Likewise.
717
7181998-10-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
719
720 * quail/latin-post.el: Many doc fixes.
721 ("latin-1-postfix"): Add sequence for the small superscript o.
722 * quail/latin-pre.el: Many doc fixes.
723 ("latin-1-prefix"): Add sequences for the small
724 superscript underlined o and a.
725
7261998-10-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
727
728 * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
729 small superscript underlined o and a.
730 ("italian-alt-postfix"): Change it to something useful and
a4416b14 731 different from italian-postfix.
58af2287
DL
732 * latin-post.el ("latin-1-postfix"): Add a method to enter the
733 small superscript underlined o and a.
734 ("italian-postfix"): Same as above.
735 ("italian-postfix"): Add methods to enter e with acute accent and
736 the >> and << symbols.
737
7381998-09-25 Kenichi Handa <handa@etl.go.jp>
739
740 * quail/japanese.el (quail-japanese-hankaku-update-translation):
741 Adjusted for the change of input method handling.
742
7431998-09-11 Kenichi HANDA <handa@etl.go.jp>
744
745 * quail/japanese.el (quail-japanese-katakana-update-translation):
746 Adjusted for the change of input method handling.
747
7481998-08-31 Kenichi Handa <handa@etl.go.jp>
749
750 * quail/tibetan.el (quail-tibetan-input-wylie): Adjusted for the
751 change of input method handling.
752 (quail-tibetan-input-tibkey): Likewise.
753
7541998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
755
756 * Version 20.3 released.
757
7581998-08-16 Kenichi HANDA <handa@etl.go.jp>
759
760 * quail/czech.el ("czech"): Make this input method deterministic,
761 kbd-translate, and show-layout.
762
7631998-08-15 Kenichi HANDA <handa@etl.go.jp>
764
765 * quail/ethiopic.el: Fix several translation rules.
766
7671998-08-12 Milan Zamazal <pdm@fi.muni.cz>
768
769 * quail/czech.el: Few key sequences added to some keyboards.
770
7711998-08-06 Kenichi Handa <handa@etl.go.jp>
772
773 * quail/japanese.el (quail-japanese-use-double-n): New variable.
774 (quail-japanese-update-translation): Adjusted for the change of
775 quail-update-translation. Now this function should return
776 CONTROL-FLAG.
777 (quail-japanese-toggle-kana): Update quail-conversion-str.
778 (quail-japanese-kanji-kkc): Likewise.
779 (quail-japanese-switch-package): Reset quail-current-str and
780 quail-conversion-str.
781
7821998-07-24 Kenichi Handa <handa@etl.go.jp>
783
784 * quail/japanese.el (quail-japanese-kanji-kkc): Set
785 quail-translation to nil after calling kkc-region so that
786 translation mode is restarted correctly.
787
7881998-07-21 Kenichi Handa <handa@etl.go.jp>
789
790 * quail/japanese.el (quail-japanese-kanji-kkc): Handle the case
791 that conversion is cancelled in kkc-region.
792 (quail-japanese-switch-package): Fix previous change.
793
7941998-07-19 Kenichi Handa <handa@etl.go.jp>
795
796 * quail/japanese.el (quail-japanese-update-translation): Handle
797 a key which should fix the current translation and start a new
798 translation correctly.
799 (quail-japanese-toggle-kana): Set quail-translating to nil. Don't
800 change point.
801
8021998-07-15 Kenichi Handa <handa@etl.go.jp>
803
804 * quail/japanese.el (quail-japanese-kanji-kkc): Adjusted for the
805 change of quail.el.
806 (quail-japanese-switch-package): Likewise.
807
8081998-07-03 Kenichi Handa <handa@etl.go.jp>
809
810 * quail/symbol-ksc.el: Keys for modern Korean syllables fixed.
811 Some keys for ancient Korean syllables are changed properly.
812
8131998-06-20 Kenichi Handa <handa@etl.go.jp>
814
815 * quail/ethiopic.el: Don't add hook to quail-mode-hook.
816 (ethio-select-a-translation): New function.
817
8181998-06-10 Richard Stallman <rms@psilocin.ai.mit.edu>
819
820 * Makefile.in (RUN-EMACS): Add --multibyte.
821
8221998-04-29 Karl Heuer <kwzh@gnu.org>
823
824 * Makefile.in (SLAVIC): Delete redundant backslash.
825
8261998-04-28 Richard Stallman <rms@psilocin.gnu.org>
827
828 * Makefile.in (install): Make INSTALLDIR and contents world-readable.
829
8301998-04-20 Kenichi Handa <handa@etl.go.jp>
831
832 * Makefile.in (SLAVIC): New macro.
833 (EUROPEAN): Include ${SLAVIC}.
834
8351998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
836
837 * Makefile.in: Prepend ${srcdir} to all non-TIT lisp file names.
838 (leim-list.el): Depend on ${WORLD}.
839
840 * latin-alt.el (latin-2-alt-postfix): Doc fix.
841
8421998-04-08 Karl Heuer <kwzh@mescaline.gnu.org>
843
844 * czech.el, slovak.el: Correct starting commentary.
845
8461998-04-07 Milan Zamazal <pdm@fi.muni.cz>
847
848 * quail/czech.el, quail/slovak.el: Correct starting commentary.
849
8501998-04-06 Andreas Schwab <schwab@gnu.org>
851
852 * lrt.el (lrt-composing-pattern-double-c): Change chars-in-string
853 to length.
854 (lrt-generate-quail-map): Change sref to aref, and make second
855 argument of substring a character index.
856
8571998-03-26 Richard Stallman <rms@psilocin.gnu.org>
858
859 * Makefile.in (${TIT}): Fix shell conditional syntax.
860
8611998-03-18 Kenichi Handa <handa@etl.go.jp>
862
863 * quail/latin-pre.el ("latin-1-prefix"): Fix the translation of
864 "/ " to "/" (instead of " ").
865
8661998-03-17 Richard Stallman <rms@psilocin.gnu.org>
867
868 * quail/czech.el, quail/slovak.el: New files.
869
8701998-03-10 Richard Stallman <rms@psilocin.gnu.org>
871
872 * Makefile.in (BUILT-EMACS): Variable renamed from EMACS.
873 Uses changed.
874
8751998-03-05 Kenichi Handa <handa@etl.go.jp>
876
877 * Makefile.in (${TIT}): To byte-compile quail packages, use just
878 built quail.
879
8801997-12-09 Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de>
881
882 * quail/hanja3.el: New file.
883
884 * quail/hanja-jis.el: Title string of the input method
885 "korean-hanja-jis" changed.
886
887 * quail/symbol-ksc.el: Title string of the input method
888 "korean-symbol" changed. Require 'korea-util.
889 (quail-hangul-switch-back): Deleted.
890
891 * quail/hangul3.el: Require 'korea-util.
892 (quail-hangul-switch-to-symbol-ksc): Deleted.
893
894 * quail/hanja.el: Require 'korea-util. Title string of the input
895 method "korean-hanja" changed.
896 (quail-hanja-switch-to-symbol-ksc): Deleted.
897
898 * quail/hangul.el: Require 'korea-util.
899 (quail-hangul-switch-to-symbol-ksc): Deleted.
a4416b14 900
58af2287
DL
9011997-10-23 Kenichi Handa <handa@etl.go.jp>
902
903 * quail/ethiopic.el: The title string of input method "Ethiopic"
904 is changed.
905
9061997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
907
908 * Version 20.2 released.
909
9101997-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
911
912 * quail/latin-post.el (german): Swap y and z.
913
9141997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
915
916 * Version 20.1 released.
917
918 * quail/latin-alt.el (latin-2-postfix): Use : for double-acute again.
a4416b14 919
58af2287
DL
9201997-09-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
921
922 * quail/viqr.el (vietnamese-viqr): Doc fix.
923
9241997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
925
926 * quail/latin-alt.el: New file.
927
9281997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
929
930 * quail/latin-post.el: Undo previous change.
a4416b14 931
58af2287
DL
9321997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
933
934 * quail/latin-post.el (latin-2-postfix):
935 Replace comma and period with `. Replace colon with /.
936 (latin-1-postfix): Replace comma with /.
937 (french-postfix): Replace comma with /.
938 (latin-3-postfix): Replace comma with ` and period with /.
939 (latin-4-postfix): Replace comma with ` and period with ~.
940 (latin-5-postfix): Replace comma with ` and period with /.
941 (turkish-postfix): Replace comma with ` and period with /.
942
9431997-09-10 Kenichi Handa <handa@etl.go.jp>
944
945 * quail/ethiopic.el: Don't bind keys in quail-mode-map. The
946 function added to quail-mode-hook turn ethio-mode on only when
947 input method "ethiopic" is begin used.
948 (ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el.
949 (ethio-toggle-space): Likewise.
950 (ethio-insert-space): Likewise.
951 (ethio-insert-ethio-space): Likewise.
952 (ethio-prefer-ascii-punctuation): Likewise.
953 (ethio-toggle-punctuation): Likewise.
954 (ethio-gemination): Likewise.
955 ("ethiopic"): Doc-string of this Quail package modified. Bind
956 function keys for TRANSLATION-KEYMAP to
957 quail-execute-non-quail-command.
958
9591997-09-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
960
961 * Makefile.in (install): Use quail/* in the second tar that
962 copies a dir named quail.
963
9641997-09-03 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
965
966 * Makefile.in (install): Do not copy leim-list.el twice. Copy
967 `skk' subdirectory too.
968
9691997-09-03 Kenichi Handa <handa@etl.go.jp>
970
971 * quail/cyrillic.el: For each package, pass t for the SIMPLE
972 argument to quail-define-package.
973 * quail/cyril-jis.el: Likewise
974 * quail/greek.el: Likewise.
975 * quail/ipa.el: Likewise.
976 * quail/lao.el: Likewise.
977 * quail/lrt.el: Likewise.
978 * quail/thai.el: Likewise.
979 * quail/viqr.el: Likewise.
980
9811997-08-30 Naoto TAKAHASHI <ntakahas@etl.go.jp>
982
983 * quail/ethiopic.el ("ethiopic"): Doc-sring fixed. Change the arg
984 TRANSLATION-KEYS.
985 (quail-mode-map): Change binding for ethio-insert-ethio-space.
986 (quail-mode-hook): Check the current Quail package name.
987
988 * quail/latin-post.el: Add rules for cancelling accents by typing
989 two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail
990 packages.
991
9921997-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
993
994 * quail/latin-post.el, quail/latin-pre.el: For each package,
995 pass t for the SIMPLE argument to quail-define-package.
996
9971997-08-28 Kenichi Handa <handa@etl.go.jp>
998
999 * Makefile.in (dotdot): This macro deleted.
1000 (SUBDIRS): Exclude skk.
1001 (all): Substitute ${WORLD} to ${TIT}.
1002 (%.el): This target deleted.
1003 (${TIT}): Check existence of `quail' subdirectory.
1004 (leim-list.el): Do not check old files.
1005 (install): If ${srcdir} is different from the current directory,
1006 copy also files under ${srcdir}.
1007
10081997-08-26 Kenichi Handa <handa@etl.go.jp>
1009
1010 * Makefile.in: Re-arrange macros so that the macro TIT contains
1011 only Quial packages generated from CXTERM dictionaries, and the
1012 macro NON-TIT contains only Quial packages distributed with Emacs.
1013 (install): Do not use -h option for tar, instead copy ${NON-TIT}
1014 and ${TIT} separately.
1015
10161997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1017
1018 * Makefile.in (install): Discard extra data in tar | tar command.
1019
10201997-08-23 Kenichi Handa <handa@etl.go.jp>
1021
1022 * quail/devanagari.el (quail-devanagari-compose-characters): Fix
1023 previous change.
1024 (quail-devanagari-hindi-compose-characters): Fix previous change.
1025
1026 * quail/japanese.el (quail-japanese-kkc-mode-exit): Fix previous
1027 change.
1028
10291997-08-22 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1030
1031 * Makefile.in (leim-list.el): Fix previous change.
1032
1033 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
1034
10351997-08-21 Kenichi HANDA <handa@etl.go.jp>
1036
1037 * quail/py-punct-b5.el: Name changed from py-punct-b5.el.
1038 * quail/tsang-b5.el: Name changed from tsangchi-b5.el.
1039 * quail/tsang-cns.el: Name changed from tsangchi-cns.el.
1040
1041 * Makefile.in (install): Just copy leim-list.el instead of running
1042 update-leim-list-file on ${INSTALLDIR}.
1043 (CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el,
1044 py-punct-b5.el -> pypunct-b5.el.
1045 (CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el.
1046 (leim-list.el): Delete old files not contained in ${WORLD}.
1047
1048 * quail/japanese.el (quail-japanese-kkc-mode-exit): Run
1049 input-method-after-insert-chunk-hook.
1050
1051 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
1052
10531997-08-19 Kenichi Handa <handa@etl.go.jp>
1054
1055 * quail/hangul.el ("korean-hangul"): Doc-string of this Quail
1056 package fixed.
1057
10581997-08-18 Kenichi Handa <handa@etl.go.jp>
1059
1060 * quail/japanese.el (quail-japanese-toggle-kana): Don't call
1061 throw.
1062 (quail-japanese-kanji-kkc): Completely re-written.
1063 (quail-japanese-kkc-mode-exit): New function.
1064 (quail-japanese-switch-package): Call activate-input-method
1065 instead of select-input-method.
1066
1067 * quail/thai.el (thai-consonant-input): Typo fixed.
1068
1069 * quail/devanagari.el (quail-devanagari-compose-characters): Do
1070 not call throw.
1071 (quail-devanagari-hindi-compose-characters): Likewise.
1072
1073 * quail/hangul.el (quail-hangul-switch-to-symbol-ksc): Call
1074 activate-input-method instead of select-input-method.
1075
1076 * quail/hangul3.el (quail-hangul-switch-to-symbol-ksc): Likewise.
1077
1078 * quail/symbol-ksc.el (quail-hangul-switch-back): Likewise. Use
1079 input-method-history instead of previous-input-method.
1080
10811997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu>
1082
1083 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.
1084
10851997-08-16 Kenichi Handa <handa@etl.go.jp>
1086
1087 * quail/lrt.el (lrt-vowel-table): Some elements corrected.
1088 ("lao-lrt"): Doc-string of this Quail package modified.
1089 Some tranlation rules added.
1090
1091 * quail/lao.el (lao-keyboard-mapping): Some elements corrected.
1092 (lao-quail-define-rules): Some translation rules corrected.
1093
10941997-08-11 Kenichi Handa <handa@etl.go.jp>
1095
1096 * quail/lrt.el: Some rules added for Quail package "lao-lrt".
1097 (lrt-vowel-table): The entry for "aM" corrected.
1098
10991997-08-07 Kenichi Handa <handa@etl.go.jp>
1100
1101 * quail/lrt.el: Change title string of input method "lao-lrt".
1102 (lrt-single-consonant-table): Several key sequence changed.
1103 (lrt-composing-pattern-double-c): Handle a consonant with
1104 semi-vowel-lower correctly.
1105 (lrt-handle-maa-sakod): Do not reset quail-current-key.
1106 (lrt-handle-tone-mark): Check the existence of double consonant
1107 correctly.
1108
1109 * quail/lao.el: Change title string of input method "Lao".
1110
11111997-08-04 Valery Alexeev <valery@domovoy.math.uga.edu>
1112
1113 * quail/cyrillic.el (cyrillic-translit): Doc-string of the package
1114 modified. Several tranlation rules modified.
1115
11161997-08-04 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1117
1118 * quail/cyrillic.el: Move Quail package cyrillic-jis-russian to
1119 quail/cyril-jis.el.
1120
1121 * quail/cyril-jis.el: New file.
1122
1123 * Makefile.in (RUSSIAN): Add quail/cyril-jis.el.
1124
11251997-08-01 Kenichi Handa <handa@etl.go.jp>
1126
1127 * quail/ethiopic.el: In quail-mode-map, bind
1128 ethio-insert-ethio-space Shift-SPACE. Add translation rules to
1129 Quail package "ethiopic".
1130
11311997-08-01 Valery Alexeev <valery@domovoy.math.uga.edu>
1132
1133 * quail/cyrillic.el (cyrillic-translit): New input method.
1134
11351997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1136
1137 * quail/tibetan.el: New file.
1138
1139 * quail/py-punct.el: Require 'quail.
1140
1141 * quail/py-punct-b5.el: Require 'quail.
1142
1143 * quail/ethiopic.el: Change Quail package name to "ethiopic".
1144 (ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.
1145
1146 * Makefile.in (TIT): New variable, contatination of TIT-GB and
1147 TIT-BIG5.
1148 (RUN-EMACS): Do not set EMACSLOADPATH.
1149 (ASIA): Include TIBEAN.
1150 (all): Remove stamp-bytecomp from dependency list.
1151 ({$TIT}): New target, substitues the target ${TIT-GB} ${TIT-BIG5}.
1152 (%.el): Make a link for byte-compiled file too.
1153 (stamp-bytecomp): Target deleted.
1154 (leim-list.el): Run Emacs with loading quail.
1155 (install-XXX): These targets deleted.
1156 (install): Remove files under INSTALLDIR before copying new files.
1157 Run Emacs with loading quail.
1158 (clean mostlyclean): Remove only generated files.
1159
11601997-07-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1161
1162 * Makefile.in (stamp-bytecomp): Fix shell conditional.
1163 (clean): Fix shell conditional.
1164
11651997-07-21 Jim Meyering <meyering@eng.ascend.com>
1166
1167 * Makefile.in: Use @LN_S@, not ln -s, in case no symlink support.
1168 (clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc.
1169
11701997-07-17 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1171
1172 * Makefile.in: Modified to avoid *.el files being regarded
1173 as intermidiate files and deleted by GNU make.
1174
1175 * quail/lrt.el (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
1176 (lrt-handle-maa-sakod): Correctly handle the case that
1177 quail-current-data is nil.
1178 (lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" +
1179 tone.
1180
11811997-07-15 Kenichi Handa <handa@etl.go.jp>
1182
1183 * quail/py-punct.el: New file.
1184
1185 * quail/py-punct-b5.el: New file.
1186
1187 * quail/japanese.el: Doc-string of Quail package japanese modified.
1188
1189 * Makefile.in: Rules re-written to avoid tricky code.
1190 (CHINEGE-GB): Include quail/py-punct.elc.
1191 (CHINEGE-BIG5): Include quail/py-punct-b5.elc.
a4416b14 1192
58af2287
DL
1193
11941997-07-10 Kenichi Handa <handa@etl.go.jp>
1195
1196 * quail/latin-pre.el: Change titles of quail packages.
1197
1198 * quail/latin-post.el: Likewise.
1199
6922b018
KH
1200
1201;; Local Variables:
1202;; coding: iso-2022-7bit-unix
1203;; End:
2a34a036
GM
1204
1205 Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc.
1206 Copying and distribution of this file, with or without modification,
1207 are permitted provided the copyright notice and this notice are preserved.