Update and split ChangeLogs.
[bpt/emacs.git] / leim / ChangeLog
CommitLineData
8cc1d519
GM
12011-03-23 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (install): Use `install-sh -d' rather than mkinstalldirs.
4
33383987
JB
52011-03-07 Chong Yidong <cyd@stupidchicken.com>
6
7 * Version 23.3 released.
8
2b0c7330 92011-02-28 Juanma Barranquero <lekktu@gmail.com>
8307f923
JB
10
11 * quail/ethiopic.el ("ethiopic"): Fix tpo in docstring.
12
68b5f855
PE
132011-01-28 Paul Eggert <eggert@cs.ucla.edu>
14
15 Redo spelling of Makefile variables to conform to POSIX.
16 POSIX does not allow "-" in Makefile variable names.
17 Reported by Bruno Haible in
18 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00990.html>.
19 * Makefile.in (BUILT_EMACS): Renamed from BUILT-EMACS.
20 (TIT_GB): Renamed from TIT-GB.
21 (CHINESE_TIT): Renamed from CHINESE-TIT.
22 (NON_TIT_GB): Renamed from NON-TIT-GB.
23 (NON_TIT_BIG5): Renamed from NON-TIT-BIG5.
24 (CHINESE_NON_TIT): Renamed from CHINESE-NON-TIT.
25 (CHINESE_GB): Renamed from CHINESE-GB.
26 (CHINESE_BIG5): Renamed from CHINESE-BIG5.
27 (TIT_MISC): Renamed from TIT-MISC.
28 (NON_TIT_MISC): Renamed from NON-TIT-MISC.
29 (TIT_SOURCES): Renamed from TIT-SOURCES.
30 (MISC_SOURCES): Renamed from MISC-SOURCES.
31
d0981f82
GM
322011-01-08 Glenn Morris <rgm@gnu.org>
33
e7a42417
GM
34 * makefile.w32-in (RUN_EMACS):
35 * Makefile.in (RUN-EMACS): Add --no-site-lisp.
36
d0981f82
GM
37 * makefile.w32-in (RUN_EMACS):
38 * Makefile.in (RUN-EMACS): -batch implies --no-init-file.
39
f2b38ae6
KH
402010-08-28 Kenichi Handa <handa@m17n.org>
41
8307f923
JB
42 * quail/japanese.el (quail-japanese-update-translation):
43 Fix handling of invalid key.
f2b38ae6 44
b514a395
AS
452010-08-15 Andreas Schwab <schwab@linux-m68k.org>
46
05a9766a
AS
47 * quail/vntelex.el ("vietnamese-telex"): Doc fix.
48
b514a395
AS
49 * quail/georgian.el: Remove extra backslashes.
50
08685279
AS
512010-08-14 Andreas Schwab <schwab@linux-m68k.org>
52
e099e659
AS
53 * quail/arabic.el: Quote [ and ].
54 * quail/latin-ltx.el: Likewise.
55
08685279
AS
56 * quail/greek.el ("greek", "greek-postfix"): Change string to
57 character.
58
ac14bd09
KH
592010-08-13 Kenichi Handa <handa@m17n.org>
60
8307f923 61 * quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
ac14bd09 62
43603442
KH
632010-08-09 Kenichi Handa <handa@m17n.org>
64
65 * quail/greek.el ("greek"): Add rules for Greek style quotes.
66
02be533b
GM
672010-05-15 Glenn Morris <rgm@gnu.org>
68
69 * Makefile.in (install): Remove references to CVS-related files.
70
61a808e8
CY
712010-05-07 Chong Yidong <cyd@stupidchicken.com>
72
73 * Version 23.2 released.
74
7cee661f
CY
752010-04-06 Chong Yidong <cyd@stupidchicken.com>
76
77 * quail/vntelex.el: Fix "af" rule (Bug#5836).
78
31f191b3
EZ
792010-03-27 Eli Zaretskii <eliz@gnu.org>
80
81 * makefile.w32-in ($(TIT), $(MISC_DIC), leim-list.el): Enclose the
82 argument of "-l" in $(ARGQUOTE), in case it includes blanks or
83 other special characters.
84
c1d05286
GM
852010-03-18 Glenn Morris <rgm@gnu.org>
86
cbeed5af
GM
87 * Makefile.in (maintainer-clean): Use bootstrap-clean.
88 (extraclean): Fix deletion patterns.
89
c1d05286
GM
90 * Makefile.in (dot): Remove, since ../ is used throughout the
91 other Makefiles.
92
288f9fc0
CY
932010-03-10 Chong Yidong <cyd@stupidchicken.com>
94
95 * Branch for 23.2.
96
545b31aa
KH
972010-02-16 Kenichi Handa <handa@m17n.org>
98
99 * SKK-DIC/SKK-JISYO.L: Updated to the latest version.
100
5ce6e4f4 1012009-12-05 Vasily Korytov <vasily@korytov.pp.ru>
f8126e67
CY
102
103 * quail/cyrillic.el (russian-typewriter): Change keyboard layout.
104 (Bug#904)
105
a82a8b75
GM
1062009-09-09 Glenn Morris <rgm@gnu.org>
107
108 * Makefile.in (install): Set umask to world-readable before creating
109 directories.
110
1e0020ec
JL
1112009-08-31 Juri Linkov <juri@jurta.org>
112
113 * quail/ipa.el ("ipa"): Set `forget-last-selection' to nil.
114 ("ipa-x-sampa"): Set `forget-last-selection' to nil.
115 Set `deterministic' to nil.
116 ("ipa"): Bind "g" to U+0261, and "tsh" to a list of "U+02A7",
117 "U+0074 U+0283", "U+0074 U+2040 U+0283".
118 ("ipa-kirshenbaum", ipa-x-sampa"): Bind "g" to U+0261, and "tS"
119 to a list of "U+02A7", "U+0074 U+0283", "U+0074 U+2040 U+0283".
120 Fix comments.
121
ab96f28b
JL
1222009-08-31 Juri Linkov <juri@jurta.org>
123
124 * quail/ipa.el ("ipa-kirshenbaum"): Rename from "kirshenbaum-ipa".
125 ("ipa-x-sampa"): Rename from "x-sampa-ipa".
126 (ipa-x-sampa-implosive-submap): Rename from
127 x-sampa-implosive-submap.
128 (ipa-x-sampa-prepend-to-keymap-entry): Rename from
129 x-sampa-prepend-to-keymap-entry.
130 (ipa-x-sampa-underscore-implosive): Rename from
131 x-sampa-underscore-implosive.
132 (ipa-x-sampa-implosive-submap): Move before first use.
133
08166ed6
JL
1342009-08-30 Aidan Kehoe <kehoea@parhasard.net>
135
136 * quail/ipa.el ("kirshenbaum-ipa", "x-sampa-ipa"):
137 Two new input methods, both following widely-used Usenet
5ce6e4f4 138 conventions for mapping ASCII to the IPA. Kirshenbaum is common in
08166ed6 139 sci.lang and alt.usage.english, X-SAMPA in various (mostly
5ce6e4f4 140 European) non-English language fora. X-SAMPA is slightly more
08166ed6
JL
141 complex to support in Quail that Kirshenbaum, whence the two extra
142 function and one extra submap to support it.
143 (x-sampa-prepend-to-keymap-entry): New function.
144 (x-sampa-underscore-implosive): New function.
145 (x-sampa-implosive-submap): New Quail submap.
146
1f272ae8
JL
1472009-08-30 Aidan Kehoe <kehoea@parhasard.net>
148
149 * quail/ipa.el: Recode the file as UTF-8, for better
150 interoperability with other applications.
151
7069bd16
SM
1522009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
153
a0c07f4e
SM
154 * quail/latin-ltx.el (\circ): Use the `ring operator' rather than
155 `white circle'.
156
7069bd16
SM
157 * Makefile.in (leim-list.el, install): Don't use -r to remove files.
158
5ac1f9e0
GM
1592009-08-25 Glenn Morris <rgm@gnu.org>
160
161 * quail/hangul.el (top-level): Don't require cl at run-time.
162
76580a68
EZ
1632009-08-21 Thamer Mahmoud <thamer.mahmoud@gmail.com> (tiny change)
164
165 * quail/arabic.el: Add missing keys that exist on the Arabic X
166 keyboard. Don't insert Lam-alef ligatures from the Arabic
167 Presentation Forms ranges; instead, separate Lam-Alef ligatures
168 into a list of two letters (Lam and a suitable Alef).
169
d4a885b2
KH
1702009-06-23 Kenichi Handa <handa@m17n.org>
171
172 * quail/hangul.el (hangul-to-hanja-conversion): When it is called
173 while korean input method is off, convert the following character.
174
70243478
CY
1752009-06-21 Chong Yidong <cyd@stupidchicken.com>
176
177 * Branch for 23.1.
178
d5e9630f
KH
1792009-06-18 Kenichi Handa <handa@m17n.org>
180
181 * quail/hangul.el (hangul-im-keymap): Add binding of key
182 Hangul_Hanja.
183
734dabe0
CY
1842009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
185
186 * Makefile.in (install): Avoid using $$(..) construct, for Solaris
187 compatibility.
188
5ae051fd
AS
1892009-04-12 Andreas Schwab <schwab@linux-m68k.org>
190
191 * Makefile.in (install): Remove .gitignore files.
192
c87143d0
KH
1932009-03-19 Kenichi Handa <handa@m17n.org>
194
195 * leim-ext.el: Change the encoding to utf-8.
196
9c222401
JD
1972008-12-30 Jan Djärv <jan.h.d@swipnet.se>
198
199 * Makefile.in (install): Remove old directories in ns_appresdir before
200 moving new directories there.
201
53a8f9db
JB
2022008-11-11 Juanma Barranquero <lekktu@gmail.com>
203
ad8f55ac
JB
204 * quail/hangul.el (hangul-im-keymap, hangul-insert-character)
205 (hangul-djamo, hangul2-input-method-moum, hangul3-input-method-cho)
206 (hangul3-input-method-jung, hangul3-input-method-jong):
207 Fix typos in docstrings.
53a8f9db 208
c7c55e6a 2092008-11-07 Vasily Korytov <vasily@korytov.pp.ru> (tiny change)
28907fe2
CY
210
211 * quail/cyrillic.el: Handle backslash key (bug#839).
212
09c91aff
KH
2132008-10-20 Kenichi Handa <handa@m17n.org>
214
215 * quail/indian.el (inscript-mlm-keytable): New variable.
216 (malayalam-inscript): Use inscript-mlm-keytable.
217
b13f8bd5
MH
2182008-09-11 Magnus Henoch <mange@freemail.hu>
219
220 * quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G
221 with upturn.
222
53a8f9db 2232008-09-02 Carsten Bormann <cabo@tzi.org>
46f49803 224
53a8f9db 225 * quail/latin-post.el ("german-postfix"): Do not translate ue to
46f49803
DR
226 \"u after a, e or q, because that would be extremely uncommon
227 compared to aue, eue or que. The only exception is the prefix
228 "ge", after which, according to corpus statistics, a \"u can be
229 expected.
230
92135d25
KH
2312008-08-10 Jihyun Cho <jihyun.jo@gmail.com>
232
53a8f9db 233 * quail/hangul.el (hangul3-input-method-jong): Fix array indexing bug.
92135d25 234
f4949090
JL
2352008-07-19 Juri Linkov <juri@jurta.org>
236
237 * quail/cyrillic.el ("cyrillic-translit"): Add two rules "//'" and
238 "//`" for combining accents as a separate character. Keep two
239 rules "i`" and "I`" for characters where accent is not a separate
240 character. Revert changes that added postfix combining accents.
241
ba60bd44 2422008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
2a7973b6
AR
243
244 * Makefile.in (install): Perform post-install cleanup inside NS app
245 bundle.
246
86ec8cc5
JL
2472008-07-12 Juri Linkov <juri@jurta.org>
248
249 * quail/rfc1345.el: Replace non-printable control characters with
250 equivalent text-only notations.
251
252 * quail/cyrillic.el ("cyrillic-translit"): Fix rules with
253 combining acute accent. Add rules ("e\\" ?э) ("E\\" ?Э).
254 Change conflicting rules ("u'" ?ў) to ("u~" ?ў), and ("U'" ?Ў)
688085ea 255 to ("U~" ?Ў). Doc fix. Put combining accent rules into one group.
86ec8cc5 256
5704dad1
TZ
2572008-07-10 Teodor Zlatanov <tzz@lifelogs.com>
258
259 * quail/cyrillic.el : Add more rules to cyrillic-translit, make
260 everything postfix. Adjust to eliminate conflicts.
261
88702c81
JB
2622008-06-30 Juanma Barranquero <lekktu@gmail.com>
263
264 * quail/hangul3.el: Remove (unneeded since 2008-06-03).
265
8e0214ec
GM
2662008-06-27 Glenn Morris <rgm@gnu.org>
267
268 * Makefile.in (.el.elc): Copy the echo behavior of lisp/Makefile.in.
269
ecfb57d9
JB
2702008-06-24 Juanma Barranquero <lekktu@gmail.com>
271
272 * makefile.w32-in (MISC): Add $(srcdir)/quail/arabic.elc.
273
fca64cc4
EZ
2742008-06-20 Eli Zaretskii <eliz@gnu.org>
275
276 * makefile.w32-in (distclean): Don't delete `quail' subdir: if we
277 are building in the sandbox, there are precious files there.
ca4a5250
EZ
278 (clean mostlyclean): Delete leim-list.el~.
279 (distclean): Delete makefile.
fca64cc4 280
ee128870
TZ
2812008-06-13 Teodor Zlatanov <tzz@lifelogs.com>
282
283 * quail/cyrillic.el: Add quotation marks, paragraph symbol, angled
284 brackets, number symbol, and accented aeio to cyrillic-translit.
285
e914c409 2862008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
913f26c2
KH
287
288 * quail/hangul.el: Completely re-written.
289
2902008-06-03 Kenichi Handa <handa@m17n.org>
291
292 * makefile.w32-in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
293 (leim-list.el): Remove leim-list.el at first.
294
295 * Makefile.in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
296 (leim-list.el): Remove leim-list.el at first.
297
298 * leim-ext.el: Register input methods "korean-hangul",
299 "korean-hangul3f", "korean-hangul390", and "korean-hangul3".
300
8be6f5ae
SM
3012008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * quail/latin-ltx.el: Don't use single-char mapping from ~ to NBSP.
304
630802d6
KH
3052008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
306
307 * quail/indian.el: Don't require devan-util.
308
d223191d 3092008-02-01 James Cloos <cloos@jhcloos.com>
aca7a3d2 310
d223191d 311 * quail/arabic.el: Update (sync with xkeyboard-config keyboard).
aca7a3d2 312
d223191d 3132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
314
315 * Makefile.in (OTHERS): Add arabic.elc.
316
d223191d 3172008-02-01 James Cloos <cloos@jhcloos.com>
aca7a3d2
MB
318
319 * quail/arabic.el: New file.
320
d223191d 3212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
322
323 * MISC-DIC/pinyin.map: Fix encoding to that of the original file.
324
d223191d 3252008-02-01 KAWABATA, Taichi <kawabata@m17n.org>
aca7a3d2
MB
326
327 * quail/indian.el (quail-indian-flatten-list): Delete it.
328 (quail-define-inscript-package): Pay attention to `nil' values of
329 char/key-table.
330 (inscript-tml-keytable): New variable. Use it for Tamil inscript.
331
d223191d 3322008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
333
334 * quail/latin-post.el ("turkish-latin-3-postfix"): Make it
335 just an alias for turkish-postfix.
336
337 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Make it
338 just an alias for turkish-alt-postfix.
339
340 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
341
d223191d 3422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
343
344 * quail/thai.el: Don't require thai-util.
d223191d
GM
345 (quail-thai-update-translation): Delete function.
346 (thai-generate-quail-map): Change to a macro that directly calls
aca7a3d2
MB
347 quail-define-rules.
348 ("thai-kesmanee", "thai-pattachote"): Don't use
349 UPDATE-TRANSLATION-FUNCTION.
350
d223191d
GM
351 * quail/indian.el (quail-indian-preceding-char-position): Delete
352 function.
353 (quail-indian-update-preceding-char): Delete variable.
354 (quail-indian-update-translation): Delete function.
aca7a3d2
MB
355 (quail-define-indian-trans-package): Don't call
356 quail-define-package with quail-indian-update-translation.
357 (quail-define-inscript-package): Likewise.
358
d223191d 3592008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 360
d223191d 361 * quail/indian.el (quail-indian-preceding-char-position)
aca7a3d2
MB
362 (quail-indian-update-translation, quail-define-inscript-package):
363 Use characterp, not char-valid-p.
364
d223191d 3652008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
366
367 * quail/welsh.el ("welsh"): Doc fix.
368
369 * quail/cyrillic.el: Reinstate some commented-out redundancies.
e914c409
JB
370 ("russian-typewriter"): Rename from cyrillic-typewriter.
371 Make cyrillic-jcuken effectively an alias for it.
aca7a3d2 372 ("russian-computer"): New.
d223191d
GM
373 ("bulgarian-phonetic"): Rename from bulgarian-pho.
374 ("bulgarian-bds"): Rename from bulgarian-standard.
aca7a3d2 375
d223191d 3762008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
377
378 * ja-dic/ja-dic.el: Add coding tag.
379
d223191d 3802008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 381
d223191d 382 * latin-post.el: Recode to utf-8.
aca7a3d2
MB
383 ("latin-postfix"): New method.
384
d223191d 385 * latin-alt.el: Recode to utf-8.
aca7a3d2
MB
386 ("latin-alt-postfix"): New method.
387
d223191d 388 * quail/latin-pre.el: Recode to utf-8.
aca7a3d2 389 ("latin-1-prefix", "latin-8-prefix", "latin-9-prefix"): Add nbsp.
880820fe
KH
390 ("latin-3-prefix"): Remove bogus Latin-3 characters and ~o -> ġ,
391 ~O -> Ġ.
aca7a3d2
MB
392 ("latin-prefix"): New method.
393
d223191d
GM
394 * quail/uni-input.el (utf-8-ccl-encode): Delete.
395 (ucs-input-method): Modify.
aca7a3d2 396
d223191d 3972008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
398
399 * Makefile.in (RUN-EMACS): Add LC_ALL=C.
400
5169d861 4012008-01-14 Aidan Kehoe <kehoea@parhasard.net> (tiny change)
69c43ff7 402
53a8f9db 403 * quail/latin-ltx.el ("TeX"): Correct the mappings for \v{k} and \vk.
69c43ff7 404
f3041af1
DN
4052008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
406
407 * makefile.w32-in:
408 * Makefile.in: Remove references to Xenix.
409
1ebeeed0
RS
4102007-12-15 Richard Stallman <rms@gnu.org>
411
412 * quail/latin-post.el ("scandinavian-postfix"): Doc fix.
413
414 * quail/latin-alt.el: Many doc fixes.
415 ("danish-alt-postfix")
416 ("esperanto-alt-postfix", "finnish-alt-postfix")
417 ("german-alt-postfix", "icelandic-alt-postfix")
418 ("norwegian-alt-postfix", "scandinavian-alt-postfix")
419 ("spanish-alt-postfix", "swedish-alt-postfix"):
420 Deleted; they were identical to the non-alt versions.
421
3d587afd
KH
4222007-12-07 Kenichi Handa <handa@ni.aist.go.jp>
423
424 * quail/lao.el (quail-map-from-table): Allow a tone just after a
425 consonant.
426
63150f3c
GM
4272007-11-17 Glenn Morris <rgm@gnu.org>
428
429 * Makefile.in (check-declare): New target.
430
fe1ada9b
GM
4312007-10-31 Glenn Morris <rgm@gnu.org>
432
433 * Makefile.in (install): Change ownership of installed files.
434
e914c409 4352007-10-20 Edward O'Connor <hober0@gmail.com> (tiny change)
fbd80e28
KH
436
437 * quail/latin-ltx.el ("\\qed"): Add this rule.
438
92f137df
JB
4392007-10-24 Juanma Barranquero <lekktu@gmail.com>
440
441 * quail/indian.el (quail-indian-update-preceding-char):
442 Don't mark the variable as frame-local; it wasn't used as such.
443
cacc7b51
GM
4442007-07-25 Glenn Morris <rgm@gnu.org>
445
446 * Relicense all FSF files to GPLv3 or later.
447
448 * COPYING: Switch to GPLv3.
449
1eceac24
EZ
4502007-07-16 Eli Zaretskii <eliz@gnu.org>
451
452 * makefile.w32-in (extraclean): Don't delete *~.
453
7dfc4cda
CY
4542007-06-02 Chong Yidong <cyd@stupidchicken.com>
455
456 * Version 22.1 released.
457
dd822b89
KH
4582007-01-30 Kenichi Handa <handa@m17n.org>
459
460 * CXTERM-DIC/CCDOSPY.tit, CXTERM-DIC/PY-b5.tit, CXTERM-DIC/SW.tit,
92f137df 461 * CXTERM-DIC/TONEPY.tit: Add copyright and license notices.
dd822b89
KH
462
463 * MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: Add copyright and
464 license notices.
1e899515 465
bce8f5e8
KH
4662007-01-24 Kenichi Handa <handa@m17n.org>
467
468 * MISC-DIC/README: New file.
469
470 * CXTERM-DIC/README: New file.
471
472 * CXTERM-DIC/4Corner.tit, CXTERM-DIC/CCDOSPY.tit,
92f137df
JB
473 * CXTERM-DIC/PY-b5.tit, CXTERM-DIC/QJ-b5.tit, CXTERM-DIC/QJ.tit,
474 * CXTERM-DIC/SW.tit, CXTERM-DIC/TONEPY.tit: Updated from
bce8f5e8
KH
475 X11R6/contrib/programs/cxterm.
476
477 * ja-dic/ja-dic.el: Regenerated.
478
88f698d9
KH
4792007-01-12 Kenichi Handa <handa@m17n.org>
480
481 * quail/uni-input.el (ucs-input-method): Signal an error for a
482 Unicode character that is not yet supported.
483
14429ceb
AS
4842006-12-26 Andreas Schwab <schwab@suse.de>
485
486 * Makefile.in (datarootdir): Define.
487
6148a044
EZ
4882006-12-20 Eli Zaretskii <eliz@gnu.org>
489
490 * Makefile.in (leim-list.el): Depend on ${TIT-MISC}, not
491 ${NON-TIT-MISC}.
492
e4208ff7
JB
4932006-12-09 Juanma Barranquero <lekktu@gmail.com>
494
495 * quail/latin-alt.el ("scandinavian-alt-postfix"): Fix typo.
496
497 * quail/uni-input.el (ucs-input-help): Fix title of ucs input method.
498
f248f005
EZ
4992006-12-09 Eli Zaretskii <eliz@gnu.org>
500
501 * makefile.w32-in (leim-list.el): Depend on leim-ext.el as well.
502 Run Emacs to append non-empty non-comment lines in leim-ext.el
503 to leim-list.el.
504
dd4b03cd
JB
5052006-12-05 Juanma Barranquero <lekktu@gmail.com>
506
507 * makefile.w32-in (MISC): Add $(srcdir)/quail/sisheng.elc.
508
41584b03
JB
5092006-11-29 Juanma Barranquero <lekktu@gmail.com>
510
511 * quail/greek.el ("greek-mizuochi"): Remove spurious initial newline
512 in docstring.
513
9200c926
RF
5142006-11-04 Romain Francoise <romain@orebokech.com>
515
516 * Makefile.in (bootstrap-clean): New target.
517
94461c21
KH
5182006-10-12 Kenichi Handa <handa@m17n.org>
519
520 * Makefile.in (install): Be sure to make ${INSTALLDIR} before `cd'
521 to it.
522
f51dc44f
CY
5232006-10-05 Chong Yidong <cyd@stupidchicken.com>
524
525 * quail/latin-ltx.el: Fix typo in previous change.
526
d781da00
SM
5272006-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
528
529 * quail/latin-ltx.el: Remove rules that start with { since they are
530 redundant and hence impact the { key for no good reason.
531
bcc1caeb
KH
5322006-10-02 Kenichi Handa <handa@m17n.org>
533
534 * Makefile.in (install): Fix previous change.
535
7ad02ea8
KH
5362006-09-28 Kenichi Handa <handa@m17n.org>
537
538 * Makefile.in (install): Be sure to make ${INSTALLDIR}.
539
45a2056c
JB
5402006-09-15 Jay Belanger <belanger@truman.edu>
541
542 * COPYING: Replace "Library Public License" by "Lesser Public
543 License" throughout.
544
880820fe 5452006-09-06 Michaël Cadilhac <michael.cadilhac@lrde.org>
f9536fb2
KH
546
547 * quail/uni-input.el (ucs-input-method): Don't make the action of
548 a key not in [0-9a-zA-Z] when it was expected to be. Let the Emacs
549 mechanism do it.
550
62508862
DK
5512006-07-12 David Kastrup <dak@gnu.org>
552
553 * quail/greek.el: Change iota subscriptum transliteration in
554 Ibycus4 encoding's capitals from "i" to "|".
555
a6a2b5d4
EZ
5562006-03-03 Claudio Fontana <claudio@gnu.org>
557
9e2bcc86
EZ
558 * Makefile.in (install): Add DESTDIR variable to support staged
559 installations.
a6a2b5d4 560
abeb5855
EZ
5612005-12-17 Eli Zaretskii <eliz@gnu.org>
562
563 * makefile.w32-in ($(TIT), leim-list.el): Warn that parts of
564 commands enclosed in $(ARGQUOTE)s should not be split between two
565 lines, as that will break with GNU Make >3.80, when sh.exe is used
566 and arg quoting is with '..'.
567
11bdfcdd
AS
5682005-11-03 Andreas Schwab <schwab@suse.de>
569
570 * Makefile.in (GZIP_PROG): Renamed from GZIP.
571 (install): Adjust.
572
7a7f042f
RF
5732005-11-01 Romain Francoise <romain@orebokech.com>
574
575 * Makefile.in (install): Compress source files.
576
895725e1
JL
5772005-10-28 Juri Linkov <juri@jurta.org>
578
579 * quail/symbol-ksc.el: Add missing characters from 1st pos of
580 every table of [korean-ksc5601], and swap incorrectly ordered
581 characters at pos 91 and 90.
582
c814bdfc
KH
5832005-10-26 Torsten Bronger <bronger@physik.rwth-aachen.de> (tiny change)
584
585 * quail/latin-ltx.el ("TeX"): Change "\," mapping to U+202F (not
586 U+2006). Add more mappings from TeX's textcomp package.
587
f344e9d2
JL
5882005-10-25 Juri Linkov <juri@jurta.org>
589
590 * quail/cyrillic.el ("cyrillic-translit"): Set 4th arg `guidance'
591 to t for this multi-key input method.
592
a6726944
KH
5932005-10-24 Kenichi Handa <handa@m17n.org>
594
595 * quail/uni-input.el (ucs-input-activate): Don't add
596 quail-kill-guidance-buf to kill-buffer-hook.
597
71ec7e9b
KH
5982005-07-08 Kenichi Handa <handa@m17n.org>
599
600 * quail/japanese.el (quail-japanese-kanji-kkc): Fix order of
601 insertion and deletion.
602
a0ec7a4a
LK
6032005-07-04 Lute Kamstra <lute@gnu.org>
604
605 Update FSF's address in GPL notices.
606
59579816
KH
6072005-06-28 Kenichi Handa <handa@m17n.org>
608
609 * leim-ext.el: Add rules for inserting full-width space for
610 quail/Punct and quail/Punct-b5.
611
94d4bafb
EZ
6122005-06-04 Eli Zaretskii <eliz@gnu.org>
613
41584b03 614 * makefile.w32-in (distclean): Fix a typo (colon was after "clean").
94d4bafb
EZ
615 (extraclean): New target, emulates Makefile.in.
616
e183fe27
KH
6172005-04-06 Kenichi Handa <handa@m17n.org>
618
41584b03 619 * quail/sgml-input.el ("sgml"): Enable quail-completion by typing TAB.
e183fe27 620
eebfcf8e
KH
6212005-03-26 Kenichi Handa <handa@m17n.org>
622
41584b03 623 * quail/latin-ltx.el ("TeX"): Enable quail-completion by typing TAB.
eebfcf8e
KH
624
6252005-03-18 Kenichi Handa <handa@m17n.org>
db328182
KH
626
627 * quail/thai.el (quail-thai-update-translation): Delete it.
f4931aac 628 (thai-generate-quail-map): Generate a simpler map.
db328182
KH
629 ("thai-kesmanee"): Don't use quail-thai-update-translation.
630 (thai-generate-quail-map): Likewise.
631
761a8755
KH
6322005-03-15 Kenichi Handa <handa@m17n.org>
633
634 * quail/thai.el (thai-generate-quail-map): Fix the kesmanee layout.
635
c68f7e21
KH
6362005-03-08 Kenichi Handa <handa@m17n.org>
637
638 * quail/latin-pre.el ("latin-1-prefix"): Add rule "__"->"_".
639 ("latin-9-prefix"): Add rules "__"->"_", "_ "->NBSP.
640
a3341d3c
KH
6412004-12-04 Kenichi Handa <handa@m17n.org>
642
643 * quail/lao.el (lao-key-alist): Declare it by defvar.
644 (lao-key-alist-vector): New variable.
645 (lao-consonant-key-alist, lao-semivowel-key-alist)
646 (lao-vowel-key-alist, lao-voweltone-key-alist)
647 (lao-tone-key-alist, lao-other-key-alist): Initialize them from
648 lao-key-alist-vector.
649
a7ff4354
KH
6502004-09-25 Kenichi Handa <handa@m17n.org>
651
652 * quail/uni-input.el (ucs-input-method): Add error clause to
653 condition-case.
654
88a74fa5
KH
6552004-09-21 Kenichi Handa <handa@m17n.org>
656
657 * quail/uni-input.el: Move the call of register-input-method to
658 leim-ext.el.
659 (ucs-input-insert-char): New function.
660 (ucs-input-method): Use ucs-input-insert-char.
661 (ucs-input-activate): Call quail-hide-guidance instead of
662 quail-hide-guidance-buf.
663
664 * leim-ext.el: Add autoload for 'ucs-input-activate and
665 register-input-method for "ucs".
666
15203bb7
DK
6672004-08-21 David Kastrup <dak@gnu.org>
668
669 * quail/greek.el ("greek-babel"): Add accent/breathing/uppercase
670 combinations.
671
295f3b30
KH
6722004-08-16 Kenichi Handa <handa@m17n.org>
673
674 * quail/georgian.el ("georgian"): Call quail-define-package with
675 the show-layout arg t.
676
de10c114
AS
6772004-08-06 Andreas Schwab <schwab@suse.de>
678
679 * Makefile.in (install): Remove .arch-inventory files.
680
d604e09b
DK
6812004-07-01 David Kastrup <dak@gnu.org>
682
41584b03 683 * quail/greek.el ("((") ("))"): Add quotation mark shorthands.
d604e09b 684
f96ec754
AS
6852004-06-30 Andreas Schwab <schwab@suse.de>
686
687 * Makefile.in (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
688 serialize parallel builds.
689 (${MISC:.elc=.el}): Depend on changed.misc.
690
62bfe0fc
KH
6912004-06-05 Kenichi Handa <handa@m17n.org>
692
68330491
EZ
693 * Makefile.in (leim-list.el): Depend on leim-ext.el. Append the
694 contents of leim-ext.el to leim-list.el.
62bfe0fc
KH
695
696 * leim-ext.el: New file.
697
9254ee5e
KH
6982004-05-17 Werner Lemberg <wl@gnu.org>
699
700 * quail/sisheng.el: New file.
701
53e1a54f
KH
7022004-05-17 Kenichi Handa <handa@m17n.org>
703
704 * Makefile.in (OTHERS): Add ${srcdir}/quail/sisheng.elc.
705
cdc9b845
EZ
7062004-05-11 Eli Zaretskii <eliz@gnu.org>
707
708 * Makefile.in (leim-list.el): Move commands to convert TIT and
709 MISC dictionaries from here...
710 (changed.tit, changed.misc): ...to here. Remove the (now
711 unneeded) test of the contents of changed.* files.
712
9a28b921
AS
7132004-05-10 Andreas Schwab <schwab@suse.de>
714
10d1d0af 715 * Makefile.in (all): Re-add dependency on ${WORLD} so that lisp
9a28b921
AS
716 files are compiled when bootstrapping.
717
bef96454
SM
7182004-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
719
720 * quail/latin-ltx.el ("TeX"): Fix typo.
721
d2c846aa
SM
7222004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
723
724 * quail/latin-ltx.el: Use utf-8 coding.
725 ("TeX"): Add de and fr quotes. From Karl Eichwalder <ke@suse.de>.
726
2cd23d89
KH
7272004-05-04 Kenichi Handa <handa@m17n.org>
728
10d1d0af 729 * Makefile.in (TIT-SOURCES): Prepend ${srcdir} to each element.
2cd23d89
KH
730 (MISC-SOURCES): Likewise.
731
7322004-05-01 Kenichi Handa <handa@m17n.org>
733
41584b03 734 * Makefile.in (OTHERS): Rename from MISC.
d2c846aa 735 (MISC): Rename from MISC-DIC.
10d1d0af 736 (WORLD): Adjust for the above changes.
2cd23d89
KH
737 (TIT-MISC, NON-TIT-MISC): New targets.
738 (all): Don't depend on ${WORLD}.
d2c846aa 739 (.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): Remove these targets.
2cd23d89
KH
740 (TIT-SOURCES, MISC-SOURCES): New macros.
741 (changed.tit, changed.misc): New targets.
d2c846aa 742 (leim-list.el): Depend on ${NON-TIT-MISC}, changed.tit, and
2cd23d89
KH
743 changed.misc. Generate quail files from TIT and MISC files if
744 necessary.
745 (clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and
746 ${MISC-DIC}.
747
238add5e
JR
7482004-05-03 Jason Rumney <jasonr@gnu.org>
749
750 * makefile.nt: Remove.
751
d814862a
JB
7522004-04-23 Juanma Barranquero <lektu@terra.es>
753
754 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
755
28082746
AI
7562004-04-09 Andrew Innes <andrewi@gnu.org>
757
758 * makefile.w32-in (distclean clean): Remove nmake specific
759 stamp-subdir test.
760
bb62616f
KH
7612004-02-28 Kenichi Handa <handa@m17n.org>
762
d2c846aa 763 * Makefile.in (all): Depend on ${WORLD} instead of ${TIT} and
bb62616f
KH
764 ${MISC-DIC}.
765 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
766 (maintainer-clean): Delete files that are not in CVS repository.
767
d2c846aa 768 * makefile.nt (all): Depend on $(WORLD) instead of $(TIT) and
bb62616f
KH
769 $(MISC-DIC).
770 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
771 (maintainer-clean): Delete files that are not in CVS repository.
772
d2c846aa 773 * makefile.w32-in (all): Depend on $(WORLD) instead of $(TIT) and
bb62616f
KH
774 $(MISC-DIC).
775 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
776 (maintainer-clean): Delete files that are not in CVS repository.
777
880820fe 7782004-02-16 Jérôme Marant <jmarant@nerim.net> (tiny change)
f92f5e37
KH
779
780 * Makefile.in (distclean maintainer-clean): Depend on clean.
781
bdb6a227
KH
7822004-01-27 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
783
784 * quail/cyrillic.el ("bulgarian-bds"): Docstring fixed.
785
e555f8d5
KH
7862004-01-22 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
787
788 * quail/cyrillic.el ("bulgarian-phonetic"): Docstring fixed.
d814862a 789 Duplicate entry removed.
e555f8d5 790 ("bulgarian-bds"): Docstring fixed.
be492770 791
c51b37fd
DL
7922003-10-06 Dave Love <fx@gnu.org>
793
794 * quail/latin-ltx.el: Several additions.
795
ac7ec68c
KH
7962003-08-25 Jesper Harder <harder@ifa.au.dk> (tiny change)
797
798 * quail/latin-pre.el ("german-prefix"): Fix typo in the docstring.
799
f653dfd9
DL
8002003-08-20 Dave Love <fx@gnu.org>
801
802 * quail/latin-ltx.el: Add \rhd.
803
15a03c32
MR
8042003-08-19 Markus Rost <rost@math.ohio-state.edu>
805
806 * quail/latin-pre.el ("french-prefix"): Fix spacing in docstring.
807
15f772c8
KH
8082003-07-21 KAWABATA, Taichi <kawabata@m17n.org>
809
d814862a 810 * quail/indian.el (quail-indian-update-translation): Adjust the
fffa137c 811 behavior according to the change of quail-translate-key.
15f772c8 812
603b8073
KH
8132003-05-22 Kenichi Handa <handa@m17n.org>
814
815 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Change the title
816 Chinese characters from GB to Big5.
817
34c614a8 8182003-05-01 Wlodzimierz Bzyl <matwb@julia.univ.gda.pl> (tiny change)
458d0770
KH
819
820 * quail/latin-pre.el ("polish-slash"): Add the rule "//"->?/.
821
069e6098
AS
8222003-04-05 Andreas Schwab <schwab@suse.de>
823
824 * Makefile.in (install): Remove CVS related and backup files from
825 installation directory.
826
15988eba
DK
8272003-02-27 David Kastrup <dak@gnu.org>
828
d814862a 829 * quail/greek.el (greek-babel): Add koronis transliteration.
15988eba 830
b2c16093
DK
8312003-02-23 David Kastrup <dak@gnu.org>
832
d814862a 833 * quail/greek.el (greek-babel): Fix <' accent.
b2c16093 834
a56c637d
DL
8352003-02-17 Dave Love <fx@gnu.org>
836
837 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
838
83930535
JB
8392003-02-14 Juanma Barranquero <lektu@terra.es>
840
d2c846aa 841 * quail/uni-input.el (utf-8-ccl-encode): Fix use of character constants.
83930535 842
61cb0b53 8432003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
59fdf430
KH
844
845 * quail/indian.el (punjabi-itrans, gujarati-itrans, oriya-itrans)
d814862a 846 (bengali-itrans, assamese-itrans, telugu-itrans, kannada-itrans)
59fdf430
KH
847 (malayalam-itrans, tamil-itrans): New ITRANS based input methods.
848 (punjabi-inscript, gujarati-inscript, oriya-inscript)
849 (bengali-inscript, assamese-inscript, telugu-inscript)
d2c846aa
SM
850 (kannada-inscript, malayalam-inscript, tamil-inscript):
851 New INSCRIPT based input methods.
59fdf430 852
ff57e5d6
KH
8532003-02-07 Kenichi Handa <handa@m17n.org>
854
855 * quail/cyrillic.el: Update quail-package-alist (not
856 input-method-alist) to make "cyrillic-jcuken" an alias of
857 "russian-typewriter". Add cookie for quail-update-leim-list-file.
858
e29969ca
DK
8592003-02-05 David Kastrup <dak@gnu.org>
860
d2c846aa 861 * quail/greek.el: Fix iota accent typos in greek-babel encoding.
e29969ca 862
139c4e54
DL
8632003-01-05 Dave Love <fx@gnu.org>
864
865 * makefile.w32-in (SLAVIC): Add croatian.elc.
866
867 * Makefile.in (SLAVIC): Add croatian.elc.
868
869 * quail/croatian.el: New file.
870
abceb4ac
JB
8712002-12-10 Juanma Barranquero <lektu@terra.es>
872
873 * makefile.w32-in (LATIN): Add welsh.elc.
874 (MISC): Add georgian.elc.
875 (UNICODE): Add it.
876 (WORLD): Add $(UNICODE).
877
59daa29a
DL
8782002-11-14 Dave Love <fx@gnu.org>
879
880 * quail/slovak.el: Add coding cookie.
881
882 * quail/latin-ltx.el: Fix coding cookie.
883
884 * quail/hebrew.el: Add coding cookie.
885
886 * quail/czech.el: Add coding cookie.
887
888 * quail/welsh.el: Undo last change.
889
b4b11a40
DL
8902002-09-11 Dave Love <fx@gnu.org>
891
892 * quail/latin-post.el ("slovenian"): New.
893
570af494
KH
8942002-09-05 Kenichi Handa <handa@etl.go.jp>
895
896 * quail/thai.el (thai-kesmanee): Fix the mapping of `"' and `}'.
897
ad0b1666
DL
8982002-07-24 Dave Love <fx@gnu.org>
899
a5e5d4ad
DL
900 * quail/latin-alt.el ("latin-alt-postfix"): New.
901
902 * quail/latin-post.el ("latin-postfix"): New.
903
ad0b1666
DL
904 * quail/latin-pre.el ("latin-1-prefix"): Add nbsp.
905 ("latin-3-prefix"): Doc fix.
a5e5d4ad 906 ("latin-prefix"): New.
ad0b1666 907
f860212e
DL
9082002-07-12 Dave Love <fx@gnu.org>
909
910 * quail/cyrillic.el: Doc fixes.
911 ("cyrillic-beylorussian"): Commented-out.
d2c846aa 912 ("cyrillic-translit-bulgarian"): Delete.
f860212e
DL
913 ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings.
914 ("ukrainian-computer", "belarusian", "bulgarian-bds")
915 ("russian-computer"): New.
880820fe 916 ("bulgarian-phonetic"): Rename from bulgarian-pho. Add §, №, Ю.
d2c846aa 917 ("russian-typewriter"): Rename from cyrillic-jcuken.
f860212e 918
282b5fb7
KH
9192002-06-20 Dave Love <fx@gnu.org>
920
921 * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3
880820fe 922 characters and ~o -> ġ, ~O -> Ġ.
282b5fb7 923
fe960d0a
EZ
9242002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
925
926 * Makefile.in (install): Use "tar -chf", to follow symlinks.
927
9a40c2fb
PJ
9282002-05-04 Triet Hoai Lai <thlai@ee.usyd.edu.au>
929
930 * quail/vntelex.el: Add even more rules.
931
ab59447f
PJ
9322002-04-30 Triet Hoai Lai <thlai@ee.usyd.edu.au>
933
934 * quail/vntelex.el: Add new rules to escape from composition.
935
e656fc9d
PJ
9362002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
937
938 * quail/vntelex.el: Use proper charset.
939
177c0ea7 9402002-04-22 Koaunghi Un <koaunghi@ling.cnu.ac.kr>
0347c911
PJ
941
942 * quail/hanja.el ("Od"): Remove rule.
0347c911 943
175e150b
EZ
9442002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
945
946 * quail/indian.el: Replace commented-out lines with a condition
947 that is always false.
948
c031864a
JC
9492002-04-06 Jaeyoun Chung <jay@kldp.org>
950
d2c846aa 951 * quail/hanja3.el ("kf"): Add a few composing rules
c031864a
JC
952 from "Taik-kyun Lim" <mongmong@milab.yonsei.ac.kr>
953
cb0dc144 954 * quail/hangul3.el: Buggy alternative second character
c031864a
JC
955 sequence fixed ('/' for 'v' pair).
956 added a few more third character composing rule.
957
129f2c75
WL
9582002-03-03 Werner Lemberg <wl@gnu.org>
959
960 * quail/vntelex.el: New file.
cb0dc144
JB
961 * Makefile.in (VIETNAMESE):
962 * makefile.nt (VIETNAMESE):
963 * makefile.w32-in (VIETNAMESE): Add it.
129f2c75 964
5c196f29
AI
9652002-02-10 Andrew Innes <andrewi@gnu.org>
966
967 * makefile.w32-in ($(TIT)): Don't depend on $(SUBDIRS).
968 ($(MISC_DIC)): Ditto.
969
108eaabb
RS
9702002-02-06 Richard M. Stallman <rms@gnu.org>
971
972 * quail/latin-pre.el (french-prefix): ", " => "," and "~ " => "~".
973 Don't define "~," at all.
974
880820fe 9752002-01-29 Pavel Janík <Pavel@Janik.cz>
cc13aa25 976
880820fe 977 * quail/latin-pre.el (latin-2-prefix): Add Ě and ě.
cc13aa25
PJ
978 From "Dr. Eduard Werner" <edi.werner@gmx.de>.
979
18e1da99 9802002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
417f4d3a
EZ
981
982 * quail/greek.el: Changed the behavior of the "greek" input
18e1da99
EZ
983 method, to consider the "accent" and "diaeresis" as prefix keys.
984 A new method (named "greek-postfix") was added which implements
985 the old behavior. Also changed the mapping of the "Q/q" key to
986 produce the ":/;" characters, as is customary in greek keyboards.
987 From Nick Patavalis <npat@inaccessnetworks.com>.
417f4d3a 988
8f7d3eca
JC
9892002-01-07 Jaeyoun Chung <jay@kldp.org>
990
d814862a 991 * quail/hangul.el: Remove key sequence mapping for O[rsfaqtTd].
d2c846aa 992 Not used for Korean Hangul Type 2 (request from emacs-kr mailing list).
8f7d3eca 993
121f67fa
EZ
9942002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
995
996 * quail/cyrillic.el ("bulgarian-pho"): Fix a typo in a doc string.
997
7f93e2ab
DL
9982002-01-01 Dave Love <fx@gnu.org>
999
d2c846aa 1000 * quail/indian.el (quail-define-indian-trans-package): Unquote lambda.
7f93e2ab
DL
1001 (quail-define-inscript-package): Avoid mapcar*.
1002
3c08498a
DL
10032001-12-20 Dave Love <fx@gnu.org>
1004
1005 * quail/latin-ltx.el: Fix un-doubled backslashes.
1006
96566974
DL
10072001-12-15 Dave Love <fx@gnu.org>
1008
abceb4ac 1009 * quail/latin-pre.el ("french-prefix", "german-prefix")
96566974
DL
1010 ("spanish-prefix"): Fix language assignment.
1011
abceb4ac
JB
1012 * quail/latin-post.el ("french-postfix", "german-postfix")
1013 ("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix")
1014 ("french-keyboard", "french-azerty", "german")
96566974
DL
1015 ("spanish-keyboard"): Fix language assignment.
1016
1017 * quail/indian.el: Don't require cl.
d2c846aa 1018 (quail-indian-flatten-list): Rename from flatten-list.
96566974 1019
abceb4ac
JB
1020 * quail/cyrillic.el ("cyrillic-beylorussian")
1021 ("cyrillic-ukrainian", "cyrillic-translit-bulgarian")
96566974
DL
1022 ("belarusian", "bulgarian-pho"): Fix language assignment.
1023
1024 * quail/latin-alt.el ("french-alt-postfix", "german-alt-postfix")
1025 ("spanish-alt-postfix", "turkish-latin-3-alt-postfix")
1026 ("turkish-alt-postfix"): Fix language assignment.
1027 ("dutch"): Assign to Dutch. Use chars, not strings.
d2c846aa 1028 ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"): New.
96566974 1029
880820fe 10302001-12-08 Pavel Janík <Pavel@Janik.cz>
03f9f7ae
PJ
1031
1032 * COPYING: New file.
1033
eea6cc1f
JC
10342001-12-03 Jaeyoun Chung <jay@kldp.org>
1035
d814862a 1036 * quail/hangul3.el: Add a few convenient composing sequences for
eea6cc1f
JC
1037 Korean keyboard type 3 users.
1038
de371c8c
DL
10392001-11-29 Dave Love <fx@gnu.org>
1040
1041 * quail/latin-ltx.el: Extra translations. Fix some
1042 latin-iso8859-4 characters. Use Hebrew letters, not compatibility
1043 symbols.
1044
ea17b6e1
JR
10452001-11-28 Juanma Barranquero <lektu@terra.es>
1046
d814862a 1047 * makefile.w32-in (INDIAN): Adjust for the file name change;
ea17b6e1
JR
1048 quail/devanagari.elc -> quail/indian.elc.
1049
1050 * makefile.nt (INDIAN): Likewise.
1051
177c0ea7 10522001-11-21 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
8727d588
RS
1053
1054 * quail/devanagari.el: Renamed to indian.el.
1055
1056 * quail/indian.el: Renamed from devanagari.el, and completely
1057 re-written. The input method devanagari-hindi-transliteration is
1058 merged with devanagari-itrans, devanagari-keyboard-a is renamed to
1059 devanagari-inscript, devanagari-transliteration is renamed to
1060 devanagari-kyoto-harvard.
1061
1062 * Makefile.in: Adjusted for the file name change;
1063 quail/devanagari.elc -> quail/indian.elc.
1064
e154cc44
EZ
10652001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1066
1067 * quail/welsh.el: Avoid an error message due to a commented-out
1068 input method.
1069
a6beb3d2
RS
10702001-11-05 Richard M. Stallman <rms@gnu.org>
1071
1072 * quail/rfc1345.el: Get rid of the explicit ^Z character.
1073
cd946181
EZ
10742001-11-05 Eli Zaretskii <eliz@is.elta.co.il>
1075
1076 * quail/latin-ltx.el: Remove the call to IT-setup-unicode-display.
1077
7115232b
DL
10782001-11-04 Dave Love <fx@gnu.org>
1079
1080 * Makefile.in (LATIN): Add welsh.
1081 (UNICODE): New.
1082 (MISC): Add georgian.
1083 (WORLD): Add UNICODE.
1084
1085 * quail/welsh.el, quail/georgian.el, quail/rfc1345.el:
1086 * quail/uni-input.el, quail/sgml-input.el: New file.
1087
1088 * quail/cyrillic.el ("bulgarian-pho", "belarusian"): New methods.
1089
1090 * quail/latin-alt.el ("dutch"): New method.
1091
b344d29d 10922001-10-27 Francesco Potortì <pot@gnu.org>
3a8b7edb
FP
1093
1094 * quail/latin-post.el ("italian-postfix"): Undo previous change.
1095
1096 * quail/latin-alt.el ("italian-alt-postfix"): Undo previous change.
1097
b344d29d 10982001-10-25 Francesco Potortì <pot@gnu.org>
a4416b14
FP
1099
1100 * quail/latin-post.el ("italian-postfix"): Euro symbol.
1101
1102 * quail/latin-alt.el ("italian-alt-postfix"): Euro symbol.
1103
71431a0e
GM
11042001-10-20 Gerd Moellmann <gerd@gnu.org>
1105
6aa97356 1106 * (Version 21.1 released.)
71431a0e 1107
c4e7e308
EZ
11082001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1109
1110 * CXTERM-DIC/Punct-b5.tit: Add big5 Chinese double spaced alphabet
1111 mappings, so that one could type them without leaving the Hanyu
1112 Pinyin input method. Suggested by Kenichi Handa
1113 <handa@etl.go.jp>.
1114
51724e26
EZ
11152001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1116
1117 * quail/greek.el ("greek-babel"): New input method. From David
1118 Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
1119
ab952a4f
GM
11202001-10-05 Gerd Moellmann <gerd@gnu.org>
1121
1122 * Branch for 21.1.
a4416b14 1123
00651fbf
EZ
11242001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1125
1126 * quail/greek.el ("greek-mizuochi"): Doc fix. From David Kastrup
1127 <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
1128
5a397d28
GM
11292001-08-06 Gerd Moellmann <gerd@gnu.org>
1130
1131 * quail/py-punct.el ("chinese-py-punct"): Copy the QUAIL-MAP of
1132 "chinese-py".
1133 ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy".
1134
880820fe 11352001-07-16 Pavel Janík <Pavel@Janik.cz>
be567141 1136
150998ec
PJ
1137 * ja-dic/ja-dic.el, quail/cyril-jis.el, quail/cyrillic.el
1138 * quail/czech.el, quail/devanagari.el, quail/ethiopic.el
1139 * quail/greek.el, quail/hangul.el, quail/hangul3.el
1140 * quail/hanja-jis.el, quail/hanja.el, quail/hanja3.el
1141 * quail/hebrew.el, quail/ipa.el, quail/japanese.el, quail/lao.el
1142 * quail/latin-alt.el, quail/latin-ltx.el, quail/latin-post.el
1143 * quail/latin-pre.el, quail/lrt.el, quail/py-punct.el
1144 * quail/pypunct-b5.el, quail/slovak.el, quail/symbol-ksc.el
1145 * quail/thai.el, quail/tibetan.el, quail/viqr.el: Some fixes to
be567141
PJ
1146 follow coding conventions.
1147
e6aeb775
AC
11482001-06-04 Andrew Choi <akochoi@i-cable.com>
1149
1150 * quail/.cvsignore: Change CTLauB.el to CTLau-b5.el.
1151
ec57454f
AI
11522001-06-01 Andrew Innes <andrewi@gnu.org>
1153
1154 * makefile.nt (TIT_GB): Remove quail/PY.elc and quail/ZIRANMA.elc.
1155 (NON_TIT_BIG5): Remove $(srcdir)/quail/tsang-b5.elc and
1156 $(srcdir)/quail/pypunct-b5.elc.
1157 (NON_TIT_CNS): Remove.
1158 (CHINESE_NON_TIT): Remove $(NON_TIT_CNS).
1159 (CHINESE_CNS): Remove.
1160 (KOREAN): Add $(srcdir)/quail/hanja3.elc.
1161 (LATIN): Add $(srcdir)/quail/latin-alt.elc and
1162 $(srcdir)/quail/latin-ltx.elc.
1163 (MISC_DIC): Copy from Makefile.in.
1164 (CHINESE): Remove $(CHINESE_CNS).
1165 (all): Add $(MISC_DIC) as target.
1166 (.NOTPARALLEL): New target.
1167 (.NO_PARALLEL): New target.
1168 ($(MISC_DIC)): New target.
1169 (clean mostlyclean): Clean more stuff.
1170 (TIT_EL): New macro.
1171 (MISC_DIC_EL): New macro.
1172
1173 * makefile.w32-in (TIT-GB): Remove CTLau.elc from it.
1174 (TIT-BIG5): Remove CTLauB.elc from it.
1175 (MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it.
1176 (clean mostlyclean): Remove obsolete reference.
1177
70079787
EZ
11782001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1179
1180 * quail/latin-ltx.el [ms-dos]: Call IT-setup-unicode-display.
1181
5e3d4fbc
AC
11822001-05-24 Andrew Choi <akochoi@i-cable.com>
1183
937fad9a
AC
1184 * Makefile.in (MISC-DIC): Change CTLauB.elc to CTLau-b5.elc.
1185
5e3d4fbc
AC
1186 * CXTERM-DIC/CTLau.tit, CXTERM-DIC/CTLauB.tit: Delete files.
1187
1188 * MISC-DIC/CTLau.html, MISC-DIC/CTLau-b5.html: Add files.
1189
1190 * Makefile.in (TIT-GB): Remove CTLau.elc from it.
1191 (TIT-BIG5): Remove CTLauB.elc from it.
1192 (MISC-DIC): Add CTLau.elc and CTLauB.elc to it.
1193
f042e7b9
DL
11942001-05-17 Dave Love <fx@gnu.org>
1195
d2c846aa 1196 * quail/latin-ltx.el ("TeX"): Rename from "latin-latex2e".
f042e7b9
DL
1197 Language family and indicator changed. Many new translations.
1198
f08cf35b
GM
11992001-05-17 Gerd Moellmann <gerd@gnu.org>
1200
1201 * quail/slovak.el, quail/czech.el: Set guidance to t for czech and
5ce6e4f4 1202 slovak input methods. New maintainer. From Pavel Janík
f08cf35b
GM
1203 <Pavel@Janik.cz>.
1204
b5eeaa1d
GM
12052001-04-23 Gerd Moellmann <gerd@gnu.org>
1206
1207 * quail/latin-ltx.el: Add more translations. From
880820fe 1208 jsbien@mimuw.edu.pl (Janusz S. Bień).
b5eeaa1d 1209
55a22ce1
EZ
12102001-04-19 Eli Zaretskii <eliz@is.elta.co.il>
1211
1212 * quail/hangul.el <korean-hangul>: Doc fix.
1213
90200fcc
AI
12142001-04-18 Andrew Innes <andrewi@gnu.org>
1215
1216 * makefile.w32-in (EMACSLOADPATH): Define.
a4416b14
FP
1217 ($(TIT)):
1218 ($(MISC_DIC)):
1219 (.el.elc):
90200fcc
AI
1220 (leim-list.el): Remove stuff to set EMACSLOADPATH.
1221
f383cd0d
GM
12222001-04-05 Gerd Moellmann <gerd@gnu.org>
1223
a55e4e68
GM
1224 * Makefile.in (install): Remove .cvsignore files.
1225
f383cd0d
GM
1226 * quail/japanese.el ("japanese-hankaku-kana"): Don't use
1227 the same translations as for `japanese'.
1228
4c1dadb1
AI
12292001-04-03 Andrew Innes <andrewi@gnu.org>
1230
1231 * makefile.w32-in (TIT_GB): Delete quail/PY.elc and
1232 quail/ZIRANMA.elc.
1233 (NON_TIT_BIG5): Delete $(srcdir)/quail/quick-b5.elc and
1234 $(srcdir)/quail/tsang-b5.elc.
1235 (NON_TIT_CNS): Delete.
1236 (CHINESE_NON_TIT): Delete $(NON-TIT-CNS).
1237 (CHINESE_CNS): Delete.
1238 (KOREAN): Add ${srcdir}/quail/hanja3.elc. From Kenichi Handa
1239 <handa@etl.go.jp>.
1240 (MISC_DIC): New variable.
1241 (CHINESE): Delete $(CHINESE_CNS).
1242 (WORLD): Add $(MISC_DIC).
1243 (all): Depends on $(MISC_DIC).
1244 (.NOTPARALLEL, .NO_PARALLEL): New special targets.
1245 ($(MISC_DIC)): New target.
1246 (clean mostlyclean): Delete also $(NONTIT), $(WORLD), $(MISC_DIC)
1247 and $(MISC_DIC:.elc=.el).
1248
e217c26e
EZ
12492001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1250
a46d278b
EZ
1251 * Makefile.in (KOREAN): Add ${srcdir}/quail/hanja3.elc. From
1252 Kenichi Handa <handa@etl.go.jp>.
1253
e217c26e
EZ
1254 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.
1255
a3d0b0e0
KH
12562001-03-31 Kenichi Handa <handa@etl.go.jp>
1257
c4cc8b9a 1258 * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc.
a3d0b0e0
KH
1259 (NON-TIT-BIG5): Delete ${srcdir}/quail/quick-b5.elc
1260 ${srcdir}/quail/tsang-b5.elc.
1261 (CHINESE-NON-TIT): Delete ${NON-TIT-CNS}.
1262 (CHINESE-CNS): Delete it.
1263 (MISC-DIC): New variable.
1264 (CHINESE): Delete ${CHINESE-CNS}.
4c1dadb1 1265 (WORLD): Add ${MISC-DIC}.
a3d0b0e0
KH
1266 (all): Depends on ${MISC-DIC}.
1267 (${MISC-DIC}): New target.
1268 (clean mostlyclean): Delete also ${MISC-DIC} ${MISC-DIC:.elc=.el}.
1269
1270 * MISC-DIC/cangjie-table.b5, MISC-DIC/cangjie-table.cns,
1271 MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: New files.
1272
1273 * CXTERM-DIC/PY.tit, CXTERM-DIC/ZIRANMA.tit: Delete them.
1274
1275 * quail/tsang-b5.el, quail/tsang-cns.el, quail/quick-b5.el,
cb0dc144 1276 * quail/quick-cns.el: Delete them.
a4416b14 1277
9d5d1075
EZ
12782001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1279
1280 * Makefile.in (${TIT}): Fix whitespace.
1281
ed31fabf
GM
12822001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
1283
1284 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): New special targets.
1285 (${TIT}): If the target file already exist, don't remake it.
1286
1e406be0
KH
12872001-03-21 Kenichi Handa <handa@etl.go.jp>
1288
1289 * quail/slovak.el ("slovak"): Translate "=q" to "`".
1290
ce058493 12912001-03-16 Pavel Janík <Pavel@Janik.cz>
8f369c02
KH
1292
1293 * quail/slovak.el ("slovak"): Delete translations of "q", "Q",
1294 "=q", "+q", "=Q", and "+Q".
1295 ("slovak-prog-1"): Give t to the arg SHOW-LAYOUT.
1296 ("slovak-prog-2"): Likewise.
1297 ("slovak-prog-3"): Likewise.
1298
abfa36c4
EZ
12992001-03-16 Eli Zaretskii <eliz@is.elta.co.il>
1300
1301 * quail/latin-post.el ("finnish-keyboard"): Fix a typo.
1302
b8a7ebcf
KH
13032001-03-16 Kenichi Handa <handa@etl.go.jp>
1304
1305 * quail/japanese.el (quail-japanese-transliteration-rules): New
1306 variable. Use it to define these input methods: "japanese",
1307 "japanese-hiragana", "japanese-katakana".
1bdfe188
KH
1308 (quail-japanese-kana-state): Delete this variable.
1309 (quail-japanese-toggle-kana): Don't use quail-japanese-kana-state,
10d1d0af 1310 instead check if there's any Hiraganas in the conversion region.
b8a7ebcf 1311
9a639fce
KH
13122001-03-14 Kenichi Handa <handa@mule.m17n.org>
1313
1314 * quail/slovak.el ("slovak"): Give t to the arg SHOW-LAYOUT.
1315
51ab41b7
KH
13162001-03-06 Kenichi Handa <handa@etl.go.jp>
1317
1318 * CXTERM-DIC/4Corner.tit: Add copyright notice.
1319
36d5e61d
KH
13202001-03-05 Kenichi Handa <handa@etl.go.jp>
1321
1322 * quail/ethiopic.el ("ethiopic"): Docstring adjusted for the
10d1d0af 1323 change of the special key bindings.
36d5e61d 1324
bf0bdce8
KH
13252001-02-22 Kenichi Handa <handa@etl.go.jp>
1326
51ab41b7 1327 * CXTERM-DIC/ARRAY30.tit: Add copyright notice.
bf0bdce8
KH
1328
1329 * CXTERM-DIC/ETZY.tit: Likewise.
1330
1331 * CXTERM-DIC/ZOZY.tit: Likewise.
1332
193fba87
AI
13332001-02-05 Andrew Innes <andrewi@gnu.org>
1334
1335 * makefile.w32-in (BUILT_EMACS): Use $(THISDIR) to make emacs.exe
1336 path absolute.
1337
350d71b3
AI
13382001-02-03 Andrew Innes <andrewi@gnu.org>
1339
1340 * makefile.w32-in (LATIN): Fix last change to use () not {}.
1341
49bd4a69
KH
13422001-02-02 Kenichi Handa <handa@etl.go.jp>
1343
1344 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc.
1345
1346 * makefile.w32-in (LATIN): Likewise.
1347
1348 * quail/latin-ltx.el: New file -- LaTeX-like Latin input method.
1349
a51e9546
AI
13502001-02-01 Andrew Innes <andrewi@gnu.org>
1351
1352 * makefile.w32-in (LATIN): Include $(srcdir)/quail/latin-alt.elc.
1353
c91d43ed
KH
13542001-02-01 Kenichi Handa <handa@etl.go.jp>
1355
c91d43ed
KH
1356 * quail/greek.el ("greek-mizuochi"): New input method for
1357 classical Greek.
1358
7ccf7ab9 13592001-01-28 Gerd Moellmann <gerd@gnu.org>
c522cff0 1360
7ccf7ab9 1361 * Makefile.in (extraclean): Added target so make doesn't die if
c522cff0
BW
1362 one runs "make extraclean" at the top level.
1363
0dac6924
AI
13642001-01-06 Andrew Innes <andrewi@gnu.org>
1365
1366 * makefile.nt ($(TIT)): Map .elc to .el.
1367 (buildlisppath): Make path relative to $(MAKEDIR).
1368
392164c1
AS
13692001-01-01 Andreas Schwab <schwab@suse.de>
1370
1371 * quail/latin-alt.el: Doc fixes.
1372
ec6bd013
DL
13732000-12-18 Dave Love <fx@gnu.org>
1374
880820fe
KH
1375 * quail/latin-pre.el <latin-9-prefix>: Delete duplicate š entry.
1376 Change œ, Œ, ¶.
ec6bd013 1377
8ff06845
KH
13782000-12-16 Kenichi Handa <handa@etl.go.jp>
1379
1380 * ja-dic/ja-dic.el: Re-generated by the new ja-dic-cnv.el.
1381
4ee87dbb
AI
13822000-12-06 Andrew Innes <andrewi@gnu.org>
1383
1384 * makefile.w32-in (buildlisppath): Set to an absolute directory,
1385 relative to $(CURDIR).
1386 (INSTALLDIR): Use forward slash.
1387
24c53d36
AI
13882000-11-24 Andrew Innes <andrewi@gnu.org>
1389
1390 * makefile.w32-in (.SUFFIXES): New target, include .elc .el.
1391
1392 * makefile.nt (.SUFFIXES): New target, include .elc .el.
1393
37c35586
KH
13942000-11-21 Kenichi Handa <handa@etl.go.jp>
1395
1396 * Makefile.in (.SUFFIXES): New target, include .elc .el.
1397
3c7d764e
KH
13982000-11-17 Kenichi Handa <handa@etl.go.jp>
1399
1400 * quail/japanese.el (quail-japanese-kanji-kkc): Use marker to
1401 remember the conversion start.
1402
f3d3c491
AI
14032000-10-21 Andrew Innes <andrewi@gnu.org>
1404
1405 * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead
1406 of conditional invocation of make.
a4416b14
FP
1407 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
1408 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
f3d3c491
AI
1409 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
1410 files to .elc.
1411 ($(TIT)): Adjusted for the above change.
1412 (clean mostlyclean): Likewise.
1413 (.el.elc): New target.
1414
1415 * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead
1416 of conditional invocation of make.
a4416b14
FP
1417 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
1418 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
f3d3c491
AI
1419 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
1420 files to .elc.
1421 ($(TIT)): Adjusted for the above change.
1422 (clean mostlyclean): Likewise.
1423 (.el.elc): New target.
1424
a115794c
EZ
14252000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1426
1427 * Makefile.in (${TIT}, clean): Don't use shell `command`
1428 expansion, use ${TIT:.elc=.el} instead.
1429
ce75c97a
GM
14302000-09-26 Gerd Moellmann <gerd@gnu.org>
1431
1432 * Makefile.in: Make this the leim Makefile.in.
1433 (clean): Also remove $NON-TIT and $WORLD.
1434 (RUN-EMACS): Set EMACSLOADPATH.
1435
7b920aa1
KH
14362000-09-21 Kenichi Handa <handa@etl.go.jp>
1437
36e44f62
KH
1438 * Makefile.in: Revert to no-leim Makefile.
1439
cd3c0140
KH
1440 * quail/.cvsignore: Include *.elc.
1441
1442 * ja-dic/.cvsignore: New file.
7b920aa1 1443
5eedab4d
AI
14442000-09-16 Andrew Innes <andrewi@gnu.org>
1445
1446 * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
1447 (leim-list.el): Ditto.
1448
1449 * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
1450 (leim-list.el): Ditto.
1451
39f547f7
AI
14522000-09-15 Andrew Innes <andrewi@gnu.org>
1453
1454 * makefile.w32-in (clean mostlyclean): Ignore errors when removing
1455 files.
1456
fe83b953
AI
14572000-09-14 Andrew Innes <andrewi@gnu.org>
1458
1459 * makefile.w32-in (clean mostlyclean): Ignore errors when deleting
1460 leim-list.el.
1461 (distclean maintainer-clean): Ditto for stamp-subdir.
1462
1463 * makefile.nt: Rename skkdic to ja-dic.
1464
0fddd0dc
KH
14652000-09-07 Kenichi Handa <handa@etl.go.jp>
1466
1467 * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard
1468 translation.
1469
1470 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Docstring modified.
1471
1472 * quail/py-punct.el ("chinese-py-punct"): Docstring modified.
1473 ("chinese-tonepy-punct"): New input method.
1474
1475 * quail/latin-pre.el ("polish-slash"): Don't use keyboard
1476 translation.
1477
1478 * quail/japanese.el ("japanese"): Delete the key sequence for
1e4f1886 1479 Roman transliteration from the docstring because it's now shown
0fddd0dc
KH
1480 automatically.
1481 ("japanese-ascii", "japanese-zenkaku")
1482 ("japanese-hankaku-kana", "japanese-hiragana")
1483 ("japanese-katakana"): Docstring modified.
1484
1485 * quail/czech.el ("czech-qwerty"): Changed to show keyboard layout
1486 on describe-input-method.
1487 ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise.
1488
44ef7cf6
AI
14892000-09-03 Andrew Innes <andrewi@gnu.org>
1490
1491 * makefile.w32-in: New file.
f8803e97 1492 (install) Fix copying of directories.
44ef7cf6 1493
5724ab7a
KH
14942000-08-31 Kenichi Handa <handa@etl.go.jp>
1495
1496 * quail/thai.el (thai-generate-quail-map): If the length of
1497 translation is more than one, compose it.
1498
daba11ce
DL
14992000-08-29 Dave Love <fx@gnu.org>
1500
880820fe 1501 * quail/latin-pre.el ("latin-9-prefix"): Change entries for œ and Œ.
a39fb83d 1502
daba11ce
DL
1503 * Makefile.in: ja-dic <- skk in several places.
1504
457dd64a
KH
15052000-08-25 Kenichi Handa <handa@etl.go.jp>
1506
1507 * ja-dic: Directory name changed from skkdic.
1508
a1a2e38f 1509 * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el.
457dd64a
KH
1510
1511 * README: Rename skkdic to ja-dic throughout the file.
1512
68ce69e1
DL
15132000-08-24 Dave Love <fx@gnu.org>
1514
1515 * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New.
457dd64a 1516 ("latin-1-prefix"): Add missing symbols.
68ce69e1 1517
5a76406c
DL
15182000-08-23 Dave Love <fx@gnu.org>
1519
880820fe
KH
1520 * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give § and
1521 add ~p for ¶.
5a76406c 1522
240a16cf
KH
15232000-07-18 Kenichi Handa <handa@etl.go.jp>
1524
1525 * quail/japanese.el ("japanese"): Fix docstring.
1526
7a3fd467
KH
15272000-07-17 Kenichi Handa <handa@etl.go.jp>
1528
1529 * quail/japanese.el ("japanese"): Docstring modified.
1530
0bd5914b
KH
15312000-06-12 Kenichi Handa <handa@etl.go.jp>
1532
1533 * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted.
1534 ("tibetan-wylie"): State transition table modified.
1535
4dc1225b
KH
15362000-06-01 Kenichi Handa <handa@etl.go.jp>
1537
1538 * quail/tibetan.el: Change all tibetan-1-column characters to
1539 tibetan. Quail map for "tibetan-wylie" fixed.
1540
177c0ea7 15412000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
6733d074
KH
1542
1543 * quail/latin-pre.el ("polish-slash"): New input method.
1544
69766f94
KH
15452000-03-02 Kenichi Handa <handa@etl.go.jp>
1546
1547 * quail/latin-pre.el ("latin-1-prefix"): Add rules for symbols.
1548
9a90d84c
GM
15492000-02-01 Gerd Moellmann <gerd@gnu.org>
1550
1551 * Makefile.in: Make this the no-leim Makefile. Move the
1552 leim Makefile.in to ../leim-Makefile.in as it originally was.
1553
1554 * Makefile.noleim: Removed.
1555
cba32d22
KH
15562000-01-28 Kenichi Handa <handa@etl.go.jp>
1557
1558 * quail/hanja.el (korean-hanja): Add an entry for "wod".
1559
11ad3dee
KH
15602000-01-04 Kenichi Handa <handa@etl.go.jp>
1561
1562 * quail/japanese.el ("japanese"): Docstring augmented.
1563
5ec14d3c
KH
15641999-12-15 Kenichi Handa <handa@etl.go.jp>
1565
1566 * quail/lao.el: Rewritten for new composition.
1567
1568 * quail/lrt.el: Rewritten for new composition.
1569
1570 * quail/thai.el: Rewritten for new composition.
1571
1572 * quail/tibetan.el: Rewritten for new composition.
1573
113a1195
KH
15741999-12-13 Kenichi Handa <handa@etl.go.jp>
1575
1576 * quail/latin-pre.el ("esperanto-prefix"): Make it produce Latin-3
1577 characters, not Latin-1.
1578
98e85e34
GM
15791999-11-22 Andrew Innes <andrewi@gnu.org>
1580
1581 * makefile.nt: No need to generate subdirs.el.
1582
371f58d5
GM
15831999-11-21 Andrew Innes <andrewi@gnu.org>
1584
1585 * makefile.nt: New file.
1586
177c0ea7 15871999-10-26 Gerd Moellmann <gerd@gnu.org>
26922151
GM
1588
1589 * Makefile.noleim: New.
1590
58af2287
DL
15911999-09-19 Ken'ichi Handa <handa@gnu.org>
1592
1593 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
1594 turkish-postfix.
1595 ("turkish-postfix"): New Turkish input method which inserts
1596 Latin-5 characters.
1597
1598 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
1599 turkish-alt-postfix.
1600 ("turkish-alt-postfix"): New Turkish input method which inserts
1601 Latin-5 characters.
1602
16031999-07-12 Richard Stallman <rms@gnu.org>
1604
1605 * Version 20.4 released.
1606
16071998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
1608
1609 * quail/cyrillic.el (cyrillic-jcuken): Use X11 keyboard layout.
1610
16111999-06-14 Ken'ichi Handa <handa@gnu.org>
1612
1613 * quail/ethiopic.el ("ethiopic"): Add translation rules.
1614
16151999-06-01 Jae-youn Chung <jay@compiler.kaist.ac.kr>
1616
1617 * quail/hanja3.el: Newly generated from hangul.el, hangul3.el, and
1618 hanja.el.
1619
16201999-05-25 Ken'ichi Handa <handa@gnu.org>
1621
1622 * quail/hangul3.el ("korean-hangul3"): Give MAXIMUM-SHORTEST t.
1623
16241999-05-09 Tudor Hulubei <tudor@cs.unh.edu>
1625
1626 * quail/latin-pre.el ("romanian-prefix"): New input method.
1627 ("romanian-alt-prefix"): New input method.
1628
16291999-03-04 Kenichi Handa <handa@etl.go.jp>
1630
1631 * quail/latin-post.el ("spanish-postfix"): Add rule U" and u".
1632
16331999-01-14 Kenichi Handa <handa@etl.go.jp>
1634
1635 * quail/japanese.el (quail-japanese-kanji-kkc): If the last char
1636 to convert is `n', change it to Japanese Hiragana `n' before
1637 conversion.
1638
16391999-01-11 Kenichi Handa <handa@etl.go.jp>
1640
1641 * Makefile.in (MISC): Add ${srcdir}/quail/hebrew.el.
1642
1643 * quail/hebrew.el: New file.
1644
16451998-12-15 Kenichi Handa <handa@etl.go.jp>
1646
1647 * quail/devanagari.el (quail-devanagari-compose-characters):
1648 Adjusted for the change of input method handling.
1649 (quail-devanagari-hindi-compose-characters): Likewise.
1650
16511998-10-15 Kenichi Handa <handa@etl.go.jp>
1652
1653 * Makefile.in (leim-list.el): Use `(cd foo && pwd)` instead of
1654 `(cd foo; pwd)`.
1655 (install): Likewise.
1656
b344d29d 16571998-10-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
58af2287
DL
1658
1659 * quail/latin-post.el: Many doc fixes.
1660 ("latin-1-postfix"): Add sequence for the small superscript o.
1661 * quail/latin-pre.el: Many doc fixes.
1662 ("latin-1-prefix"): Add sequences for the small
1663 superscript underlined o and a.
1664
b344d29d 16651998-10-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
58af2287
DL
1666
1667 * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
1668 small superscript underlined o and a.
1669 ("italian-alt-postfix"): Change it to something useful and
a4416b14 1670 different from italian-postfix.
58af2287
DL
1671 * latin-post.el ("latin-1-postfix"): Add a method to enter the
1672 small superscript underlined o and a.
1673 ("italian-postfix"): Same as above.
1674 ("italian-postfix"): Add methods to enter e with acute accent and
1675 the >> and << symbols.
1676
16771998-09-25 Kenichi Handa <handa@etl.go.jp>
1678
1679 * quail/japanese.el (quail-japanese-hankaku-update-translation):
1680 Adjusted for the change of input method handling.
1681
16821998-09-11 Kenichi HANDA <handa@etl.go.jp>
1683
1684 * quail/japanese.el (quail-japanese-katakana-update-translation):
1685 Adjusted for the change of input method handling.
1686
16871998-08-31 Kenichi Handa <handa@etl.go.jp>
1688
1689 * quail/tibetan.el (quail-tibetan-input-wylie): Adjusted for the
1690 change of input method handling.
1691 (quail-tibetan-input-tibkey): Likewise.
1692
16931998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1694
1695 * Version 20.3 released.
1696
16971998-08-16 Kenichi HANDA <handa@etl.go.jp>
1698
1699 * quail/czech.el ("czech"): Make this input method deterministic,
1700 kbd-translate, and show-layout.
1701
17021998-08-15 Kenichi HANDA <handa@etl.go.jp>
1703
1704 * quail/ethiopic.el: Fix several translation rules.
1705
17061998-08-12 Milan Zamazal <pdm@fi.muni.cz>
1707
1708 * quail/czech.el: Few key sequences added to some keyboards.
1709
17101998-08-06 Kenichi Handa <handa@etl.go.jp>
1711
1712 * quail/japanese.el (quail-japanese-use-double-n): New variable.
1713 (quail-japanese-update-translation): Adjusted for the change of
1714 quail-update-translation. Now this function should return
1715 CONTROL-FLAG.
1716 (quail-japanese-toggle-kana): Update quail-conversion-str.
1717 (quail-japanese-kanji-kkc): Likewise.
1718 (quail-japanese-switch-package): Reset quail-current-str and
1719 quail-conversion-str.
1720
17211998-07-24 Kenichi Handa <handa@etl.go.jp>
1722
1723 * quail/japanese.el (quail-japanese-kanji-kkc): Set
1724 quail-translation to nil after calling kkc-region so that
1725 translation mode is restarted correctly.
1726
17271998-07-21 Kenichi Handa <handa@etl.go.jp>
1728
1729 * quail/japanese.el (quail-japanese-kanji-kkc): Handle the case
1730 that conversion is cancelled in kkc-region.
1731 (quail-japanese-switch-package): Fix previous change.
1732
17331998-07-19 Kenichi Handa <handa@etl.go.jp>
1734
1735 * quail/japanese.el (quail-japanese-update-translation): Handle
1736 a key which should fix the current translation and start a new
1737 translation correctly.
1738 (quail-japanese-toggle-kana): Set quail-translating to nil. Don't
1739 change point.
1740
17411998-07-15 Kenichi Handa <handa@etl.go.jp>
1742
1743 * quail/japanese.el (quail-japanese-kanji-kkc): Adjusted for the
1744 change of quail.el.
1745 (quail-japanese-switch-package): Likewise.
1746
17471998-07-03 Kenichi Handa <handa@etl.go.jp>
1748
1749 * quail/symbol-ksc.el: Keys for modern Korean syllables fixed.
1750 Some keys for ancient Korean syllables are changed properly.
1751
17521998-06-20 Kenichi Handa <handa@etl.go.jp>
1753
1754 * quail/ethiopic.el: Don't add hook to quail-mode-hook.
1755 (ethio-select-a-translation): New function.
1756
17571998-06-10 Richard Stallman <rms@psilocin.ai.mit.edu>
1758
1759 * Makefile.in (RUN-EMACS): Add --multibyte.
1760
17611998-04-29 Karl Heuer <kwzh@gnu.org>
1762
1763 * Makefile.in (SLAVIC): Delete redundant backslash.
1764
17651998-04-28 Richard Stallman <rms@psilocin.gnu.org>
1766
1767 * Makefile.in (install): Make INSTALLDIR and contents world-readable.
1768
17691998-04-20 Kenichi Handa <handa@etl.go.jp>
1770
1771 * Makefile.in (SLAVIC): New macro.
1772 (EUROPEAN): Include ${SLAVIC}.
1773
17741998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
1775
1776 * Makefile.in: Prepend ${srcdir} to all non-TIT lisp file names.
1777 (leim-list.el): Depend on ${WORLD}.
1778
1779 * latin-alt.el (latin-2-alt-postfix): Doc fix.
1780
17811998-04-08 Karl Heuer <kwzh@mescaline.gnu.org>
1782
1783 * czech.el, slovak.el: Correct starting commentary.
1784
17851998-04-07 Milan Zamazal <pdm@fi.muni.cz>
1786
1787 * quail/czech.el, quail/slovak.el: Correct starting commentary.
1788
17891998-04-06 Andreas Schwab <schwab@gnu.org>
1790
1791 * lrt.el (lrt-composing-pattern-double-c): Change chars-in-string
1792 to length.
1793 (lrt-generate-quail-map): Change sref to aref, and make second
1794 argument of substring a character index.
1795
17961998-03-26 Richard Stallman <rms@psilocin.gnu.org>
1797
1798 * Makefile.in (${TIT}): Fix shell conditional syntax.
1799
18001998-03-18 Kenichi Handa <handa@etl.go.jp>
1801
cb0dc144 1802 * quail/latin-pre.el ("latin-1-prefix"): Fix the translation of
58af2287
DL
1803 "/ " to "/" (instead of " ").
1804
18051998-03-17 Richard Stallman <rms@psilocin.gnu.org>
1806
1807 * quail/czech.el, quail/slovak.el: New files.
1808
18091998-03-10 Richard Stallman <rms@psilocin.gnu.org>
1810
1811 * Makefile.in (BUILT-EMACS): Variable renamed from EMACS.
1812 Uses changed.
1813
18141998-03-05 Kenichi Handa <handa@etl.go.jp>
1815
1816 * Makefile.in (${TIT}): To byte-compile quail packages, use just
1817 built quail.
1818
177c0ea7 18191997-12-09 Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de>
58af2287
DL
1820
1821 * quail/hanja3.el: New file.
1822
1823 * quail/hanja-jis.el: Title string of the input method
1824 "korean-hanja-jis" changed.
1825
1826 * quail/symbol-ksc.el: Title string of the input method
1827 "korean-symbol" changed. Require 'korea-util.
1828 (quail-hangul-switch-back): Deleted.
1829
1830 * quail/hangul3.el: Require 'korea-util.
1831 (quail-hangul-switch-to-symbol-ksc): Deleted.
1832
1833 * quail/hanja.el: Require 'korea-util. Title string of the input
1834 method "korean-hanja" changed.
1835 (quail-hanja-switch-to-symbol-ksc): Deleted.
1836
1837 * quail/hangul.el: Require 'korea-util.
1838 (quail-hangul-switch-to-symbol-ksc): Deleted.
a4416b14 1839
58af2287
DL
18401997-10-23 Kenichi Handa <handa@etl.go.jp>
1841
1842 * quail/ethiopic.el: The title string of input method "Ethiopic"
1843 is changed.
1844
18451997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1846
1847 * Version 20.2 released.
1848
18491997-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1850
1851 * quail/latin-post.el (german): Swap y and z.
1852
18531997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1854
1855 * Version 20.1 released.
1856
1857 * quail/latin-alt.el (latin-2-postfix): Use : for double-acute again.
a4416b14 1858
58af2287
DL
18591997-09-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1860
1861 * quail/viqr.el (vietnamese-viqr): Doc fix.
1862
18631997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1864
1865 * quail/latin-alt.el: New file.
1866
18671997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1868
1869 * quail/latin-post.el: Undo previous change.
a4416b14 1870
58af2287
DL
18711997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1872
1873 * quail/latin-post.el (latin-2-postfix):
1874 Replace comma and period with `. Replace colon with /.
1875 (latin-1-postfix): Replace comma with /.
1876 (french-postfix): Replace comma with /.
1877 (latin-3-postfix): Replace comma with ` and period with /.
1878 (latin-4-postfix): Replace comma with ` and period with ~.
1879 (latin-5-postfix): Replace comma with ` and period with /.
1880 (turkish-postfix): Replace comma with ` and period with /.
1881
18821997-09-10 Kenichi Handa <handa@etl.go.jp>
1883
1884 * quail/ethiopic.el: Don't bind keys in quail-mode-map. The
1885 function added to quail-mode-hook turn ethio-mode on only when
1886 input method "ethiopic" is begin used.
1887 (ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el.
1888 (ethio-toggle-space): Likewise.
1889 (ethio-insert-space): Likewise.
1890 (ethio-insert-ethio-space): Likewise.
1891 (ethio-prefer-ascii-punctuation): Likewise.
1892 (ethio-toggle-punctuation): Likewise.
1893 (ethio-gemination): Likewise.
1894 ("ethiopic"): Doc-string of this Quail package modified. Bind
1895 function keys for TRANSLATION-KEYMAP to
1896 quail-execute-non-quail-command.
1897
18981997-09-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1899
1900 * Makefile.in (install): Use quail/* in the second tar that
1901 copies a dir named quail.
1902
19031997-09-03 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1904
1905 * Makefile.in (install): Do not copy leim-list.el twice. Copy
1906 `skk' subdirectory too.
1907
19081997-09-03 Kenichi Handa <handa@etl.go.jp>
1909
1910 * quail/cyrillic.el: For each package, pass t for the SIMPLE
1911 argument to quail-define-package.
1912 * quail/cyril-jis.el: Likewise
1913 * quail/greek.el: Likewise.
1914 * quail/ipa.el: Likewise.
1915 * quail/lao.el: Likewise.
1916 * quail/lrt.el: Likewise.
1917 * quail/thai.el: Likewise.
1918 * quail/viqr.el: Likewise.
1919
19201997-08-30 Naoto TAKAHASHI <ntakahas@etl.go.jp>
1921
183080b6 1922 * quail/ethiopic.el ("ethiopic"): Doc-string fixed. Change the arg
58af2287
DL
1923 TRANSLATION-KEYS.
1924 (quail-mode-map): Change binding for ethio-insert-ethio-space.
1925 (quail-mode-hook): Check the current Quail package name.
1926
1927 * quail/latin-post.el: Add rules for cancelling accents by typing
1928 two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail
1929 packages.
1930
19311997-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1932
1933 * quail/latin-post.el, quail/latin-pre.el: For each package,
1934 pass t for the SIMPLE argument to quail-define-package.
1935
19361997-08-28 Kenichi Handa <handa@etl.go.jp>
1937
1938 * Makefile.in (dotdot): This macro deleted.
1939 (SUBDIRS): Exclude skk.
1940 (all): Substitute ${WORLD} to ${TIT}.
1941 (%.el): This target deleted.
1942 (${TIT}): Check existence of `quail' subdirectory.
1943 (leim-list.el): Do not check old files.
1944 (install): If ${srcdir} is different from the current directory,
1945 copy also files under ${srcdir}.
1946
19471997-08-26 Kenichi Handa <handa@etl.go.jp>
1948
1949 * Makefile.in: Re-arrange macros so that the macro TIT contains
1950 only Quial packages generated from CXTERM dictionaries, and the
1951 macro NON-TIT contains only Quial packages distributed with Emacs.
1952 (install): Do not use -h option for tar, instead copy ${NON-TIT}
1953 and ${TIT} separately.
1954
19551997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1956
1957 * Makefile.in (install): Discard extra data in tar | tar command.
1958
19591997-08-23 Kenichi Handa <handa@etl.go.jp>
1960
1961 * quail/devanagari.el (quail-devanagari-compose-characters): Fix
1962 previous change.
1963 (quail-devanagari-hindi-compose-characters): Fix previous change.
1964
1965 * quail/japanese.el (quail-japanese-kkc-mode-exit): Fix previous
1966 change.
1967
19681997-08-22 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1969
1970 * Makefile.in (leim-list.el): Fix previous change.
1971
1972 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
1973
19741997-08-21 Kenichi HANDA <handa@etl.go.jp>
1975
1976 * quail/py-punct-b5.el: Name changed from py-punct-b5.el.
1977 * quail/tsang-b5.el: Name changed from tsangchi-b5.el.
1978 * quail/tsang-cns.el: Name changed from tsangchi-cns.el.
1979
1980 * Makefile.in (install): Just copy leim-list.el instead of running
1981 update-leim-list-file on ${INSTALLDIR}.
1982 (CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el,
1983 py-punct-b5.el -> pypunct-b5.el.
1984 (CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el.
1985 (leim-list.el): Delete old files not contained in ${WORLD}.
1986
1987 * quail/japanese.el (quail-japanese-kkc-mode-exit): Run
1988 input-method-after-insert-chunk-hook.
1989
1990 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
1991
19921997-08-19 Kenichi Handa <handa@etl.go.jp>
1993
1994 * quail/hangul.el ("korean-hangul"): Doc-string of this Quail
1995 package fixed.
1996
19971997-08-18 Kenichi Handa <handa@etl.go.jp>
1998
1999 * quail/japanese.el (quail-japanese-toggle-kana): Don't call
2000 throw.
2001 (quail-japanese-kanji-kkc): Completely re-written.
2002 (quail-japanese-kkc-mode-exit): New function.
2003 (quail-japanese-switch-package): Call activate-input-method
2004 instead of select-input-method.
2005
2006 * quail/thai.el (thai-consonant-input): Typo fixed.
2007
2008 * quail/devanagari.el (quail-devanagari-compose-characters): Do
2009 not call throw.
2010 (quail-devanagari-hindi-compose-characters): Likewise.
2011
2012 * quail/hangul.el (quail-hangul-switch-to-symbol-ksc): Call
2013 activate-input-method instead of select-input-method.
2014
2015 * quail/hangul3.el (quail-hangul-switch-to-symbol-ksc): Likewise.
2016
2017 * quail/symbol-ksc.el (quail-hangul-switch-back): Likewise. Use
2018 input-method-history instead of previous-input-method.
2019
20201997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu>
2021
59daa29a 2022 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.
58af2287
DL
2023
20241997-08-16 Kenichi Handa <handa@etl.go.jp>
2025
2026 * quail/lrt.el (lrt-vowel-table): Some elements corrected.
2027 ("lao-lrt"): Doc-string of this Quail package modified.
10d1d0af 2028 Some translation rules added.
58af2287
DL
2029
2030 * quail/lao.el (lao-keyboard-mapping): Some elements corrected.
2031 (lao-quail-define-rules): Some translation rules corrected.
2032
20331997-08-11 Kenichi Handa <handa@etl.go.jp>
2034
2035 * quail/lrt.el: Some rules added for Quail package "lao-lrt".
2036 (lrt-vowel-table): The entry for "aM" corrected.
2037
20381997-08-07 Kenichi Handa <handa@etl.go.jp>
2039
2040 * quail/lrt.el: Change title string of input method "lao-lrt".
2041 (lrt-single-consonant-table): Several key sequence changed.
2042 (lrt-composing-pattern-double-c): Handle a consonant with
2043 semi-vowel-lower correctly.
2044 (lrt-handle-maa-sakod): Do not reset quail-current-key.
2045 (lrt-handle-tone-mark): Check the existence of double consonant
2046 correctly.
2047
2048 * quail/lao.el: Change title string of input method "Lao".
2049
20501997-08-04 Valery Alexeev <valery@domovoy.math.uga.edu>
2051
2052 * quail/cyrillic.el (cyrillic-translit): Doc-string of the package
10d1d0af 2053 modified. Several translation rules modified.
58af2287
DL
2054
20551997-08-04 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2056
2057 * quail/cyrillic.el: Move Quail package cyrillic-jis-russian to
2058 quail/cyril-jis.el.
2059
2060 * quail/cyril-jis.el: New file.
2061
2062 * Makefile.in (RUSSIAN): Add quail/cyril-jis.el.
2063
20641997-08-01 Kenichi Handa <handa@etl.go.jp>
2065
2066 * quail/ethiopic.el: In quail-mode-map, bind
2067 ethio-insert-ethio-space Shift-SPACE. Add translation rules to
2068 Quail package "ethiopic".
2069
20701997-08-01 Valery Alexeev <valery@domovoy.math.uga.edu>
2071
2072 * quail/cyrillic.el (cyrillic-translit): New input method.
2073
20741997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2075
2076 * quail/tibetan.el: New file.
2077
2078 * quail/py-punct.el: Require 'quail.
2079
2080 * quail/py-punct-b5.el: Require 'quail.
2081
2082 * quail/ethiopic.el: Change Quail package name to "ethiopic".
2083 (ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.
2084
10d1d0af 2085 * Makefile.in (TIT): New variable, concatenation of TIT-GB and
58af2287
DL
2086 TIT-BIG5.
2087 (RUN-EMACS): Do not set EMACSLOADPATH.
10d1d0af 2088 (ASIA): Include TIBETAN.
58af2287 2089 (all): Remove stamp-bytecomp from dependency list.
10d1d0af 2090 ({$TIT}): New target, substitutes the target ${TIT-GB} ${TIT-BIG5}.
58af2287
DL
2091 (%.el): Make a link for byte-compiled file too.
2092 (stamp-bytecomp): Target deleted.
2093 (leim-list.el): Run Emacs with loading quail.
2094 (install-XXX): These targets deleted.
2095 (install): Remove files under INSTALLDIR before copying new files.
2096 Run Emacs with loading quail.
2097 (clean mostlyclean): Remove only generated files.
2098
20991997-07-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2100
2101 * Makefile.in (stamp-bytecomp): Fix shell conditional.
2102 (clean): Fix shell conditional.
2103
21041997-07-21 Jim Meyering <meyering@eng.ascend.com>
2105
2106 * Makefile.in: Use @LN_S@, not ln -s, in case no symlink support.
2107 (clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc.
2108
21091997-07-17 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2110
2111 * Makefile.in: Modified to avoid *.el files being regarded
10d1d0af 2112 as intermediate files and deleted by GNU make.
58af2287
DL
2113
2114 * quail/lrt.el (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
2115 (lrt-handle-maa-sakod): Correctly handle the case that
2116 quail-current-data is nil.
2117 (lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" +
2118 tone.
2119
21201997-07-15 Kenichi Handa <handa@etl.go.jp>
2121
2122 * quail/py-punct.el: New file.
2123
2124 * quail/py-punct-b5.el: New file.
2125
2126 * quail/japanese.el: Doc-string of Quail package japanese modified.
2127
2128 * Makefile.in: Rules re-written to avoid tricky code.
183080b6
JB
2129 (CHINESE-GB): Include quail/py-punct.elc.
2130 (CHINESE-BIG5): Include quail/py-punct-b5.elc.
a4416b14 2131
58af2287
DL
21321997-07-10 Kenichi Handa <handa@etl.go.jp>
2133
2134 * quail/latin-pre.el: Change titles of quail packages.
2135
2136 * quail/latin-post.el: Likewise.
2137
6922b018 2138;; Local Variables:
880820fe 2139;; coding: utf-8
6922b018 2140;; End:
2a34a036 2141
73b0cd50 2142 Copyright (C) 1997-1999, 2001-2011 Free Software Foundation, Inc.
5b87ad55
GM
2143
2144 This file is part of GNU Emacs.
2145
d3fb0974 2146 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 2147 it under the terms of the GNU General Public License as published by
d3fb0974
GM
2148 the Free Software Foundation, either version 3 of the License, or
2149 (at your option) any later version.
5b87ad55
GM
2150
2151 GNU Emacs is distributed in the hope that it will be useful,
2152 but WITHOUT ANY WARRANTY; without even the implied warranty of
2153 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2154 GNU General Public License for more details.
2155
2156 You should have received a copy of the GNU General Public License
d3fb0974 2157 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.