*** empty log message ***
[bpt/emacs.git] / leim / ChangeLog
CommitLineData
5c196f29
AI
12002-02-10 Andrew Innes <andrewi@gnu.org>
2
3 * makefile.w32-in ($(TIT)): Don't depend on $(SUBDIRS).
4 ($(MISC_DIC)): Ditto.
5
108eaabb
RS
62002-02-06 Richard M. Stallman <rms@gnu.org>
7
8 * quail/latin-pre.el (french-prefix): ", " => "," and "~ " => "~".
9 Don't define "~," at all.
10
cc13aa25
PJ
112002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
12
13 * quail/latin-pre.el (latin-2-prefix): Add \e,BL\e(B and \e,Bl\e(B.
14 From "Dr. Eduard Werner" <edi.werner@gmx.de>.
15
18e1da99 162002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
417f4d3a
EZ
17
18 * quail/greek.el: Changed the behavior of the "greek" input
18e1da99
EZ
19 method, to consider the "accent" and "diaeresis" as prefix keys.
20 A new method (named "greek-postfix") was added which implements
21 the old behavior. Also changed the mapping of the "Q/q" key to
22 produce the ":/;" characters, as is customary in greek keyboards.
23 From Nick Patavalis <npat@inaccessnetworks.com>.
417f4d3a 24
8f7d3eca
JC
252002-01-07 Jaeyoun Chung <jay@kldp.org>
26
27 * quail/hangul.el: removed key sequence mapping for O[rsfaqtTd].
28 Not used for Korean Hangul Type 2. (request from emacs-kr mailing
29 list).
30
121f67fa
EZ
312002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
32
33 * quail/cyrillic.el ("bulgarian-pho"): Fix a typo in a doc string.
34
7f93e2ab
DL
352002-01-01 Dave Love <fx@gnu.org>
36
37 * quail/indian.el (quail-define-indian-trans-package): Unquote
38 lambda.
39 (quail-define-inscript-package): Avoid mapcar*.
40
3c08498a
DL
412001-12-20 Dave Love <fx@gnu.org>
42
43 * quail/latin-ltx.el: Fix un-doubled backslashes.
44
96566974
DL
452001-12-15 Dave Love <fx@gnu.org>
46
47 * quail/latin-pre.el ("french-prefix", "german-prefix")
48 ("spanish-prefix"): Fix language assignment.
49
50 * quail/latin-post.el ("french-postfix", "german-postfix")
51 ("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix")
52 ("french-keyboard", "french-azerty", "german")
53 ("spanish-keyboard"): Fix language assignment.
54
55 * quail/indian.el: Don't require cl.
56 (quail-indian-flatten-list): Renamed from flatten-list.
57
58 * quail/cyrillic.el ("cyrillic-beylorussian")
59 ("cyrillic-ukrainian", "cyrillic-translit-bulgarian")
60 ("belarusian", "bulgarian-pho"): Fix language assignment.
61
62 * quail/latin-alt.el ("french-alt-postfix", "german-alt-postfix")
63 ("spanish-alt-postfix", "turkish-latin-3-alt-postfix")
64 ("turkish-alt-postfix"): Fix language assignment.
65 ("dutch"): Assign to Dutch. Use chars, not strings.
66 ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"):
67 New.
68
03f9f7ae
PJ
692001-12-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
70
71 * COPYING: New file.
72
eea6cc1f
JC
732001-12-03 Jaeyoun Chung <jay@kldp.org>
74
96566974 75 * quail/hangul3.el: Added a few convenient composing sequences for
eea6cc1f
JC
76 Korean keyboard type 3 users.
77
de371c8c
DL
782001-11-29 Dave Love <fx@gnu.org>
79
80 * quail/latin-ltx.el: Extra translations. Fix some
81 latin-iso8859-4 characters. Use Hebrew letters, not compatibility
82 symbols.
83
ea17b6e1
JR
842001-11-28 Juanma Barranquero <lektu@terra.es>
85
86 * makefile.w32-in (INDIAN): Adjusted for the file name change;
87 quail/devanagari.elc -> quail/indian.elc.
88
89 * makefile.nt (INDIAN): Likewise.
90
8727d588
RS
912001-11-21 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
92
93 * quail/devanagari.el: Renamed to indian.el.
94
95 * quail/indian.el: Renamed from devanagari.el, and completely
96 re-written. The input method devanagari-hindi-transliteration is
97 merged with devanagari-itrans, devanagari-keyboard-a is renamed to
98 devanagari-inscript, devanagari-transliteration is renamed to
99 devanagari-kyoto-harvard.
100
101 * Makefile.in: Adjusted for the file name change;
102 quail/devanagari.elc -> quail/indian.elc.
103
e154cc44
EZ
1042001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
105
106 * quail/welsh.el: Avoid an error message due to a commented-out
107 input method.
108
a6beb3d2
RS
1092001-11-05 Richard M. Stallman <rms@gnu.org>
110
111 * quail/rfc1345.el: Get rid of the explicit ^Z character.
112
cd946181
EZ
1132001-11-05 Eli Zaretskii <eliz@is.elta.co.il>
114
115 * quail/latin-ltx.el: Remove the call to IT-setup-unicode-display.
116
7115232b
DL
1172001-11-04 Dave Love <fx@gnu.org>
118
119 * Makefile.in (LATIN): Add welsh.
120 (UNICODE): New.
121 (MISC): Add georgian.
122 (WORLD): Add UNICODE.
123
124 * quail/welsh.el, quail/georgian.el, quail/rfc1345.el:
125 * quail/uni-input.el, quail/sgml-input.el: New file.
126
127 * quail/cyrillic.el ("bulgarian-pho", "belarusian"): New methods.
128
129 * quail/latin-alt.el ("dutch"): New method.
130
3a8b7edb
FP
1312001-10-27 Francesco Potorti` <pot@gnu.org>
132
133 * quail/latin-post.el ("italian-postfix"): Undo previous change.
134
135 * quail/latin-alt.el ("italian-alt-postfix"): Undo previous change.
136
a4416b14
FP
1372001-10-25 Francesco Potorti` <pot@gnu.org>
138
139 * quail/latin-post.el ("italian-postfix"): Euro symbol.
140
141 * quail/latin-alt.el ("italian-alt-postfix"): Euro symbol.
142
71431a0e
GM
1432001-10-20 Gerd Moellmann <gerd@gnu.org>
144
6aa97356 145 * (Version 21.1 released.)
71431a0e 146
c4e7e308
EZ
1472001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
148
149 * CXTERM-DIC/Punct-b5.tit: Add big5 Chinese double spaced alphabet
150 mappings, so that one could type them without leaving the Hanyu
151 Pinyin input method. Suggested by Kenichi Handa
152 <handa@etl.go.jp>.
153
51724e26
EZ
1542001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
155
156 * quail/greek.el ("greek-babel"): New input method. From David
157 Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
158
ab952a4f
GM
1592001-10-05 Gerd Moellmann <gerd@gnu.org>
160
161 * Branch for 21.1.
a4416b14 162
00651fbf
EZ
1632001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
164
165 * quail/greek.el ("greek-mizuochi"): Doc fix. From David Kastrup
166 <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
167
5a397d28
GM
1682001-08-06 Gerd Moellmann <gerd@gnu.org>
169
170 * quail/py-punct.el ("chinese-py-punct"): Copy the QUAIL-MAP of
171 "chinese-py".
172 ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy".
173
be567141
PJ
1742001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
175
176 * ja-dic/ja-dic.el, quail/cyril-jis.el, quail/cyrillic.el,
177 quail/czech.el, quail/devanagari.el, quail/ethiopic.el,
178 quail/greek.el, quail/hangul.el, quail/hangul3.el,
179 quail/hanja-jis.el, quail/hanja.el, quail/hanja3.el,
180 quail/hebrew.el, quail/ipa.el, quail/japanese.el, quail/lao.el,
181 quail/latin-alt.el, quail/latin-ltx.el, quail/latin-post.el,
182 quail/latin-pre.el, quail/lrt.el, quail/py-punct.el,
183 quail/pypunct-b5.el, quail/slovak.el, quail/symbol-ksc.el,
184 quail/thai.el, quail/tibetan.el, quail/viqr.el: Some fixes to
185 follow coding conventions.
186
e6aeb775
AC
1872001-06-04 Andrew Choi <akochoi@i-cable.com>
188
189 * quail/.cvsignore: Change CTLauB.el to CTLau-b5.el.
190
ec57454f
AI
1912001-06-01 Andrew Innes <andrewi@gnu.org>
192
193 * makefile.nt (TIT_GB): Remove quail/PY.elc and quail/ZIRANMA.elc.
194 (NON_TIT_BIG5): Remove $(srcdir)/quail/tsang-b5.elc and
195 $(srcdir)/quail/pypunct-b5.elc.
196 (NON_TIT_CNS): Remove.
197 (CHINESE_NON_TIT): Remove $(NON_TIT_CNS).
198 (CHINESE_CNS): Remove.
199 (KOREAN): Add $(srcdir)/quail/hanja3.elc.
200 (LATIN): Add $(srcdir)/quail/latin-alt.elc and
201 $(srcdir)/quail/latin-ltx.elc.
202 (MISC_DIC): Copy from Makefile.in.
203 (CHINESE): Remove $(CHINESE_CNS).
204 (all): Add $(MISC_DIC) as target.
205 (.NOTPARALLEL): New target.
206 (.NO_PARALLEL): New target.
207 ($(MISC_DIC)): New target.
208 (clean mostlyclean): Clean more stuff.
209 (TIT_EL): New macro.
210 (MISC_DIC_EL): New macro.
211
212 * makefile.w32-in (TIT-GB): Remove CTLau.elc from it.
213 (TIT-BIG5): Remove CTLauB.elc from it.
214 (MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it.
215 (clean mostlyclean): Remove obsolete reference.
216
70079787
EZ
2172001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
218
219 * quail/latin-ltx.el [ms-dos]: Call IT-setup-unicode-display.
220
5e3d4fbc
AC
2212001-05-24 Andrew Choi <akochoi@i-cable.com>
222
937fad9a
AC
223 * Makefile.in (MISC-DIC): Change CTLauB.elc to CTLau-b5.elc.
224
5e3d4fbc
AC
225 * CXTERM-DIC/CTLau.tit, CXTERM-DIC/CTLauB.tit: Delete files.
226
227 * MISC-DIC/CTLau.html, MISC-DIC/CTLau-b5.html: Add files.
228
229 * Makefile.in (TIT-GB): Remove CTLau.elc from it.
230 (TIT-BIG5): Remove CTLauB.elc from it.
231 (MISC-DIC): Add CTLau.elc and CTLauB.elc to it.
232
f042e7b9
DL
2332001-05-17 Dave Love <fx@gnu.org>
234
235 * quail/latin-ltx.el ("TeX"): Renamed from "latin-latex2e".
236 Language family and indicator changed. Many new translations.
237
f08cf35b
GM
2382001-05-17 Gerd Moellmann <gerd@gnu.org>
239
240 * quail/slovak.el, quail/czech.el: Set guidance to t for czech and
241 slovak input methods. New maintainer. From Pavel Jan\e,Am\e(Bk
242 <Pavel@Janik.cz>.
243
b5eeaa1d
GM
2442001-04-23 Gerd Moellmann <gerd@gnu.org>
245
246 * quail/latin-ltx.el: Add more translations. From
247 jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
248
55a22ce1
EZ
2492001-04-19 Eli Zaretskii <eliz@is.elta.co.il>
250
251 * quail/hangul.el <korean-hangul>: Doc fix.
252
90200fcc
AI
2532001-04-18 Andrew Innes <andrewi@gnu.org>
254
255 * makefile.w32-in (EMACSLOADPATH): Define.
a4416b14
FP
256 ($(TIT)):
257 ($(MISC_DIC)):
258 (.el.elc):
90200fcc
AI
259 (leim-list.el): Remove stuff to set EMACSLOADPATH.
260
f383cd0d
GM
2612001-04-05 Gerd Moellmann <gerd@gnu.org>
262
a55e4e68
GM
263 * Makefile.in (install): Remove .cvsignore files.
264
f383cd0d
GM
265 * quail/japanese.el ("japanese-hankaku-kana"): Don't use
266 the same translations as for `japanese'.
267
4c1dadb1
AI
2682001-04-03 Andrew Innes <andrewi@gnu.org>
269
270 * makefile.w32-in (TIT_GB): Delete quail/PY.elc and
271 quail/ZIRANMA.elc.
272 (NON_TIT_BIG5): Delete $(srcdir)/quail/quick-b5.elc and
273 $(srcdir)/quail/tsang-b5.elc.
274 (NON_TIT_CNS): Delete.
275 (CHINESE_NON_TIT): Delete $(NON-TIT-CNS).
276 (CHINESE_CNS): Delete.
277 (KOREAN): Add ${srcdir}/quail/hanja3.elc. From Kenichi Handa
278 <handa@etl.go.jp>.
279 (MISC_DIC): New variable.
280 (CHINESE): Delete $(CHINESE_CNS).
281 (WORLD): Add $(MISC_DIC).
282 (all): Depends on $(MISC_DIC).
283 (.NOTPARALLEL, .NO_PARALLEL): New special targets.
284 ($(MISC_DIC)): New target.
285 (clean mostlyclean): Delete also $(NONTIT), $(WORLD), $(MISC_DIC)
286 and $(MISC_DIC:.elc=.el).
287
e217c26e
EZ
2882001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
289
a46d278b
EZ
290 * Makefile.in (KOREAN): Add ${srcdir}/quail/hanja3.elc. From
291 Kenichi Handa <handa@etl.go.jp>.
292
e217c26e
EZ
293 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.
294
a3d0b0e0
KH
2952001-03-31 Kenichi Handa <handa@etl.go.jp>
296
297 * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
298 (NON-TIT-BIG5): Delete ${srcdir}/quail/quick-b5.elc
299 ${srcdir}/quail/tsang-b5.elc.
300 (CHINESE-NON-TIT): Delete ${NON-TIT-CNS}.
301 (CHINESE-CNS): Delete it.
302 (MISC-DIC): New variable.
303 (CHINESE): Delete ${CHINESE-CNS}.
4c1dadb1 304 (WORLD): Add ${MISC-DIC}.
a3d0b0e0
KH
305 (all): Depends on ${MISC-DIC}.
306 (${MISC-DIC}): New target.
307 (clean mostlyclean): Delete also ${MISC-DIC} ${MISC-DIC:.elc=.el}.
308
309 * MISC-DIC/cangjie-table.b5, MISC-DIC/cangjie-table.cns,
310 MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: New files.
311
312 * CXTERM-DIC/PY.tit, CXTERM-DIC/ZIRANMA.tit: Delete them.
313
314 * quail/tsang-b5.el, quail/tsang-cns.el, quail/quick-b5.el,
315 quail/quick-cns.el: Delete them.
a4416b14 316
9d5d1075
EZ
3172001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
318
319 * Makefile.in (${TIT}): Fix whitespace.
320
ed31fabf
GM
3212001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
322
323 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): New special targets.
324 (${TIT}): If the target file already exist, don't remake it.
325
1e406be0
KH
3262001-03-21 Kenichi Handa <handa@etl.go.jp>
327
328 * quail/slovak.el ("slovak"): Translate "=q" to "`".
329
8f369c02
KH
3302001-03-16 Pavel Jan\e,Bm\e(Bk ml. <Pavel@Janik.cz>
331
332 * quail/slovak.el ("slovak"): Delete translations of "q", "Q",
333 "=q", "+q", "=Q", and "+Q".
334 ("slovak-prog-1"): Give t to the arg SHOW-LAYOUT.
335 ("slovak-prog-2"): Likewise.
336 ("slovak-prog-3"): Likewise.
337
abfa36c4
EZ
3382001-03-16 Eli Zaretskii <eliz@is.elta.co.il>
339
340 * quail/latin-post.el ("finnish-keyboard"): Fix a typo.
341
b8a7ebcf
KH
3422001-03-16 Kenichi Handa <handa@etl.go.jp>
343
344 * quail/japanese.el (quail-japanese-transliteration-rules): New
345 variable. Use it to define these input methods: "japanese",
346 "japanese-hiragana", "japanese-katakana".
1bdfe188
KH
347 (quail-japanese-kana-state): Delete this variable.
348 (quail-japanese-toggle-kana): Don't use quail-japanese-kana-state,
349 instead check if there's any Hiraganas in the converison region.
b8a7ebcf 350
9a639fce
KH
3512001-03-14 Kenichi Handa <handa@mule.m17n.org>
352
353 * quail/slovak.el ("slovak"): Give t to the arg SHOW-LAYOUT.
354
51ab41b7
KH
3552001-03-06 Kenichi Handa <handa@etl.go.jp>
356
357 * CXTERM-DIC/4Corner.tit: Add copyright notice.
358
36d5e61d
KH
3592001-03-05 Kenichi Handa <handa@etl.go.jp>
360
361 * quail/ethiopic.el ("ethiopic"): Docstring adjusted for the
362 change of the speicial key bindings.
363
bf0bdce8
KH
3642001-02-22 Kenichi Handa <handa@etl.go.jp>
365
51ab41b7 366 * CXTERM-DIC/ARRAY30.tit: Add copyright notice.
bf0bdce8
KH
367
368 * CXTERM-DIC/ETZY.tit: Likewise.
369
370 * CXTERM-DIC/ZOZY.tit: Likewise.
371
193fba87
AI
3722001-02-05 Andrew Innes <andrewi@gnu.org>
373
374 * makefile.w32-in (BUILT_EMACS): Use $(THISDIR) to make emacs.exe
375 path absolute.
376
350d71b3
AI
3772001-02-03 Andrew Innes <andrewi@gnu.org>
378
379 * makefile.w32-in (LATIN): Fix last change to use () not {}.
380
49bd4a69
KH
3812001-02-02 Kenichi Handa <handa@etl.go.jp>
382
383 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc.
384
385 * makefile.w32-in (LATIN): Likewise.
386
387 * quail/latin-ltx.el: New file -- LaTeX-like Latin input method.
388
a51e9546
AI
3892001-02-01 Andrew Innes <andrewi@gnu.org>
390
391 * makefile.w32-in (LATIN): Include $(srcdir)/quail/latin-alt.elc.
392
c91d43ed
KH
3932001-02-01 Kenichi Handa <handa@etl.go.jp>
394
395 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc.
396
397 * quail/greek.el ("greek-mizuochi"): New input method for
398 classical Greek.
399
7ccf7ab9 4002001-01-28 Gerd Moellmann <gerd@gnu.org>
c522cff0 401
7ccf7ab9 402 * Makefile.in (extraclean): Added target so make doesn't die if
c522cff0
BW
403 one runs "make extraclean" at the top level.
404
0dac6924
AI
4052001-01-06 Andrew Innes <andrewi@gnu.org>
406
407 * makefile.nt ($(TIT)): Map .elc to .el.
408 (buildlisppath): Make path relative to $(MAKEDIR).
409
392164c1
AS
4102001-01-01 Andreas Schwab <schwab@suse.de>
411
412 * quail/latin-alt.el: Doc fixes.
413
ec6bd013
DL
4142000-12-18 Dave Love <fx@gnu.org>
415
416 * quail/latin-pre.el <latin-9-prefix>: Delete duplicate \e,b(\e(B entry.
417 Change \e,b=\e(B, \e,b<\e(B, \e,b6\e(B.
418
8ff06845
KH
4192000-12-16 Kenichi Handa <handa@etl.go.jp>
420
421 * ja-dic/ja-dic.el: Re-generated by the new ja-dic-cnv.el.
422
4ee87dbb
AI
4232000-12-06 Andrew Innes <andrewi@gnu.org>
424
425 * makefile.w32-in (buildlisppath): Set to an absolute directory,
426 relative to $(CURDIR).
427 (INSTALLDIR): Use forward slash.
428
24c53d36
AI
4292000-11-24 Andrew Innes <andrewi@gnu.org>
430
431 * makefile.w32-in (.SUFFIXES): New target, include .elc .el.
432
433 * makefile.nt (.SUFFIXES): New target, include .elc .el.
434
37c35586
KH
4352000-11-21 Kenichi Handa <handa@etl.go.jp>
436
437 * Makefile.in (.SUFFIXES): New target, include .elc .el.
438
3c7d764e
KH
4392000-11-17 Kenichi Handa <handa@etl.go.jp>
440
441 * quail/japanese.el (quail-japanese-kanji-kkc): Use marker to
442 remember the conversion start.
443
f3d3c491
AI
4442000-10-21 Andrew Innes <andrewi@gnu.org>
445
446 * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead
447 of conditional invocation of make.
a4416b14
FP
448 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
449 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
f3d3c491
AI
450 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
451 files to .elc.
452 ($(TIT)): Adjusted for the above change.
453 (clean mostlyclean): Likewise.
454 (.el.elc): New target.
455
456 * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead
457 of conditional invocation of make.
a4416b14
FP
458 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
459 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
f3d3c491
AI
460 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
461 files to .elc.
462 ($(TIT)): Adjusted for the above change.
463 (clean mostlyclean): Likewise.
464 (.el.elc): New target.
465
a115794c
EZ
4662000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
467
468 * Makefile.in (${TIT}, clean): Don't use shell `command`
469 expansion, use ${TIT:.elc=.el} instead.
470
ce75c97a
GM
4712000-09-26 Gerd Moellmann <gerd@gnu.org>
472
473 * Makefile.in: Make this the leim Makefile.in.
474 (clean): Also remove $NON-TIT and $WORLD.
475 (RUN-EMACS): Set EMACSLOADPATH.
476
7b920aa1
KH
4772000-09-21 Kenichi Handa <handa@etl.go.jp>
478
36e44f62
KH
479 * Makefile.in: Revert to no-leim Makefile.
480
cd3c0140
KH
481 * quail/.cvsignore: Include *.elc.
482
483 * ja-dic/.cvsignore: New file.
7b920aa1 484
5eedab4d
AI
4852000-09-16 Andrew Innes <andrewi@gnu.org>
486
487 * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
488 (leim-list.el): Ditto.
489
490 * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
491 (leim-list.el): Ditto.
492
39f547f7
AI
4932000-09-15 Andrew Innes <andrewi@gnu.org>
494
495 * makefile.w32-in (clean mostlyclean): Ignore errors when removing
496 files.
497
fe83b953
AI
4982000-09-14 Andrew Innes <andrewi@gnu.org>
499
500 * makefile.w32-in (clean mostlyclean): Ignore errors when deleting
501 leim-list.el.
502 (distclean maintainer-clean): Ditto for stamp-subdir.
503
504 * makefile.nt: Rename skkdic to ja-dic.
505
0fddd0dc
KH
5062000-09-07 Kenichi Handa <handa@etl.go.jp>
507
508 * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard
509 translation.
510
511 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Docstring modified.
512
513 * quail/py-punct.el ("chinese-py-punct"): Docstring modified.
514 ("chinese-tonepy-punct"): New input method.
515
516 * quail/latin-pre.el ("polish-slash"): Don't use keyboard
517 translation.
518
519 * quail/japanese.el ("japanese"): Delete the key sequence for
520 Roman transliteration from the docstring because it's now shonw
521 automatically.
522 ("japanese-ascii", "japanese-zenkaku")
523 ("japanese-hankaku-kana", "japanese-hiragana")
524 ("japanese-katakana"): Docstring modified.
525
526 * quail/czech.el ("czech-qwerty"): Changed to show keyboard layout
527 on describe-input-method.
528 ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise.
529
44ef7cf6
AI
5302000-09-03 Andrew Innes <andrewi@gnu.org>
531
532 * makefile.w32-in: New file.
f8803e97 533 (install) Fix copying of directories.
44ef7cf6 534
5724ab7a
KH
5352000-08-31 Kenichi Handa <handa@etl.go.jp>
536
537 * quail/thai.el (thai-generate-quail-map): If the length of
538 translation is more than one, compose it.
539
daba11ce
DL
5402000-08-29 Dave Love <fx@gnu.org>
541
a39fb83d
DL
542 * quail/latin-pre.el ("latin-9-prefix"): Change entries for \e,b=\e(B and \e,b<\e(B.
543
daba11ce
DL
544 * Makefile.in: ja-dic <- skk in several places.
545
457dd64a
KH
5462000-08-25 Kenichi Handa <handa@etl.go.jp>
547
548 * ja-dic: Directory name changed from skkdic.
549
a1a2e38f 550 * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el.
457dd64a
KH
551
552 * README: Rename skkdic to ja-dic throughout the file.
553
68ce69e1
DL
5542000-08-24 Dave Love <fx@gnu.org>
555
556 * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New.
457dd64a 557 ("latin-1-prefix"): Add missing symbols.
68ce69e1 558
5a76406c
DL
5592000-08-23 Dave Love <fx@gnu.org>
560
561 * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give \e,A'\e(B and
562 add ~p for \e,A6\e(B.
563
240a16cf
KH
5642000-07-18 Kenichi Handa <handa@etl.go.jp>
565
566 * quail/japanese.el ("japanese"): Fix docstring.
567
7a3fd467
KH
5682000-07-17 Kenichi Handa <handa@etl.go.jp>
569
570 * quail/japanese.el ("japanese"): Docstring modified.
571
0bd5914b
KH
5722000-06-12 Kenichi Handa <handa@etl.go.jp>
573
574 * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted.
575 ("tibetan-wylie"): State transition table modified.
576
4dc1225b
KH
5772000-06-01 Kenichi Handa <handa@etl.go.jp>
578
579 * quail/tibetan.el: Change all tibetan-1-column characters to
580 tibetan. Quail map for "tibetan-wylie" fixed.
581
6733d074
KH
5822000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
583
584 * quail/latin-pre.el ("polish-slash"): New input method.
585
69766f94
KH
5862000-03-02 Kenichi Handa <handa@etl.go.jp>
587
588 * quail/latin-pre.el ("latin-1-prefix"): Add rules for symbols.
589
9a90d84c
GM
5902000-02-01 Gerd Moellmann <gerd@gnu.org>
591
592 * Makefile.in: Make this the no-leim Makefile. Move the
593 leim Makefile.in to ../leim-Makefile.in as it originally was.
594
595 * Makefile.noleim: Removed.
596
cba32d22
KH
5972000-01-28 Kenichi Handa <handa@etl.go.jp>
598
599 * quail/hanja.el (korean-hanja): Add an entry for "wod".
600
11ad3dee
KH
6012000-01-04 Kenichi Handa <handa@etl.go.jp>
602
603 * quail/japanese.el ("japanese"): Docstring augmented.
604
5ec14d3c
KH
6051999-12-15 Kenichi Handa <handa@etl.go.jp>
606
607 * quail/lao.el: Rewritten for new composition.
608
609 * quail/lrt.el: Rewritten for new composition.
610
611 * quail/thai.el: Rewritten for new composition.
612
613 * quail/tibetan.el: Rewritten for new composition.
614
113a1195
KH
6151999-12-13 Kenichi Handa <handa@etl.go.jp>
616
617 * quail/latin-pre.el ("esperanto-prefix"): Make it produce Latin-3
618 characters, not Latin-1.
619
98e85e34
GM
6201999-11-22 Andrew Innes <andrewi@gnu.org>
621
622 * makefile.nt: No need to generate subdirs.el.
623
371f58d5
GM
6241999-11-21 Andrew Innes <andrewi@gnu.org>
625
626 * makefile.nt: New file.
627
26922151
GM
6281999-10-26 Gerd Moellmann <gerd@gnu.org>
629
630 * Makefile.noleim: New.
631
58af2287
DL
6321999-09-19 Ken'ichi Handa <handa@gnu.org>
633
634 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
635 turkish-postfix.
636 ("turkish-postfix"): New Turkish input method which inserts
637 Latin-5 characters.
638
639 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
640 turkish-alt-postfix.
641 ("turkish-alt-postfix"): New Turkish input method which inserts
642 Latin-5 characters.
643
6441999-07-12 Richard Stallman <rms@gnu.org>
645
646 * Version 20.4 released.
647
6481998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
649
650 * quail/cyrillic.el (cyrillic-jcuken): Use X11 keyboard layout.
651
6521999-06-14 Ken'ichi Handa <handa@gnu.org>
653
654 * quail/ethiopic.el ("ethiopic"): Add translation rules.
655
6561999-06-01 Jae-youn Chung <jay@compiler.kaist.ac.kr>
657
658 * quail/hanja3.el: Newly generated from hangul.el, hangul3.el, and
659 hanja.el.
660
6611999-05-25 Ken'ichi Handa <handa@gnu.org>
662
663 * quail/hangul3.el ("korean-hangul3"): Give MAXIMUM-SHORTEST t.
664
6651999-05-09 Tudor Hulubei <tudor@cs.unh.edu>
666
667 * quail/latin-pre.el ("romanian-prefix"): New input method.
668 ("romanian-alt-prefix"): New input method.
669
6701999-03-04 Kenichi Handa <handa@etl.go.jp>
671
672 * quail/latin-post.el ("spanish-postfix"): Add rule U" and u".
673
6741999-01-14 Kenichi Handa <handa@etl.go.jp>
675
676 * quail/japanese.el (quail-japanese-kanji-kkc): If the last char
677 to convert is `n', change it to Japanese Hiragana `n' before
678 conversion.
679
6801999-01-11 Kenichi Handa <handa@etl.go.jp>
681
682 * Makefile.in (MISC): Add ${srcdir}/quail/hebrew.el.
683
684 * quail/hebrew.el: New file.
685
6861998-12-15 Kenichi Handa <handa@etl.go.jp>
687
688 * quail/devanagari.el (quail-devanagari-compose-characters):
689 Adjusted for the change of input method handling.
690 (quail-devanagari-hindi-compose-characters): Likewise.
691
6921998-10-15 Kenichi Handa <handa@etl.go.jp>
693
694 * Makefile.in (leim-list.el): Use `(cd foo && pwd)` instead of
695 `(cd foo; pwd)`.
696 (install): Likewise.
697
6981998-10-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
699
700 * quail/latin-post.el: Many doc fixes.
701 ("latin-1-postfix"): Add sequence for the small superscript o.
702 * quail/latin-pre.el: Many doc fixes.
703 ("latin-1-prefix"): Add sequences for the small
704 superscript underlined o and a.
705
7061998-10-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
707
708 * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
709 small superscript underlined o and a.
710 ("italian-alt-postfix"): Change it to something useful and
a4416b14 711 different from italian-postfix.
58af2287
DL
712 * latin-post.el ("latin-1-postfix"): Add a method to enter the
713 small superscript underlined o and a.
714 ("italian-postfix"): Same as above.
715 ("italian-postfix"): Add methods to enter e with acute accent and
716 the >> and << symbols.
717
7181998-09-25 Kenichi Handa <handa@etl.go.jp>
719
720 * quail/japanese.el (quail-japanese-hankaku-update-translation):
721 Adjusted for the change of input method handling.
722
7231998-09-11 Kenichi HANDA <handa@etl.go.jp>
724
725 * quail/japanese.el (quail-japanese-katakana-update-translation):
726 Adjusted for the change of input method handling.
727
7281998-08-31 Kenichi Handa <handa@etl.go.jp>
729
730 * quail/tibetan.el (quail-tibetan-input-wylie): Adjusted for the
731 change of input method handling.
732 (quail-tibetan-input-tibkey): Likewise.
733
7341998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
735
736 * Version 20.3 released.
737
7381998-08-16 Kenichi HANDA <handa@etl.go.jp>
739
740 * quail/czech.el ("czech"): Make this input method deterministic,
741 kbd-translate, and show-layout.
742
7431998-08-15 Kenichi HANDA <handa@etl.go.jp>
744
745 * quail/ethiopic.el: Fix several translation rules.
746
7471998-08-12 Milan Zamazal <pdm@fi.muni.cz>
748
749 * quail/czech.el: Few key sequences added to some keyboards.
750
7511998-08-06 Kenichi Handa <handa@etl.go.jp>
752
753 * quail/japanese.el (quail-japanese-use-double-n): New variable.
754 (quail-japanese-update-translation): Adjusted for the change of
755 quail-update-translation. Now this function should return
756 CONTROL-FLAG.
757 (quail-japanese-toggle-kana): Update quail-conversion-str.
758 (quail-japanese-kanji-kkc): Likewise.
759 (quail-japanese-switch-package): Reset quail-current-str and
760 quail-conversion-str.
761
7621998-07-24 Kenichi Handa <handa@etl.go.jp>
763
764 * quail/japanese.el (quail-japanese-kanji-kkc): Set
765 quail-translation to nil after calling kkc-region so that
766 translation mode is restarted correctly.
767
7681998-07-21 Kenichi Handa <handa@etl.go.jp>
769
770 * quail/japanese.el (quail-japanese-kanji-kkc): Handle the case
771 that conversion is cancelled in kkc-region.
772 (quail-japanese-switch-package): Fix previous change.
773
7741998-07-19 Kenichi Handa <handa@etl.go.jp>
775
776 * quail/japanese.el (quail-japanese-update-translation): Handle
777 a key which should fix the current translation and start a new
778 translation correctly.
779 (quail-japanese-toggle-kana): Set quail-translating to nil. Don't
780 change point.
781
7821998-07-15 Kenichi Handa <handa@etl.go.jp>
783
784 * quail/japanese.el (quail-japanese-kanji-kkc): Adjusted for the
785 change of quail.el.
786 (quail-japanese-switch-package): Likewise.
787
7881998-07-03 Kenichi Handa <handa@etl.go.jp>
789
790 * quail/symbol-ksc.el: Keys for modern Korean syllables fixed.
791 Some keys for ancient Korean syllables are changed properly.
792
7931998-06-20 Kenichi Handa <handa@etl.go.jp>
794
795 * quail/ethiopic.el: Don't add hook to quail-mode-hook.
796 (ethio-select-a-translation): New function.
797
7981998-06-10 Richard Stallman <rms@psilocin.ai.mit.edu>
799
800 * Makefile.in (RUN-EMACS): Add --multibyte.
801
8021998-04-29 Karl Heuer <kwzh@gnu.org>
803
804 * Makefile.in (SLAVIC): Delete redundant backslash.
805
8061998-04-28 Richard Stallman <rms@psilocin.gnu.org>
807
808 * Makefile.in (install): Make INSTALLDIR and contents world-readable.
809
8101998-04-20 Kenichi Handa <handa@etl.go.jp>
811
812 * Makefile.in (SLAVIC): New macro.
813 (EUROPEAN): Include ${SLAVIC}.
814
8151998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
816
817 * Makefile.in: Prepend ${srcdir} to all non-TIT lisp file names.
818 (leim-list.el): Depend on ${WORLD}.
819
820 * latin-alt.el (latin-2-alt-postfix): Doc fix.
821
8221998-04-08 Karl Heuer <kwzh@mescaline.gnu.org>
823
824 * czech.el, slovak.el: Correct starting commentary.
825
8261998-04-07 Milan Zamazal <pdm@fi.muni.cz>
827
828 * quail/czech.el, quail/slovak.el: Correct starting commentary.
829
8301998-04-06 Andreas Schwab <schwab@gnu.org>
831
832 * lrt.el (lrt-composing-pattern-double-c): Change chars-in-string
833 to length.
834 (lrt-generate-quail-map): Change sref to aref, and make second
835 argument of substring a character index.
836
8371998-03-26 Richard Stallman <rms@psilocin.gnu.org>
838
839 * Makefile.in (${TIT}): Fix shell conditional syntax.
840
8411998-03-18 Kenichi Handa <handa@etl.go.jp>
842
843 * quail/latin-pre.el ("latin-1-prefix"): Fix the translation of
844 "/ " to "/" (instead of " ").
845
8461998-03-17 Richard Stallman <rms@psilocin.gnu.org>
847
848 * quail/czech.el, quail/slovak.el: New files.
849
8501998-03-10 Richard Stallman <rms@psilocin.gnu.org>
851
852 * Makefile.in (BUILT-EMACS): Variable renamed from EMACS.
853 Uses changed.
854
8551998-03-05 Kenichi Handa <handa@etl.go.jp>
856
857 * Makefile.in (${TIT}): To byte-compile quail packages, use just
858 built quail.
859
8601997-12-09 Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de>
861
862 * quail/hanja3.el: New file.
863
864 * quail/hanja-jis.el: Title string of the input method
865 "korean-hanja-jis" changed.
866
867 * quail/symbol-ksc.el: Title string of the input method
868 "korean-symbol" changed. Require 'korea-util.
869 (quail-hangul-switch-back): Deleted.
870
871 * quail/hangul3.el: Require 'korea-util.
872 (quail-hangul-switch-to-symbol-ksc): Deleted.
873
874 * quail/hanja.el: Require 'korea-util. Title string of the input
875 method "korean-hanja" changed.
876 (quail-hanja-switch-to-symbol-ksc): Deleted.
877
878 * quail/hangul.el: Require 'korea-util.
879 (quail-hangul-switch-to-symbol-ksc): Deleted.
a4416b14 880
58af2287
DL
8811997-10-23 Kenichi Handa <handa@etl.go.jp>
882
883 * quail/ethiopic.el: The title string of input method "Ethiopic"
884 is changed.
885
8861997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
887
888 * Version 20.2 released.
889
8901997-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
891
892 * quail/latin-post.el (german): Swap y and z.
893
8941997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
895
896 * Version 20.1 released.
897
898 * quail/latin-alt.el (latin-2-postfix): Use : for double-acute again.
a4416b14 899
58af2287
DL
9001997-09-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
901
902 * quail/viqr.el (vietnamese-viqr): Doc fix.
903
9041997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
905
906 * quail/latin-alt.el: New file.
907
9081997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
909
910 * quail/latin-post.el: Undo previous change.
a4416b14 911
58af2287
DL
9121997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
913
914 * quail/latin-post.el (latin-2-postfix):
915 Replace comma and period with `. Replace colon with /.
916 (latin-1-postfix): Replace comma with /.
917 (french-postfix): Replace comma with /.
918 (latin-3-postfix): Replace comma with ` and period with /.
919 (latin-4-postfix): Replace comma with ` and period with ~.
920 (latin-5-postfix): Replace comma with ` and period with /.
921 (turkish-postfix): Replace comma with ` and period with /.
922
9231997-09-10 Kenichi Handa <handa@etl.go.jp>
924
925 * quail/ethiopic.el: Don't bind keys in quail-mode-map. The
926 function added to quail-mode-hook turn ethio-mode on only when
927 input method "ethiopic" is begin used.
928 (ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el.
929 (ethio-toggle-space): Likewise.
930 (ethio-insert-space): Likewise.
931 (ethio-insert-ethio-space): Likewise.
932 (ethio-prefer-ascii-punctuation): Likewise.
933 (ethio-toggle-punctuation): Likewise.
934 (ethio-gemination): Likewise.
935 ("ethiopic"): Doc-string of this Quail package modified. Bind
936 function keys for TRANSLATION-KEYMAP to
937 quail-execute-non-quail-command.
938
9391997-09-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
940
941 * Makefile.in (install): Use quail/* in the second tar that
942 copies a dir named quail.
943
9441997-09-03 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
945
946 * Makefile.in (install): Do not copy leim-list.el twice. Copy
947 `skk' subdirectory too.
948
9491997-09-03 Kenichi Handa <handa@etl.go.jp>
950
951 * quail/cyrillic.el: For each package, pass t for the SIMPLE
952 argument to quail-define-package.
953 * quail/cyril-jis.el: Likewise
954 * quail/greek.el: Likewise.
955 * quail/ipa.el: Likewise.
956 * quail/lao.el: Likewise.
957 * quail/lrt.el: Likewise.
958 * quail/thai.el: Likewise.
959 * quail/viqr.el: Likewise.
960
9611997-08-30 Naoto TAKAHASHI <ntakahas@etl.go.jp>
962
963 * quail/ethiopic.el ("ethiopic"): Doc-sring fixed. Change the arg
964 TRANSLATION-KEYS.
965 (quail-mode-map): Change binding for ethio-insert-ethio-space.
966 (quail-mode-hook): Check the current Quail package name.
967
968 * quail/latin-post.el: Add rules for cancelling accents by typing
969 two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail
970 packages.
971
9721997-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
973
974 * quail/latin-post.el, quail/latin-pre.el: For each package,
975 pass t for the SIMPLE argument to quail-define-package.
976
9771997-08-28 Kenichi Handa <handa@etl.go.jp>
978
979 * Makefile.in (dotdot): This macro deleted.
980 (SUBDIRS): Exclude skk.
981 (all): Substitute ${WORLD} to ${TIT}.
982 (%.el): This target deleted.
983 (${TIT}): Check existence of `quail' subdirectory.
984 (leim-list.el): Do not check old files.
985 (install): If ${srcdir} is different from the current directory,
986 copy also files under ${srcdir}.
987
9881997-08-26 Kenichi Handa <handa@etl.go.jp>
989
990 * Makefile.in: Re-arrange macros so that the macro TIT contains
991 only Quial packages generated from CXTERM dictionaries, and the
992 macro NON-TIT contains only Quial packages distributed with Emacs.
993 (install): Do not use -h option for tar, instead copy ${NON-TIT}
994 and ${TIT} separately.
995
9961997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
997
998 * Makefile.in (install): Discard extra data in tar | tar command.
999
10001997-08-23 Kenichi Handa <handa@etl.go.jp>
1001
1002 * quail/devanagari.el (quail-devanagari-compose-characters): Fix
1003 previous change.
1004 (quail-devanagari-hindi-compose-characters): Fix previous change.
1005
1006 * quail/japanese.el (quail-japanese-kkc-mode-exit): Fix previous
1007 change.
1008
10091997-08-22 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1010
1011 * Makefile.in (leim-list.el): Fix previous change.
1012
1013 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
1014
10151997-08-21 Kenichi HANDA <handa@etl.go.jp>
1016
1017 * quail/py-punct-b5.el: Name changed from py-punct-b5.el.
1018 * quail/tsang-b5.el: Name changed from tsangchi-b5.el.
1019 * quail/tsang-cns.el: Name changed from tsangchi-cns.el.
1020
1021 * Makefile.in (install): Just copy leim-list.el instead of running
1022 update-leim-list-file on ${INSTALLDIR}.
1023 (CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el,
1024 py-punct-b5.el -> pypunct-b5.el.
1025 (CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el.
1026 (leim-list.el): Delete old files not contained in ${WORLD}.
1027
1028 * quail/japanese.el (quail-japanese-kkc-mode-exit): Run
1029 input-method-after-insert-chunk-hook.
1030
1031 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
1032
10331997-08-19 Kenichi Handa <handa@etl.go.jp>
1034
1035 * quail/hangul.el ("korean-hangul"): Doc-string of this Quail
1036 package fixed.
1037
10381997-08-18 Kenichi Handa <handa@etl.go.jp>
1039
1040 * quail/japanese.el (quail-japanese-toggle-kana): Don't call
1041 throw.
1042 (quail-japanese-kanji-kkc): Completely re-written.
1043 (quail-japanese-kkc-mode-exit): New function.
1044 (quail-japanese-switch-package): Call activate-input-method
1045 instead of select-input-method.
1046
1047 * quail/thai.el (thai-consonant-input): Typo fixed.
1048
1049 * quail/devanagari.el (quail-devanagari-compose-characters): Do
1050 not call throw.
1051 (quail-devanagari-hindi-compose-characters): Likewise.
1052
1053 * quail/hangul.el (quail-hangul-switch-to-symbol-ksc): Call
1054 activate-input-method instead of select-input-method.
1055
1056 * quail/hangul3.el (quail-hangul-switch-to-symbol-ksc): Likewise.
1057
1058 * quail/symbol-ksc.el (quail-hangul-switch-back): Likewise. Use
1059 input-method-history instead of previous-input-method.
1060
10611997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu>
1062
1063 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.
1064
10651997-08-16 Kenichi Handa <handa@etl.go.jp>
1066
1067 * quail/lrt.el (lrt-vowel-table): Some elements corrected.
1068 ("lao-lrt"): Doc-string of this Quail package modified.
1069 Some tranlation rules added.
1070
1071 * quail/lao.el (lao-keyboard-mapping): Some elements corrected.
1072 (lao-quail-define-rules): Some translation rules corrected.
1073
10741997-08-11 Kenichi Handa <handa@etl.go.jp>
1075
1076 * quail/lrt.el: Some rules added for Quail package "lao-lrt".
1077 (lrt-vowel-table): The entry for "aM" corrected.
1078
10791997-08-07 Kenichi Handa <handa@etl.go.jp>
1080
1081 * quail/lrt.el: Change title string of input method "lao-lrt".
1082 (lrt-single-consonant-table): Several key sequence changed.
1083 (lrt-composing-pattern-double-c): Handle a consonant with
1084 semi-vowel-lower correctly.
1085 (lrt-handle-maa-sakod): Do not reset quail-current-key.
1086 (lrt-handle-tone-mark): Check the existence of double consonant
1087 correctly.
1088
1089 * quail/lao.el: Change title string of input method "Lao".
1090
10911997-08-04 Valery Alexeev <valery@domovoy.math.uga.edu>
1092
1093 * quail/cyrillic.el (cyrillic-translit): Doc-string of the package
1094 modified. Several tranlation rules modified.
1095
10961997-08-04 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1097
1098 * quail/cyrillic.el: Move Quail package cyrillic-jis-russian to
1099 quail/cyril-jis.el.
1100
1101 * quail/cyril-jis.el: New file.
1102
1103 * Makefile.in (RUSSIAN): Add quail/cyril-jis.el.
1104
11051997-08-01 Kenichi Handa <handa@etl.go.jp>
1106
1107 * quail/ethiopic.el: In quail-mode-map, bind
1108 ethio-insert-ethio-space Shift-SPACE. Add translation rules to
1109 Quail package "ethiopic".
1110
11111997-08-01 Valery Alexeev <valery@domovoy.math.uga.edu>
1112
1113 * quail/cyrillic.el (cyrillic-translit): New input method.
1114
11151997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1116
1117 * quail/tibetan.el: New file.
1118
1119 * quail/py-punct.el: Require 'quail.
1120
1121 * quail/py-punct-b5.el: Require 'quail.
1122
1123 * quail/ethiopic.el: Change Quail package name to "ethiopic".
1124 (ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.
1125
1126 * Makefile.in (TIT): New variable, contatination of TIT-GB and
1127 TIT-BIG5.
1128 (RUN-EMACS): Do not set EMACSLOADPATH.
1129 (ASIA): Include TIBEAN.
1130 (all): Remove stamp-bytecomp from dependency list.
1131 ({$TIT}): New target, substitues the target ${TIT-GB} ${TIT-BIG5}.
1132 (%.el): Make a link for byte-compiled file too.
1133 (stamp-bytecomp): Target deleted.
1134 (leim-list.el): Run Emacs with loading quail.
1135 (install-XXX): These targets deleted.
1136 (install): Remove files under INSTALLDIR before copying new files.
1137 Run Emacs with loading quail.
1138 (clean mostlyclean): Remove only generated files.
1139
11401997-07-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1141
1142 * Makefile.in (stamp-bytecomp): Fix shell conditional.
1143 (clean): Fix shell conditional.
1144
11451997-07-21 Jim Meyering <meyering@eng.ascend.com>
1146
1147 * Makefile.in: Use @LN_S@, not ln -s, in case no symlink support.
1148 (clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc.
1149
11501997-07-17 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1151
1152 * Makefile.in: Modified to avoid *.el files being regarded
1153 as intermidiate files and deleted by GNU make.
1154
1155 * quail/lrt.el (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
1156 (lrt-handle-maa-sakod): Correctly handle the case that
1157 quail-current-data is nil.
1158 (lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" +
1159 tone.
1160
11611997-07-15 Kenichi Handa <handa@etl.go.jp>
1162
1163 * quail/py-punct.el: New file.
1164
1165 * quail/py-punct-b5.el: New file.
1166
1167 * quail/japanese.el: Doc-string of Quail package japanese modified.
1168
1169 * Makefile.in: Rules re-written to avoid tricky code.
1170 (CHINEGE-GB): Include quail/py-punct.elc.
1171 (CHINEGE-BIG5): Include quail/py-punct-b5.elc.
a4416b14 1172
58af2287
DL
1173
11741997-07-10 Kenichi Handa <handa@etl.go.jp>
1175
1176 * quail/latin-pre.el: Change titles of quail packages.
1177
1178 * quail/latin-post.el: Likewise.
1179
6922b018
KH
1180
1181;; Local Variables:
1182;; coding: iso-2022-7bit-unix
1183;; End:
2a34a036
GM
1184
1185 Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc.
1186 Copying and distribution of this file, with or without modification,
1187 are permitted provided the copyright notice and this notice are preserved.