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