* vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
[bpt/emacs.git] / leim / ChangeLog
CommitLineData
fca64cc4
EZ
12008-06-20 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (distclean): Don't delete `quail' subdir: if we
4 are building in the sandbox, there are precious files there.
ca4a5250
EZ
5 (clean mostlyclean): Delete leim-list.el~.
6 (distclean): Delete makefile.
fca64cc4 7
ee128870
TZ
82008-06-13 Teodor Zlatanov <tzz@lifelogs.com>
9
10 * quail/cyrillic.el: Add quotation marks, paragraph symbol, angled
11 brackets, number symbol, and accented aeio to cyrillic-translit.
12
e914c409 132008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
913f26c2
KH
14
15 * quail/hangul.el: Completely re-written.
16
172008-06-03 Kenichi Handa <handa@m17n.org>
18
19 * makefile.w32-in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
20 (leim-list.el): Remove leim-list.el at first.
21
22 * Makefile.in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
23 (leim-list.el): Remove leim-list.el at first.
24
25 * leim-ext.el: Register input methods "korean-hangul",
26 "korean-hangul3f", "korean-hangul390", and "korean-hangul3".
27
8be6f5ae
SM
282008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * quail/latin-ltx.el: Don't use single-char mapping from ~ to NBSP.
31
630802d6
KH
322008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
33
34 * quail/indian.el: Don't require devan-util.
35
d223191d 362008-02-01 James Cloos <cloos@jhcloos.com>
aca7a3d2 37
d223191d 38 * quail/arabic.el: Update (sync with xkeyboard-config keyboard).
aca7a3d2 39
d223191d 402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
41
42 * Makefile.in (OTHERS): Add arabic.elc.
43
d223191d 442008-02-01 James Cloos <cloos@jhcloos.com>
aca7a3d2
MB
45
46 * quail/arabic.el: New file.
47
d223191d 482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
49
50 * MISC-DIC/pinyin.map: Fix encoding to that of the original file.
51
d223191d 522008-02-01 KAWABATA, Taichi <kawabata@m17n.org>
aca7a3d2
MB
53
54 * quail/indian.el (quail-indian-flatten-list): Delete it.
55 (quail-define-inscript-package): Pay attention to `nil' values of
56 char/key-table.
57 (inscript-tml-keytable): New variable. Use it for Tamil inscript.
58
d223191d 592008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
60
61 * quail/latin-post.el ("turkish-latin-3-postfix"): Make it
62 just an alias for turkish-postfix.
63
64 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Make it
65 just an alias for turkish-alt-postfix.
66
67 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
68
d223191d 692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
70
71 * quail/thai.el: Don't require thai-util.
d223191d
GM
72 (quail-thai-update-translation): Delete function.
73 (thai-generate-quail-map): Change to a macro that directly calls
aca7a3d2
MB
74 quail-define-rules.
75 ("thai-kesmanee", "thai-pattachote"): Don't use
76 UPDATE-TRANSLATION-FUNCTION.
77
d223191d
GM
78 * quail/indian.el (quail-indian-preceding-char-position): Delete
79 function.
80 (quail-indian-update-preceding-char): Delete variable.
81 (quail-indian-update-translation): Delete function.
aca7a3d2
MB
82 (quail-define-indian-trans-package): Don't call
83 quail-define-package with quail-indian-update-translation.
84 (quail-define-inscript-package): Likewise.
85
d223191d 862008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 87
d223191d 88 * quail/indian.el (quail-indian-preceding-char-position)
aca7a3d2
MB
89 (quail-indian-update-translation, quail-define-inscript-package):
90 Use characterp, not char-valid-p.
91
d223191d 922008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
93
94 * quail/welsh.el ("welsh"): Doc fix.
95
96 * quail/cyrillic.el: Reinstate some commented-out redundancies.
e914c409
JB
97 ("russian-typewriter"): Rename from cyrillic-typewriter.
98 Make cyrillic-jcuken effectively an alias for it.
aca7a3d2 99 ("russian-computer"): New.
d223191d
GM
100 ("bulgarian-phonetic"): Rename from bulgarian-pho.
101 ("bulgarian-bds"): Rename from bulgarian-standard.
aca7a3d2 102
d223191d 1032008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
104
105 * ja-dic/ja-dic.el: Add coding tag.
106
d223191d 1072008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 108
d223191d 109 * latin-post.el: Recode to utf-8.
aca7a3d2
MB
110 ("latin-postfix"): New method.
111
d223191d 112 * latin-alt.el: Recode to utf-8.
aca7a3d2
MB
113 ("latin-alt-postfix"): New method.
114
d223191d 115 * quail/latin-pre.el: Recode to utf-8.
aca7a3d2 116 ("latin-1-prefix", "latin-8-prefix", "latin-9-prefix"): Add nbsp.
880820fe
KH
117 ("latin-3-prefix"): Remove bogus Latin-3 characters and ~o -> ġ,
118 ~O -> Ġ.
aca7a3d2
MB
119 ("latin-prefix"): New method.
120
d223191d
GM
121 * quail/uni-input.el (utf-8-ccl-encode): Delete.
122 (ucs-input-method): Modify.
aca7a3d2 123
d223191d 1242008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
125
126 * Makefile.in (RUN-EMACS): Add LC_ALL=C.
127
5169d861 1282008-01-14 Aidan Kehoe <kehoea@parhasard.net> (tiny change)
69c43ff7
KH
129
130 * quail/latin-ltx.el ("TeX"): Correct the mappings for \v{k} and
131 \vk.
132
f3041af1
DN
1332008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
134
135 * makefile.w32-in:
136 * Makefile.in: Remove references to Xenix.
137
1ebeeed0
RS
1382007-12-15 Richard Stallman <rms@gnu.org>
139
140 * quail/latin-post.el ("scandinavian-postfix"): Doc fix.
141
142 * quail/latin-alt.el: Many doc fixes.
143 ("danish-alt-postfix")
144 ("esperanto-alt-postfix", "finnish-alt-postfix")
145 ("german-alt-postfix", "icelandic-alt-postfix")
146 ("norwegian-alt-postfix", "scandinavian-alt-postfix")
147 ("spanish-alt-postfix", "swedish-alt-postfix"):
148 Deleted; they were identical to the non-alt versions.
149
3d587afd
KH
1502007-12-07 Kenichi Handa <handa@ni.aist.go.jp>
151
152 * quail/lao.el (quail-map-from-table): Allow a tone just after a
153 consonant.
154
63150f3c
GM
1552007-11-17 Glenn Morris <rgm@gnu.org>
156
157 * Makefile.in (check-declare): New target.
158
fe1ada9b
GM
1592007-10-31 Glenn Morris <rgm@gnu.org>
160
161 * Makefile.in (install): Change ownership of installed files.
162
e914c409 1632007-10-20 Edward O'Connor <hober0@gmail.com> (tiny change)
fbd80e28
KH
164
165 * quail/latin-ltx.el ("\\qed"): Add this rule.
166
92f137df
JB
1672007-10-24 Juanma Barranquero <lekktu@gmail.com>
168
169 * quail/indian.el (quail-indian-update-preceding-char):
170 Don't mark the variable as frame-local; it wasn't used as such.
171
cacc7b51
GM
1722007-07-25 Glenn Morris <rgm@gnu.org>
173
174 * Relicense all FSF files to GPLv3 or later.
175
176 * COPYING: Switch to GPLv3.
177
1eceac24
EZ
1782007-07-16 Eli Zaretskii <eliz@gnu.org>
179
180 * makefile.w32-in (extraclean): Don't delete *~.
181
7dfc4cda
CY
1822007-06-02 Chong Yidong <cyd@stupidchicken.com>
183
184 * Version 22.1 released.
185
dd822b89
KH
1862007-01-30 Kenichi Handa <handa@m17n.org>
187
188 * CXTERM-DIC/CCDOSPY.tit, CXTERM-DIC/PY-b5.tit, CXTERM-DIC/SW.tit,
92f137df 189 * CXTERM-DIC/TONEPY.tit: Add copyright and license notices.
dd822b89
KH
190
191 * MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: Add copyright and
192 license notices.
1e899515 193
bce8f5e8
KH
1942007-01-24 Kenichi Handa <handa@m17n.org>
195
196 * MISC-DIC/README: New file.
197
198 * CXTERM-DIC/README: New file.
199
200 * CXTERM-DIC/4Corner.tit, CXTERM-DIC/CCDOSPY.tit,
92f137df
JB
201 * CXTERM-DIC/PY-b5.tit, CXTERM-DIC/QJ-b5.tit, CXTERM-DIC/QJ.tit,
202 * CXTERM-DIC/SW.tit, CXTERM-DIC/TONEPY.tit: Updated from
bce8f5e8
KH
203 X11R6/contrib/programs/cxterm.
204
205 * ja-dic/ja-dic.el: Regenerated.
206
88f698d9
KH
2072007-01-12 Kenichi Handa <handa@m17n.org>
208
209 * quail/uni-input.el (ucs-input-method): Signal an error for a
210 Unicode character that is not yet supported.
211
14429ceb
AS
2122006-12-26 Andreas Schwab <schwab@suse.de>
213
214 * Makefile.in (datarootdir): Define.
215
6148a044
EZ
2162006-12-20 Eli Zaretskii <eliz@gnu.org>
217
218 * Makefile.in (leim-list.el): Depend on ${TIT-MISC}, not
219 ${NON-TIT-MISC}.
220
e4208ff7
JB
2212006-12-09 Juanma Barranquero <lekktu@gmail.com>
222
223 * quail/latin-alt.el ("scandinavian-alt-postfix"): Fix typo.
224
225 * quail/uni-input.el (ucs-input-help): Fix title of ucs input method.
226
f248f005
EZ
2272006-12-09 Eli Zaretskii <eliz@gnu.org>
228
229 * makefile.w32-in (leim-list.el): Depend on leim-ext.el as well.
230 Run Emacs to append non-empty non-comment lines in leim-ext.el
231 to leim-list.el.
232
dd4b03cd
JB
2332006-12-05 Juanma Barranquero <lekktu@gmail.com>
234
235 * makefile.w32-in (MISC): Add $(srcdir)/quail/sisheng.elc.
236
41584b03
JB
2372006-11-29 Juanma Barranquero <lekktu@gmail.com>
238
239 * quail/greek.el ("greek-mizuochi"): Remove spurious initial newline
240 in docstring.
241
9200c926
RF
2422006-11-04 Romain Francoise <romain@orebokech.com>
243
244 * Makefile.in (bootstrap-clean): New target.
245
94461c21
KH
2462006-10-12 Kenichi Handa <handa@m17n.org>
247
248 * Makefile.in (install): Be sure to make ${INSTALLDIR} before `cd'
249 to it.
250
f51dc44f
CY
2512006-10-05 Chong Yidong <cyd@stupidchicken.com>
252
253 * quail/latin-ltx.el: Fix typo in previous change.
254
d781da00
SM
2552006-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * quail/latin-ltx.el: Remove rules that start with { since they are
258 redundant and hence impact the { key for no good reason.
259
bcc1caeb
KH
2602006-10-02 Kenichi Handa <handa@m17n.org>
261
262 * Makefile.in (install): Fix previous change.
263
7ad02ea8
KH
2642006-09-28 Kenichi Handa <handa@m17n.org>
265
266 * Makefile.in (install): Be sure to make ${INSTALLDIR}.
267
45a2056c
JB
2682006-09-15 Jay Belanger <belanger@truman.edu>
269
270 * COPYING: Replace "Library Public License" by "Lesser Public
271 License" throughout.
272
880820fe 2732006-09-06 Michaël Cadilhac <michael.cadilhac@lrde.org>
f9536fb2
KH
274
275 * quail/uni-input.el (ucs-input-method): Don't make the action of
276 a key not in [0-9a-zA-Z] when it was expected to be. Let the Emacs
277 mechanism do it.
278
62508862
DK
2792006-07-12 David Kastrup <dak@gnu.org>
280
281 * quail/greek.el: Change iota subscriptum transliteration in
282 Ibycus4 encoding's capitals from "i" to "|".
283
a6a2b5d4
EZ
2842006-03-03 Claudio Fontana <claudio@gnu.org>
285
9e2bcc86
EZ
286 * Makefile.in (install): Add DESTDIR variable to support staged
287 installations.
a6a2b5d4 288
abeb5855
EZ
2892005-12-17 Eli Zaretskii <eliz@gnu.org>
290
291 * makefile.w32-in ($(TIT), leim-list.el): Warn that parts of
292 commands enclosed in $(ARGQUOTE)s should not be split between two
293 lines, as that will break with GNU Make >3.80, when sh.exe is used
294 and arg quoting is with '..'.
295
11bdfcdd
AS
2962005-11-03 Andreas Schwab <schwab@suse.de>
297
298 * Makefile.in (GZIP_PROG): Renamed from GZIP.
299 (install): Adjust.
300
7a7f042f
RF
3012005-11-01 Romain Francoise <romain@orebokech.com>
302
303 * Makefile.in (install): Compress source files.
304
895725e1
JL
3052005-10-28 Juri Linkov <juri@jurta.org>
306
307 * quail/symbol-ksc.el: Add missing characters from 1st pos of
308 every table of [korean-ksc5601], and swap incorrectly ordered
309 characters at pos 91 and 90.
310
c814bdfc
KH
3112005-10-26 Torsten Bronger <bronger@physik.rwth-aachen.de> (tiny change)
312
313 * quail/latin-ltx.el ("TeX"): Change "\," mapping to U+202F (not
314 U+2006). Add more mappings from TeX's textcomp package.
315
f344e9d2
JL
3162005-10-25 Juri Linkov <juri@jurta.org>
317
318 * quail/cyrillic.el ("cyrillic-translit"): Set 4th arg `guidance'
319 to t for this multi-key input method.
320
a6726944
KH
3212005-10-24 Kenichi Handa <handa@m17n.org>
322
323 * quail/uni-input.el (ucs-input-activate): Don't add
324 quail-kill-guidance-buf to kill-buffer-hook.
325
71ec7e9b
KH
3262005-07-08 Kenichi Handa <handa@m17n.org>
327
328 * quail/japanese.el (quail-japanese-kanji-kkc): Fix order of
329 insertion and deletion.
330
a0ec7a4a
LK
3312005-07-04 Lute Kamstra <lute@gnu.org>
332
333 Update FSF's address in GPL notices.
334
59579816
KH
3352005-06-28 Kenichi Handa <handa@m17n.org>
336
337 * leim-ext.el: Add rules for inserting full-width space for
338 quail/Punct and quail/Punct-b5.
339
94d4bafb
EZ
3402005-06-04 Eli Zaretskii <eliz@gnu.org>
341
41584b03 342 * makefile.w32-in (distclean): Fix a typo (colon was after "clean").
94d4bafb
EZ
343 (extraclean): New target, emulates Makefile.in.
344
e183fe27
KH
3452005-04-06 Kenichi Handa <handa@m17n.org>
346
41584b03 347 * quail/sgml-input.el ("sgml"): Enable quail-completion by typing TAB.
e183fe27 348
eebfcf8e
KH
3492005-03-26 Kenichi Handa <handa@m17n.org>
350
41584b03 351 * quail/latin-ltx.el ("TeX"): Enable quail-completion by typing TAB.
eebfcf8e
KH
352
3532005-03-18 Kenichi Handa <handa@m17n.org>
db328182
KH
354
355 * quail/thai.el (quail-thai-update-translation): Delete it.
f4931aac 356 (thai-generate-quail-map): Generate a simpler map.
db328182
KH
357 ("thai-kesmanee"): Don't use quail-thai-update-translation.
358 (thai-generate-quail-map): Likewise.
359
761a8755
KH
3602005-03-15 Kenichi Handa <handa@m17n.org>
361
362 * quail/thai.el (thai-generate-quail-map): Fix the kesmanee layout.
363
c68f7e21
KH
3642005-03-08 Kenichi Handa <handa@m17n.org>
365
366 * quail/latin-pre.el ("latin-1-prefix"): Add rule "__"->"_".
367 ("latin-9-prefix"): Add rules "__"->"_", "_ "->NBSP.
368
a3341d3c
KH
3692004-12-04 Kenichi Handa <handa@m17n.org>
370
371 * quail/lao.el (lao-key-alist): Declare it by defvar.
372 (lao-key-alist-vector): New variable.
373 (lao-consonant-key-alist, lao-semivowel-key-alist)
374 (lao-vowel-key-alist, lao-voweltone-key-alist)
375 (lao-tone-key-alist, lao-other-key-alist): Initialize them from
376 lao-key-alist-vector.
377
a7ff4354
KH
3782004-09-25 Kenichi Handa <handa@m17n.org>
379
380 * quail/uni-input.el (ucs-input-method): Add error clause to
381 condition-case.
382
88a74fa5
KH
3832004-09-21 Kenichi Handa <handa@m17n.org>
384
385 * quail/uni-input.el: Move the call of register-input-method to
386 leim-ext.el.
387 (ucs-input-insert-char): New function.
388 (ucs-input-method): Use ucs-input-insert-char.
389 (ucs-input-activate): Call quail-hide-guidance instead of
390 quail-hide-guidance-buf.
391
392 * leim-ext.el: Add autoload for 'ucs-input-activate and
393 register-input-method for "ucs".
394
15203bb7
DK
3952004-08-21 David Kastrup <dak@gnu.org>
396
397 * quail/greek.el ("greek-babel"): Add accent/breathing/uppercase
398 combinations.
399
295f3b30
KH
4002004-08-16 Kenichi Handa <handa@m17n.org>
401
402 * quail/georgian.el ("georgian"): Call quail-define-package with
403 the show-layout arg t.
404
de10c114
AS
4052004-08-06 Andreas Schwab <schwab@suse.de>
406
407 * Makefile.in (install): Remove .arch-inventory files.
408
d604e09b
DK
4092004-07-01 David Kastrup <dak@gnu.org>
410
41584b03 411 * quail/greek.el ("((") ("))"): Add quotation mark shorthands.
d604e09b 412
f96ec754
AS
4132004-06-30 Andreas Schwab <schwab@suse.de>
414
415 * Makefile.in (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
416 serialize parallel builds.
417 (${MISC:.elc=.el}): Depend on changed.misc.
418
62bfe0fc
KH
4192004-06-05 Kenichi Handa <handa@m17n.org>
420
68330491
EZ
421 * Makefile.in (leim-list.el): Depend on leim-ext.el. Append the
422 contents of leim-ext.el to leim-list.el.
62bfe0fc
KH
423
424 * leim-ext.el: New file.
425
9254ee5e
KH
4262004-05-17 Werner Lemberg <wl@gnu.org>
427
428 * quail/sisheng.el: New file.
429
53e1a54f
KH
4302004-05-17 Kenichi Handa <handa@m17n.org>
431
432 * Makefile.in (OTHERS): Add ${srcdir}/quail/sisheng.elc.
433
cdc9b845
EZ
4342004-05-11 Eli Zaretskii <eliz@gnu.org>
435
436 * Makefile.in (leim-list.el): Move commands to convert TIT and
437 MISC dictionaries from here...
438 (changed.tit, changed.misc): ...to here. Remove the (now
439 unneeded) test of the contents of changed.* files.
440
9a28b921
AS
4412004-05-10 Andreas Schwab <schwab@suse.de>
442
443 * Makefile.in (all): Readd dependency on ${WORLD} so that lisp
444 files are compiled when bootstrapping.
445
bef96454
SM
4462004-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
447
448 * quail/latin-ltx.el ("TeX"): Fix typo.
449
d2c846aa
SM
4502004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * quail/latin-ltx.el: Use utf-8 coding.
453 ("TeX"): Add de and fr quotes. From Karl Eichwalder <ke@suse.de>.
454
2cd23d89
KH
4552004-05-04 Kenichi Handa <handa@m17n.org>
456
457 * Makefile.in (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
458 (MISC-SOURCES): Likewise.
459
4602004-05-01 Kenichi Handa <handa@m17n.org>
461
41584b03 462 * Makefile.in (OTHERS): Rename from MISC.
d2c846aa
SM
463 (MISC): Rename from MISC-DIC.
464 (WORLD): Adjute for the above changes.
2cd23d89
KH
465 (TIT-MISC, NON-TIT-MISC): New targets.
466 (all): Don't depend on ${WORLD}.
d2c846aa 467 (.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): Remove these targets.
2cd23d89
KH
468 (TIT-SOURCES, MISC-SOURCES): New macros.
469 (changed.tit, changed.misc): New targets.
d2c846aa 470 (leim-list.el): Depend on ${NON-TIT-MISC}, changed.tit, and
2cd23d89
KH
471 changed.misc. Generate quail files from TIT and MISC files if
472 necessary.
473 (clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and
474 ${MISC-DIC}.
475
238add5e
JR
4762004-05-03 Jason Rumney <jasonr@gnu.org>
477
478 * makefile.nt: Remove.
479
d814862a
JB
4802004-04-23 Juanma Barranquero <lektu@terra.es>
481
482 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
483
28082746
AI
4842004-04-09 Andrew Innes <andrewi@gnu.org>
485
486 * makefile.w32-in (distclean clean): Remove nmake specific
487 stamp-subdir test.
488
bb62616f
KH
4892004-02-28 Kenichi Handa <handa@m17n.org>
490
d2c846aa 491 * Makefile.in (all): Depend on ${WORLD} instead of ${TIT} and
bb62616f
KH
492 ${MISC-DIC}.
493 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
494 (maintainer-clean): Delete files that are not in CVS repository.
495
d2c846aa 496 * makefile.nt (all): Depend on $(WORLD) instead of $(TIT) and
bb62616f
KH
497 $(MISC-DIC).
498 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
499 (maintainer-clean): Delete files that are not in CVS repository.
500
d2c846aa 501 * makefile.w32-in (all): Depend on $(WORLD) instead of $(TIT) and
bb62616f
KH
502 $(MISC-DIC).
503 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
504 (maintainer-clean): Delete files that are not in CVS repository.
505
880820fe 5062004-02-16 Jérôme Marant <jmarant@nerim.net> (tiny change)
f92f5e37
KH
507
508 * Makefile.in (distclean maintainer-clean): Depend on clean.
509
bdb6a227
KH
5102004-01-27 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
511
512 * quail/cyrillic.el ("bulgarian-bds"): Docstring fixed.
513
e555f8d5
KH
5142004-01-22 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
515
516 * quail/cyrillic.el ("bulgarian-phonetic"): Docstring fixed.
d814862a 517 Duplicate entry removed.
e555f8d5
KH
518 ("bulgarian-bds"): Docstring fixed.
519
c51b37fd
DL
5202003-10-06 Dave Love <fx@gnu.org>
521
522 * quail/latin-ltx.el: Several additions.
523
ac7ec68c
KH
5242003-08-25 Jesper Harder <harder@ifa.au.dk> (tiny change)
525
526 * quail/latin-pre.el ("german-prefix"): Fix typo in the docstring.
527
f653dfd9
DL
5282003-08-20 Dave Love <fx@gnu.org>
529
530 * quail/latin-ltx.el: Add \rhd.
531
15a03c32
MR
5322003-08-19 Markus Rost <rost@math.ohio-state.edu>
533
534 * quail/latin-pre.el ("french-prefix"): Fix spacing in docstring.
535
15f772c8
KH
5362003-07-21 KAWABATA, Taichi <kawabata@m17n.org>
537
d814862a 538 * quail/indian.el (quail-indian-update-translation): Adjust the
15f772c8
KH
539 behaviour according to the change of quail-translate-key.
540
603b8073
KH
5412003-05-22 Kenichi Handa <handa@m17n.org>
542
543 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Change the title
544 Chinese characters from GB to Big5.
545
34c614a8 5462003-05-01 Wlodzimierz Bzyl <matwb@julia.univ.gda.pl> (tiny change)
458d0770
KH
547
548 * quail/latin-pre.el ("polish-slash"): Add the rule "//"->?/.
549
069e6098
AS
5502003-04-05 Andreas Schwab <schwab@suse.de>
551
552 * Makefile.in (install): Remove CVS related and backup files from
553 installation directory.
554
15988eba
DK
5552003-02-27 David Kastrup <dak@gnu.org>
556
d814862a 557 * quail/greek.el (greek-babel): Add koronis transliteration.
15988eba 558
b2c16093
DK
5592003-02-23 David Kastrup <dak@gnu.org>
560
d814862a 561 * quail/greek.el (greek-babel): Fix <' accent.
b2c16093 562
a56c637d
DL
5632003-02-17 Dave Love <fx@gnu.org>
564
565 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
566
83930535
JB
5672003-02-14 Juanma Barranquero <lektu@terra.es>
568
d2c846aa 569 * quail/uni-input.el (utf-8-ccl-encode): Fix use of character constants.
83930535 570
61cb0b53 5712003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
59fdf430
KH
572
573 * quail/indian.el (punjabi-itrans, gujarati-itrans, oriya-itrans)
d814862a 574 (bengali-itrans, assamese-itrans, telugu-itrans, kannada-itrans)
59fdf430
KH
575 (malayalam-itrans, tamil-itrans): New ITRANS based input methods.
576 (punjabi-inscript, gujarati-inscript, oriya-inscript)
577 (bengali-inscript, assamese-inscript, telugu-inscript)
d2c846aa
SM
578 (kannada-inscript, malayalam-inscript, tamil-inscript):
579 New INSCRIPT based input methods.
59fdf430 580
ff57e5d6
KH
5812003-02-07 Kenichi Handa <handa@m17n.org>
582
583 * quail/cyrillic.el: Update quail-package-alist (not
584 input-method-alist) to make "cyrillic-jcuken" an alias of
585 "russian-typewriter". Add cookie for quail-update-leim-list-file.
586
e29969ca
DK
5872003-02-05 David Kastrup <dak@gnu.org>
588
d2c846aa 589 * quail/greek.el: Fix iota accent typos in greek-babel encoding.
e29969ca 590
139c4e54
DL
5912003-01-05 Dave Love <fx@gnu.org>
592
593 * makefile.w32-in (SLAVIC): Add croatian.elc.
594
595 * Makefile.in (SLAVIC): Add croatian.elc.
596
597 * quail/croatian.el: New file.
598
abceb4ac
JB
5992002-12-10 Juanma Barranquero <lektu@terra.es>
600
601 * makefile.w32-in (LATIN): Add welsh.elc.
602 (MISC): Add georgian.elc.
603 (UNICODE): Add it.
604 (WORLD): Add $(UNICODE).
605
59daa29a
DL
6062002-11-14 Dave Love <fx@gnu.org>
607
608 * quail/slovak.el: Add coding cookie.
609
610 * quail/latin-ltx.el: Fix coding cookie.
611
612 * quail/hebrew.el: Add coding cookie.
613
614 * quail/czech.el: Add coding cookie.
615
616 * quail/welsh.el: Undo last change.
617
b4b11a40
DL
6182002-09-11 Dave Love <fx@gnu.org>
619
620 * quail/latin-post.el ("slovenian"): New.
621
570af494
KH
6222002-09-05 Kenichi Handa <handa@etl.go.jp>
623
624 * quail/thai.el (thai-kesmanee): Fix the mapping of `"' and `}'.
625
ad0b1666
DL
6262002-07-24 Dave Love <fx@gnu.org>
627
a5e5d4ad
DL
628 * quail/latin-alt.el ("latin-alt-postfix"): New.
629
630 * quail/latin-post.el ("latin-postfix"): New.
631
ad0b1666
DL
632 * quail/latin-pre.el ("latin-1-prefix"): Add nbsp.
633 ("latin-3-prefix"): Doc fix.
a5e5d4ad 634 ("latin-prefix"): New.
ad0b1666 635
f860212e
DL
6362002-07-12 Dave Love <fx@gnu.org>
637
638 * quail/cyrillic.el: Doc fixes.
639 ("cyrillic-beylorussian"): Commented-out.
d2c846aa 640 ("cyrillic-translit-bulgarian"): Delete.
f860212e
DL
641 ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings.
642 ("ukrainian-computer", "belarusian", "bulgarian-bds")
643 ("russian-computer"): New.
880820fe 644 ("bulgarian-phonetic"): Rename from bulgarian-pho. Add §, №, Ю.
d2c846aa 645 ("russian-typewriter"): Rename from cyrillic-jcuken.
f860212e 646
282b5fb7
KH
6472002-06-20 Dave Love <fx@gnu.org>
648
649 * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3
880820fe 650 characters and ~o -> ġ, ~O -> Ġ.
282b5fb7 651
fe960d0a
EZ
6522002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
653
654 * Makefile.in (install): Use "tar -chf", to follow symlinks.
655
9a40c2fb
PJ
6562002-05-04 Triet Hoai Lai <thlai@ee.usyd.edu.au>
657
658 * quail/vntelex.el: Add even more rules.
659
ab59447f
PJ
6602002-04-30 Triet Hoai Lai <thlai@ee.usyd.edu.au>
661
662 * quail/vntelex.el: Add new rules to escape from composition.
663
e656fc9d
PJ
6642002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
665
666 * quail/vntelex.el: Use proper charset.
667
177c0ea7 6682002-04-22 Koaunghi Un <koaunghi@ling.cnu.ac.kr>
0347c911
PJ
669
670 * quail/hanja.el ("Od"): Remove rule.
0347c911 671
175e150b
EZ
6722002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
673
674 * quail/indian.el: Replace commented-out lines with a condition
675 that is always false.
676
c031864a
JC
6772002-04-06 Jaeyoun Chung <jay@kldp.org>
678
d2c846aa 679 * quail/hanja3.el ("kf"): Add a few composing rules
c031864a
JC
680 from "Taik-kyun Lim" <mongmong@milab.yonsei.ac.kr>
681
cb0dc144 682 * quail/hangul3.el: Buggy alternative second character
c031864a
JC
683 sequence fixed ('/' for 'v' pair).
684 added a few more third character composing rule.
685
129f2c75
WL
6862002-03-03 Werner Lemberg <wl@gnu.org>
687
688 * quail/vntelex.el: New file.
cb0dc144
JB
689 * Makefile.in (VIETNAMESE):
690 * makefile.nt (VIETNAMESE):
691 * makefile.w32-in (VIETNAMESE): Add it.
129f2c75 692
5c196f29
AI
6932002-02-10 Andrew Innes <andrewi@gnu.org>
694
695 * makefile.w32-in ($(TIT)): Don't depend on $(SUBDIRS).
696 ($(MISC_DIC)): Ditto.
697
108eaabb
RS
6982002-02-06 Richard M. Stallman <rms@gnu.org>
699
700 * quail/latin-pre.el (french-prefix): ", " => "," and "~ " => "~".
701 Don't define "~," at all.
702
880820fe 7032002-01-29 Pavel Janík <Pavel@Janik.cz>
cc13aa25 704
880820fe 705 * quail/latin-pre.el (latin-2-prefix): Add Ě and ě.
cc13aa25
PJ
706 From "Dr. Eduard Werner" <edi.werner@gmx.de>.
707
18e1da99 7082002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
417f4d3a
EZ
709
710 * quail/greek.el: Changed the behavior of the "greek" input
18e1da99
EZ
711 method, to consider the "accent" and "diaeresis" as prefix keys.
712 A new method (named "greek-postfix") was added which implements
713 the old behavior. Also changed the mapping of the "Q/q" key to
714 produce the ":/;" characters, as is customary in greek keyboards.
715 From Nick Patavalis <npat@inaccessnetworks.com>.
417f4d3a 716
8f7d3eca
JC
7172002-01-07 Jaeyoun Chung <jay@kldp.org>
718
d814862a 719 * quail/hangul.el: Remove key sequence mapping for O[rsfaqtTd].
d2c846aa 720 Not used for Korean Hangul Type 2 (request from emacs-kr mailing list).
8f7d3eca 721
121f67fa
EZ
7222002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
723
724 * quail/cyrillic.el ("bulgarian-pho"): Fix a typo in a doc string.
725
7f93e2ab
DL
7262002-01-01 Dave Love <fx@gnu.org>
727
d2c846aa 728 * quail/indian.el (quail-define-indian-trans-package): Unquote lambda.
7f93e2ab
DL
729 (quail-define-inscript-package): Avoid mapcar*.
730
3c08498a
DL
7312001-12-20 Dave Love <fx@gnu.org>
732
733 * quail/latin-ltx.el: Fix un-doubled backslashes.
734
96566974
DL
7352001-12-15 Dave Love <fx@gnu.org>
736
abceb4ac 737 * quail/latin-pre.el ("french-prefix", "german-prefix")
96566974
DL
738 ("spanish-prefix"): Fix language assignment.
739
abceb4ac
JB
740 * quail/latin-post.el ("french-postfix", "german-postfix")
741 ("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix")
742 ("french-keyboard", "french-azerty", "german")
96566974
DL
743 ("spanish-keyboard"): Fix language assignment.
744
745 * quail/indian.el: Don't require cl.
d2c846aa 746 (quail-indian-flatten-list): Rename from flatten-list.
96566974 747
abceb4ac
JB
748 * quail/cyrillic.el ("cyrillic-beylorussian")
749 ("cyrillic-ukrainian", "cyrillic-translit-bulgarian")
96566974
DL
750 ("belarusian", "bulgarian-pho"): Fix language assignment.
751
752 * quail/latin-alt.el ("french-alt-postfix", "german-alt-postfix")
753 ("spanish-alt-postfix", "turkish-latin-3-alt-postfix")
754 ("turkish-alt-postfix"): Fix language assignment.
755 ("dutch"): Assign to Dutch. Use chars, not strings.
d2c846aa 756 ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"): New.
96566974 757
880820fe 7582001-12-08 Pavel Janík <Pavel@Janik.cz>
03f9f7ae
PJ
759
760 * COPYING: New file.
761
eea6cc1f
JC
7622001-12-03 Jaeyoun Chung <jay@kldp.org>
763
d814862a 764 * quail/hangul3.el: Add a few convenient composing sequences for
eea6cc1f
JC
765 Korean keyboard type 3 users.
766
de371c8c
DL
7672001-11-29 Dave Love <fx@gnu.org>
768
769 * quail/latin-ltx.el: Extra translations. Fix some
770 latin-iso8859-4 characters. Use Hebrew letters, not compatibility
771 symbols.
772
ea17b6e1
JR
7732001-11-28 Juanma Barranquero <lektu@terra.es>
774
d814862a 775 * makefile.w32-in (INDIAN): Adjust for the file name change;
ea17b6e1
JR
776 quail/devanagari.elc -> quail/indian.elc.
777
778 * makefile.nt (INDIAN): Likewise.
779
177c0ea7 7802001-11-21 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
8727d588
RS
781
782 * quail/devanagari.el: Renamed to indian.el.
783
784 * quail/indian.el: Renamed from devanagari.el, and completely
785 re-written. The input method devanagari-hindi-transliteration is
786 merged with devanagari-itrans, devanagari-keyboard-a is renamed to
787 devanagari-inscript, devanagari-transliteration is renamed to
788 devanagari-kyoto-harvard.
789
790 * Makefile.in: Adjusted for the file name change;
791 quail/devanagari.elc -> quail/indian.elc.
792
e154cc44
EZ
7932001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
794
795 * quail/welsh.el: Avoid an error message due to a commented-out
796 input method.
797
a6beb3d2
RS
7982001-11-05 Richard M. Stallman <rms@gnu.org>
799
800 * quail/rfc1345.el: Get rid of the explicit ^Z character.
801
cd946181
EZ
8022001-11-05 Eli Zaretskii <eliz@is.elta.co.il>
803
804 * quail/latin-ltx.el: Remove the call to IT-setup-unicode-display.
805
7115232b
DL
8062001-11-04 Dave Love <fx@gnu.org>
807
808 * Makefile.in (LATIN): Add welsh.
809 (UNICODE): New.
810 (MISC): Add georgian.
811 (WORLD): Add UNICODE.
812
813 * quail/welsh.el, quail/georgian.el, quail/rfc1345.el:
814 * quail/uni-input.el, quail/sgml-input.el: New file.
815
816 * quail/cyrillic.el ("bulgarian-pho", "belarusian"): New methods.
817
818 * quail/latin-alt.el ("dutch"): New method.
819
b344d29d 8202001-10-27 Francesco Potortì <pot@gnu.org>
3a8b7edb
FP
821
822 * quail/latin-post.el ("italian-postfix"): Undo previous change.
823
824 * quail/latin-alt.el ("italian-alt-postfix"): Undo previous change.
825
b344d29d 8262001-10-25 Francesco Potortì <pot@gnu.org>
a4416b14
FP
827
828 * quail/latin-post.el ("italian-postfix"): Euro symbol.
829
830 * quail/latin-alt.el ("italian-alt-postfix"): Euro symbol.
831
71431a0e
GM
8322001-10-20 Gerd Moellmann <gerd@gnu.org>
833
6aa97356 834 * (Version 21.1 released.)
71431a0e 835
c4e7e308
EZ
8362001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
837
838 * CXTERM-DIC/Punct-b5.tit: Add big5 Chinese double spaced alphabet
839 mappings, so that one could type them without leaving the Hanyu
840 Pinyin input method. Suggested by Kenichi Handa
841 <handa@etl.go.jp>.
842
51724e26
EZ
8432001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
844
845 * quail/greek.el ("greek-babel"): New input method. From David
846 Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
847
ab952a4f
GM
8482001-10-05 Gerd Moellmann <gerd@gnu.org>
849
850 * Branch for 21.1.
a4416b14 851
00651fbf
EZ
8522001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
853
854 * quail/greek.el ("greek-mizuochi"): Doc fix. From David Kastrup
855 <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
856
5a397d28
GM
8572001-08-06 Gerd Moellmann <gerd@gnu.org>
858
859 * quail/py-punct.el ("chinese-py-punct"): Copy the QUAIL-MAP of
860 "chinese-py".
861 ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy".
862
880820fe 8632001-07-16 Pavel Janík <Pavel@Janik.cz>
be567141 864
150998ec
PJ
865 * ja-dic/ja-dic.el, quail/cyril-jis.el, quail/cyrillic.el
866 * quail/czech.el, quail/devanagari.el, quail/ethiopic.el
867 * quail/greek.el, quail/hangul.el, quail/hangul3.el
868 * quail/hanja-jis.el, quail/hanja.el, quail/hanja3.el
869 * quail/hebrew.el, quail/ipa.el, quail/japanese.el, quail/lao.el
870 * quail/latin-alt.el, quail/latin-ltx.el, quail/latin-post.el
871 * quail/latin-pre.el, quail/lrt.el, quail/py-punct.el
872 * quail/pypunct-b5.el, quail/slovak.el, quail/symbol-ksc.el
873 * quail/thai.el, quail/tibetan.el, quail/viqr.el: Some fixes to
be567141
PJ
874 follow coding conventions.
875
e6aeb775
AC
8762001-06-04 Andrew Choi <akochoi@i-cable.com>
877
878 * quail/.cvsignore: Change CTLauB.el to CTLau-b5.el.
879
ec57454f
AI
8802001-06-01 Andrew Innes <andrewi@gnu.org>
881
882 * makefile.nt (TIT_GB): Remove quail/PY.elc and quail/ZIRANMA.elc.
883 (NON_TIT_BIG5): Remove $(srcdir)/quail/tsang-b5.elc and
884 $(srcdir)/quail/pypunct-b5.elc.
885 (NON_TIT_CNS): Remove.
886 (CHINESE_NON_TIT): Remove $(NON_TIT_CNS).
887 (CHINESE_CNS): Remove.
888 (KOREAN): Add $(srcdir)/quail/hanja3.elc.
889 (LATIN): Add $(srcdir)/quail/latin-alt.elc and
890 $(srcdir)/quail/latin-ltx.elc.
891 (MISC_DIC): Copy from Makefile.in.
892 (CHINESE): Remove $(CHINESE_CNS).
893 (all): Add $(MISC_DIC) as target.
894 (.NOTPARALLEL): New target.
895 (.NO_PARALLEL): New target.
896 ($(MISC_DIC)): New target.
897 (clean mostlyclean): Clean more stuff.
898 (TIT_EL): New macro.
899 (MISC_DIC_EL): New macro.
900
901 * makefile.w32-in (TIT-GB): Remove CTLau.elc from it.
902 (TIT-BIG5): Remove CTLauB.elc from it.
903 (MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it.
904 (clean mostlyclean): Remove obsolete reference.
905
70079787
EZ
9062001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
907
908 * quail/latin-ltx.el [ms-dos]: Call IT-setup-unicode-display.
909
5e3d4fbc
AC
9102001-05-24 Andrew Choi <akochoi@i-cable.com>
911
937fad9a
AC
912 * Makefile.in (MISC-DIC): Change CTLauB.elc to CTLau-b5.elc.
913
5e3d4fbc
AC
914 * CXTERM-DIC/CTLau.tit, CXTERM-DIC/CTLauB.tit: Delete files.
915
916 * MISC-DIC/CTLau.html, MISC-DIC/CTLau-b5.html: Add files.
917
918 * Makefile.in (TIT-GB): Remove CTLau.elc from it.
919 (TIT-BIG5): Remove CTLauB.elc from it.
920 (MISC-DIC): Add CTLau.elc and CTLauB.elc to it.
921
f042e7b9
DL
9222001-05-17 Dave Love <fx@gnu.org>
923
d2c846aa 924 * quail/latin-ltx.el ("TeX"): Rename from "latin-latex2e".
f042e7b9
DL
925 Language family and indicator changed. Many new translations.
926
f08cf35b
GM
9272001-05-17 Gerd Moellmann <gerd@gnu.org>
928
929 * quail/slovak.el, quail/czech.el: Set guidance to t for czech and
880820fe 930 slovak input methods. New maintainer. From Pavel Janík
f08cf35b
GM
931 <Pavel@Janik.cz>.
932
b5eeaa1d
GM
9332001-04-23 Gerd Moellmann <gerd@gnu.org>
934
935 * quail/latin-ltx.el: Add more translations. From
880820fe 936 jsbien@mimuw.edu.pl (Janusz S. Bień).
b5eeaa1d 937
55a22ce1
EZ
9382001-04-19 Eli Zaretskii <eliz@is.elta.co.il>
939
940 * quail/hangul.el <korean-hangul>: Doc fix.
941
90200fcc
AI
9422001-04-18 Andrew Innes <andrewi@gnu.org>
943
944 * makefile.w32-in (EMACSLOADPATH): Define.
a4416b14
FP
945 ($(TIT)):
946 ($(MISC_DIC)):
947 (.el.elc):
90200fcc
AI
948 (leim-list.el): Remove stuff to set EMACSLOADPATH.
949
f383cd0d
GM
9502001-04-05 Gerd Moellmann <gerd@gnu.org>
951
a55e4e68
GM
952 * Makefile.in (install): Remove .cvsignore files.
953
f383cd0d
GM
954 * quail/japanese.el ("japanese-hankaku-kana"): Don't use
955 the same translations as for `japanese'.
956
4c1dadb1
AI
9572001-04-03 Andrew Innes <andrewi@gnu.org>
958
959 * makefile.w32-in (TIT_GB): Delete quail/PY.elc and
960 quail/ZIRANMA.elc.
961 (NON_TIT_BIG5): Delete $(srcdir)/quail/quick-b5.elc and
962 $(srcdir)/quail/tsang-b5.elc.
963 (NON_TIT_CNS): Delete.
964 (CHINESE_NON_TIT): Delete $(NON-TIT-CNS).
965 (CHINESE_CNS): Delete.
966 (KOREAN): Add ${srcdir}/quail/hanja3.elc. From Kenichi Handa
967 <handa@etl.go.jp>.
968 (MISC_DIC): New variable.
969 (CHINESE): Delete $(CHINESE_CNS).
970 (WORLD): Add $(MISC_DIC).
971 (all): Depends on $(MISC_DIC).
972 (.NOTPARALLEL, .NO_PARALLEL): New special targets.
973 ($(MISC_DIC)): New target.
974 (clean mostlyclean): Delete also $(NONTIT), $(WORLD), $(MISC_DIC)
975 and $(MISC_DIC:.elc=.el).
976
e217c26e
EZ
9772001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
978
a46d278b
EZ
979 * Makefile.in (KOREAN): Add ${srcdir}/quail/hanja3.elc. From
980 Kenichi Handa <handa@etl.go.jp>.
981
e217c26e
EZ
982 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.
983
a3d0b0e0
KH
9842001-03-31 Kenichi Handa <handa@etl.go.jp>
985
986 * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
987 (NON-TIT-BIG5): Delete ${srcdir}/quail/quick-b5.elc
988 ${srcdir}/quail/tsang-b5.elc.
989 (CHINESE-NON-TIT): Delete ${NON-TIT-CNS}.
990 (CHINESE-CNS): Delete it.
991 (MISC-DIC): New variable.
992 (CHINESE): Delete ${CHINESE-CNS}.
4c1dadb1 993 (WORLD): Add ${MISC-DIC}.
a3d0b0e0
KH
994 (all): Depends on ${MISC-DIC}.
995 (${MISC-DIC}): New target.
996 (clean mostlyclean): Delete also ${MISC-DIC} ${MISC-DIC:.elc=.el}.
997
998 * MISC-DIC/cangjie-table.b5, MISC-DIC/cangjie-table.cns,
999 MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: New files.
1000
1001 * CXTERM-DIC/PY.tit, CXTERM-DIC/ZIRANMA.tit: Delete them.
1002
1003 * quail/tsang-b5.el, quail/tsang-cns.el, quail/quick-b5.el,
cb0dc144 1004 * quail/quick-cns.el: Delete them.
a4416b14 1005
9d5d1075
EZ
10062001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1007
1008 * Makefile.in (${TIT}): Fix whitespace.
1009
ed31fabf
GM
10102001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
1011
1012 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): New special targets.
1013 (${TIT}): If the target file already exist, don't remake it.
1014
1e406be0
KH
10152001-03-21 Kenichi Handa <handa@etl.go.jp>
1016
1017 * quail/slovak.el ("slovak"): Translate "=q" to "`".
1018
ce058493 10192001-03-16 Pavel Janík <Pavel@Janik.cz>
8f369c02
KH
1020
1021 * quail/slovak.el ("slovak"): Delete translations of "q", "Q",
1022 "=q", "+q", "=Q", and "+Q".
1023 ("slovak-prog-1"): Give t to the arg SHOW-LAYOUT.
1024 ("slovak-prog-2"): Likewise.
1025 ("slovak-prog-3"): Likewise.
1026
abfa36c4
EZ
10272001-03-16 Eli Zaretskii <eliz@is.elta.co.il>
1028
1029 * quail/latin-post.el ("finnish-keyboard"): Fix a typo.
1030
b8a7ebcf
KH
10312001-03-16 Kenichi Handa <handa@etl.go.jp>
1032
1033 * quail/japanese.el (quail-japanese-transliteration-rules): New
1034 variable. Use it to define these input methods: "japanese",
1035 "japanese-hiragana", "japanese-katakana".
1bdfe188
KH
1036 (quail-japanese-kana-state): Delete this variable.
1037 (quail-japanese-toggle-kana): Don't use quail-japanese-kana-state,
1038 instead check if there's any Hiraganas in the converison region.
b8a7ebcf 1039
9a639fce
KH
10402001-03-14 Kenichi Handa <handa@mule.m17n.org>
1041
1042 * quail/slovak.el ("slovak"): Give t to the arg SHOW-LAYOUT.
1043
51ab41b7
KH
10442001-03-06 Kenichi Handa <handa@etl.go.jp>
1045
1046 * CXTERM-DIC/4Corner.tit: Add copyright notice.
1047
36d5e61d
KH
10482001-03-05 Kenichi Handa <handa@etl.go.jp>
1049
1050 * quail/ethiopic.el ("ethiopic"): Docstring adjusted for the
1051 change of the speicial key bindings.
1052
bf0bdce8
KH
10532001-02-22 Kenichi Handa <handa@etl.go.jp>
1054
51ab41b7 1055 * CXTERM-DIC/ARRAY30.tit: Add copyright notice.
bf0bdce8
KH
1056
1057 * CXTERM-DIC/ETZY.tit: Likewise.
1058
1059 * CXTERM-DIC/ZOZY.tit: Likewise.
1060
193fba87
AI
10612001-02-05 Andrew Innes <andrewi@gnu.org>
1062
1063 * makefile.w32-in (BUILT_EMACS): Use $(THISDIR) to make emacs.exe
1064 path absolute.
1065
350d71b3
AI
10662001-02-03 Andrew Innes <andrewi@gnu.org>
1067
1068 * makefile.w32-in (LATIN): Fix last change to use () not {}.
1069
49bd4a69
KH
10702001-02-02 Kenichi Handa <handa@etl.go.jp>
1071
1072 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc.
1073
1074 * makefile.w32-in (LATIN): Likewise.
1075
1076 * quail/latin-ltx.el: New file -- LaTeX-like Latin input method.
1077
a51e9546
AI
10782001-02-01 Andrew Innes <andrewi@gnu.org>
1079
1080 * makefile.w32-in (LATIN): Include $(srcdir)/quail/latin-alt.elc.
1081
c91d43ed
KH
10822001-02-01 Kenichi Handa <handa@etl.go.jp>
1083
c91d43ed
KH
1084 * quail/greek.el ("greek-mizuochi"): New input method for
1085 classical Greek.
1086
7ccf7ab9 10872001-01-28 Gerd Moellmann <gerd@gnu.org>
c522cff0 1088
7ccf7ab9 1089 * Makefile.in (extraclean): Added target so make doesn't die if
c522cff0
BW
1090 one runs "make extraclean" at the top level.
1091
0dac6924
AI
10922001-01-06 Andrew Innes <andrewi@gnu.org>
1093
1094 * makefile.nt ($(TIT)): Map .elc to .el.
1095 (buildlisppath): Make path relative to $(MAKEDIR).
1096
392164c1
AS
10972001-01-01 Andreas Schwab <schwab@suse.de>
1098
1099 * quail/latin-alt.el: Doc fixes.
1100
ec6bd013
DL
11012000-12-18 Dave Love <fx@gnu.org>
1102
880820fe
KH
1103 * quail/latin-pre.el <latin-9-prefix>: Delete duplicate š entry.
1104 Change œ, Œ, ¶.
ec6bd013 1105
8ff06845
KH
11062000-12-16 Kenichi Handa <handa@etl.go.jp>
1107
1108 * ja-dic/ja-dic.el: Re-generated by the new ja-dic-cnv.el.
1109
4ee87dbb
AI
11102000-12-06 Andrew Innes <andrewi@gnu.org>
1111
1112 * makefile.w32-in (buildlisppath): Set to an absolute directory,
1113 relative to $(CURDIR).
1114 (INSTALLDIR): Use forward slash.
1115
24c53d36
AI
11162000-11-24 Andrew Innes <andrewi@gnu.org>
1117
1118 * makefile.w32-in (.SUFFIXES): New target, include .elc .el.
1119
1120 * makefile.nt (.SUFFIXES): New target, include .elc .el.
1121
37c35586
KH
11222000-11-21 Kenichi Handa <handa@etl.go.jp>
1123
1124 * Makefile.in (.SUFFIXES): New target, include .elc .el.
1125
3c7d764e
KH
11262000-11-17 Kenichi Handa <handa@etl.go.jp>
1127
1128 * quail/japanese.el (quail-japanese-kanji-kkc): Use marker to
1129 remember the conversion start.
1130
f3d3c491
AI
11312000-10-21 Andrew Innes <andrewi@gnu.org>
1132
1133 * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead
1134 of conditional invocation of make.
a4416b14
FP
1135 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
1136 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
f3d3c491
AI
1137 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
1138 files to .elc.
1139 ($(TIT)): Adjusted for the above change.
1140 (clean mostlyclean): Likewise.
1141 (.el.elc): New target.
1142
1143 * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead
1144 of conditional invocation of make.
a4416b14
FP
1145 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
1146 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
f3d3c491
AI
1147 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
1148 files to .elc.
1149 ($(TIT)): Adjusted for the above change.
1150 (clean mostlyclean): Likewise.
1151 (.el.elc): New target.
1152
a115794c
EZ
11532000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1154
1155 * Makefile.in (${TIT}, clean): Don't use shell `command`
1156 expansion, use ${TIT:.elc=.el} instead.
1157
ce75c97a
GM
11582000-09-26 Gerd Moellmann <gerd@gnu.org>
1159
1160 * Makefile.in: Make this the leim Makefile.in.
1161 (clean): Also remove $NON-TIT and $WORLD.
1162 (RUN-EMACS): Set EMACSLOADPATH.
1163
7b920aa1
KH
11642000-09-21 Kenichi Handa <handa@etl.go.jp>
1165
36e44f62
KH
1166 * Makefile.in: Revert to no-leim Makefile.
1167
cd3c0140
KH
1168 * quail/.cvsignore: Include *.elc.
1169
1170 * ja-dic/.cvsignore: New file.
7b920aa1 1171
5eedab4d
AI
11722000-09-16 Andrew Innes <andrewi@gnu.org>
1173
1174 * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
1175 (leim-list.el): Ditto.
1176
1177 * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
1178 (leim-list.el): Ditto.
1179
39f547f7
AI
11802000-09-15 Andrew Innes <andrewi@gnu.org>
1181
1182 * makefile.w32-in (clean mostlyclean): Ignore errors when removing
1183 files.
1184
fe83b953
AI
11852000-09-14 Andrew Innes <andrewi@gnu.org>
1186
1187 * makefile.w32-in (clean mostlyclean): Ignore errors when deleting
1188 leim-list.el.
1189 (distclean maintainer-clean): Ditto for stamp-subdir.
1190
1191 * makefile.nt: Rename skkdic to ja-dic.
1192
0fddd0dc
KH
11932000-09-07 Kenichi Handa <handa@etl.go.jp>
1194
1195 * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard
1196 translation.
1197
1198 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Docstring modified.
1199
1200 * quail/py-punct.el ("chinese-py-punct"): Docstring modified.
1201 ("chinese-tonepy-punct"): New input method.
1202
1203 * quail/latin-pre.el ("polish-slash"): Don't use keyboard
1204 translation.
1205
1206 * quail/japanese.el ("japanese"): Delete the key sequence for
1e4f1886 1207 Roman transliteration from the docstring because it's now shown
0fddd0dc
KH
1208 automatically.
1209 ("japanese-ascii", "japanese-zenkaku")
1210 ("japanese-hankaku-kana", "japanese-hiragana")
1211 ("japanese-katakana"): Docstring modified.
1212
1213 * quail/czech.el ("czech-qwerty"): Changed to show keyboard layout
1214 on describe-input-method.
1215 ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise.
1216
44ef7cf6
AI
12172000-09-03 Andrew Innes <andrewi@gnu.org>
1218
1219 * makefile.w32-in: New file.
f8803e97 1220 (install) Fix copying of directories.
44ef7cf6 1221
5724ab7a
KH
12222000-08-31 Kenichi Handa <handa@etl.go.jp>
1223
1224 * quail/thai.el (thai-generate-quail-map): If the length of
1225 translation is more than one, compose it.
1226
daba11ce
DL
12272000-08-29 Dave Love <fx@gnu.org>
1228
880820fe 1229 * quail/latin-pre.el ("latin-9-prefix"): Change entries for œ and Œ.
a39fb83d 1230
daba11ce
DL
1231 * Makefile.in: ja-dic <- skk in several places.
1232
457dd64a
KH
12332000-08-25 Kenichi Handa <handa@etl.go.jp>
1234
1235 * ja-dic: Directory name changed from skkdic.
1236
a1a2e38f 1237 * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el.
457dd64a
KH
1238
1239 * README: Rename skkdic to ja-dic throughout the file.
1240
68ce69e1
DL
12412000-08-24 Dave Love <fx@gnu.org>
1242
1243 * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New.
457dd64a 1244 ("latin-1-prefix"): Add missing symbols.
68ce69e1 1245
5a76406c
DL
12462000-08-23 Dave Love <fx@gnu.org>
1247
880820fe
KH
1248 * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give § and
1249 add ~p for ¶.
5a76406c 1250
240a16cf
KH
12512000-07-18 Kenichi Handa <handa@etl.go.jp>
1252
1253 * quail/japanese.el ("japanese"): Fix docstring.
1254
7a3fd467
KH
12552000-07-17 Kenichi Handa <handa@etl.go.jp>
1256
1257 * quail/japanese.el ("japanese"): Docstring modified.
1258
0bd5914b
KH
12592000-06-12 Kenichi Handa <handa@etl.go.jp>
1260
1261 * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted.
1262 ("tibetan-wylie"): State transition table modified.
1263
4dc1225b
KH
12642000-06-01 Kenichi Handa <handa@etl.go.jp>
1265
1266 * quail/tibetan.el: Change all tibetan-1-column characters to
1267 tibetan. Quail map for "tibetan-wylie" fixed.
1268
177c0ea7 12692000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
6733d074
KH
1270
1271 * quail/latin-pre.el ("polish-slash"): New input method.
1272
69766f94
KH
12732000-03-02 Kenichi Handa <handa@etl.go.jp>
1274
1275 * quail/latin-pre.el ("latin-1-prefix"): Add rules for symbols.
1276
9a90d84c
GM
12772000-02-01 Gerd Moellmann <gerd@gnu.org>
1278
1279 * Makefile.in: Make this the no-leim Makefile. Move the
1280 leim Makefile.in to ../leim-Makefile.in as it originally was.
1281
1282 * Makefile.noleim: Removed.
1283
cba32d22
KH
12842000-01-28 Kenichi Handa <handa@etl.go.jp>
1285
1286 * quail/hanja.el (korean-hanja): Add an entry for "wod".
1287
11ad3dee
KH
12882000-01-04 Kenichi Handa <handa@etl.go.jp>
1289
1290 * quail/japanese.el ("japanese"): Docstring augmented.
1291
5ec14d3c
KH
12921999-12-15 Kenichi Handa <handa@etl.go.jp>
1293
1294 * quail/lao.el: Rewritten for new composition.
1295
1296 * quail/lrt.el: Rewritten for new composition.
1297
1298 * quail/thai.el: Rewritten for new composition.
1299
1300 * quail/tibetan.el: Rewritten for new composition.
1301
113a1195
KH
13021999-12-13 Kenichi Handa <handa@etl.go.jp>
1303
1304 * quail/latin-pre.el ("esperanto-prefix"): Make it produce Latin-3
1305 characters, not Latin-1.
1306
98e85e34
GM
13071999-11-22 Andrew Innes <andrewi@gnu.org>
1308
1309 * makefile.nt: No need to generate subdirs.el.
1310
371f58d5
GM
13111999-11-21 Andrew Innes <andrewi@gnu.org>
1312
1313 * makefile.nt: New file.
1314
177c0ea7 13151999-10-26 Gerd Moellmann <gerd@gnu.org>
26922151
GM
1316
1317 * Makefile.noleim: New.
1318
58af2287
DL
13191999-09-19 Ken'ichi Handa <handa@gnu.org>
1320
1321 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
1322 turkish-postfix.
1323 ("turkish-postfix"): New Turkish input method which inserts
1324 Latin-5 characters.
1325
1326 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
1327 turkish-alt-postfix.
1328 ("turkish-alt-postfix"): New Turkish input method which inserts
1329 Latin-5 characters.
1330
13311999-07-12 Richard Stallman <rms@gnu.org>
1332
1333 * Version 20.4 released.
1334
13351998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
1336
1337 * quail/cyrillic.el (cyrillic-jcuken): Use X11 keyboard layout.
1338
13391999-06-14 Ken'ichi Handa <handa@gnu.org>
1340
1341 * quail/ethiopic.el ("ethiopic"): Add translation rules.
1342
13431999-06-01 Jae-youn Chung <jay@compiler.kaist.ac.kr>
1344
1345 * quail/hanja3.el: Newly generated from hangul.el, hangul3.el, and
1346 hanja.el.
1347
13481999-05-25 Ken'ichi Handa <handa@gnu.org>
1349
1350 * quail/hangul3.el ("korean-hangul3"): Give MAXIMUM-SHORTEST t.
1351
13521999-05-09 Tudor Hulubei <tudor@cs.unh.edu>
1353
1354 * quail/latin-pre.el ("romanian-prefix"): New input method.
1355 ("romanian-alt-prefix"): New input method.
1356
13571999-03-04 Kenichi Handa <handa@etl.go.jp>
1358
1359 * quail/latin-post.el ("spanish-postfix"): Add rule U" and u".
1360
13611999-01-14 Kenichi Handa <handa@etl.go.jp>
1362
1363 * quail/japanese.el (quail-japanese-kanji-kkc): If the last char
1364 to convert is `n', change it to Japanese Hiragana `n' before
1365 conversion.
1366
13671999-01-11 Kenichi Handa <handa@etl.go.jp>
1368
1369 * Makefile.in (MISC): Add ${srcdir}/quail/hebrew.el.
1370
1371 * quail/hebrew.el: New file.
1372
13731998-12-15 Kenichi Handa <handa@etl.go.jp>
1374
1375 * quail/devanagari.el (quail-devanagari-compose-characters):
1376 Adjusted for the change of input method handling.
1377 (quail-devanagari-hindi-compose-characters): Likewise.
1378
13791998-10-15 Kenichi Handa <handa@etl.go.jp>
1380
1381 * Makefile.in (leim-list.el): Use `(cd foo && pwd)` instead of
1382 `(cd foo; pwd)`.
1383 (install): Likewise.
1384
b344d29d 13851998-10-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
58af2287
DL
1386
1387 * quail/latin-post.el: Many doc fixes.
1388 ("latin-1-postfix"): Add sequence for the small superscript o.
1389 * quail/latin-pre.el: Many doc fixes.
1390 ("latin-1-prefix"): Add sequences for the small
1391 superscript underlined o and a.
1392
b344d29d 13931998-10-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
58af2287
DL
1394
1395 * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
1396 small superscript underlined o and a.
1397 ("italian-alt-postfix"): Change it to something useful and
a4416b14 1398 different from italian-postfix.
58af2287
DL
1399 * latin-post.el ("latin-1-postfix"): Add a method to enter the
1400 small superscript underlined o and a.
1401 ("italian-postfix"): Same as above.
1402 ("italian-postfix"): Add methods to enter e with acute accent and
1403 the >> and << symbols.
1404
14051998-09-25 Kenichi Handa <handa@etl.go.jp>
1406
1407 * quail/japanese.el (quail-japanese-hankaku-update-translation):
1408 Adjusted for the change of input method handling.
1409
14101998-09-11 Kenichi HANDA <handa@etl.go.jp>
1411
1412 * quail/japanese.el (quail-japanese-katakana-update-translation):
1413 Adjusted for the change of input method handling.
1414
14151998-08-31 Kenichi Handa <handa@etl.go.jp>
1416
1417 * quail/tibetan.el (quail-tibetan-input-wylie): Adjusted for the
1418 change of input method handling.
1419 (quail-tibetan-input-tibkey): Likewise.
1420
14211998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1422
1423 * Version 20.3 released.
1424
14251998-08-16 Kenichi HANDA <handa@etl.go.jp>
1426
1427 * quail/czech.el ("czech"): Make this input method deterministic,
1428 kbd-translate, and show-layout.
1429
14301998-08-15 Kenichi HANDA <handa@etl.go.jp>
1431
1432 * quail/ethiopic.el: Fix several translation rules.
1433
14341998-08-12 Milan Zamazal <pdm@fi.muni.cz>
1435
1436 * quail/czech.el: Few key sequences added to some keyboards.
1437
14381998-08-06 Kenichi Handa <handa@etl.go.jp>
1439
1440 * quail/japanese.el (quail-japanese-use-double-n): New variable.
1441 (quail-japanese-update-translation): Adjusted for the change of
1442 quail-update-translation. Now this function should return
1443 CONTROL-FLAG.
1444 (quail-japanese-toggle-kana): Update quail-conversion-str.
1445 (quail-japanese-kanji-kkc): Likewise.
1446 (quail-japanese-switch-package): Reset quail-current-str and
1447 quail-conversion-str.
1448
14491998-07-24 Kenichi Handa <handa@etl.go.jp>
1450
1451 * quail/japanese.el (quail-japanese-kanji-kkc): Set
1452 quail-translation to nil after calling kkc-region so that
1453 translation mode is restarted correctly.
1454
14551998-07-21 Kenichi Handa <handa@etl.go.jp>
1456
1457 * quail/japanese.el (quail-japanese-kanji-kkc): Handle the case
1458 that conversion is cancelled in kkc-region.
1459 (quail-japanese-switch-package): Fix previous change.
1460
14611998-07-19 Kenichi Handa <handa@etl.go.jp>
1462
1463 * quail/japanese.el (quail-japanese-update-translation): Handle
1464 a key which should fix the current translation and start a new
1465 translation correctly.
1466 (quail-japanese-toggle-kana): Set quail-translating to nil. Don't
1467 change point.
1468
14691998-07-15 Kenichi Handa <handa@etl.go.jp>
1470
1471 * quail/japanese.el (quail-japanese-kanji-kkc): Adjusted for the
1472 change of quail.el.
1473 (quail-japanese-switch-package): Likewise.
1474
14751998-07-03 Kenichi Handa <handa@etl.go.jp>
1476
1477 * quail/symbol-ksc.el: Keys for modern Korean syllables fixed.
1478 Some keys for ancient Korean syllables are changed properly.
1479
14801998-06-20 Kenichi Handa <handa@etl.go.jp>
1481
1482 * quail/ethiopic.el: Don't add hook to quail-mode-hook.
1483 (ethio-select-a-translation): New function.
1484
14851998-06-10 Richard Stallman <rms@psilocin.ai.mit.edu>
1486
1487 * Makefile.in (RUN-EMACS): Add --multibyte.
1488
14891998-04-29 Karl Heuer <kwzh@gnu.org>
1490
1491 * Makefile.in (SLAVIC): Delete redundant backslash.
1492
14931998-04-28 Richard Stallman <rms@psilocin.gnu.org>
1494
1495 * Makefile.in (install): Make INSTALLDIR and contents world-readable.
1496
14971998-04-20 Kenichi Handa <handa@etl.go.jp>
1498
1499 * Makefile.in (SLAVIC): New macro.
1500 (EUROPEAN): Include ${SLAVIC}.
1501
15021998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
1503
1504 * Makefile.in: Prepend ${srcdir} to all non-TIT lisp file names.
1505 (leim-list.el): Depend on ${WORLD}.
1506
1507 * latin-alt.el (latin-2-alt-postfix): Doc fix.
1508
15091998-04-08 Karl Heuer <kwzh@mescaline.gnu.org>
1510
1511 * czech.el, slovak.el: Correct starting commentary.
1512
15131998-04-07 Milan Zamazal <pdm@fi.muni.cz>
1514
1515 * quail/czech.el, quail/slovak.el: Correct starting commentary.
1516
15171998-04-06 Andreas Schwab <schwab@gnu.org>
1518
1519 * lrt.el (lrt-composing-pattern-double-c): Change chars-in-string
1520 to length.
1521 (lrt-generate-quail-map): Change sref to aref, and make second
1522 argument of substring a character index.
1523
15241998-03-26 Richard Stallman <rms@psilocin.gnu.org>
1525
1526 * Makefile.in (${TIT}): Fix shell conditional syntax.
1527
15281998-03-18 Kenichi Handa <handa@etl.go.jp>
1529
cb0dc144 1530 * quail/latin-pre.el ("latin-1-prefix"): Fix the translation of
58af2287
DL
1531 "/ " to "/" (instead of " ").
1532
15331998-03-17 Richard Stallman <rms@psilocin.gnu.org>
1534
1535 * quail/czech.el, quail/slovak.el: New files.
1536
15371998-03-10 Richard Stallman <rms@psilocin.gnu.org>
1538
1539 * Makefile.in (BUILT-EMACS): Variable renamed from EMACS.
1540 Uses changed.
1541
15421998-03-05 Kenichi Handa <handa@etl.go.jp>
1543
1544 * Makefile.in (${TIT}): To byte-compile quail packages, use just
1545 built quail.
1546
177c0ea7 15471997-12-09 Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de>
58af2287
DL
1548
1549 * quail/hanja3.el: New file.
1550
1551 * quail/hanja-jis.el: Title string of the input method
1552 "korean-hanja-jis" changed.
1553
1554 * quail/symbol-ksc.el: Title string of the input method
1555 "korean-symbol" changed. Require 'korea-util.
1556 (quail-hangul-switch-back): Deleted.
1557
1558 * quail/hangul3.el: Require 'korea-util.
1559 (quail-hangul-switch-to-symbol-ksc): Deleted.
1560
1561 * quail/hanja.el: Require 'korea-util. Title string of the input
1562 method "korean-hanja" changed.
1563 (quail-hanja-switch-to-symbol-ksc): Deleted.
1564
1565 * quail/hangul.el: Require 'korea-util.
1566 (quail-hangul-switch-to-symbol-ksc): Deleted.
a4416b14 1567
58af2287
DL
15681997-10-23 Kenichi Handa <handa@etl.go.jp>
1569
1570 * quail/ethiopic.el: The title string of input method "Ethiopic"
1571 is changed.
1572
15731997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1574
1575 * Version 20.2 released.
1576
15771997-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1578
1579 * quail/latin-post.el (german): Swap y and z.
1580
15811997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1582
1583 * Version 20.1 released.
1584
1585 * quail/latin-alt.el (latin-2-postfix): Use : for double-acute again.
a4416b14 1586
58af2287
DL
15871997-09-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1588
1589 * quail/viqr.el (vietnamese-viqr): Doc fix.
1590
15911997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1592
1593 * quail/latin-alt.el: New file.
1594
15951997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1596
1597 * quail/latin-post.el: Undo previous change.
a4416b14 1598
58af2287
DL
15991997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1600
1601 * quail/latin-post.el (latin-2-postfix):
1602 Replace comma and period with `. Replace colon with /.
1603 (latin-1-postfix): Replace comma with /.
1604 (french-postfix): Replace comma with /.
1605 (latin-3-postfix): Replace comma with ` and period with /.
1606 (latin-4-postfix): Replace comma with ` and period with ~.
1607 (latin-5-postfix): Replace comma with ` and period with /.
1608 (turkish-postfix): Replace comma with ` and period with /.
1609
16101997-09-10 Kenichi Handa <handa@etl.go.jp>
1611
1612 * quail/ethiopic.el: Don't bind keys in quail-mode-map. The
1613 function added to quail-mode-hook turn ethio-mode on only when
1614 input method "ethiopic" is begin used.
1615 (ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el.
1616 (ethio-toggle-space): Likewise.
1617 (ethio-insert-space): Likewise.
1618 (ethio-insert-ethio-space): Likewise.
1619 (ethio-prefer-ascii-punctuation): Likewise.
1620 (ethio-toggle-punctuation): Likewise.
1621 (ethio-gemination): Likewise.
1622 ("ethiopic"): Doc-string of this Quail package modified. Bind
1623 function keys for TRANSLATION-KEYMAP to
1624 quail-execute-non-quail-command.
1625
16261997-09-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1627
1628 * Makefile.in (install): Use quail/* in the second tar that
1629 copies a dir named quail.
1630
16311997-09-03 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1632
1633 * Makefile.in (install): Do not copy leim-list.el twice. Copy
1634 `skk' subdirectory too.
1635
16361997-09-03 Kenichi Handa <handa@etl.go.jp>
1637
1638 * quail/cyrillic.el: For each package, pass t for the SIMPLE
1639 argument to quail-define-package.
1640 * quail/cyril-jis.el: Likewise
1641 * quail/greek.el: Likewise.
1642 * quail/ipa.el: Likewise.
1643 * quail/lao.el: Likewise.
1644 * quail/lrt.el: Likewise.
1645 * quail/thai.el: Likewise.
1646 * quail/viqr.el: Likewise.
1647
16481997-08-30 Naoto TAKAHASHI <ntakahas@etl.go.jp>
1649
1650 * quail/ethiopic.el ("ethiopic"): Doc-sring fixed. Change the arg
1651 TRANSLATION-KEYS.
1652 (quail-mode-map): Change binding for ethio-insert-ethio-space.
1653 (quail-mode-hook): Check the current Quail package name.
1654
1655 * quail/latin-post.el: Add rules for cancelling accents by typing
1656 two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail
1657 packages.
1658
16591997-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1660
1661 * quail/latin-post.el, quail/latin-pre.el: For each package,
1662 pass t for the SIMPLE argument to quail-define-package.
1663
16641997-08-28 Kenichi Handa <handa@etl.go.jp>
1665
1666 * Makefile.in (dotdot): This macro deleted.
1667 (SUBDIRS): Exclude skk.
1668 (all): Substitute ${WORLD} to ${TIT}.
1669 (%.el): This target deleted.
1670 (${TIT}): Check existence of `quail' subdirectory.
1671 (leim-list.el): Do not check old files.
1672 (install): If ${srcdir} is different from the current directory,
1673 copy also files under ${srcdir}.
1674
16751997-08-26 Kenichi Handa <handa@etl.go.jp>
1676
1677 * Makefile.in: Re-arrange macros so that the macro TIT contains
1678 only Quial packages generated from CXTERM dictionaries, and the
1679 macro NON-TIT contains only Quial packages distributed with Emacs.
1680 (install): Do not use -h option for tar, instead copy ${NON-TIT}
1681 and ${TIT} separately.
1682
16831997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1684
1685 * Makefile.in (install): Discard extra data in tar | tar command.
1686
16871997-08-23 Kenichi Handa <handa@etl.go.jp>
1688
1689 * quail/devanagari.el (quail-devanagari-compose-characters): Fix
1690 previous change.
1691 (quail-devanagari-hindi-compose-characters): Fix previous change.
1692
1693 * quail/japanese.el (quail-japanese-kkc-mode-exit): Fix previous
1694 change.
1695
16961997-08-22 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1697
1698 * Makefile.in (leim-list.el): Fix previous change.
1699
1700 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
1701
17021997-08-21 Kenichi HANDA <handa@etl.go.jp>
1703
1704 * quail/py-punct-b5.el: Name changed from py-punct-b5.el.
1705 * quail/tsang-b5.el: Name changed from tsangchi-b5.el.
1706 * quail/tsang-cns.el: Name changed from tsangchi-cns.el.
1707
1708 * Makefile.in (install): Just copy leim-list.el instead of running
1709 update-leim-list-file on ${INSTALLDIR}.
1710 (CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el,
1711 py-punct-b5.el -> pypunct-b5.el.
1712 (CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el.
1713 (leim-list.el): Delete old files not contained in ${WORLD}.
1714
1715 * quail/japanese.el (quail-japanese-kkc-mode-exit): Run
1716 input-method-after-insert-chunk-hook.
1717
1718 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
1719
17201997-08-19 Kenichi Handa <handa@etl.go.jp>
1721
1722 * quail/hangul.el ("korean-hangul"): Doc-string of this Quail
1723 package fixed.
1724
17251997-08-18 Kenichi Handa <handa@etl.go.jp>
1726
1727 * quail/japanese.el (quail-japanese-toggle-kana): Don't call
1728 throw.
1729 (quail-japanese-kanji-kkc): Completely re-written.
1730 (quail-japanese-kkc-mode-exit): New function.
1731 (quail-japanese-switch-package): Call activate-input-method
1732 instead of select-input-method.
1733
1734 * quail/thai.el (thai-consonant-input): Typo fixed.
1735
1736 * quail/devanagari.el (quail-devanagari-compose-characters): Do
1737 not call throw.
1738 (quail-devanagari-hindi-compose-characters): Likewise.
1739
1740 * quail/hangul.el (quail-hangul-switch-to-symbol-ksc): Call
1741 activate-input-method instead of select-input-method.
1742
1743 * quail/hangul3.el (quail-hangul-switch-to-symbol-ksc): Likewise.
1744
1745 * quail/symbol-ksc.el (quail-hangul-switch-back): Likewise. Use
1746 input-method-history instead of previous-input-method.
1747
17481997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu>
1749
59daa29a 1750 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.
58af2287
DL
1751
17521997-08-16 Kenichi Handa <handa@etl.go.jp>
1753
1754 * quail/lrt.el (lrt-vowel-table): Some elements corrected.
1755 ("lao-lrt"): Doc-string of this Quail package modified.
1756 Some tranlation rules added.
1757
1758 * quail/lao.el (lao-keyboard-mapping): Some elements corrected.
1759 (lao-quail-define-rules): Some translation rules corrected.
1760
17611997-08-11 Kenichi Handa <handa@etl.go.jp>
1762
1763 * quail/lrt.el: Some rules added for Quail package "lao-lrt".
1764 (lrt-vowel-table): The entry for "aM" corrected.
1765
17661997-08-07 Kenichi Handa <handa@etl.go.jp>
1767
1768 * quail/lrt.el: Change title string of input method "lao-lrt".
1769 (lrt-single-consonant-table): Several key sequence changed.
1770 (lrt-composing-pattern-double-c): Handle a consonant with
1771 semi-vowel-lower correctly.
1772 (lrt-handle-maa-sakod): Do not reset quail-current-key.
1773 (lrt-handle-tone-mark): Check the existence of double consonant
1774 correctly.
1775
1776 * quail/lao.el: Change title string of input method "Lao".
1777
17781997-08-04 Valery Alexeev <valery@domovoy.math.uga.edu>
1779
1780 * quail/cyrillic.el (cyrillic-translit): Doc-string of the package
1781 modified. Several tranlation rules modified.
1782
17831997-08-04 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1784
1785 * quail/cyrillic.el: Move Quail package cyrillic-jis-russian to
1786 quail/cyril-jis.el.
1787
1788 * quail/cyril-jis.el: New file.
1789
1790 * Makefile.in (RUSSIAN): Add quail/cyril-jis.el.
1791
17921997-08-01 Kenichi Handa <handa@etl.go.jp>
1793
1794 * quail/ethiopic.el: In quail-mode-map, bind
1795 ethio-insert-ethio-space Shift-SPACE. Add translation rules to
1796 Quail package "ethiopic".
1797
17981997-08-01 Valery Alexeev <valery@domovoy.math.uga.edu>
1799
1800 * quail/cyrillic.el (cyrillic-translit): New input method.
1801
18021997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1803
1804 * quail/tibetan.el: New file.
1805
1806 * quail/py-punct.el: Require 'quail.
1807
1808 * quail/py-punct-b5.el: Require 'quail.
1809
1810 * quail/ethiopic.el: Change Quail package name to "ethiopic".
1811 (ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.
1812
1813 * Makefile.in (TIT): New variable, contatination of TIT-GB and
1814 TIT-BIG5.
1815 (RUN-EMACS): Do not set EMACSLOADPATH.
1816 (ASIA): Include TIBEAN.
1817 (all): Remove stamp-bytecomp from dependency list.
1818 ({$TIT}): New target, substitues the target ${TIT-GB} ${TIT-BIG5}.
1819 (%.el): Make a link for byte-compiled file too.
1820 (stamp-bytecomp): Target deleted.
1821 (leim-list.el): Run Emacs with loading quail.
1822 (install-XXX): These targets deleted.
1823 (install): Remove files under INSTALLDIR before copying new files.
1824 Run Emacs with loading quail.
1825 (clean mostlyclean): Remove only generated files.
1826
18271997-07-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1828
1829 * Makefile.in (stamp-bytecomp): Fix shell conditional.
1830 (clean): Fix shell conditional.
1831
18321997-07-21 Jim Meyering <meyering@eng.ascend.com>
1833
1834 * Makefile.in: Use @LN_S@, not ln -s, in case no symlink support.
1835 (clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc.
1836
18371997-07-17 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1838
1839 * Makefile.in: Modified to avoid *.el files being regarded
1840 as intermidiate files and deleted by GNU make.
1841
1842 * quail/lrt.el (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
1843 (lrt-handle-maa-sakod): Correctly handle the case that
1844 quail-current-data is nil.
1845 (lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" +
1846 tone.
1847
18481997-07-15 Kenichi Handa <handa@etl.go.jp>
1849
1850 * quail/py-punct.el: New file.
1851
1852 * quail/py-punct-b5.el: New file.
1853
1854 * quail/japanese.el: Doc-string of Quail package japanese modified.
1855
1856 * Makefile.in: Rules re-written to avoid tricky code.
1857 (CHINEGE-GB): Include quail/py-punct.elc.
1858 (CHINEGE-BIG5): Include quail/py-punct-b5.elc.
a4416b14 1859
58af2287
DL
18601997-07-10 Kenichi Handa <handa@etl.go.jp>
1861
1862 * quail/latin-pre.el: Change titles of quail packages.
1863
1864 * quail/latin-post.el: Likewise.
1865
6922b018 1866;; Local Variables:
880820fe 1867;; coding: utf-8
33462dfa 1868;; add-log-time-zone-rule: t
6922b018 1869;; End:
2a34a036 1870
a748d010 1871 Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
6d344054 1872 2007, 2008 Free Software Foundation, Inc.
5b87ad55
GM
1873
1874 This file is part of GNU Emacs.
1875
d3fb0974 1876 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1877 it under the terms of the GNU General Public License as published by
d3fb0974
GM
1878 the Free Software Foundation, either version 3 of the License, or
1879 (at your option) any later version.
5b87ad55
GM
1880
1881 GNU Emacs is distributed in the hope that it will be useful,
1882 but WITHOUT ANY WARRANTY; without even the implied warranty of
1883 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1884 GNU General Public License for more details.
1885
1886 You should have received a copy of the GNU General Public License
d3fb0974 1887 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9
MB
1888
1889;;; arch-tag: 4b364045-a476-4ff7-92ad-dde58dbd45b4