($(TRES)): Depend on $(BLD). Use $< instead of $(ALL_DEPS).
[bpt/emacs.git] / leim / ChangeLog
CommitLineData
e4208ff7
JB
12006-12-09 Juanma Barranquero <lekktu@gmail.com>
2
3 * quail/latin-alt.el ("scandinavian-alt-postfix"): Fix typo.
4
5 * quail/uni-input.el (ucs-input-help): Fix title of ucs input method.
6
f248f005
EZ
72006-12-09 Eli Zaretskii <eliz@gnu.org>
8
9 * makefile.w32-in (leim-list.el): Depend on leim-ext.el as well.
10 Run Emacs to append non-empty non-comment lines in leim-ext.el
11 to leim-list.el.
12
dd4b03cd
JB
132006-12-05 Juanma Barranquero <lekktu@gmail.com>
14
15 * makefile.w32-in (MISC): Add $(srcdir)/quail/sisheng.elc.
16
41584b03
JB
172006-11-29 Juanma Barranquero <lekktu@gmail.com>
18
19 * quail/greek.el ("greek-mizuochi"): Remove spurious initial newline
20 in docstring.
21
9200c926
RF
222006-11-04 Romain Francoise <romain@orebokech.com>
23
24 * Makefile.in (bootstrap-clean): New target.
25
94461c21
KH
262006-10-12 Kenichi Handa <handa@m17n.org>
27
28 * Makefile.in (install): Be sure to make ${INSTALLDIR} before `cd'
29 to it.
30
f51dc44f
CY
312006-10-05 Chong Yidong <cyd@stupidchicken.com>
32
33 * quail/latin-ltx.el: Fix typo in previous change.
34
d781da00
SM
352006-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * quail/latin-ltx.el: Remove rules that start with { since they are
38 redundant and hence impact the { key for no good reason.
39
bcc1caeb
KH
402006-10-02 Kenichi Handa <handa@m17n.org>
41
42 * Makefile.in (install): Fix previous change.
43
7ad02ea8
KH
442006-09-28 Kenichi Handa <handa@m17n.org>
45
46 * Makefile.in (install): Be sure to make ${INSTALLDIR}.
47
45a2056c
JB
482006-09-15 Jay Belanger <belanger@truman.edu>
49
50 * COPYING: Replace "Library Public License" by "Lesser Public
51 License" throughout.
52
f9536fb2
KH
532006-09-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
54
55 * quail/uni-input.el (ucs-input-method): Don't make the action of
56 a key not in [0-9a-zA-Z] when it was expected to be. Let the Emacs
57 mechanism do it.
58
62508862
DK
592006-07-12 David Kastrup <dak@gnu.org>
60
61 * quail/greek.el: Change iota subscriptum transliteration in
62 Ibycus4 encoding's capitals from "i" to "|".
63
a6a2b5d4
EZ
642006-03-03 Claudio Fontana <claudio@gnu.org>
65
9e2bcc86
EZ
66 * Makefile.in (install): Add DESTDIR variable to support staged
67 installations.
a6a2b5d4 68
abeb5855
EZ
692005-12-17 Eli Zaretskii <eliz@gnu.org>
70
71 * makefile.w32-in ($(TIT), leim-list.el): Warn that parts of
72 commands enclosed in $(ARGQUOTE)s should not be split between two
73 lines, as that will break with GNU Make >3.80, when sh.exe is used
74 and arg quoting is with '..'.
75
11bdfcdd
AS
762005-11-03 Andreas Schwab <schwab@suse.de>
77
78 * Makefile.in (GZIP_PROG): Renamed from GZIP.
79 (install): Adjust.
80
7a7f042f
RF
812005-11-01 Romain Francoise <romain@orebokech.com>
82
83 * Makefile.in (install): Compress source files.
84
895725e1
JL
852005-10-28 Juri Linkov <juri@jurta.org>
86
87 * quail/symbol-ksc.el: Add missing characters from 1st pos of
88 every table of [korean-ksc5601], and swap incorrectly ordered
89 characters at pos 91 and 90.
90
c814bdfc
KH
912005-10-26 Torsten Bronger <bronger@physik.rwth-aachen.de> (tiny change)
92
93 * quail/latin-ltx.el ("TeX"): Change "\," mapping to U+202F (not
94 U+2006). Add more mappings from TeX's textcomp package.
95
f344e9d2
JL
962005-10-25 Juri Linkov <juri@jurta.org>
97
98 * quail/cyrillic.el ("cyrillic-translit"): Set 4th arg `guidance'
99 to t for this multi-key input method.
100
a6726944
KH
1012005-10-24 Kenichi Handa <handa@m17n.org>
102
103 * quail/uni-input.el (ucs-input-activate): Don't add
104 quail-kill-guidance-buf to kill-buffer-hook.
105
71ec7e9b
KH
1062005-07-08 Kenichi Handa <handa@m17n.org>
107
108 * quail/japanese.el (quail-japanese-kanji-kkc): Fix order of
109 insertion and deletion.
110
a0ec7a4a
LK
1112005-07-04 Lute Kamstra <lute@gnu.org>
112
113 Update FSF's address in GPL notices.
114
59579816
KH
1152005-06-28 Kenichi Handa <handa@m17n.org>
116
117 * leim-ext.el: Add rules for inserting full-width space for
118 quail/Punct and quail/Punct-b5.
119
94d4bafb
EZ
1202005-06-04 Eli Zaretskii <eliz@gnu.org>
121
41584b03 122 * makefile.w32-in (distclean): Fix a typo (colon was after "clean").
94d4bafb
EZ
123 (extraclean): New target, emulates Makefile.in.
124
e183fe27
KH
1252005-04-06 Kenichi Handa <handa@m17n.org>
126
41584b03 127 * quail/sgml-input.el ("sgml"): Enable quail-completion by typing TAB.
e183fe27 128
eebfcf8e
KH
1292005-03-26 Kenichi Handa <handa@m17n.org>
130
41584b03 131 * quail/latin-ltx.el ("TeX"): Enable quail-completion by typing TAB.
eebfcf8e
KH
132
1332005-03-18 Kenichi Handa <handa@m17n.org>
db328182
KH
134
135 * quail/thai.el (quail-thai-update-translation): Delete it.
f4931aac 136 (thai-generate-quail-map): Generate a simpler map.
db328182
KH
137 ("thai-kesmanee"): Don't use quail-thai-update-translation.
138 (thai-generate-quail-map): Likewise.
139
761a8755
KH
1402005-03-15 Kenichi Handa <handa@m17n.org>
141
142 * quail/thai.el (thai-generate-quail-map): Fix the kesmanee layout.
143
c68f7e21
KH
1442005-03-08 Kenichi Handa <handa@m17n.org>
145
146 * quail/latin-pre.el ("latin-1-prefix"): Add rule "__"->"_".
147 ("latin-9-prefix"): Add rules "__"->"_", "_ "->NBSP.
148
a3341d3c
KH
1492004-12-04 Kenichi Handa <handa@m17n.org>
150
151 * quail/lao.el (lao-key-alist): Declare it by defvar.
152 (lao-key-alist-vector): New variable.
153 (lao-consonant-key-alist, lao-semivowel-key-alist)
154 (lao-vowel-key-alist, lao-voweltone-key-alist)
155 (lao-tone-key-alist, lao-other-key-alist): Initialize them from
156 lao-key-alist-vector.
157
a7ff4354
KH
1582004-09-25 Kenichi Handa <handa@m17n.org>
159
160 * quail/uni-input.el (ucs-input-method): Add error clause to
161 condition-case.
162
88a74fa5
KH
1632004-09-21 Kenichi Handa <handa@m17n.org>
164
165 * quail/uni-input.el: Move the call of register-input-method to
166 leim-ext.el.
167 (ucs-input-insert-char): New function.
168 (ucs-input-method): Use ucs-input-insert-char.
169 (ucs-input-activate): Call quail-hide-guidance instead of
170 quail-hide-guidance-buf.
171
172 * leim-ext.el: Add autoload for 'ucs-input-activate and
173 register-input-method for "ucs".
174
15203bb7
DK
1752004-08-21 David Kastrup <dak@gnu.org>
176
177 * quail/greek.el ("greek-babel"): Add accent/breathing/uppercase
178 combinations.
179
295f3b30
KH
1802004-08-16 Kenichi Handa <handa@m17n.org>
181
182 * quail/georgian.el ("georgian"): Call quail-define-package with
183 the show-layout arg t.
184
de10c114
AS
1852004-08-06 Andreas Schwab <schwab@suse.de>
186
187 * Makefile.in (install): Remove .arch-inventory files.
188
d604e09b
DK
1892004-07-01 David Kastrup <dak@gnu.org>
190
41584b03 191 * quail/greek.el ("((") ("))"): Add quotation mark shorthands.
d604e09b 192
f96ec754
AS
1932004-06-30 Andreas Schwab <schwab@suse.de>
194
195 * Makefile.in (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
196 serialize parallel builds.
197 (${MISC:.elc=.el}): Depend on changed.misc.
198
62bfe0fc
KH
1992004-06-05 Kenichi Handa <handa@m17n.org>
200
68330491
EZ
201 * Makefile.in (leim-list.el): Depend on leim-ext.el. Append the
202 contents of leim-ext.el to leim-list.el.
62bfe0fc
KH
203
204 * leim-ext.el: New file.
205
9254ee5e
KH
2062004-05-17 Werner Lemberg <wl@gnu.org>
207
208 * quail/sisheng.el: New file.
209
53e1a54f
KH
2102004-05-17 Kenichi Handa <handa@m17n.org>
211
212 * Makefile.in (OTHERS): Add ${srcdir}/quail/sisheng.elc.
213
cdc9b845
EZ
2142004-05-11 Eli Zaretskii <eliz@gnu.org>
215
216 * Makefile.in (leim-list.el): Move commands to convert TIT and
217 MISC dictionaries from here...
218 (changed.tit, changed.misc): ...to here. Remove the (now
219 unneeded) test of the contents of changed.* files.
220
9a28b921
AS
2212004-05-10 Andreas Schwab <schwab@suse.de>
222
223 * Makefile.in (all): Readd dependency on ${WORLD} so that lisp
224 files are compiled when bootstrapping.
225
bef96454
SM
2262004-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * quail/latin-ltx.el ("TeX"): Fix typo.
229
d2c846aa
SM
2302004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * quail/latin-ltx.el: Use utf-8 coding.
233 ("TeX"): Add de and fr quotes. From Karl Eichwalder <ke@suse.de>.
234
2cd23d89
KH
2352004-05-04 Kenichi Handa <handa@m17n.org>
236
237 * Makefile.in (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
238 (MISC-SOURCES): Likewise.
239
2402004-05-01 Kenichi Handa <handa@m17n.org>
241
41584b03 242 * Makefile.in (OTHERS): Rename from MISC.
d2c846aa
SM
243 (MISC): Rename from MISC-DIC.
244 (WORLD): Adjute for the above changes.
2cd23d89
KH
245 (TIT-MISC, NON-TIT-MISC): New targets.
246 (all): Don't depend on ${WORLD}.
d2c846aa 247 (.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): Remove these targets.
2cd23d89
KH
248 (TIT-SOURCES, MISC-SOURCES): New macros.
249 (changed.tit, changed.misc): New targets.
d2c846aa 250 (leim-list.el): Depend on ${NON-TIT-MISC}, changed.tit, and
2cd23d89
KH
251 changed.misc. Generate quail files from TIT and MISC files if
252 necessary.
253 (clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and
254 ${MISC-DIC}.
255
238add5e
JR
2562004-05-03 Jason Rumney <jasonr@gnu.org>
257
258 * makefile.nt: Remove.
259
d814862a
JB
2602004-04-23 Juanma Barranquero <lektu@terra.es>
261
262 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
263
28082746
AI
2642004-04-09 Andrew Innes <andrewi@gnu.org>
265
266 * makefile.w32-in (distclean clean): Remove nmake specific
267 stamp-subdir test.
268
bb62616f
KH
2692004-02-28 Kenichi Handa <handa@m17n.org>
270
d2c846aa 271 * Makefile.in (all): Depend on ${WORLD} instead of ${TIT} and
bb62616f
KH
272 ${MISC-DIC}.
273 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
274 (maintainer-clean): Delete files that are not in CVS repository.
275
d2c846aa 276 * makefile.nt (all): Depend on $(WORLD) instead of $(TIT) and
bb62616f
KH
277 $(MISC-DIC).
278 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
279 (maintainer-clean): Delete files that are not in CVS repository.
280
d2c846aa 281 * makefile.w32-in (all): Depend on $(WORLD) instead of $(TIT) and
bb62616f
KH
282 $(MISC-DIC).
283 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
284 (maintainer-clean): Delete files that are not in CVS repository.
285
15203bb7 2862004-02-16 J\e,Ai\e(Br\e,At\e(Bme Marant <jmarant@nerim.net> (tiny change)
f92f5e37
KH
287
288 * Makefile.in (distclean maintainer-clean): Depend on clean.
289
bdb6a227
KH
2902004-01-27 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
291
292 * quail/cyrillic.el ("bulgarian-bds"): Docstring fixed.
293
e555f8d5
KH
2942004-01-22 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
295
296 * quail/cyrillic.el ("bulgarian-phonetic"): Docstring fixed.
d814862a 297 Duplicate entry removed.
e555f8d5
KH
298 ("bulgarian-bds"): Docstring fixed.
299
c51b37fd
DL
3002003-10-06 Dave Love <fx@gnu.org>
301
302 * quail/latin-ltx.el: Several additions.
303
ac7ec68c
KH
3042003-08-25 Jesper Harder <harder@ifa.au.dk> (tiny change)
305
306 * quail/latin-pre.el ("german-prefix"): Fix typo in the docstring.
307
f653dfd9
DL
3082003-08-20 Dave Love <fx@gnu.org>
309
310 * quail/latin-ltx.el: Add \rhd.
311
15a03c32
MR
3122003-08-19 Markus Rost <rost@math.ohio-state.edu>
313
314 * quail/latin-pre.el ("french-prefix"): Fix spacing in docstring.
315
15f772c8
KH
3162003-07-21 KAWABATA, Taichi <kawabata@m17n.org>
317
d814862a 318 * quail/indian.el (quail-indian-update-translation): Adjust the
15f772c8
KH
319 behaviour according to the change of quail-translate-key.
320
603b8073
KH
3212003-05-22 Kenichi Handa <handa@m17n.org>
322
323 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Change the title
324 Chinese characters from GB to Big5.
325
34c614a8 3262003-05-01 Wlodzimierz Bzyl <matwb@julia.univ.gda.pl> (tiny change)
458d0770
KH
327
328 * quail/latin-pre.el ("polish-slash"): Add the rule "//"->?/.
329
069e6098
AS
3302003-04-05 Andreas Schwab <schwab@suse.de>
331
332 * Makefile.in (install): Remove CVS related and backup files from
333 installation directory.
334
15988eba
DK
3352003-02-27 David Kastrup <dak@gnu.org>
336
d814862a 337 * quail/greek.el (greek-babel): Add koronis transliteration.
15988eba 338
b2c16093
DK
3392003-02-23 David Kastrup <dak@gnu.org>
340
d814862a 341 * quail/greek.el (greek-babel): Fix <' accent.
b2c16093 342
a56c637d
DL
3432003-02-17 Dave Love <fx@gnu.org>
344
345 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
346
83930535
JB
3472003-02-14 Juanma Barranquero <lektu@terra.es>
348
d2c846aa 349 * quail/uni-input.el (utf-8-ccl-encode): Fix use of character constants.
83930535 350
61cb0b53 3512003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
59fdf430
KH
352
353 * quail/indian.el (punjabi-itrans, gujarati-itrans, oriya-itrans)
d814862a 354 (bengali-itrans, assamese-itrans, telugu-itrans, kannada-itrans)
59fdf430
KH
355 (malayalam-itrans, tamil-itrans): New ITRANS based input methods.
356 (punjabi-inscript, gujarati-inscript, oriya-inscript)
357 (bengali-inscript, assamese-inscript, telugu-inscript)
d2c846aa
SM
358 (kannada-inscript, malayalam-inscript, tamil-inscript):
359 New INSCRIPT based input methods.
59fdf430 360
ff57e5d6
KH
3612003-02-07 Kenichi Handa <handa@m17n.org>
362
363 * quail/cyrillic.el: Update quail-package-alist (not
364 input-method-alist) to make "cyrillic-jcuken" an alias of
365 "russian-typewriter". Add cookie for quail-update-leim-list-file.
366
e29969ca
DK
3672003-02-05 David Kastrup <dak@gnu.org>
368
d2c846aa 369 * quail/greek.el: Fix iota accent typos in greek-babel encoding.
e29969ca 370
139c4e54
DL
3712003-01-05 Dave Love <fx@gnu.org>
372
373 * makefile.w32-in (SLAVIC): Add croatian.elc.
374
375 * Makefile.in (SLAVIC): Add croatian.elc.
376
377 * quail/croatian.el: New file.
378
abceb4ac
JB
3792002-12-10 Juanma Barranquero <lektu@terra.es>
380
381 * makefile.w32-in (LATIN): Add welsh.elc.
382 (MISC): Add georgian.elc.
383 (UNICODE): Add it.
384 (WORLD): Add $(UNICODE).
385
59daa29a
DL
3862002-11-14 Dave Love <fx@gnu.org>
387
388 * quail/slovak.el: Add coding cookie.
389
390 * quail/latin-ltx.el: Fix coding cookie.
391
392 * quail/hebrew.el: Add coding cookie.
393
394 * quail/czech.el: Add coding cookie.
395
396 * quail/welsh.el: Undo last change.
397
b4b11a40
DL
3982002-09-11 Dave Love <fx@gnu.org>
399
400 * quail/latin-post.el ("slovenian"): New.
401
570af494
KH
4022002-09-05 Kenichi Handa <handa@etl.go.jp>
403
404 * quail/thai.el (thai-kesmanee): Fix the mapping of `"' and `}'.
405
ad0b1666
DL
4062002-07-24 Dave Love <fx@gnu.org>
407
a5e5d4ad
DL
408 * quail/latin-alt.el ("latin-alt-postfix"): New.
409
410 * quail/latin-post.el ("latin-postfix"): New.
411
ad0b1666
DL
412 * quail/latin-pre.el ("latin-1-prefix"): Add nbsp.
413 ("latin-3-prefix"): Doc fix.
a5e5d4ad 414 ("latin-prefix"): New.
ad0b1666 415
f860212e
DL
4162002-07-12 Dave Love <fx@gnu.org>
417
418 * quail/cyrillic.el: Doc fixes.
419 ("cyrillic-beylorussian"): Commented-out.
d2c846aa 420 ("cyrillic-translit-bulgarian"): Delete.
f860212e
DL
421 ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings.
422 ("ukrainian-computer", "belarusian", "bulgarian-bds")
423 ("russian-computer"): New.
15203bb7 424 ("bulgarian-phonetic"): Rename from bulgarian-pho. Add \e,A'\e(B, \e$,1uV\e(B, \e$,1(N\e(B.
d2c846aa 425 ("russian-typewriter"): Rename from cyrillic-jcuken.
f860212e 426
282b5fb7
KH
4272002-06-20 Dave Love <fx@gnu.org>
428
429 * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3
570af494 430 characters and ~o -> \e$,1 A\e(B, ~O -> \e$,1 @\e(B.
282b5fb7 431
fe960d0a
EZ
4322002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
433
434 * Makefile.in (install): Use "tar -chf", to follow symlinks.
435
9a40c2fb
PJ
4362002-05-04 Triet Hoai Lai <thlai@ee.usyd.edu.au>
437
438 * quail/vntelex.el: Add even more rules.
439
ab59447f
PJ
4402002-04-30 Triet Hoai Lai <thlai@ee.usyd.edu.au>
441
442 * quail/vntelex.el: Add new rules to escape from composition.
443
e656fc9d
PJ
4442002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
445
446 * quail/vntelex.el: Use proper charset.
447
177c0ea7 4482002-04-22 Koaunghi Un <koaunghi@ling.cnu.ac.kr>
0347c911
PJ
449
450 * quail/hanja.el ("Od"): Remove rule.
0347c911 451
175e150b
EZ
4522002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
453
454 * quail/indian.el: Replace commented-out lines with a condition
455 that is always false.
456
c031864a
JC
4572002-04-06 Jaeyoun Chung <jay@kldp.org>
458
d2c846aa 459 * quail/hanja3.el ("kf"): Add a few composing rules
c031864a
JC
460 from "Taik-kyun Lim" <mongmong@milab.yonsei.ac.kr>
461
462 * quail/hangul3.el: buggy alternative second character
463 sequence fixed ('/' for 'v' pair).
464 added a few more third character composing rule.
465
129f2c75
WL
4662002-03-03 Werner Lemberg <wl@gnu.org>
467
468 * quail/vntelex.el: New file.
469 * Makefile.in (VIETNAMESE), makefile.nt (VIETNAMESE),
470 makefile.w32-in (VIETNAMESE): Add it.
471
5c196f29
AI
4722002-02-10 Andrew Innes <andrewi@gnu.org>
473
474 * makefile.w32-in ($(TIT)): Don't depend on $(SUBDIRS).
475 ($(MISC_DIC)): Ditto.
476
108eaabb
RS
4772002-02-06 Richard M. Stallman <rms@gnu.org>
478
479 * quail/latin-pre.el (french-prefix): ", " => "," and "~ " => "~".
480 Don't define "~," at all.
481
570af494 4822002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
cc13aa25 483
570af494 484 * quail/latin-pre.el (latin-2-prefix): Add \e$,1 :\e(B and \e$,1 ;\e(B.
cc13aa25
PJ
485 From "Dr. Eduard Werner" <edi.werner@gmx.de>.
486
18e1da99 4872002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
417f4d3a
EZ
488
489 * quail/greek.el: Changed the behavior of the "greek" input
18e1da99
EZ
490 method, to consider the "accent" and "diaeresis" as prefix keys.
491 A new method (named "greek-postfix") was added which implements
492 the old behavior. Also changed the mapping of the "Q/q" key to
493 produce the ":/;" characters, as is customary in greek keyboards.
494 From Nick Patavalis <npat@inaccessnetworks.com>.
417f4d3a 495
8f7d3eca
JC
4962002-01-07 Jaeyoun Chung <jay@kldp.org>
497
d814862a 498 * quail/hangul.el: Remove key sequence mapping for O[rsfaqtTd].
d2c846aa 499 Not used for Korean Hangul Type 2 (request from emacs-kr mailing list).
8f7d3eca 500
121f67fa
EZ
5012002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
502
503 * quail/cyrillic.el ("bulgarian-pho"): Fix a typo in a doc string.
504
7f93e2ab
DL
5052002-01-01 Dave Love <fx@gnu.org>
506
d2c846aa 507 * quail/indian.el (quail-define-indian-trans-package): Unquote lambda.
7f93e2ab
DL
508 (quail-define-inscript-package): Avoid mapcar*.
509
3c08498a
DL
5102001-12-20 Dave Love <fx@gnu.org>
511
512 * quail/latin-ltx.el: Fix un-doubled backslashes.
513
96566974
DL
5142001-12-15 Dave Love <fx@gnu.org>
515
abceb4ac 516 * quail/latin-pre.el ("french-prefix", "german-prefix")
96566974
DL
517 ("spanish-prefix"): Fix language assignment.
518
abceb4ac
JB
519 * quail/latin-post.el ("french-postfix", "german-postfix")
520 ("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix")
521 ("french-keyboard", "french-azerty", "german")
96566974
DL
522 ("spanish-keyboard"): Fix language assignment.
523
524 * quail/indian.el: Don't require cl.
d2c846aa 525 (quail-indian-flatten-list): Rename from flatten-list.
96566974 526
abceb4ac
JB
527 * quail/cyrillic.el ("cyrillic-beylorussian")
528 ("cyrillic-ukrainian", "cyrillic-translit-bulgarian")
96566974
DL
529 ("belarusian", "bulgarian-pho"): Fix language assignment.
530
531 * quail/latin-alt.el ("french-alt-postfix", "german-alt-postfix")
532 ("spanish-alt-postfix", "turkish-latin-3-alt-postfix")
533 ("turkish-alt-postfix"): Fix language assignment.
534 ("dutch"): Assign to Dutch. Use chars, not strings.
d2c846aa 535 ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"): New.
96566974 536
570af494 5372001-12-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
03f9f7ae
PJ
538
539 * COPYING: New file.
540
eea6cc1f
JC
5412001-12-03 Jaeyoun Chung <jay@kldp.org>
542
d814862a 543 * quail/hangul3.el: Add a few convenient composing sequences for
eea6cc1f
JC
544 Korean keyboard type 3 users.
545
de371c8c
DL
5462001-11-29 Dave Love <fx@gnu.org>
547
548 * quail/latin-ltx.el: Extra translations. Fix some
549 latin-iso8859-4 characters. Use Hebrew letters, not compatibility
550 symbols.
551
ea17b6e1
JR
5522001-11-28 Juanma Barranquero <lektu@terra.es>
553
d814862a 554 * makefile.w32-in (INDIAN): Adjust for the file name change;
ea17b6e1
JR
555 quail/devanagari.elc -> quail/indian.elc.
556
557 * makefile.nt (INDIAN): Likewise.
558
177c0ea7 5592001-11-21 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
8727d588
RS
560
561 * quail/devanagari.el: Renamed to indian.el.
562
563 * quail/indian.el: Renamed from devanagari.el, and completely
564 re-written. The input method devanagari-hindi-transliteration is
565 merged with devanagari-itrans, devanagari-keyboard-a is renamed to
566 devanagari-inscript, devanagari-transliteration is renamed to
567 devanagari-kyoto-harvard.
568
569 * Makefile.in: Adjusted for the file name change;
570 quail/devanagari.elc -> quail/indian.elc.
571
e154cc44
EZ
5722001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
573
574 * quail/welsh.el: Avoid an error message due to a commented-out
575 input method.
576
a6beb3d2
RS
5772001-11-05 Richard M. Stallman <rms@gnu.org>
578
579 * quail/rfc1345.el: Get rid of the explicit ^Z character.
580
cd946181
EZ
5812001-11-05 Eli Zaretskii <eliz@is.elta.co.il>
582
583 * quail/latin-ltx.el: Remove the call to IT-setup-unicode-display.
584
7115232b
DL
5852001-11-04 Dave Love <fx@gnu.org>
586
587 * Makefile.in (LATIN): Add welsh.
588 (UNICODE): New.
589 (MISC): Add georgian.
590 (WORLD): Add UNICODE.
591
592 * quail/welsh.el, quail/georgian.el, quail/rfc1345.el:
593 * quail/uni-input.el, quail/sgml-input.el: New file.
594
595 * quail/cyrillic.el ("bulgarian-pho", "belarusian"): New methods.
596
597 * quail/latin-alt.el ("dutch"): New method.
598
3a8b7edb
FP
5992001-10-27 Francesco Potorti` <pot@gnu.org>
600
601 * quail/latin-post.el ("italian-postfix"): Undo previous change.
602
603 * quail/latin-alt.el ("italian-alt-postfix"): Undo previous change.
604
a4416b14
FP
6052001-10-25 Francesco Potorti` <pot@gnu.org>
606
607 * quail/latin-post.el ("italian-postfix"): Euro symbol.
608
609 * quail/latin-alt.el ("italian-alt-postfix"): Euro symbol.
610
71431a0e
GM
6112001-10-20 Gerd Moellmann <gerd@gnu.org>
612
6aa97356 613 * (Version 21.1 released.)
71431a0e 614
c4e7e308
EZ
6152001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
616
617 * CXTERM-DIC/Punct-b5.tit: Add big5 Chinese double spaced alphabet
618 mappings, so that one could type them without leaving the Hanyu
619 Pinyin input method. Suggested by Kenichi Handa
620 <handa@etl.go.jp>.
621
51724e26
EZ
6222001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
623
624 * quail/greek.el ("greek-babel"): New input method. From David
625 Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
626
ab952a4f
GM
6272001-10-05 Gerd Moellmann <gerd@gnu.org>
628
629 * Branch for 21.1.
a4416b14 630
00651fbf
EZ
6312001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
632
633 * quail/greek.el ("greek-mizuochi"): Doc fix. From David Kastrup
634 <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
635
5a397d28
GM
6362001-08-06 Gerd Moellmann <gerd@gnu.org>
637
638 * quail/py-punct.el ("chinese-py-punct"): Copy the QUAIL-MAP of
639 "chinese-py".
640 ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy".
641
570af494 6422001-07-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
be567141 643
150998ec
PJ
644 * ja-dic/ja-dic.el, quail/cyril-jis.el, quail/cyrillic.el
645 * quail/czech.el, quail/devanagari.el, quail/ethiopic.el
646 * quail/greek.el, quail/hangul.el, quail/hangul3.el
647 * quail/hanja-jis.el, quail/hanja.el, quail/hanja3.el
648 * quail/hebrew.el, quail/ipa.el, quail/japanese.el, quail/lao.el
649 * quail/latin-alt.el, quail/latin-ltx.el, quail/latin-post.el
650 * quail/latin-pre.el, quail/lrt.el, quail/py-punct.el
651 * quail/pypunct-b5.el, quail/slovak.el, quail/symbol-ksc.el
652 * quail/thai.el, quail/tibetan.el, quail/viqr.el: Some fixes to
be567141
PJ
653 follow coding conventions.
654
e6aeb775
AC
6552001-06-04 Andrew Choi <akochoi@i-cable.com>
656
657 * quail/.cvsignore: Change CTLauB.el to CTLau-b5.el.
658
ec57454f
AI
6592001-06-01 Andrew Innes <andrewi@gnu.org>
660
661 * makefile.nt (TIT_GB): Remove quail/PY.elc and quail/ZIRANMA.elc.
662 (NON_TIT_BIG5): Remove $(srcdir)/quail/tsang-b5.elc and
663 $(srcdir)/quail/pypunct-b5.elc.
664 (NON_TIT_CNS): Remove.
665 (CHINESE_NON_TIT): Remove $(NON_TIT_CNS).
666 (CHINESE_CNS): Remove.
667 (KOREAN): Add $(srcdir)/quail/hanja3.elc.
668 (LATIN): Add $(srcdir)/quail/latin-alt.elc and
669 $(srcdir)/quail/latin-ltx.elc.
670 (MISC_DIC): Copy from Makefile.in.
671 (CHINESE): Remove $(CHINESE_CNS).
672 (all): Add $(MISC_DIC) as target.
673 (.NOTPARALLEL): New target.
674 (.NO_PARALLEL): New target.
675 ($(MISC_DIC)): New target.
676 (clean mostlyclean): Clean more stuff.
677 (TIT_EL): New macro.
678 (MISC_DIC_EL): New macro.
679
680 * makefile.w32-in (TIT-GB): Remove CTLau.elc from it.
681 (TIT-BIG5): Remove CTLauB.elc from it.
682 (MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it.
683 (clean mostlyclean): Remove obsolete reference.
684
70079787
EZ
6852001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
686
687 * quail/latin-ltx.el [ms-dos]: Call IT-setup-unicode-display.
688
5e3d4fbc
AC
6892001-05-24 Andrew Choi <akochoi@i-cable.com>
690
937fad9a
AC
691 * Makefile.in (MISC-DIC): Change CTLauB.elc to CTLau-b5.elc.
692
5e3d4fbc
AC
693 * CXTERM-DIC/CTLau.tit, CXTERM-DIC/CTLauB.tit: Delete files.
694
695 * MISC-DIC/CTLau.html, MISC-DIC/CTLau-b5.html: Add files.
696
697 * Makefile.in (TIT-GB): Remove CTLau.elc from it.
698 (TIT-BIG5): Remove CTLauB.elc from it.
699 (MISC-DIC): Add CTLau.elc and CTLauB.elc to it.
700
f042e7b9
DL
7012001-05-17 Dave Love <fx@gnu.org>
702
d2c846aa 703 * quail/latin-ltx.el ("TeX"): Rename from "latin-latex2e".
f042e7b9
DL
704 Language family and indicator changed. Many new translations.
705
f08cf35b
GM
7062001-05-17 Gerd Moellmann <gerd@gnu.org>
707
708 * quail/slovak.el, quail/czech.el: Set guidance to t for czech and
709 slovak input methods. New maintainer. From Pavel Jan\e,Am\e(Bk
710 <Pavel@Janik.cz>.
711
b5eeaa1d
GM
7122001-04-23 Gerd Moellmann <gerd@gnu.org>
713
714 * quail/latin-ltx.el: Add more translations. From
570af494 715 jsbien@mimuw.edu.pl (Janusz S. Bie\e$,1 d\e(B).
b5eeaa1d 716
55a22ce1
EZ
7172001-04-19 Eli Zaretskii <eliz@is.elta.co.il>
718
719 * quail/hangul.el <korean-hangul>: Doc fix.
720
90200fcc
AI
7212001-04-18 Andrew Innes <andrewi@gnu.org>
722
723 * makefile.w32-in (EMACSLOADPATH): Define.
a4416b14
FP
724 ($(TIT)):
725 ($(MISC_DIC)):
726 (.el.elc):
90200fcc
AI
727 (leim-list.el): Remove stuff to set EMACSLOADPATH.
728
f383cd0d
GM
7292001-04-05 Gerd Moellmann <gerd@gnu.org>
730
a55e4e68
GM
731 * Makefile.in (install): Remove .cvsignore files.
732
f383cd0d
GM
733 * quail/japanese.el ("japanese-hankaku-kana"): Don't use
734 the same translations as for `japanese'.
735
4c1dadb1
AI
7362001-04-03 Andrew Innes <andrewi@gnu.org>
737
738 * makefile.w32-in (TIT_GB): Delete quail/PY.elc and
739 quail/ZIRANMA.elc.
740 (NON_TIT_BIG5): Delete $(srcdir)/quail/quick-b5.elc and
741 $(srcdir)/quail/tsang-b5.elc.
742 (NON_TIT_CNS): Delete.
743 (CHINESE_NON_TIT): Delete $(NON-TIT-CNS).
744 (CHINESE_CNS): Delete.
745 (KOREAN): Add ${srcdir}/quail/hanja3.elc. From Kenichi Handa
746 <handa@etl.go.jp>.
747 (MISC_DIC): New variable.
748 (CHINESE): Delete $(CHINESE_CNS).
749 (WORLD): Add $(MISC_DIC).
750 (all): Depends on $(MISC_DIC).
751 (.NOTPARALLEL, .NO_PARALLEL): New special targets.
752 ($(MISC_DIC)): New target.
753 (clean mostlyclean): Delete also $(NONTIT), $(WORLD), $(MISC_DIC)
754 and $(MISC_DIC:.elc=.el).
755
e217c26e
EZ
7562001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
757
a46d278b
EZ
758 * Makefile.in (KOREAN): Add ${srcdir}/quail/hanja3.elc. From
759 Kenichi Handa <handa@etl.go.jp>.
760
e217c26e
EZ
761 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.
762
a3d0b0e0
KH
7632001-03-31 Kenichi Handa <handa@etl.go.jp>
764
765 * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
766 (NON-TIT-BIG5): Delete ${srcdir}/quail/quick-b5.elc
767 ${srcdir}/quail/tsang-b5.elc.
768 (CHINESE-NON-TIT): Delete ${NON-TIT-CNS}.
769 (CHINESE-CNS): Delete it.
770 (MISC-DIC): New variable.
771 (CHINESE): Delete ${CHINESE-CNS}.
4c1dadb1 772 (WORLD): Add ${MISC-DIC}.
a3d0b0e0
KH
773 (all): Depends on ${MISC-DIC}.
774 (${MISC-DIC}): New target.
775 (clean mostlyclean): Delete also ${MISC-DIC} ${MISC-DIC:.elc=.el}.
776
777 * MISC-DIC/cangjie-table.b5, MISC-DIC/cangjie-table.cns,
778 MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: New files.
779
780 * CXTERM-DIC/PY.tit, CXTERM-DIC/ZIRANMA.tit: Delete them.
781
782 * quail/tsang-b5.el, quail/tsang-cns.el, quail/quick-b5.el,
783 quail/quick-cns.el: Delete them.
a4416b14 784
9d5d1075
EZ
7852001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
786
787 * Makefile.in (${TIT}): Fix whitespace.
788
ed31fabf
GM
7892001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
790
791 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): New special targets.
792 (${TIT}): If the target file already exist, don't remake it.
793
1e406be0
KH
7942001-03-21 Kenichi Handa <handa@etl.go.jp>
795
796 * quail/slovak.el ("slovak"): Translate "=q" to "`".
797
570af494 7982001-03-16 Pavel Jan\e,Am\e(Bk ml. <Pavel@Janik.cz>
8f369c02
KH
799
800 * quail/slovak.el ("slovak"): Delete translations of "q", "Q",
801 "=q", "+q", "=Q", and "+Q".
802 ("slovak-prog-1"): Give t to the arg SHOW-LAYOUT.
803 ("slovak-prog-2"): Likewise.
804 ("slovak-prog-3"): Likewise.
805
abfa36c4
EZ
8062001-03-16 Eli Zaretskii <eliz@is.elta.co.il>
807
808 * quail/latin-post.el ("finnish-keyboard"): Fix a typo.
809
b8a7ebcf
KH
8102001-03-16 Kenichi Handa <handa@etl.go.jp>
811
812 * quail/japanese.el (quail-japanese-transliteration-rules): New
813 variable. Use it to define these input methods: "japanese",
814 "japanese-hiragana", "japanese-katakana".
1bdfe188
KH
815 (quail-japanese-kana-state): Delete this variable.
816 (quail-japanese-toggle-kana): Don't use quail-japanese-kana-state,
817 instead check if there's any Hiraganas in the converison region.
b8a7ebcf 818
9a639fce
KH
8192001-03-14 Kenichi Handa <handa@mule.m17n.org>
820
821 * quail/slovak.el ("slovak"): Give t to the arg SHOW-LAYOUT.
822
51ab41b7
KH
8232001-03-06 Kenichi Handa <handa@etl.go.jp>
824
825 * CXTERM-DIC/4Corner.tit: Add copyright notice.
826
36d5e61d
KH
8272001-03-05 Kenichi Handa <handa@etl.go.jp>
828
829 * quail/ethiopic.el ("ethiopic"): Docstring adjusted for the
830 change of the speicial key bindings.
831
bf0bdce8
KH
8322001-02-22 Kenichi Handa <handa@etl.go.jp>
833
51ab41b7 834 * CXTERM-DIC/ARRAY30.tit: Add copyright notice.
bf0bdce8
KH
835
836 * CXTERM-DIC/ETZY.tit: Likewise.
837
838 * CXTERM-DIC/ZOZY.tit: Likewise.
839
193fba87
AI
8402001-02-05 Andrew Innes <andrewi@gnu.org>
841
842 * makefile.w32-in (BUILT_EMACS): Use $(THISDIR) to make emacs.exe
843 path absolute.
844
350d71b3
AI
8452001-02-03 Andrew Innes <andrewi@gnu.org>
846
847 * makefile.w32-in (LATIN): Fix last change to use () not {}.
848
49bd4a69
KH
8492001-02-02 Kenichi Handa <handa@etl.go.jp>
850
851 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc.
852
853 * makefile.w32-in (LATIN): Likewise.
854
855 * quail/latin-ltx.el: New file -- LaTeX-like Latin input method.
856
a51e9546
AI
8572001-02-01 Andrew Innes <andrewi@gnu.org>
858
859 * makefile.w32-in (LATIN): Include $(srcdir)/quail/latin-alt.elc.
860
c91d43ed
KH
8612001-02-01 Kenichi Handa <handa@etl.go.jp>
862
863 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc.
864
865 * quail/greek.el ("greek-mizuochi"): New input method for
866 classical Greek.
867
7ccf7ab9 8682001-01-28 Gerd Moellmann <gerd@gnu.org>
c522cff0 869
7ccf7ab9 870 * Makefile.in (extraclean): Added target so make doesn't die if
c522cff0
BW
871 one runs "make extraclean" at the top level.
872
0dac6924
AI
8732001-01-06 Andrew Innes <andrewi@gnu.org>
874
875 * makefile.nt ($(TIT)): Map .elc to .el.
876 (buildlisppath): Make path relative to $(MAKEDIR).
877
392164c1
AS
8782001-01-01 Andreas Schwab <schwab@suse.de>
879
880 * quail/latin-alt.el: Doc fixes.
881
ec6bd013
DL
8822000-12-18 Dave Love <fx@gnu.org>
883
570af494
KH
884 * quail/latin-pre.el <latin-9-prefix>: Delete duplicate \e$,1!!\e(B entry.
885 Change \e$,1 s\e(B, \e$,1 r\e(B, \e,A6\e(B.
ec6bd013 886
8ff06845
KH
8872000-12-16 Kenichi Handa <handa@etl.go.jp>
888
889 * ja-dic/ja-dic.el: Re-generated by the new ja-dic-cnv.el.
890
4ee87dbb
AI
8912000-12-06 Andrew Innes <andrewi@gnu.org>
892
893 * makefile.w32-in (buildlisppath): Set to an absolute directory,
894 relative to $(CURDIR).
895 (INSTALLDIR): Use forward slash.
896
24c53d36
AI
8972000-11-24 Andrew Innes <andrewi@gnu.org>
898
899 * makefile.w32-in (.SUFFIXES): New target, include .elc .el.
900
901 * makefile.nt (.SUFFIXES): New target, include .elc .el.
902
37c35586
KH
9032000-11-21 Kenichi Handa <handa@etl.go.jp>
904
905 * Makefile.in (.SUFFIXES): New target, include .elc .el.
906
3c7d764e
KH
9072000-11-17 Kenichi Handa <handa@etl.go.jp>
908
909 * quail/japanese.el (quail-japanese-kanji-kkc): Use marker to
910 remember the conversion start.
911
f3d3c491
AI
9122000-10-21 Andrew Innes <andrewi@gnu.org>
913
914 * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead
915 of conditional invocation of make.
a4416b14
FP
916 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
917 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
f3d3c491
AI
918 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
919 files to .elc.
920 ($(TIT)): Adjusted for the above change.
921 (clean mostlyclean): Likewise.
922 (.el.elc): New target.
923
924 * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead
925 of conditional invocation of make.
a4416b14
FP
926 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
927 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
f3d3c491
AI
928 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
929 files to .elc.
930 ($(TIT)): Adjusted for the above change.
931 (clean mostlyclean): Likewise.
932 (.el.elc): New target.
933
a115794c
EZ
9342000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
935
936 * Makefile.in (${TIT}, clean): Don't use shell `command`
937 expansion, use ${TIT:.elc=.el} instead.
938
ce75c97a
GM
9392000-09-26 Gerd Moellmann <gerd@gnu.org>
940
941 * Makefile.in: Make this the leim Makefile.in.
942 (clean): Also remove $NON-TIT and $WORLD.
943 (RUN-EMACS): Set EMACSLOADPATH.
944
7b920aa1
KH
9452000-09-21 Kenichi Handa <handa@etl.go.jp>
946
36e44f62
KH
947 * Makefile.in: Revert to no-leim Makefile.
948
cd3c0140
KH
949 * quail/.cvsignore: Include *.elc.
950
951 * ja-dic/.cvsignore: New file.
7b920aa1 952
5eedab4d
AI
9532000-09-16 Andrew Innes <andrewi@gnu.org>
954
955 * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
956 (leim-list.el): Ditto.
957
958 * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
959 (leim-list.el): Ditto.
960
39f547f7
AI
9612000-09-15 Andrew Innes <andrewi@gnu.org>
962
963 * makefile.w32-in (clean mostlyclean): Ignore errors when removing
964 files.
965
fe83b953
AI
9662000-09-14 Andrew Innes <andrewi@gnu.org>
967
968 * makefile.w32-in (clean mostlyclean): Ignore errors when deleting
969 leim-list.el.
970 (distclean maintainer-clean): Ditto for stamp-subdir.
971
972 * makefile.nt: Rename skkdic to ja-dic.
973
0fddd0dc
KH
9742000-09-07 Kenichi Handa <handa@etl.go.jp>
975
976 * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard
977 translation.
978
979 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Docstring modified.
980
981 * quail/py-punct.el ("chinese-py-punct"): Docstring modified.
982 ("chinese-tonepy-punct"): New input method.
983
984 * quail/latin-pre.el ("polish-slash"): Don't use keyboard
985 translation.
986
987 * quail/japanese.el ("japanese"): Delete the key sequence for
1e4f1886 988 Roman transliteration from the docstring because it's now shown
0fddd0dc
KH
989 automatically.
990 ("japanese-ascii", "japanese-zenkaku")
991 ("japanese-hankaku-kana", "japanese-hiragana")
992 ("japanese-katakana"): Docstring modified.
993
994 * quail/czech.el ("czech-qwerty"): Changed to show keyboard layout
995 on describe-input-method.
996 ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise.
997
44ef7cf6
AI
9982000-09-03 Andrew Innes <andrewi@gnu.org>
999
1000 * makefile.w32-in: New file.
f8803e97 1001 (install) Fix copying of directories.
44ef7cf6 1002
5724ab7a
KH
10032000-08-31 Kenichi Handa <handa@etl.go.jp>
1004
1005 * quail/thai.el (thai-generate-quail-map): If the length of
1006 translation is more than one, compose it.
1007
daba11ce
DL
10082000-08-29 Dave Love <fx@gnu.org>
1009
570af494 1010 * quail/latin-pre.el ("latin-9-prefix"): Change entries for \e$,1 s\e(B and \e$,1 r\e(B.
a39fb83d 1011
daba11ce
DL
1012 * Makefile.in: ja-dic <- skk in several places.
1013
457dd64a
KH
10142000-08-25 Kenichi Handa <handa@etl.go.jp>
1015
1016 * ja-dic: Directory name changed from skkdic.
1017
a1a2e38f 1018 * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el.
457dd64a
KH
1019
1020 * README: Rename skkdic to ja-dic throughout the file.
1021
68ce69e1
DL
10222000-08-24 Dave Love <fx@gnu.org>
1023
1024 * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New.
457dd64a 1025 ("latin-1-prefix"): Add missing symbols.
68ce69e1 1026
5a76406c
DL
10272000-08-23 Dave Love <fx@gnu.org>
1028
1029 * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give \e,A'\e(B and
1030 add ~p for \e,A6\e(B.
1031
240a16cf
KH
10322000-07-18 Kenichi Handa <handa@etl.go.jp>
1033
1034 * quail/japanese.el ("japanese"): Fix docstring.
1035
7a3fd467
KH
10362000-07-17 Kenichi Handa <handa@etl.go.jp>
1037
1038 * quail/japanese.el ("japanese"): Docstring modified.
1039
0bd5914b
KH
10402000-06-12 Kenichi Handa <handa@etl.go.jp>
1041
1042 * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted.
1043 ("tibetan-wylie"): State transition table modified.
1044
4dc1225b
KH
10452000-06-01 Kenichi Handa <handa@etl.go.jp>
1046
1047 * quail/tibetan.el: Change all tibetan-1-column characters to
1048 tibetan. Quail map for "tibetan-wylie" fixed.
1049
177c0ea7 10502000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
6733d074
KH
1051
1052 * quail/latin-pre.el ("polish-slash"): New input method.
1053
69766f94
KH
10542000-03-02 Kenichi Handa <handa@etl.go.jp>
1055
1056 * quail/latin-pre.el ("latin-1-prefix"): Add rules for symbols.
1057
9a90d84c
GM
10582000-02-01 Gerd Moellmann <gerd@gnu.org>
1059
1060 * Makefile.in: Make this the no-leim Makefile. Move the
1061 leim Makefile.in to ../leim-Makefile.in as it originally was.
1062
1063 * Makefile.noleim: Removed.
1064
cba32d22
KH
10652000-01-28 Kenichi Handa <handa@etl.go.jp>
1066
1067 * quail/hanja.el (korean-hanja): Add an entry for "wod".
1068
11ad3dee
KH
10692000-01-04 Kenichi Handa <handa@etl.go.jp>
1070
1071 * quail/japanese.el ("japanese"): Docstring augmented.
1072
5ec14d3c
KH
10731999-12-15 Kenichi Handa <handa@etl.go.jp>
1074
1075 * quail/lao.el: Rewritten for new composition.
1076
1077 * quail/lrt.el: Rewritten for new composition.
1078
1079 * quail/thai.el: Rewritten for new composition.
1080
1081 * quail/tibetan.el: Rewritten for new composition.
1082
113a1195
KH
10831999-12-13 Kenichi Handa <handa@etl.go.jp>
1084
1085 * quail/latin-pre.el ("esperanto-prefix"): Make it produce Latin-3
1086 characters, not Latin-1.
1087
98e85e34
GM
10881999-11-22 Andrew Innes <andrewi@gnu.org>
1089
1090 * makefile.nt: No need to generate subdirs.el.
1091
371f58d5
GM
10921999-11-21 Andrew Innes <andrewi@gnu.org>
1093
1094 * makefile.nt: New file.
1095
177c0ea7 10961999-10-26 Gerd Moellmann <gerd@gnu.org>
26922151
GM
1097
1098 * Makefile.noleim: New.
1099
58af2287
DL
11001999-09-19 Ken'ichi Handa <handa@gnu.org>
1101
1102 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
1103 turkish-postfix.
1104 ("turkish-postfix"): New Turkish input method which inserts
1105 Latin-5 characters.
1106
1107 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
1108 turkish-alt-postfix.
1109 ("turkish-alt-postfix"): New Turkish input method which inserts
1110 Latin-5 characters.
1111
11121999-07-12 Richard Stallman <rms@gnu.org>
1113
1114 * Version 20.4 released.
1115
11161998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
1117
1118 * quail/cyrillic.el (cyrillic-jcuken): Use X11 keyboard layout.
1119
11201999-06-14 Ken'ichi Handa <handa@gnu.org>
1121
1122 * quail/ethiopic.el ("ethiopic"): Add translation rules.
1123
11241999-06-01 Jae-youn Chung <jay@compiler.kaist.ac.kr>
1125
1126 * quail/hanja3.el: Newly generated from hangul.el, hangul3.el, and
1127 hanja.el.
1128
11291999-05-25 Ken'ichi Handa <handa@gnu.org>
1130
1131 * quail/hangul3.el ("korean-hangul3"): Give MAXIMUM-SHORTEST t.
1132
11331999-05-09 Tudor Hulubei <tudor@cs.unh.edu>
1134
1135 * quail/latin-pre.el ("romanian-prefix"): New input method.
1136 ("romanian-alt-prefix"): New input method.
1137
11381999-03-04 Kenichi Handa <handa@etl.go.jp>
1139
1140 * quail/latin-post.el ("spanish-postfix"): Add rule U" and u".
1141
11421999-01-14 Kenichi Handa <handa@etl.go.jp>
1143
1144 * quail/japanese.el (quail-japanese-kanji-kkc): If the last char
1145 to convert is `n', change it to Japanese Hiragana `n' before
1146 conversion.
1147
11481999-01-11 Kenichi Handa <handa@etl.go.jp>
1149
1150 * Makefile.in (MISC): Add ${srcdir}/quail/hebrew.el.
1151
1152 * quail/hebrew.el: New file.
1153
11541998-12-15 Kenichi Handa <handa@etl.go.jp>
1155
1156 * quail/devanagari.el (quail-devanagari-compose-characters):
1157 Adjusted for the change of input method handling.
1158 (quail-devanagari-hindi-compose-characters): Likewise.
1159
11601998-10-15 Kenichi Handa <handa@etl.go.jp>
1161
1162 * Makefile.in (leim-list.el): Use `(cd foo && pwd)` instead of
1163 `(cd foo; pwd)`.
1164 (install): Likewise.
1165
11661998-10-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1167
1168 * quail/latin-post.el: Many doc fixes.
1169 ("latin-1-postfix"): Add sequence for the small superscript o.
1170 * quail/latin-pre.el: Many doc fixes.
1171 ("latin-1-prefix"): Add sequences for the small
1172 superscript underlined o and a.
1173
11741998-10-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1175
1176 * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
1177 small superscript underlined o and a.
1178 ("italian-alt-postfix"): Change it to something useful and
a4416b14 1179 different from italian-postfix.
58af2287
DL
1180 * latin-post.el ("latin-1-postfix"): Add a method to enter the
1181 small superscript underlined o and a.
1182 ("italian-postfix"): Same as above.
1183 ("italian-postfix"): Add methods to enter e with acute accent and
1184 the >> and << symbols.
1185
11861998-09-25 Kenichi Handa <handa@etl.go.jp>
1187
1188 * quail/japanese.el (quail-japanese-hankaku-update-translation):
1189 Adjusted for the change of input method handling.
1190
11911998-09-11 Kenichi HANDA <handa@etl.go.jp>
1192
1193 * quail/japanese.el (quail-japanese-katakana-update-translation):
1194 Adjusted for the change of input method handling.
1195
11961998-08-31 Kenichi Handa <handa@etl.go.jp>
1197
1198 * quail/tibetan.el (quail-tibetan-input-wylie): Adjusted for the
1199 change of input method handling.
1200 (quail-tibetan-input-tibkey): Likewise.
1201
12021998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1203
1204 * Version 20.3 released.
1205
12061998-08-16 Kenichi HANDA <handa@etl.go.jp>
1207
1208 * quail/czech.el ("czech"): Make this input method deterministic,
1209 kbd-translate, and show-layout.
1210
12111998-08-15 Kenichi HANDA <handa@etl.go.jp>
1212
1213 * quail/ethiopic.el: Fix several translation rules.
1214
12151998-08-12 Milan Zamazal <pdm@fi.muni.cz>
1216
1217 * quail/czech.el: Few key sequences added to some keyboards.
1218
12191998-08-06 Kenichi Handa <handa@etl.go.jp>
1220
1221 * quail/japanese.el (quail-japanese-use-double-n): New variable.
1222 (quail-japanese-update-translation): Adjusted for the change of
1223 quail-update-translation. Now this function should return
1224 CONTROL-FLAG.
1225 (quail-japanese-toggle-kana): Update quail-conversion-str.
1226 (quail-japanese-kanji-kkc): Likewise.
1227 (quail-japanese-switch-package): Reset quail-current-str and
1228 quail-conversion-str.
1229
12301998-07-24 Kenichi Handa <handa@etl.go.jp>
1231
1232 * quail/japanese.el (quail-japanese-kanji-kkc): Set
1233 quail-translation to nil after calling kkc-region so that
1234 translation mode is restarted correctly.
1235
12361998-07-21 Kenichi Handa <handa@etl.go.jp>
1237
1238 * quail/japanese.el (quail-japanese-kanji-kkc): Handle the case
1239 that conversion is cancelled in kkc-region.
1240 (quail-japanese-switch-package): Fix previous change.
1241
12421998-07-19 Kenichi Handa <handa@etl.go.jp>
1243
1244 * quail/japanese.el (quail-japanese-update-translation): Handle
1245 a key which should fix the current translation and start a new
1246 translation correctly.
1247 (quail-japanese-toggle-kana): Set quail-translating to nil. Don't
1248 change point.
1249
12501998-07-15 Kenichi Handa <handa@etl.go.jp>
1251
1252 * quail/japanese.el (quail-japanese-kanji-kkc): Adjusted for the
1253 change of quail.el.
1254 (quail-japanese-switch-package): Likewise.
1255
12561998-07-03 Kenichi Handa <handa@etl.go.jp>
1257
1258 * quail/symbol-ksc.el: Keys for modern Korean syllables fixed.
1259 Some keys for ancient Korean syllables are changed properly.
1260
12611998-06-20 Kenichi Handa <handa@etl.go.jp>
1262
1263 * quail/ethiopic.el: Don't add hook to quail-mode-hook.
1264 (ethio-select-a-translation): New function.
1265
12661998-06-10 Richard Stallman <rms@psilocin.ai.mit.edu>
1267
1268 * Makefile.in (RUN-EMACS): Add --multibyte.
1269
12701998-04-29 Karl Heuer <kwzh@gnu.org>
1271
1272 * Makefile.in (SLAVIC): Delete redundant backslash.
1273
12741998-04-28 Richard Stallman <rms@psilocin.gnu.org>
1275
1276 * Makefile.in (install): Make INSTALLDIR and contents world-readable.
1277
12781998-04-20 Kenichi Handa <handa@etl.go.jp>
1279
1280 * Makefile.in (SLAVIC): New macro.
1281 (EUROPEAN): Include ${SLAVIC}.
1282
12831998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
1284
1285 * Makefile.in: Prepend ${srcdir} to all non-TIT lisp file names.
1286 (leim-list.el): Depend on ${WORLD}.
1287
1288 * latin-alt.el (latin-2-alt-postfix): Doc fix.
1289
12901998-04-08 Karl Heuer <kwzh@mescaline.gnu.org>
1291
1292 * czech.el, slovak.el: Correct starting commentary.
1293
12941998-04-07 Milan Zamazal <pdm@fi.muni.cz>
1295
1296 * quail/czech.el, quail/slovak.el: Correct starting commentary.
1297
12981998-04-06 Andreas Schwab <schwab@gnu.org>
1299
1300 * lrt.el (lrt-composing-pattern-double-c): Change chars-in-string
1301 to length.
1302 (lrt-generate-quail-map): Change sref to aref, and make second
1303 argument of substring a character index.
1304
13051998-03-26 Richard Stallman <rms@psilocin.gnu.org>
1306
1307 * Makefile.in (${TIT}): Fix shell conditional syntax.
1308
13091998-03-18 Kenichi Handa <handa@etl.go.jp>
1310
1311 * quail/latin-pre.el ("latin-1-prefix"): Fix the translation of
1312 "/ " to "/" (instead of " ").
1313
13141998-03-17 Richard Stallman <rms@psilocin.gnu.org>
1315
1316 * quail/czech.el, quail/slovak.el: New files.
1317
13181998-03-10 Richard Stallman <rms@psilocin.gnu.org>
1319
1320 * Makefile.in (BUILT-EMACS): Variable renamed from EMACS.
1321 Uses changed.
1322
13231998-03-05 Kenichi Handa <handa@etl.go.jp>
1324
1325 * Makefile.in (${TIT}): To byte-compile quail packages, use just
1326 built quail.
1327
177c0ea7 13281997-12-09 Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de>
58af2287
DL
1329
1330 * quail/hanja3.el: New file.
1331
1332 * quail/hanja-jis.el: Title string of the input method
1333 "korean-hanja-jis" changed.
1334
1335 * quail/symbol-ksc.el: Title string of the input method
1336 "korean-symbol" changed. Require 'korea-util.
1337 (quail-hangul-switch-back): Deleted.
1338
1339 * quail/hangul3.el: Require 'korea-util.
1340 (quail-hangul-switch-to-symbol-ksc): Deleted.
1341
1342 * quail/hanja.el: Require 'korea-util. Title string of the input
1343 method "korean-hanja" changed.
1344 (quail-hanja-switch-to-symbol-ksc): Deleted.
1345
1346 * quail/hangul.el: Require 'korea-util.
1347 (quail-hangul-switch-to-symbol-ksc): Deleted.
a4416b14 1348
58af2287
DL
13491997-10-23 Kenichi Handa <handa@etl.go.jp>
1350
1351 * quail/ethiopic.el: The title string of input method "Ethiopic"
1352 is changed.
1353
13541997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1355
1356 * Version 20.2 released.
1357
13581997-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1359
1360 * quail/latin-post.el (german): Swap y and z.
1361
13621997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1363
1364 * Version 20.1 released.
1365
1366 * quail/latin-alt.el (latin-2-postfix): Use : for double-acute again.
a4416b14 1367
58af2287
DL
13681997-09-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1369
1370 * quail/viqr.el (vietnamese-viqr): Doc fix.
1371
13721997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1373
1374 * quail/latin-alt.el: New file.
1375
13761997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1377
1378 * quail/latin-post.el: Undo previous change.
a4416b14 1379
58af2287
DL
13801997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1381
1382 * quail/latin-post.el (latin-2-postfix):
1383 Replace comma and period with `. Replace colon with /.
1384 (latin-1-postfix): Replace comma with /.
1385 (french-postfix): Replace comma with /.
1386 (latin-3-postfix): Replace comma with ` and period with /.
1387 (latin-4-postfix): Replace comma with ` and period with ~.
1388 (latin-5-postfix): Replace comma with ` and period with /.
1389 (turkish-postfix): Replace comma with ` and period with /.
1390
13911997-09-10 Kenichi Handa <handa@etl.go.jp>
1392
1393 * quail/ethiopic.el: Don't bind keys in quail-mode-map. The
1394 function added to quail-mode-hook turn ethio-mode on only when
1395 input method "ethiopic" is begin used.
1396 (ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el.
1397 (ethio-toggle-space): Likewise.
1398 (ethio-insert-space): Likewise.
1399 (ethio-insert-ethio-space): Likewise.
1400 (ethio-prefer-ascii-punctuation): Likewise.
1401 (ethio-toggle-punctuation): Likewise.
1402 (ethio-gemination): Likewise.
1403 ("ethiopic"): Doc-string of this Quail package modified. Bind
1404 function keys for TRANSLATION-KEYMAP to
1405 quail-execute-non-quail-command.
1406
14071997-09-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1408
1409 * Makefile.in (install): Use quail/* in the second tar that
1410 copies a dir named quail.
1411
14121997-09-03 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1413
1414 * Makefile.in (install): Do not copy leim-list.el twice. Copy
1415 `skk' subdirectory too.
1416
14171997-09-03 Kenichi Handa <handa@etl.go.jp>
1418
1419 * quail/cyrillic.el: For each package, pass t for the SIMPLE
1420 argument to quail-define-package.
1421 * quail/cyril-jis.el: Likewise
1422 * quail/greek.el: Likewise.
1423 * quail/ipa.el: Likewise.
1424 * quail/lao.el: Likewise.
1425 * quail/lrt.el: Likewise.
1426 * quail/thai.el: Likewise.
1427 * quail/viqr.el: Likewise.
1428
14291997-08-30 Naoto TAKAHASHI <ntakahas@etl.go.jp>
1430
1431 * quail/ethiopic.el ("ethiopic"): Doc-sring fixed. Change the arg
1432 TRANSLATION-KEYS.
1433 (quail-mode-map): Change binding for ethio-insert-ethio-space.
1434 (quail-mode-hook): Check the current Quail package name.
1435
1436 * quail/latin-post.el: Add rules for cancelling accents by typing
1437 two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail
1438 packages.
1439
14401997-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1441
1442 * quail/latin-post.el, quail/latin-pre.el: For each package,
1443 pass t for the SIMPLE argument to quail-define-package.
1444
14451997-08-28 Kenichi Handa <handa@etl.go.jp>
1446
1447 * Makefile.in (dotdot): This macro deleted.
1448 (SUBDIRS): Exclude skk.
1449 (all): Substitute ${WORLD} to ${TIT}.
1450 (%.el): This target deleted.
1451 (${TIT}): Check existence of `quail' subdirectory.
1452 (leim-list.el): Do not check old files.
1453 (install): If ${srcdir} is different from the current directory,
1454 copy also files under ${srcdir}.
1455
14561997-08-26 Kenichi Handa <handa@etl.go.jp>
1457
1458 * Makefile.in: Re-arrange macros so that the macro TIT contains
1459 only Quial packages generated from CXTERM dictionaries, and the
1460 macro NON-TIT contains only Quial packages distributed with Emacs.
1461 (install): Do not use -h option for tar, instead copy ${NON-TIT}
1462 and ${TIT} separately.
1463
14641997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1465
1466 * Makefile.in (install): Discard extra data in tar | tar command.
1467
14681997-08-23 Kenichi Handa <handa@etl.go.jp>
1469
1470 * quail/devanagari.el (quail-devanagari-compose-characters): Fix
1471 previous change.
1472 (quail-devanagari-hindi-compose-characters): Fix previous change.
1473
1474 * quail/japanese.el (quail-japanese-kkc-mode-exit): Fix previous
1475 change.
1476
14771997-08-22 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1478
1479 * Makefile.in (leim-list.el): Fix previous change.
1480
1481 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
1482
14831997-08-21 Kenichi HANDA <handa@etl.go.jp>
1484
1485 * quail/py-punct-b5.el: Name changed from py-punct-b5.el.
1486 * quail/tsang-b5.el: Name changed from tsangchi-b5.el.
1487 * quail/tsang-cns.el: Name changed from tsangchi-cns.el.
1488
1489 * Makefile.in (install): Just copy leim-list.el instead of running
1490 update-leim-list-file on ${INSTALLDIR}.
1491 (CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el,
1492 py-punct-b5.el -> pypunct-b5.el.
1493 (CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el.
1494 (leim-list.el): Delete old files not contained in ${WORLD}.
1495
1496 * quail/japanese.el (quail-japanese-kkc-mode-exit): Run
1497 input-method-after-insert-chunk-hook.
1498
1499 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
1500
15011997-08-19 Kenichi Handa <handa@etl.go.jp>
1502
1503 * quail/hangul.el ("korean-hangul"): Doc-string of this Quail
1504 package fixed.
1505
15061997-08-18 Kenichi Handa <handa@etl.go.jp>
1507
1508 * quail/japanese.el (quail-japanese-toggle-kana): Don't call
1509 throw.
1510 (quail-japanese-kanji-kkc): Completely re-written.
1511 (quail-japanese-kkc-mode-exit): New function.
1512 (quail-japanese-switch-package): Call activate-input-method
1513 instead of select-input-method.
1514
1515 * quail/thai.el (thai-consonant-input): Typo fixed.
1516
1517 * quail/devanagari.el (quail-devanagari-compose-characters): Do
1518 not call throw.
1519 (quail-devanagari-hindi-compose-characters): Likewise.
1520
1521 * quail/hangul.el (quail-hangul-switch-to-symbol-ksc): Call
1522 activate-input-method instead of select-input-method.
1523
1524 * quail/hangul3.el (quail-hangul-switch-to-symbol-ksc): Likewise.
1525
1526 * quail/symbol-ksc.el (quail-hangul-switch-back): Likewise. Use
1527 input-method-history instead of previous-input-method.
1528
15291997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu>
1530
59daa29a 1531 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.
58af2287
DL
1532
15331997-08-16 Kenichi Handa <handa@etl.go.jp>
1534
1535 * quail/lrt.el (lrt-vowel-table): Some elements corrected.
1536 ("lao-lrt"): Doc-string of this Quail package modified.
1537 Some tranlation rules added.
1538
1539 * quail/lao.el (lao-keyboard-mapping): Some elements corrected.
1540 (lao-quail-define-rules): Some translation rules corrected.
1541
15421997-08-11 Kenichi Handa <handa@etl.go.jp>
1543
1544 * quail/lrt.el: Some rules added for Quail package "lao-lrt".
1545 (lrt-vowel-table): The entry for "aM" corrected.
1546
15471997-08-07 Kenichi Handa <handa@etl.go.jp>
1548
1549 * quail/lrt.el: Change title string of input method "lao-lrt".
1550 (lrt-single-consonant-table): Several key sequence changed.
1551 (lrt-composing-pattern-double-c): Handle a consonant with
1552 semi-vowel-lower correctly.
1553 (lrt-handle-maa-sakod): Do not reset quail-current-key.
1554 (lrt-handle-tone-mark): Check the existence of double consonant
1555 correctly.
1556
1557 * quail/lao.el: Change title string of input method "Lao".
1558
15591997-08-04 Valery Alexeev <valery@domovoy.math.uga.edu>
1560
1561 * quail/cyrillic.el (cyrillic-translit): Doc-string of the package
1562 modified. Several tranlation rules modified.
1563
15641997-08-04 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1565
1566 * quail/cyrillic.el: Move Quail package cyrillic-jis-russian to
1567 quail/cyril-jis.el.
1568
1569 * quail/cyril-jis.el: New file.
1570
1571 * Makefile.in (RUSSIAN): Add quail/cyril-jis.el.
1572
15731997-08-01 Kenichi Handa <handa@etl.go.jp>
1574
1575 * quail/ethiopic.el: In quail-mode-map, bind
1576 ethio-insert-ethio-space Shift-SPACE. Add translation rules to
1577 Quail package "ethiopic".
1578
15791997-08-01 Valery Alexeev <valery@domovoy.math.uga.edu>
1580
1581 * quail/cyrillic.el (cyrillic-translit): New input method.
1582
15831997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1584
1585 * quail/tibetan.el: New file.
1586
1587 * quail/py-punct.el: Require 'quail.
1588
1589 * quail/py-punct-b5.el: Require 'quail.
1590
1591 * quail/ethiopic.el: Change Quail package name to "ethiopic".
1592 (ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.
1593
1594 * Makefile.in (TIT): New variable, contatination of TIT-GB and
1595 TIT-BIG5.
1596 (RUN-EMACS): Do not set EMACSLOADPATH.
1597 (ASIA): Include TIBEAN.
1598 (all): Remove stamp-bytecomp from dependency list.
1599 ({$TIT}): New target, substitues the target ${TIT-GB} ${TIT-BIG5}.
1600 (%.el): Make a link for byte-compiled file too.
1601 (stamp-bytecomp): Target deleted.
1602 (leim-list.el): Run Emacs with loading quail.
1603 (install-XXX): These targets deleted.
1604 (install): Remove files under INSTALLDIR before copying new files.
1605 Run Emacs with loading quail.
1606 (clean mostlyclean): Remove only generated files.
1607
16081997-07-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1609
1610 * Makefile.in (stamp-bytecomp): Fix shell conditional.
1611 (clean): Fix shell conditional.
1612
16131997-07-21 Jim Meyering <meyering@eng.ascend.com>
1614
1615 * Makefile.in: Use @LN_S@, not ln -s, in case no symlink support.
1616 (clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc.
1617
16181997-07-17 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1619
1620 * Makefile.in: Modified to avoid *.el files being regarded
1621 as intermidiate files and deleted by GNU make.
1622
1623 * quail/lrt.el (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
1624 (lrt-handle-maa-sakod): Correctly handle the case that
1625 quail-current-data is nil.
1626 (lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" +
1627 tone.
1628
16291997-07-15 Kenichi Handa <handa@etl.go.jp>
1630
1631 * quail/py-punct.el: New file.
1632
1633 * quail/py-punct-b5.el: New file.
1634
1635 * quail/japanese.el: Doc-string of Quail package japanese modified.
1636
1637 * Makefile.in: Rules re-written to avoid tricky code.
1638 (CHINEGE-GB): Include quail/py-punct.elc.
1639 (CHINEGE-BIG5): Include quail/py-punct-b5.elc.
a4416b14 1640
58af2287
DL
1641
16421997-07-10 Kenichi Handa <handa@etl.go.jp>
1643
1644 * quail/latin-pre.el: Change titles of quail packages.
1645
1646 * quail/latin-post.el: Likewise.
1647
6922b018
KH
1648
1649;; Local Variables:
238add5e 1650;; coding: iso-2022-7bit
33462dfa 1651;; add-log-time-zone-rule: t
6922b018 1652;; End:
2a34a036
GM
1653
1654 Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc.
1655 Copying and distribution of this file, with or without modification,
1656 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
1657
1658;;; arch-tag: 4b364045-a476-4ff7-92ad-dde58dbd45b4