Mercurial > emacs
annotate leim/ChangeLog @ 37976:23dc2eca0bd3
Proofreading changes from Tim Goodwin <tjg@star.le.ac.uk>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 01 Jun 2001 16:54:11 +0000 |
parents | cb43c257a4cd |
children | 7a5e9d959331 |
rev | line source |
---|---|
37975 | 1 2001-06-01 Andrew Innes <andrewi@gnu.org> |
2 | |
3 * makefile.nt (TIT_GB): Remove quail/PY.elc and quail/ZIRANMA.elc. | |
4 (NON_TIT_BIG5): Remove $(srcdir)/quail/tsang-b5.elc and | |
5 $(srcdir)/quail/pypunct-b5.elc. | |
6 (NON_TIT_CNS): Remove. | |
7 (CHINESE_NON_TIT): Remove $(NON_TIT_CNS). | |
8 (CHINESE_CNS): Remove. | |
9 (KOREAN): Add $(srcdir)/quail/hanja3.elc. | |
10 (LATIN): Add $(srcdir)/quail/latin-alt.elc and | |
11 $(srcdir)/quail/latin-ltx.elc. | |
12 (MISC_DIC): Copy from Makefile.in. | |
13 (CHINESE): Remove $(CHINESE_CNS). | |
14 (all): Add $(MISC_DIC) as target. | |
15 (.NOTPARALLEL): New target. | |
16 (.NO_PARALLEL): New target. | |
17 ($(MISC_DIC)): New target. | |
18 (clean mostlyclean): Clean more stuff. | |
19 (TIT_EL): New macro. | |
20 (MISC_DIC_EL): New macro. | |
21 | |
22 * makefile.w32-in (TIT-GB): Remove CTLau.elc from it. | |
23 (TIT-BIG5): Remove CTLauB.elc from it. | |
24 (MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it. | |
25 (clean mostlyclean): Remove obsolete reference. | |
26 | |
37971 | 27 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il> |
28 | |
29 * quail/latin-ltx.el [ms-dos]: Call IT-setup-unicode-display. | |
30 | |
37877 | 31 2001-05-24 Andrew Choi <akochoi@i-cable.com> |
32 | |
37881
64c896104a04
2001-05-24 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37877
diff
changeset
|
33 * Makefile.in (MISC-DIC): Change CTLauB.elc to CTLau-b5.elc. |
64c896104a04
2001-05-24 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37877
diff
changeset
|
34 |
37877 | 35 * CXTERM-DIC/CTLau.tit, CXTERM-DIC/CTLauB.tit: Delete files. |
36 | |
37 * MISC-DIC/CTLau.html, MISC-DIC/CTLau-b5.html: Add files. | |
38 | |
39 * Makefile.in (TIT-GB): Remove CTLau.elc from it. | |
40 (TIT-BIG5): Remove CTLauB.elc from it. | |
41 (MISC-DIC): Add CTLau.elc and CTLauB.elc to it. | |
42 | |
37790 | 43 2001-05-17 Dave Love <fx@gnu.org> |
44 | |
45 * quail/latin-ltx.el ("TeX"): Renamed from "latin-latex2e". | |
46 Language family and indicator changed. Many new translations. | |
47 | |
37769 | 48 2001-05-17 Gerd Moellmann <gerd@gnu.org> |
49 | |
50 * quail/slovak.el, quail/czech.el: Set guidance to t for czech and | |
51 slovak input methods. New maintainer. From Pavel Jan,Am(Bk | |
52 <Pavel@Janik.cz>. | |
53 | |
37424 | 54 2001-04-23 Gerd Moellmann <gerd@gnu.org> |
55 | |
56 * quail/latin-ltx.el: Add more translations. From | |
57 jsbien@mimuw.edu.pl (Janusz S. Bie,Bq(B). | |
58 | |
37397 | 59 2001-04-19 Eli Zaretskii <eliz@is.elta.co.il> |
60 | |
61 * quail/hangul.el <korean-hangul>: Doc fix. | |
62 | |
37385 | 63 2001-04-18 Andrew Innes <andrewi@gnu.org> |
64 | |
65 * makefile.w32-in (EMACSLOADPATH): Define. | |
66 ($(TIT)): | |
67 ($(MISC_DIC)): | |
68 (.el.elc): | |
69 (leim-list.el): Remove stuff to set EMACSLOADPATH. | |
70 | |
37203 | 71 2001-04-05 Gerd Moellmann <gerd@gnu.org> |
72 | |
37218 | 73 * Makefile.in (install): Remove .cvsignore files. |
74 | |
37203 | 75 * quail/japanese.el ("japanese-hankaku-kana"): Don't use |
76 the same translations as for `japanese'. | |
77 | |
37177 | 78 2001-04-03 Andrew Innes <andrewi@gnu.org> |
79 | |
80 * makefile.w32-in (TIT_GB): Delete quail/PY.elc and | |
81 quail/ZIRANMA.elc. | |
82 (NON_TIT_BIG5): Delete $(srcdir)/quail/quick-b5.elc and | |
83 $(srcdir)/quail/tsang-b5.elc. | |
84 (NON_TIT_CNS): Delete. | |
85 (CHINESE_NON_TIT): Delete $(NON-TIT-CNS). | |
86 (CHINESE_CNS): Delete. | |
87 (KOREAN): Add ${srcdir}/quail/hanja3.elc. From Kenichi Handa | |
88 <handa@etl.go.jp>. | |
89 (MISC_DIC): New variable. | |
90 (CHINESE): Delete $(CHINESE_CNS). | |
91 (WORLD): Add $(MISC_DIC). | |
92 (all): Depends on $(MISC_DIC). | |
93 (.NOTPARALLEL, .NO_PARALLEL): New special targets. | |
94 ($(MISC_DIC)): New target. | |
95 (clean mostlyclean): Delete also $(NONTIT), $(WORLD), $(MISC_DIC) | |
96 and $(MISC_DIC:.elc=.el). | |
97 | |
37129 | 98 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il> |
99 | |
37131 | 100 * Makefile.in (KOREAN): Add ${srcdir}/quail/hanja3.elc. From |
101 Kenichi Handa <handa@etl.go.jp>. | |
102 | |
37129 | 103 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}. |
104 | |
37117 | 105 2001-03-31 Kenichi Handa <handa@etl.go.jp> |
106 | |
107 * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc | |
108 (NON-TIT-BIG5): Delete ${srcdir}/quail/quick-b5.elc | |
109 ${srcdir}/quail/tsang-b5.elc. | |
110 (CHINESE-NON-TIT): Delete ${NON-TIT-CNS}. | |
111 (CHINESE-CNS): Delete it. | |
112 (MISC-DIC): New variable. | |
113 (CHINESE): Delete ${CHINESE-CNS}. | |
37177 | 114 (WORLD): Add ${MISC-DIC}. |
37117 | 115 (all): Depends on ${MISC-DIC}. |
116 (${MISC-DIC}): New target. | |
117 (clean mostlyclean): Delete also ${MISC-DIC} ${MISC-DIC:.elc=.el}. | |
118 | |
119 * MISC-DIC/cangjie-table.b5, MISC-DIC/cangjie-table.cns, | |
120 MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: New files. | |
121 | |
122 * CXTERM-DIC/PY.tit, CXTERM-DIC/ZIRANMA.tit: Delete them. | |
123 | |
124 * quail/tsang-b5.el, quail/tsang-cns.el, quail/quick-b5.el, | |
125 quail/quick-cns.el: Delete them. | |
126 | |
37075 | 127 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il> |
128 | |
129 * Makefile.in (${TIT}): Fix whitespace. | |
130 | |
37061 | 131 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il> |
132 | |
133 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): New special targets. | |
134 (${TIT}): If the target file already exist, don't remake it. | |
135 | |
36917 | 136 2001-03-21 Kenichi Handa <handa@etl.go.jp> |
137 | |
138 * quail/slovak.el ("slovak"): Translate "=q" to "`". | |
139 | |
36843 | 140 2001-03-16 Pavel Jan,Bm(Bk ml. <Pavel@Janik.cz> |
141 | |
142 * quail/slovak.el ("slovak"): Delete translations of "q", "Q", | |
143 "=q", "+q", "=Q", and "+Q". | |
144 ("slovak-prog-1"): Give t to the arg SHOW-LAYOUT. | |
145 ("slovak-prog-2"): Likewise. | |
146 ("slovak-prog-3"): Likewise. | |
147 | |
36838 | 148 2001-03-16 Eli Zaretskii <eliz@is.elta.co.il> |
149 | |
150 * quail/latin-post.el ("finnish-keyboard"): Fix a typo. | |
151 | |
36831 | 152 2001-03-16 Kenichi Handa <handa@etl.go.jp> |
153 | |
154 * quail/japanese.el (quail-japanese-transliteration-rules): New | |
155 variable. Use it to define these input methods: "japanese", | |
156 "japanese-hiragana", "japanese-katakana". | |
36833 | 157 (quail-japanese-kana-state): Delete this variable. |
158 (quail-japanese-toggle-kana): Don't use quail-japanese-kana-state, | |
159 instead check if there's any Hiraganas in the converison region. | |
36831 | 160 |
36793 | 161 2001-03-14 Kenichi Handa <handa@mule.m17n.org> |
162 | |
163 * quail/slovak.el ("slovak"): Give t to the arg SHOW-LAYOUT. | |
164 | |
36573 | 165 2001-03-06 Kenichi Handa <handa@etl.go.jp> |
166 | |
167 * CXTERM-DIC/4Corner.tit: Add copyright notice. | |
168 | |
36535 | 169 2001-03-05 Kenichi Handa <handa@etl.go.jp> |
170 | |
171 * quail/ethiopic.el ("ethiopic"): Docstring adjusted for the | |
172 change of the speicial key bindings. | |
173 | |
36386 | 174 2001-02-22 Kenichi Handa <handa@etl.go.jp> |
175 | |
36573 | 176 * CXTERM-DIC/ARRAY30.tit: Add copyright notice. |
36386 | 177 |
178 * CXTERM-DIC/ETZY.tit: Likewise. | |
179 | |
180 * CXTERM-DIC/ZOZY.tit: Likewise. | |
181 | |
35903 | 182 2001-02-05 Andrew Innes <andrewi@gnu.org> |
183 | |
184 * makefile.w32-in (BUILT_EMACS): Use $(THISDIR) to make emacs.exe | |
185 path absolute. | |
186 | |
35873 | 187 2001-02-03 Andrew Innes <andrewi@gnu.org> |
188 | |
189 * makefile.w32-in (LATIN): Fix last change to use () not {}. | |
190 | |
35836 | 191 2001-02-02 Kenichi Handa <handa@etl.go.jp> |
192 | |
193 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc. | |
194 | |
195 * makefile.w32-in (LATIN): Likewise. | |
196 | |
197 * quail/latin-ltx.el: New file -- LaTeX-like Latin input method. | |
198 | |
35834 | 199 2001-02-01 Andrew Innes <andrewi@gnu.org> |
200 | |
201 * makefile.w32-in (LATIN): Include $(srcdir)/quail/latin-alt.elc. | |
202 | |
35809 | 203 2001-02-01 Kenichi Handa <handa@etl.go.jp> |
204 | |
205 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc. | |
206 | |
207 * quail/greek.el ("greek-mizuochi"): New input method for | |
208 classical Greek. | |
209 | |
35771 | 210 2001-01-28 Gerd Moellmann <gerd@gnu.org> |
35671 | 211 |
35771 | 212 * Makefile.in (extraclean): Added target so make doesn't die if |
35671 | 213 one runs "make extraclean" at the top level. |
214 | |
35108 | 215 2001-01-06 Andrew Innes <andrewi@gnu.org> |
216 | |
217 * makefile.nt ($(TIT)): Map .elc to .el. | |
218 (buildlisppath): Make path relative to $(MAKEDIR). | |
219 | |
34938 | 220 2001-01-01 Andreas Schwab <schwab@suse.de> |
221 | |
222 * quail/latin-alt.el: Doc fixes. | |
223 | |
34695 | 224 2000-12-18 Dave Love <fx@gnu.org> |
225 | |
226 * quail/latin-pre.el <latin-9-prefix>: Delete duplicate ,b((B entry. | |
227 Change ,b=(B, ,b<(B, ,b6(B. | |
228 | |
34627 | 229 2000-12-16 Kenichi Handa <handa@etl.go.jp> |
230 | |
231 * ja-dic/ja-dic.el: Re-generated by the new ja-dic-cnv.el. | |
232 | |
34285 | 233 2000-12-06 Andrew Innes <andrewi@gnu.org> |
234 | |
235 * makefile.w32-in (buildlisppath): Set to an absolute directory, | |
236 relative to $(CURDIR). | |
237 (INSTALLDIR): Use forward slash. | |
238 | |
33858 | 239 2000-11-24 Andrew Innes <andrewi@gnu.org> |
240 | |
241 * makefile.w32-in (.SUFFIXES): New target, include .elc .el. | |
242 | |
243 * makefile.nt (.SUFFIXES): New target, include .elc .el. | |
244 | |
33662 | 245 2000-11-21 Kenichi Handa <handa@etl.go.jp> |
246 | |
33663 | 247 * Makefile.in (.SUFFIXES): New target, include .elc .el. |
33662 | 248 |
33581 | 249 2000-11-17 Kenichi Handa <handa@etl.go.jp> |
250 | |
251 * quail/japanese.el (quail-japanese-kanji-kkc): Use marker to | |
252 remember the conversion start. | |
253 | |
32725 | 254 2000-10-21 Andrew Innes <andrewi@gnu.org> |
255 | |
256 * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead | |
257 of conditional invocation of make. | |
258 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) | |
259 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) | |
260 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el | |
261 files to .elc. | |
262 ($(TIT)): Adjusted for the above change. | |
263 (clean mostlyclean): Likewise. | |
264 (.el.elc): New target. | |
265 | |
266 * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead | |
267 of conditional invocation of make. | |
268 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) | |
269 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) | |
270 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el | |
271 files to .elc. | |
272 ($(TIT)): Adjusted for the above change. | |
273 (clean mostlyclean): Likewise. | |
274 (.el.elc): New target. | |
275 | |
32255 | 276 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il> |
277 | |
278 * Makefile.in (${TIT}, clean): Don't use shell `command` | |
279 expansion, use ${TIT:.elc=.el} instead. | |
280 | |
31918 | 281 2000-09-26 Gerd Moellmann <gerd@gnu.org> |
282 | |
283 * Makefile.in: Make this the leim Makefile.in. | |
284 (clean): Also remove $NON-TIT and $WORLD. | |
285 (RUN-EMACS): Set EMACSLOADPATH. | |
286 | |
31777 | 287 2000-09-21 Kenichi Handa <handa@etl.go.jp> |
288 | |
31788 | 289 * Makefile.in: Revert to no-leim Makefile. |
290 | |
31779 | 291 * quail/.cvsignore: Include *.elc. |
292 | |
293 * ja-dic/.cvsignore: New file. | |
31777 | 294 |
31680 | 295 2000-09-16 Andrew Innes <andrewi@gnu.org> |
296 | |
297 * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs. | |
298 (leim-list.el): Ditto. | |
299 | |
300 * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs. | |
301 (leim-list.el): Ditto. | |
302 | |
31643 | 303 2000-09-15 Andrew Innes <andrewi@gnu.org> |
304 | |
305 * makefile.w32-in (clean mostlyclean): Ignore errors when removing | |
306 files. | |
307 | |
31632 | 308 2000-09-14 Andrew Innes <andrewi@gnu.org> |
309 | |
310 * makefile.w32-in (clean mostlyclean): Ignore errors when deleting | |
311 leim-list.el. | |
312 (distclean maintainer-clean): Ditto for stamp-subdir. | |
313 | |
314 * makefile.nt: Rename skkdic to ja-dic. | |
315 | |
31432 | 316 2000-09-07 Kenichi Handa <handa@etl.go.jp> |
317 | |
318 * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard | |
319 translation. | |
320 | |
321 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Docstring modified. | |
322 | |
323 * quail/py-punct.el ("chinese-py-punct"): Docstring modified. | |
324 ("chinese-tonepy-punct"): New input method. | |
325 | |
326 * quail/latin-pre.el ("polish-slash"): Don't use keyboard | |
327 translation. | |
328 | |
329 * quail/japanese.el ("japanese"): Delete the key sequence for | |
330 Roman transliteration from the docstring because it's now shonw | |
331 automatically. | |
332 ("japanese-ascii", "japanese-zenkaku") | |
333 ("japanese-hankaku-kana", "japanese-hiragana") | |
334 ("japanese-katakana"): Docstring modified. | |
335 | |
336 * quail/czech.el ("czech-qwerty"): Changed to show keyboard layout | |
337 on describe-input-method. | |
338 ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise. | |
339 | |
31355 | 340 2000-09-03 Andrew Innes <andrewi@gnu.org> |
341 | |
342 * makefile.w32-in: New file. | |
31359 | 343 (install) Fix copying of directories. |
31355 | 344 |
31303 | 345 2000-08-31 Kenichi Handa <handa@etl.go.jp> |
346 | |
347 * quail/thai.el (thai-generate-quail-map): If the length of | |
348 translation is more than one, compose it. | |
349 | |
31267 | 350 2000-08-29 Dave Love <fx@gnu.org> |
351 | |
31270 | 352 * quail/latin-pre.el ("latin-9-prefix"): Change entries for ,b=(B and ,b<(B. |
353 | |
31267 | 354 * Makefile.in: ja-dic <- skk in several places. |
355 | |
31162 | 356 2000-08-25 Kenichi Handa <handa@etl.go.jp> |
357 | |
358 * ja-dic: Directory name changed from skkdic. | |
359 | |
31166 | 360 * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el. |
31162 | 361 |
362 * README: Rename skkdic to ja-dic throughout the file. | |
363 | |
31154
cddbaf4b2f1b
("latin-8-prefix", "latin-9-prefix"): New.
Dave Love <fx@gnu.org>
parents:
31135
diff
changeset
|
364 2000-08-24 Dave Love <fx@gnu.org> |
cddbaf4b2f1b
("latin-8-prefix", "latin-9-prefix"): New.
Dave Love <fx@gnu.org>
parents:
31135
diff
changeset
|
365 |
cddbaf4b2f1b
("latin-8-prefix", "latin-9-prefix"): New.
Dave Love <fx@gnu.org>
parents:
31135
diff
changeset
|
366 * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New. |
31162 | 367 ("latin-1-prefix"): Add missing symbols. |
31154
cddbaf4b2f1b
("latin-8-prefix", "latin-9-prefix"): New.
Dave Love <fx@gnu.org>
parents:
31135
diff
changeset
|
368 |
31135 | 369 2000-08-23 Dave Love <fx@gnu.org> |
370 | |
371 * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give ,A'(B and | |
372 add ~p for ,A6(B. | |
373 | |
30267 | 374 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
375 | |
376 * quail/japanese.el ("japanese"): Fix docstring. | |
377 | |
30253 | 378 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
379 | |
380 * quail/japanese.el ("japanese"): Docstring modified. | |
381 | |
29598 | 382 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
383 | |
384 * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted. | |
385 ("tibetan-wylie"): State transition table modified. | |
386 | |
29365 | 387 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
388 | |
389 * quail/tibetan.el: Change all tibetan-1-column characters to | |
390 tibetan. Quail map for "tibetan-wylie" fixed. | |
391 | |
28435 | 392 2000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl> |
393 | |
394 * quail/latin-pre.el ("polish-slash"): New input method. | |
395 | |
27941 | 396 2000-03-02 Kenichi Handa <handa@etl.go.jp> |
397 | |
398 * quail/latin-pre.el ("latin-1-prefix"): Add rules for symbols. | |
399 | |
27557 | 400 2000-02-01 Gerd Moellmann <gerd@gnu.org> |
401 | |
402 * Makefile.in: Make this the no-leim Makefile. Move the | |
403 leim Makefile.in to ../leim-Makefile.in as it originally was. | |
404 | |
405 * Makefile.noleim: Removed. | |
406 | |
27466 | 407 2000-01-28 Kenichi Handa <handa@etl.go.jp> |
408 | |
409 * quail/hanja.el (korean-hanja): Add an entry for "wod". | |
410 | |
27132 | 411 2000-01-04 Kenichi Handa <handa@etl.go.jp> |
412 | |
413 * quail/japanese.el ("japanese"): Docstring augmented. | |
414 | |
26899 | 415 1999-12-15 Kenichi Handa <handa@etl.go.jp> |
416 | |
417 * quail/lao.el: Rewritten for new composition. | |
418 | |
419 * quail/lrt.el: Rewritten for new composition. | |
420 | |
421 * quail/thai.el: Rewritten for new composition. | |
422 | |
423 * quail/tibetan.el: Rewritten for new composition. | |
424 | |
26823 | 425 1999-12-13 Kenichi Handa <handa@etl.go.jp> |
426 | |
427 * quail/latin-pre.el ("esperanto-prefix"): Make it produce Latin-3 | |
428 characters, not Latin-1. | |
429 | |
26543 | 430 1999-11-22 Andrew Innes <andrewi@gnu.org> |
431 | |
432 * makefile.nt: No need to generate subdirs.el. | |
433 | |
26538 | 434 1999-11-21 Andrew Innes <andrewi@gnu.org> |
435 | |
436 * makefile.nt: New file. | |
437 | |
26204 | 438 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
439 | |
440 * Makefile.noleim: New. | |
441 | |
25920 | 442 1999-09-19 Ken'ichi Handa <handa@gnu.org> |
443 | |
444 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from | |
445 turkish-postfix. | |
446 ("turkish-postfix"): New Turkish input method which inserts | |
447 Latin-5 characters. | |
448 | |
449 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from | |
450 turkish-alt-postfix. | |
451 ("turkish-alt-postfix"): New Turkish input method which inserts | |
452 Latin-5 characters. | |
453 | |
454 1999-07-12 Richard Stallman <rms@gnu.org> | |
455 | |
456 * Version 20.4 released. | |
457 | |
458 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
459 | |
460 * quail/cyrillic.el (cyrillic-jcuken): Use X11 keyboard layout. | |
461 | |
462 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
463 | |
464 * quail/ethiopic.el ("ethiopic"): Add translation rules. | |
465 | |
466 1999-06-01 Jae-youn Chung <jay@compiler.kaist.ac.kr> | |
467 | |
468 * quail/hanja3.el: Newly generated from hangul.el, hangul3.el, and | |
469 hanja.el. | |
470 | |
471 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
472 | |
473 * quail/hangul3.el ("korean-hangul3"): Give MAXIMUM-SHORTEST t. | |
474 | |
475 1999-05-09 Tudor Hulubei <tudor@cs.unh.edu> | |
476 | |
477 * quail/latin-pre.el ("romanian-prefix"): New input method. | |
478 ("romanian-alt-prefix"): New input method. | |
479 | |
480 1999-03-04 Kenichi Handa <handa@etl.go.jp> | |
481 | |
482 * quail/latin-post.el ("spanish-postfix"): Add rule U" and u". | |
483 | |
484 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
485 | |
486 * quail/japanese.el (quail-japanese-kanji-kkc): If the last char | |
487 to convert is `n', change it to Japanese Hiragana `n' before | |
488 conversion. | |
489 | |
490 1999-01-11 Kenichi Handa <handa@etl.go.jp> | |
491 | |
492 * Makefile.in (MISC): Add ${srcdir}/quail/hebrew.el. | |
493 | |
494 * quail/hebrew.el: New file. | |
495 | |
496 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
497 | |
498 * quail/devanagari.el (quail-devanagari-compose-characters): | |
499 Adjusted for the change of input method handling. | |
500 (quail-devanagari-hindi-compose-characters): Likewise. | |
501 | |
502 1998-10-15 Kenichi Handa <handa@etl.go.jp> | |
503 | |
504 * Makefile.in (leim-list.el): Use `(cd foo && pwd)` instead of | |
505 `(cd foo; pwd)`. | |
506 (install): Likewise. | |
507 | |
508 1998-10-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
509 | |
510 * quail/latin-post.el: Many doc fixes. | |
511 ("latin-1-postfix"): Add sequence for the small superscript o. | |
512 * quail/latin-pre.el: Many doc fixes. | |
513 ("latin-1-prefix"): Add sequences for the small | |
514 superscript underlined o and a. | |
515 | |
516 1998-10-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
517 | |
518 * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the | |
519 small superscript underlined o and a. | |
520 ("italian-alt-postfix"): Change it to something useful and | |
521 different from italian-postfix. | |
522 * latin-post.el ("latin-1-postfix"): Add a method to enter the | |
523 small superscript underlined o and a. | |
524 ("italian-postfix"): Same as above. | |
525 ("italian-postfix"): Add methods to enter e with acute accent and | |
526 the >> and << symbols. | |
527 | |
528 1998-09-25 Kenichi Handa <handa@etl.go.jp> | |
529 | |
530 * quail/japanese.el (quail-japanese-hankaku-update-translation): | |
531 Adjusted for the change of input method handling. | |
532 | |
533 1998-09-11 Kenichi HANDA <handa@etl.go.jp> | |
534 | |
535 * quail/japanese.el (quail-japanese-katakana-update-translation): | |
536 Adjusted for the change of input method handling. | |
537 | |
538 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
539 | |
540 * quail/tibetan.el (quail-tibetan-input-wylie): Adjusted for the | |
541 change of input method handling. | |
542 (quail-tibetan-input-tibkey): Likewise. | |
543 | |
544 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
545 | |
546 * Version 20.3 released. | |
547 | |
548 1998-08-16 Kenichi HANDA <handa@etl.go.jp> | |
549 | |
550 * quail/czech.el ("czech"): Make this input method deterministic, | |
551 kbd-translate, and show-layout. | |
552 | |
553 1998-08-15 Kenichi HANDA <handa@etl.go.jp> | |
554 | |
555 * quail/ethiopic.el: Fix several translation rules. | |
556 | |
557 1998-08-12 Milan Zamazal <pdm@fi.muni.cz> | |
558 | |
559 * quail/czech.el: Few key sequences added to some keyboards. | |
560 | |
561 1998-08-06 Kenichi Handa <handa@etl.go.jp> | |
562 | |
563 * quail/japanese.el (quail-japanese-use-double-n): New variable. | |
564 (quail-japanese-update-translation): Adjusted for the change of | |
565 quail-update-translation. Now this function should return | |
566 CONTROL-FLAG. | |
567 (quail-japanese-toggle-kana): Update quail-conversion-str. | |
568 (quail-japanese-kanji-kkc): Likewise. | |
569 (quail-japanese-switch-package): Reset quail-current-str and | |
570 quail-conversion-str. | |
571 | |
572 1998-07-24 Kenichi Handa <handa@etl.go.jp> | |
573 | |
574 * quail/japanese.el (quail-japanese-kanji-kkc): Set | |
575 quail-translation to nil after calling kkc-region so that | |
576 translation mode is restarted correctly. | |
577 | |
578 1998-07-21 Kenichi Handa <handa@etl.go.jp> | |
579 | |
580 * quail/japanese.el (quail-japanese-kanji-kkc): Handle the case | |
581 that conversion is cancelled in kkc-region. | |
582 (quail-japanese-switch-package): Fix previous change. | |
583 | |
584 1998-07-19 Kenichi Handa <handa@etl.go.jp> | |
585 | |
586 * quail/japanese.el (quail-japanese-update-translation): Handle | |
587 a key which should fix the current translation and start a new | |
588 translation correctly. | |
589 (quail-japanese-toggle-kana): Set quail-translating to nil. Don't | |
590 change point. | |
591 | |
592 1998-07-15 Kenichi Handa <handa@etl.go.jp> | |
593 | |
594 * quail/japanese.el (quail-japanese-kanji-kkc): Adjusted for the | |
595 change of quail.el. | |
596 (quail-japanese-switch-package): Likewise. | |
597 | |
598 1998-07-03 Kenichi Handa <handa@etl.go.jp> | |
599 | |
600 * quail/symbol-ksc.el: Keys for modern Korean syllables fixed. | |
601 Some keys for ancient Korean syllables are changed properly. | |
602 | |
603 1998-06-20 Kenichi Handa <handa@etl.go.jp> | |
604 | |
605 * quail/ethiopic.el: Don't add hook to quail-mode-hook. | |
606 (ethio-select-a-translation): New function. | |
607 | |
608 1998-06-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
609 | |
610 * Makefile.in (RUN-EMACS): Add --multibyte. | |
611 | |
612 1998-04-29 Karl Heuer <kwzh@gnu.org> | |
613 | |
614 * Makefile.in (SLAVIC): Delete redundant backslash. | |
615 | |
616 1998-04-28 Richard Stallman <rms@psilocin.gnu.org> | |
617 | |
618 * Makefile.in (install): Make INSTALLDIR and contents world-readable. | |
619 | |
620 1998-04-20 Kenichi Handa <handa@etl.go.jp> | |
621 | |
622 * Makefile.in (SLAVIC): New macro. | |
623 (EUROPEAN): Include ${SLAVIC}. | |
624 | |
625 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org> | |
626 | |
627 * Makefile.in: Prepend ${srcdir} to all non-TIT lisp file names. | |
628 (leim-list.el): Depend on ${WORLD}. | |
629 | |
630 * latin-alt.el (latin-2-alt-postfix): Doc fix. | |
631 | |
632 1998-04-08 Karl Heuer <kwzh@mescaline.gnu.org> | |
633 | |
634 * czech.el, slovak.el: Correct starting commentary. | |
635 | |
636 1998-04-07 Milan Zamazal <pdm@fi.muni.cz> | |
637 | |
638 * quail/czech.el, quail/slovak.el: Correct starting commentary. | |
639 | |
640 1998-04-06 Andreas Schwab <schwab@gnu.org> | |
641 | |
642 * lrt.el (lrt-composing-pattern-double-c): Change chars-in-string | |
643 to length. | |
644 (lrt-generate-quail-map): Change sref to aref, and make second | |
645 argument of substring a character index. | |
646 | |
647 1998-03-26 Richard Stallman <rms@psilocin.gnu.org> | |
648 | |
649 * Makefile.in (${TIT}): Fix shell conditional syntax. | |
650 | |
651 1998-03-18 Kenichi Handa <handa@etl.go.jp> | |
652 | |
653 * quail/latin-pre.el ("latin-1-prefix"): Fix the translation of | |
654 "/ " to "/" (instead of " "). | |
655 | |
656 1998-03-17 Richard Stallman <rms@psilocin.gnu.org> | |
657 | |
658 * quail/czech.el, quail/slovak.el: New files. | |
659 | |
660 1998-03-10 Richard Stallman <rms@psilocin.gnu.org> | |
661 | |
662 * Makefile.in (BUILT-EMACS): Variable renamed from EMACS. | |
663 Uses changed. | |
664 | |
665 1998-03-05 Kenichi Handa <handa@etl.go.jp> | |
666 | |
667 * Makefile.in (${TIT}): To byte-compile quail packages, use just | |
668 built quail. | |
669 | |
670 1997-12-09 Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de> | |
671 | |
672 * quail/hanja3.el: New file. | |
673 | |
674 * quail/hanja-jis.el: Title string of the input method | |
675 "korean-hanja-jis" changed. | |
676 | |
677 * quail/symbol-ksc.el: Title string of the input method | |
678 "korean-symbol" changed. Require 'korea-util. | |
679 (quail-hangul-switch-back): Deleted. | |
680 | |
681 * quail/hangul3.el: Require 'korea-util. | |
682 (quail-hangul-switch-to-symbol-ksc): Deleted. | |
683 | |
684 * quail/hanja.el: Require 'korea-util. Title string of the input | |
685 method "korean-hanja" changed. | |
686 (quail-hanja-switch-to-symbol-ksc): Deleted. | |
687 | |
688 * quail/hangul.el: Require 'korea-util. | |
689 (quail-hangul-switch-to-symbol-ksc): Deleted. | |
690 | |
691 1997-10-23 Kenichi Handa <handa@etl.go.jp> | |
692 | |
693 * quail/ethiopic.el: The title string of input method "Ethiopic" | |
694 is changed. | |
695 | |
696 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
697 | |
698 * Version 20.2 released. | |
699 | |
700 1997-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
701 | |
702 * quail/latin-post.el (german): Swap y and z. | |
703 | |
704 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
705 | |
706 * Version 20.1 released. | |
707 | |
708 * quail/latin-alt.el (latin-2-postfix): Use : for double-acute again. | |
709 | |
710 1997-09-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
711 | |
712 * quail/viqr.el (vietnamese-viqr): Doc fix. | |
713 | |
714 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
715 | |
716 * quail/latin-alt.el: New file. | |
717 | |
718 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
719 | |
720 * quail/latin-post.el: Undo previous change. | |
721 | |
722 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
723 | |
724 * quail/latin-post.el (latin-2-postfix): | |
725 Replace comma and period with `. Replace colon with /. | |
726 (latin-1-postfix): Replace comma with /. | |
727 (french-postfix): Replace comma with /. | |
728 (latin-3-postfix): Replace comma with ` and period with /. | |
729 (latin-4-postfix): Replace comma with ` and period with ~. | |
730 (latin-5-postfix): Replace comma with ` and period with /. | |
731 (turkish-postfix): Replace comma with ` and period with /. | |
732 | |
733 1997-09-10 Kenichi Handa <handa@etl.go.jp> | |
734 | |
735 * quail/ethiopic.el: Don't bind keys in quail-mode-map. The | |
736 function added to quail-mode-hook turn ethio-mode on only when | |
737 input method "ethiopic" is begin used. | |
738 (ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el. | |
739 (ethio-toggle-space): Likewise. | |
740 (ethio-insert-space): Likewise. | |
741 (ethio-insert-ethio-space): Likewise. | |
742 (ethio-prefer-ascii-punctuation): Likewise. | |
743 (ethio-toggle-punctuation): Likewise. | |
744 (ethio-gemination): Likewise. | |
745 ("ethiopic"): Doc-string of this Quail package modified. Bind | |
746 function keys for TRANSLATION-KEYMAP to | |
747 quail-execute-non-quail-command. | |
748 | |
749 1997-09-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
750 | |
751 * Makefile.in (install): Use quail/* in the second tar that | |
752 copies a dir named quail. | |
753 | |
754 1997-09-03 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
755 | |
756 * Makefile.in (install): Do not copy leim-list.el twice. Copy | |
757 `skk' subdirectory too. | |
758 | |
759 1997-09-03 Kenichi Handa <handa@etl.go.jp> | |
760 | |
761 * quail/cyrillic.el: For each package, pass t for the SIMPLE | |
762 argument to quail-define-package. | |
763 * quail/cyril-jis.el: Likewise | |
764 * quail/greek.el: Likewise. | |
765 * quail/ipa.el: Likewise. | |
766 * quail/lao.el: Likewise. | |
767 * quail/lrt.el: Likewise. | |
768 * quail/thai.el: Likewise. | |
769 * quail/viqr.el: Likewise. | |
770 | |
771 1997-08-30 Naoto TAKAHASHI <ntakahas@etl.go.jp> | |
772 | |
773 * quail/ethiopic.el ("ethiopic"): Doc-sring fixed. Change the arg | |
774 TRANSLATION-KEYS. | |
775 (quail-mode-map): Change binding for ethio-insert-ethio-space. | |
776 (quail-mode-hook): Check the current Quail package name. | |
777 | |
778 * quail/latin-post.el: Add rules for cancelling accents by typing | |
779 two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail | |
780 packages. | |
781 | |
782 1997-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
783 | |
784 * quail/latin-post.el, quail/latin-pre.el: For each package, | |
785 pass t for the SIMPLE argument to quail-define-package. | |
786 | |
787 1997-08-28 Kenichi Handa <handa@etl.go.jp> | |
788 | |
789 * Makefile.in (dotdot): This macro deleted. | |
790 (SUBDIRS): Exclude skk. | |
791 (all): Substitute ${WORLD} to ${TIT}. | |
792 (%.el): This target deleted. | |
793 (${TIT}): Check existence of `quail' subdirectory. | |
794 (leim-list.el): Do not check old files. | |
795 (install): If ${srcdir} is different from the current directory, | |
796 copy also files under ${srcdir}. | |
797 | |
798 1997-08-26 Kenichi Handa <handa@etl.go.jp> | |
799 | |
800 * Makefile.in: Re-arrange macros so that the macro TIT contains | |
801 only Quial packages generated from CXTERM dictionaries, and the | |
802 macro NON-TIT contains only Quial packages distributed with Emacs. | |
803 (install): Do not use -h option for tar, instead copy ${NON-TIT} | |
804 and ${TIT} separately. | |
805 | |
806 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
807 | |
808 * Makefile.in (install): Discard extra data in tar | tar command. | |
809 | |
810 1997-08-23 Kenichi Handa <handa@etl.go.jp> | |
811 | |
812 * quail/devanagari.el (quail-devanagari-compose-characters): Fix | |
813 previous change. | |
814 (quail-devanagari-hindi-compose-characters): Fix previous change. | |
815 | |
816 * quail/japanese.el (quail-japanese-kkc-mode-exit): Fix previous | |
817 change. | |
818 | |
819 1997-08-22 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
820 | |
821 * Makefile.in (leim-list.el): Fix previous change. | |
822 | |
823 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected. | |
824 | |
825 1997-08-21 Kenichi HANDA <handa@etl.go.jp> | |
826 | |
827 * quail/py-punct-b5.el: Name changed from py-punct-b5.el. | |
828 * quail/tsang-b5.el: Name changed from tsangchi-b5.el. | |
829 * quail/tsang-cns.el: Name changed from tsangchi-cns.el. | |
830 | |
831 * Makefile.in (install): Just copy leim-list.el instead of running | |
832 update-leim-list-file on ${INSTALLDIR}. | |
833 (CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el, | |
834 py-punct-b5.el -> pypunct-b5.el. | |
835 (CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el. | |
836 (leim-list.el): Delete old files not contained in ${WORLD}. | |
837 | |
838 * quail/japanese.el (quail-japanese-kkc-mode-exit): Run | |
839 input-method-after-insert-chunk-hook. | |
840 | |
841 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected. | |
842 | |
843 1997-08-19 Kenichi Handa <handa@etl.go.jp> | |
844 | |
845 * quail/hangul.el ("korean-hangul"): Doc-string of this Quail | |
846 package fixed. | |
847 | |
848 1997-08-18 Kenichi Handa <handa@etl.go.jp> | |
849 | |
850 * quail/japanese.el (quail-japanese-toggle-kana): Don't call | |
851 throw. | |
852 (quail-japanese-kanji-kkc): Completely re-written. | |
853 (quail-japanese-kkc-mode-exit): New function. | |
854 (quail-japanese-switch-package): Call activate-input-method | |
855 instead of select-input-method. | |
856 | |
857 * quail/thai.el (thai-consonant-input): Typo fixed. | |
858 | |
859 * quail/devanagari.el (quail-devanagari-compose-characters): Do | |
860 not call throw. | |
861 (quail-devanagari-hindi-compose-characters): Likewise. | |
862 | |
863 * quail/hangul.el (quail-hangul-switch-to-symbol-ksc): Call | |
864 activate-input-method instead of select-input-method. | |
865 | |
866 * quail/hangul3.el (quail-hangul-switch-to-symbol-ksc): Likewise. | |
867 | |
868 * quail/symbol-ksc.el (quail-hangul-switch-back): Likewise. Use | |
869 input-method-history instead of previous-input-method. | |
870 | |
871 1997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu> | |
872 | |
873 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method. | |
874 | |
875 1997-08-16 Kenichi Handa <handa@etl.go.jp> | |
876 | |
877 * quail/lrt.el (lrt-vowel-table): Some elements corrected. | |
878 ("lao-lrt"): Doc-string of this Quail package modified. | |
879 Some tranlation rules added. | |
880 | |
881 * quail/lao.el (lao-keyboard-mapping): Some elements corrected. | |
882 (lao-quail-define-rules): Some translation rules corrected. | |
883 | |
884 1997-08-11 Kenichi Handa <handa@etl.go.jp> | |
885 | |
886 * quail/lrt.el: Some rules added for Quail package "lao-lrt". | |
887 (lrt-vowel-table): The entry for "aM" corrected. | |
888 | |
889 1997-08-07 Kenichi Handa <handa@etl.go.jp> | |
890 | |
891 * quail/lrt.el: Change title string of input method "lao-lrt". | |
892 (lrt-single-consonant-table): Several key sequence changed. | |
893 (lrt-composing-pattern-double-c): Handle a consonant with | |
894 semi-vowel-lower correctly. | |
895 (lrt-handle-maa-sakod): Do not reset quail-current-key. | |
896 (lrt-handle-tone-mark): Check the existence of double consonant | |
897 correctly. | |
898 | |
899 * quail/lao.el: Change title string of input method "Lao". | |
900 | |
901 1997-08-04 Valery Alexeev <valery@domovoy.math.uga.edu> | |
902 | |
903 * quail/cyrillic.el (cyrillic-translit): Doc-string of the package | |
904 modified. Several tranlation rules modified. | |
905 | |
906 1997-08-04 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
907 | |
908 * quail/cyrillic.el: Move Quail package cyrillic-jis-russian to | |
909 quail/cyril-jis.el. | |
910 | |
911 * quail/cyril-jis.el: New file. | |
912 | |
913 * Makefile.in (RUSSIAN): Add quail/cyril-jis.el. | |
914 | |
915 1997-08-01 Kenichi Handa <handa@etl.go.jp> | |
916 | |
917 * quail/ethiopic.el: In quail-mode-map, bind | |
918 ethio-insert-ethio-space Shift-SPACE. Add translation rules to | |
919 Quail package "ethiopic". | |
920 | |
921 1997-08-01 Valery Alexeev <valery@domovoy.math.uga.edu> | |
922 | |
923 * quail/cyrillic.el (cyrillic-translit): New input method. | |
924 | |
925 1997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
926 | |
927 * quail/tibetan.el: New file. | |
928 | |
929 * quail/py-punct.el: Require 'quail. | |
930 | |
931 * quail/py-punct-b5.el: Require 'quail. | |
932 | |
933 * quail/ethiopic.el: Change Quail package name to "ethiopic". | |
934 (ethio-toggle-punctuation): Give "ethiopic" to quail-defrule. | |
935 | |
936 * Makefile.in (TIT): New variable, contatination of TIT-GB and | |
937 TIT-BIG5. | |
938 (RUN-EMACS): Do not set EMACSLOADPATH. | |
939 (ASIA): Include TIBEAN. | |
940 (all): Remove stamp-bytecomp from dependency list. | |
941 ({$TIT}): New target, substitues the target ${TIT-GB} ${TIT-BIG5}. | |
942 (%.el): Make a link for byte-compiled file too. | |
943 (stamp-bytecomp): Target deleted. | |
944 (leim-list.el): Run Emacs with loading quail. | |
945 (install-XXX): These targets deleted. | |
946 (install): Remove files under INSTALLDIR before copying new files. | |
947 Run Emacs with loading quail. | |
948 (clean mostlyclean): Remove only generated files. | |
949 | |
950 1997-07-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
951 | |
952 * Makefile.in (stamp-bytecomp): Fix shell conditional. | |
953 (clean): Fix shell conditional. | |
954 | |
955 1997-07-21 Jim Meyering <meyering@eng.ascend.com> | |
956 | |
957 * Makefile.in: Use @LN_S@, not ln -s, in case no symlink support. | |
958 (clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc. | |
959 | |
960 1997-07-17 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
961 | |
962 * Makefile.in: Modified to avoid *.el files being regarded | |
963 as intermidiate files and deleted by GNU make. | |
964 | |
965 * quail/lrt.el (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm". | |
966 (lrt-handle-maa-sakod): Correctly handle the case that | |
967 quail-current-data is nil. | |
968 (lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" + | |
969 tone. | |
970 | |
971 1997-07-15 Kenichi Handa <handa@etl.go.jp> | |
972 | |
973 * quail/py-punct.el: New file. | |
974 | |
975 * quail/py-punct-b5.el: New file. | |
976 | |
977 * quail/japanese.el: Doc-string of Quail package japanese modified. | |
978 | |
979 * Makefile.in: Rules re-written to avoid tricky code. | |
980 (CHINEGE-GB): Include quail/py-punct.elc. | |
981 (CHINEGE-BIG5): Include quail/py-punct-b5.elc. | |
982 | |
983 | |
984 1997-07-10 Kenichi Handa <handa@etl.go.jp> | |
985 | |
986 * quail/latin-pre.el: Change titles of quail packages. | |
987 | |
988 * quail/latin-post.el: Likewise. | |
989 | |
30994 | 990 |
991 ;; Local Variables: | |
992 ;; coding: iso-2022-7bit-unix | |
993 ;; End: |