* lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
[bpt/emacs.git] / leim / ChangeLog
CommitLineData
acb8e1dd
AS
12011-06-12 Andreas Schwab <schwab@linux-m68k.org>
2
2920829f
AS
3 * SKK-DIC/SKK-JISYO.L: Add proper coding tag.
4 * CXTERM-DIC/4Corner.tit, CXTERM-DIC/ARRAY30.tit,
5 * CXTERM-DIC/CCDOSPY.tit, CXTERM-DIC/ECDICT.tit,
6 * CXTERM-DIC/ETZY.tit, CXTERM-DIC/PY-b5.tit,
7 * CXTERM-DIC/Punct-b5.tit, CXTERM-DIC/Punct.tit,
8 * CXTERM-DIC/QJ-b5.tit, CXTERM-DIC/QJ.tit, CXTERM-DIC/SW.tit,
9 * CXTERM-DIC/TONEPY.tit, CXTERM-DIC/ZOZY.tit: Likewise.
10 * MISC-DIC/cangjie-table.b5, MISC-DIC/cangjie-table.cns,
11 * MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: Likewise.
12
acb8e1dd
AS
13 * Makefile.in (TIT_BIG5): Renamed from TIT-BIG5.
14
9fbfd275
OS
152011-05-30 Oliver Scholz <epameinondas@gmx.de>
16
17 * quail/ipa-praat.el: New input method.
18
d0ce9f8c
MB
192011-05-16 Eli Zaretskii <eliz@gnu.org>
20
c0ad01c9 21 * Makefile.in (OTHERS): Add $(srcdir)/quail/persian.elc.
d0ce9f8c 22
c0ad01c9 23 * makefile.w32-in (MISC): Add $(srcdir)/quail/persian.elc.
d0ce9f8c
MB
24
252011-05-16 Mohsen BANAN <libre@mohsen.banan.1.byname.net>
26
27 * quail/persian.el: New file.
28
f7ff1b0f 292011-05-05 Eli Zaretskii <eliz@gnu.org>
b1c07b7b
EZ
30
31 * quail/latin-ltx.el <\beth, \gimel, \daleth>: Produce
32 corresponding symbols rather than Hebrew letters. (Bug#8563)
33
6b4e1d0d
EZ
34 * quail/latin-ltx.el <\aleph>: Produce ALEF SYMBOL instead of
35 HEBREW LETTER ALEF. (Bug#8563)
36
8cc1d519
GM
372011-03-23 Glenn Morris <rgm@gnu.org>
38
39 * Makefile.in (install): Use `install-sh -d' rather than mkinstalldirs.
40
33383987
JB
412011-03-07 Chong Yidong <cyd@stupidchicken.com>
42
43 * Version 23.3 released.
44
2b0c7330 452011-02-28 Juanma Barranquero <lekktu@gmail.com>
8307f923
JB
46
47 * quail/ethiopic.el ("ethiopic"): Fix tpo in docstring.
48
68b5f855
PE
492011-01-28 Paul Eggert <eggert@cs.ucla.edu>
50
51 Redo spelling of Makefile variables to conform to POSIX.
52 POSIX does not allow "-" in Makefile variable names.
53 Reported by Bruno Haible in
54 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00990.html>.
55 * Makefile.in (BUILT_EMACS): Renamed from BUILT-EMACS.
56 (TIT_GB): Renamed from TIT-GB.
57 (CHINESE_TIT): Renamed from CHINESE-TIT.
58 (NON_TIT_GB): Renamed from NON-TIT-GB.
59 (NON_TIT_BIG5): Renamed from NON-TIT-BIG5.
60 (CHINESE_NON_TIT): Renamed from CHINESE-NON-TIT.
61 (CHINESE_GB): Renamed from CHINESE-GB.
62 (CHINESE_BIG5): Renamed from CHINESE-BIG5.
63 (TIT_MISC): Renamed from TIT-MISC.
64 (NON_TIT_MISC): Renamed from NON-TIT-MISC.
65 (TIT_SOURCES): Renamed from TIT-SOURCES.
66 (MISC_SOURCES): Renamed from MISC-SOURCES.
67
d0981f82
GM
682011-01-08 Glenn Morris <rgm@gnu.org>
69
e7a42417
GM
70 * makefile.w32-in (RUN_EMACS):
71 * Makefile.in (RUN-EMACS): Add --no-site-lisp.
72
d0981f82
GM
73 * makefile.w32-in (RUN_EMACS):
74 * Makefile.in (RUN-EMACS): -batch implies --no-init-file.
75
f2b38ae6
KH
762010-08-28 Kenichi Handa <handa@m17n.org>
77
8307f923
JB
78 * quail/japanese.el (quail-japanese-update-translation):
79 Fix handling of invalid key.
f2b38ae6 80
b514a395
AS
812010-08-15 Andreas Schwab <schwab@linux-m68k.org>
82
05a9766a
AS
83 * quail/vntelex.el ("vietnamese-telex"): Doc fix.
84
b514a395
AS
85 * quail/georgian.el: Remove extra backslashes.
86
08685279
AS
872010-08-14 Andreas Schwab <schwab@linux-m68k.org>
88
e099e659
AS
89 * quail/arabic.el: Quote [ and ].
90 * quail/latin-ltx.el: Likewise.
91
08685279
AS
92 * quail/greek.el ("greek", "greek-postfix"): Change string to
93 character.
94
ac14bd09
KH
952010-08-13 Kenichi Handa <handa@m17n.org>
96
8307f923 97 * quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
ac14bd09 98
43603442
KH
992010-08-09 Kenichi Handa <handa@m17n.org>
100
101 * quail/greek.el ("greek"): Add rules for Greek style quotes.
102
02be533b
GM
1032010-05-15 Glenn Morris <rgm@gnu.org>
104
105 * Makefile.in (install): Remove references to CVS-related files.
106
61a808e8
CY
1072010-05-07 Chong Yidong <cyd@stupidchicken.com>
108
109 * Version 23.2 released.
110
7cee661f
CY
1112010-04-06 Chong Yidong <cyd@stupidchicken.com>
112
113 * quail/vntelex.el: Fix "af" rule (Bug#5836).
114
31f191b3
EZ
1152010-03-27 Eli Zaretskii <eliz@gnu.org>
116
117 * makefile.w32-in ($(TIT), $(MISC_DIC), leim-list.el): Enclose the
118 argument of "-l" in $(ARGQUOTE), in case it includes blanks or
119 other special characters.
120
c1d05286
GM
1212010-03-18 Glenn Morris <rgm@gnu.org>
122
cbeed5af
GM
123 * Makefile.in (maintainer-clean): Use bootstrap-clean.
124 (extraclean): Fix deletion patterns.
125
c1d05286
GM
126 * Makefile.in (dot): Remove, since ../ is used throughout the
127 other Makefiles.
128
288f9fc0
CY
1292010-03-10 Chong Yidong <cyd@stupidchicken.com>
130
131 * Branch for 23.2.
132
545b31aa
KH
1332010-02-16 Kenichi Handa <handa@m17n.org>
134
135 * SKK-DIC/SKK-JISYO.L: Updated to the latest version.
136
5ce6e4f4 1372009-12-05 Vasily Korytov <vasily@korytov.pp.ru>
f8126e67
CY
138
139 * quail/cyrillic.el (russian-typewriter): Change keyboard layout.
140 (Bug#904)
141
a82a8b75
GM
1422009-09-09 Glenn Morris <rgm@gnu.org>
143
144 * Makefile.in (install): Set umask to world-readable before creating
145 directories.
146
1e0020ec
JL
1472009-08-31 Juri Linkov <juri@jurta.org>
148
149 * quail/ipa.el ("ipa"): Set `forget-last-selection' to nil.
150 ("ipa-x-sampa"): Set `forget-last-selection' to nil.
151 Set `deterministic' to nil.
152 ("ipa"): Bind "g" to U+0261, and "tsh" to a list of "U+02A7",
153 "U+0074 U+0283", "U+0074 U+2040 U+0283".
154 ("ipa-kirshenbaum", ipa-x-sampa"): Bind "g" to U+0261, and "tS"
155 to a list of "U+02A7", "U+0074 U+0283", "U+0074 U+2040 U+0283".
156 Fix comments.
157
ab96f28b
JL
1582009-08-31 Juri Linkov <juri@jurta.org>
159
160 * quail/ipa.el ("ipa-kirshenbaum"): Rename from "kirshenbaum-ipa".
161 ("ipa-x-sampa"): Rename from "x-sampa-ipa".
162 (ipa-x-sampa-implosive-submap): Rename from
163 x-sampa-implosive-submap.
164 (ipa-x-sampa-prepend-to-keymap-entry): Rename from
165 x-sampa-prepend-to-keymap-entry.
166 (ipa-x-sampa-underscore-implosive): Rename from
167 x-sampa-underscore-implosive.
168 (ipa-x-sampa-implosive-submap): Move before first use.
169
08166ed6
JL
1702009-08-30 Aidan Kehoe <kehoea@parhasard.net>
171
172 * quail/ipa.el ("kirshenbaum-ipa", "x-sampa-ipa"):
173 Two new input methods, both following widely-used Usenet
5ce6e4f4 174 conventions for mapping ASCII to the IPA. Kirshenbaum is common in
08166ed6 175 sci.lang and alt.usage.english, X-SAMPA in various (mostly
5ce6e4f4 176 European) non-English language fora. X-SAMPA is slightly more
08166ed6
JL
177 complex to support in Quail that Kirshenbaum, whence the two extra
178 function and one extra submap to support it.
179 (x-sampa-prepend-to-keymap-entry): New function.
180 (x-sampa-underscore-implosive): New function.
181 (x-sampa-implosive-submap): New Quail submap.
182
1f272ae8
JL
1832009-08-30 Aidan Kehoe <kehoea@parhasard.net>
184
185 * quail/ipa.el: Recode the file as UTF-8, for better
186 interoperability with other applications.
187
7069bd16
SM
1882009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
189
a0c07f4e
SM
190 * quail/latin-ltx.el (\circ): Use the `ring operator' rather than
191 `white circle'.
192
7069bd16
SM
193 * Makefile.in (leim-list.el, install): Don't use -r to remove files.
194
5ac1f9e0
GM
1952009-08-25 Glenn Morris <rgm@gnu.org>
196
197 * quail/hangul.el (top-level): Don't require cl at run-time.
198
76580a68
EZ
1992009-08-21 Thamer Mahmoud <thamer.mahmoud@gmail.com> (tiny change)
200
201 * quail/arabic.el: Add missing keys that exist on the Arabic X
202 keyboard. Don't insert Lam-alef ligatures from the Arabic
203 Presentation Forms ranges; instead, separate Lam-Alef ligatures
204 into a list of two letters (Lam and a suitable Alef).
205
d4a885b2
KH
2062009-06-23 Kenichi Handa <handa@m17n.org>
207
208 * quail/hangul.el (hangul-to-hanja-conversion): When it is called
209 while korean input method is off, convert the following character.
210
70243478
CY
2112009-06-21 Chong Yidong <cyd@stupidchicken.com>
212
213 * Branch for 23.1.
214
d5e9630f
KH
2152009-06-18 Kenichi Handa <handa@m17n.org>
216
217 * quail/hangul.el (hangul-im-keymap): Add binding of key
218 Hangul_Hanja.
219
734dabe0
CY
2202009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
221
222 * Makefile.in (install): Avoid using $$(..) construct, for Solaris
223 compatibility.
224
5ae051fd
AS
2252009-04-12 Andreas Schwab <schwab@linux-m68k.org>
226
227 * Makefile.in (install): Remove .gitignore files.
228
c87143d0
KH
2292009-03-19 Kenichi Handa <handa@m17n.org>
230
231 * leim-ext.el: Change the encoding to utf-8.
232
9c222401
JD
2332008-12-30 Jan Djärv <jan.h.d@swipnet.se>
234
235 * Makefile.in (install): Remove old directories in ns_appresdir before
236 moving new directories there.
237
53a8f9db
JB
2382008-11-11 Juanma Barranquero <lekktu@gmail.com>
239
ad8f55ac
JB
240 * quail/hangul.el (hangul-im-keymap, hangul-insert-character)
241 (hangul-djamo, hangul2-input-method-moum, hangul3-input-method-cho)
242 (hangul3-input-method-jung, hangul3-input-method-jong):
243 Fix typos in docstrings.
53a8f9db 244
c7c55e6a 2452008-11-07 Vasily Korytov <vasily@korytov.pp.ru> (tiny change)
28907fe2
CY
246
247 * quail/cyrillic.el: Handle backslash key (bug#839).
248
09c91aff
KH
2492008-10-20 Kenichi Handa <handa@m17n.org>
250
251 * quail/indian.el (inscript-mlm-keytable): New variable.
252 (malayalam-inscript): Use inscript-mlm-keytable.
253
b13f8bd5
MH
2542008-09-11 Magnus Henoch <mange@freemail.hu>
255
256 * quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G
257 with upturn.
258
53a8f9db 2592008-09-02 Carsten Bormann <cabo@tzi.org>
46f49803 260
53a8f9db 261 * quail/latin-post.el ("german-postfix"): Do not translate ue to
46f49803
DR
262 \"u after a, e or q, because that would be extremely uncommon
263 compared to aue, eue or que. The only exception is the prefix
264 "ge", after which, according to corpus statistics, a \"u can be
265 expected.
266
92135d25
KH
2672008-08-10 Jihyun Cho <jihyun.jo@gmail.com>
268
53a8f9db 269 * quail/hangul.el (hangul3-input-method-jong): Fix array indexing bug.
92135d25 270
f4949090
JL
2712008-07-19 Juri Linkov <juri@jurta.org>
272
273 * quail/cyrillic.el ("cyrillic-translit"): Add two rules "//'" and
274 "//`" for combining accents as a separate character. Keep two
275 rules "i`" and "I`" for characters where accent is not a separate
276 character. Revert changes that added postfix combining accents.
277
ba60bd44 2782008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
2a7973b6
AR
279
280 * Makefile.in (install): Perform post-install cleanup inside NS app
281 bundle.
282
86ec8cc5
JL
2832008-07-12 Juri Linkov <juri@jurta.org>
284
285 * quail/rfc1345.el: Replace non-printable control characters with
286 equivalent text-only notations.
287
288 * quail/cyrillic.el ("cyrillic-translit"): Fix rules with
289 combining acute accent. Add rules ("e\\" ?э) ("E\\" ?Э).
290 Change conflicting rules ("u'" ?ў) to ("u~" ?ў), and ("U'" ?Ў)
688085ea 291 to ("U~" ?Ў). Doc fix. Put combining accent rules into one group.
86ec8cc5 292
5704dad1
TZ
2932008-07-10 Teodor Zlatanov <tzz@lifelogs.com>
294
295 * quail/cyrillic.el : Add more rules to cyrillic-translit, make
296 everything postfix. Adjust to eliminate conflicts.
297
88702c81
JB
2982008-06-30 Juanma Barranquero <lekktu@gmail.com>
299
300 * quail/hangul3.el: Remove (unneeded since 2008-06-03).
301
8e0214ec
GM
3022008-06-27 Glenn Morris <rgm@gnu.org>
303
304 * Makefile.in (.el.elc): Copy the echo behavior of lisp/Makefile.in.
305
ecfb57d9
JB
3062008-06-24 Juanma Barranquero <lekktu@gmail.com>
307
308 * makefile.w32-in (MISC): Add $(srcdir)/quail/arabic.elc.
309
fca64cc4
EZ
3102008-06-20 Eli Zaretskii <eliz@gnu.org>
311
312 * makefile.w32-in (distclean): Don't delete `quail' subdir: if we
313 are building in the sandbox, there are precious files there.
ca4a5250
EZ
314 (clean mostlyclean): Delete leim-list.el~.
315 (distclean): Delete makefile.
fca64cc4 316
ee128870
TZ
3172008-06-13 Teodor Zlatanov <tzz@lifelogs.com>
318
319 * quail/cyrillic.el: Add quotation marks, paragraph symbol, angled
320 brackets, number symbol, and accented aeio to cyrillic-translit.
321
e914c409 3222008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
913f26c2
KH
323
324 * quail/hangul.el: Completely re-written.
325
3262008-06-03 Kenichi Handa <handa@m17n.org>
327
328 * makefile.w32-in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
329 (leim-list.el): Remove leim-list.el at first.
330
331 * Makefile.in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
332 (leim-list.el): Remove leim-list.el at first.
333
334 * leim-ext.el: Register input methods "korean-hangul",
335 "korean-hangul3f", "korean-hangul390", and "korean-hangul3".
336
8be6f5ae
SM
3372008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * quail/latin-ltx.el: Don't use single-char mapping from ~ to NBSP.
340
630802d6
KH
3412008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
342
343 * quail/indian.el: Don't require devan-util.
344
d223191d 3452008-02-01 James Cloos <cloos@jhcloos.com>
aca7a3d2 346
d223191d 347 * quail/arabic.el: Update (sync with xkeyboard-config keyboard).
aca7a3d2 348
d223191d 3492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
350
351 * Makefile.in (OTHERS): Add arabic.elc.
352
d223191d 3532008-02-01 James Cloos <cloos@jhcloos.com>
aca7a3d2
MB
354
355 * quail/arabic.el: New file.
356
d223191d 3572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
358
359 * MISC-DIC/pinyin.map: Fix encoding to that of the original file.
360
d223191d 3612008-02-01 KAWABATA, Taichi <kawabata@m17n.org>
aca7a3d2
MB
362
363 * quail/indian.el (quail-indian-flatten-list): Delete it.
364 (quail-define-inscript-package): Pay attention to `nil' values of
365 char/key-table.
366 (inscript-tml-keytable): New variable. Use it for Tamil inscript.
367
d223191d 3682008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
369
370 * quail/latin-post.el ("turkish-latin-3-postfix"): Make it
371 just an alias for turkish-postfix.
372
373 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Make it
374 just an alias for turkish-alt-postfix.
375
376 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
377
d223191d 3782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
379
380 * quail/thai.el: Don't require thai-util.
d223191d
GM
381 (quail-thai-update-translation): Delete function.
382 (thai-generate-quail-map): Change to a macro that directly calls
aca7a3d2
MB
383 quail-define-rules.
384 ("thai-kesmanee", "thai-pattachote"): Don't use
385 UPDATE-TRANSLATION-FUNCTION.
386
d223191d
GM
387 * quail/indian.el (quail-indian-preceding-char-position): Delete
388 function.
389 (quail-indian-update-preceding-char): Delete variable.
390 (quail-indian-update-translation): Delete function.
aca7a3d2
MB
391 (quail-define-indian-trans-package): Don't call
392 quail-define-package with quail-indian-update-translation.
393 (quail-define-inscript-package): Likewise.
394
d223191d 3952008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 396
d223191d 397 * quail/indian.el (quail-indian-preceding-char-position)
aca7a3d2
MB
398 (quail-indian-update-translation, quail-define-inscript-package):
399 Use characterp, not char-valid-p.
400
d223191d 4012008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
402
403 * quail/welsh.el ("welsh"): Doc fix.
404
405 * quail/cyrillic.el: Reinstate some commented-out redundancies.
e914c409
JB
406 ("russian-typewriter"): Rename from cyrillic-typewriter.
407 Make cyrillic-jcuken effectively an alias for it.
aca7a3d2 408 ("russian-computer"): New.
d223191d
GM
409 ("bulgarian-phonetic"): Rename from bulgarian-pho.
410 ("bulgarian-bds"): Rename from bulgarian-standard.
aca7a3d2 411
d223191d 4122008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
413
414 * ja-dic/ja-dic.el: Add coding tag.
415
d223191d 4162008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 417
d223191d 418 * latin-post.el: Recode to utf-8.
aca7a3d2
MB
419 ("latin-postfix"): New method.
420
d223191d 421 * latin-alt.el: Recode to utf-8.
aca7a3d2
MB
422 ("latin-alt-postfix"): New method.
423
d223191d 424 * quail/latin-pre.el: Recode to utf-8.
aca7a3d2 425 ("latin-1-prefix", "latin-8-prefix", "latin-9-prefix"): Add nbsp.
880820fe
KH
426 ("latin-3-prefix"): Remove bogus Latin-3 characters and ~o -> ġ,
427 ~O -> Ġ.
aca7a3d2
MB
428 ("latin-prefix"): New method.
429
d223191d
GM
430 * quail/uni-input.el (utf-8-ccl-encode): Delete.
431 (ucs-input-method): Modify.
aca7a3d2 432
d223191d 4332008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
434
435 * Makefile.in (RUN-EMACS): Add LC_ALL=C.
436
5169d861 4372008-01-14 Aidan Kehoe <kehoea@parhasard.net> (tiny change)
69c43ff7 438
53a8f9db 439 * quail/latin-ltx.el ("TeX"): Correct the mappings for \v{k} and \vk.
69c43ff7 440
f3041af1
DN
4412008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
442
443 * makefile.w32-in:
444 * Makefile.in: Remove references to Xenix.
445
1ebeeed0
RS
4462007-12-15 Richard Stallman <rms@gnu.org>
447
448 * quail/latin-post.el ("scandinavian-postfix"): Doc fix.
449
450 * quail/latin-alt.el: Many doc fixes.
451 ("danish-alt-postfix")
452 ("esperanto-alt-postfix", "finnish-alt-postfix")
453 ("german-alt-postfix", "icelandic-alt-postfix")
454 ("norwegian-alt-postfix", "scandinavian-alt-postfix")
455 ("spanish-alt-postfix", "swedish-alt-postfix"):
456 Deleted; they were identical to the non-alt versions.
457
3d587afd
KH
4582007-12-07 Kenichi Handa <handa@ni.aist.go.jp>
459
460 * quail/lao.el (quail-map-from-table): Allow a tone just after a
461 consonant.
462
63150f3c
GM
4632007-11-17 Glenn Morris <rgm@gnu.org>
464
465 * Makefile.in (check-declare): New target.
466
fe1ada9b
GM
4672007-10-31 Glenn Morris <rgm@gnu.org>
468
469 * Makefile.in (install): Change ownership of installed files.
470
e914c409 4712007-10-20 Edward O'Connor <hober0@gmail.com> (tiny change)
fbd80e28
KH
472
473 * quail/latin-ltx.el ("\\qed"): Add this rule.
474
92f137df
JB
4752007-10-24 Juanma Barranquero <lekktu@gmail.com>
476
477 * quail/indian.el (quail-indian-update-preceding-char):
478 Don't mark the variable as frame-local; it wasn't used as such.
479
cacc7b51
GM
4802007-07-25 Glenn Morris <rgm@gnu.org>
481
482 * Relicense all FSF files to GPLv3 or later.
483
484 * COPYING: Switch to GPLv3.
485
1eceac24
EZ
4862007-07-16 Eli Zaretskii <eliz@gnu.org>
487
488 * makefile.w32-in (extraclean): Don't delete *~.
489
7dfc4cda
CY
4902007-06-02 Chong Yidong <cyd@stupidchicken.com>
491
492 * Version 22.1 released.
493
dd822b89
KH
4942007-01-30 Kenichi Handa <handa@m17n.org>
495
496 * CXTERM-DIC/CCDOSPY.tit, CXTERM-DIC/PY-b5.tit, CXTERM-DIC/SW.tit,
92f137df 497 * CXTERM-DIC/TONEPY.tit: Add copyright and license notices.
dd822b89
KH
498
499 * MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: Add copyright and
500 license notices.
1e899515 501
bce8f5e8
KH
5022007-01-24 Kenichi Handa <handa@m17n.org>
503
504 * MISC-DIC/README: New file.
505
506 * CXTERM-DIC/README: New file.
507
508 * CXTERM-DIC/4Corner.tit, CXTERM-DIC/CCDOSPY.tit,
92f137df
JB
509 * CXTERM-DIC/PY-b5.tit, CXTERM-DIC/QJ-b5.tit, CXTERM-DIC/QJ.tit,
510 * CXTERM-DIC/SW.tit, CXTERM-DIC/TONEPY.tit: Updated from
bce8f5e8
KH
511 X11R6/contrib/programs/cxterm.
512
513 * ja-dic/ja-dic.el: Regenerated.
514
88f698d9
KH
5152007-01-12 Kenichi Handa <handa@m17n.org>
516
517 * quail/uni-input.el (ucs-input-method): Signal an error for a
518 Unicode character that is not yet supported.
519
14429ceb
AS
5202006-12-26 Andreas Schwab <schwab@suse.de>
521
522 * Makefile.in (datarootdir): Define.
523
6148a044
EZ
5242006-12-20 Eli Zaretskii <eliz@gnu.org>
525
526 * Makefile.in (leim-list.el): Depend on ${TIT-MISC}, not
527 ${NON-TIT-MISC}.
528
e4208ff7
JB
5292006-12-09 Juanma Barranquero <lekktu@gmail.com>
530
531 * quail/latin-alt.el ("scandinavian-alt-postfix"): Fix typo.
532
533 * quail/uni-input.el (ucs-input-help): Fix title of ucs input method.
534
f248f005
EZ
5352006-12-09 Eli Zaretskii <eliz@gnu.org>
536
537 * makefile.w32-in (leim-list.el): Depend on leim-ext.el as well.
538 Run Emacs to append non-empty non-comment lines in leim-ext.el
539 to leim-list.el.
540
dd4b03cd
JB
5412006-12-05 Juanma Barranquero <lekktu@gmail.com>
542
543 * makefile.w32-in (MISC): Add $(srcdir)/quail/sisheng.elc.
544
41584b03
JB
5452006-11-29 Juanma Barranquero <lekktu@gmail.com>
546
547 * quail/greek.el ("greek-mizuochi"): Remove spurious initial newline
548 in docstring.
549
9200c926
RF
5502006-11-04 Romain Francoise <romain@orebokech.com>
551
552 * Makefile.in (bootstrap-clean): New target.
553
94461c21
KH
5542006-10-12 Kenichi Handa <handa@m17n.org>
555
556 * Makefile.in (install): Be sure to make ${INSTALLDIR} before `cd'
557 to it.
558
f51dc44f
CY
5592006-10-05 Chong Yidong <cyd@stupidchicken.com>
560
561 * quail/latin-ltx.el: Fix typo in previous change.
562
d781da00
SM
5632006-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * quail/latin-ltx.el: Remove rules that start with { since they are
566 redundant and hence impact the { key for no good reason.
567
bcc1caeb
KH
5682006-10-02 Kenichi Handa <handa@m17n.org>
569
570 * Makefile.in (install): Fix previous change.
571
7ad02ea8
KH
5722006-09-28 Kenichi Handa <handa@m17n.org>
573
574 * Makefile.in (install): Be sure to make ${INSTALLDIR}.
575
45a2056c
JB
5762006-09-15 Jay Belanger <belanger@truman.edu>
577
578 * COPYING: Replace "Library Public License" by "Lesser Public
579 License" throughout.
580
880820fe 5812006-09-06 Michaël Cadilhac <michael.cadilhac@lrde.org>
f9536fb2
KH
582
583 * quail/uni-input.el (ucs-input-method): Don't make the action of
584 a key not in [0-9a-zA-Z] when it was expected to be. Let the Emacs
585 mechanism do it.
586
62508862
DK
5872006-07-12 David Kastrup <dak@gnu.org>
588
589 * quail/greek.el: Change iota subscriptum transliteration in
590 Ibycus4 encoding's capitals from "i" to "|".
591
a6a2b5d4
EZ
5922006-03-03 Claudio Fontana <claudio@gnu.org>
593
9e2bcc86
EZ
594 * Makefile.in (install): Add DESTDIR variable to support staged
595 installations.
a6a2b5d4 596
abeb5855
EZ
5972005-12-17 Eli Zaretskii <eliz@gnu.org>
598
599 * makefile.w32-in ($(TIT), leim-list.el): Warn that parts of
600 commands enclosed in $(ARGQUOTE)s should not be split between two
601 lines, as that will break with GNU Make >3.80, when sh.exe is used
602 and arg quoting is with '..'.
603
11bdfcdd
AS
6042005-11-03 Andreas Schwab <schwab@suse.de>
605
606 * Makefile.in (GZIP_PROG): Renamed from GZIP.
607 (install): Adjust.
608
7a7f042f
RF
6092005-11-01 Romain Francoise <romain@orebokech.com>
610
611 * Makefile.in (install): Compress source files.
612
895725e1
JL
6132005-10-28 Juri Linkov <juri@jurta.org>
614
615 * quail/symbol-ksc.el: Add missing characters from 1st pos of
616 every table of [korean-ksc5601], and swap incorrectly ordered
617 characters at pos 91 and 90.
618
c814bdfc
KH
6192005-10-26 Torsten Bronger <bronger@physik.rwth-aachen.de> (tiny change)
620
621 * quail/latin-ltx.el ("TeX"): Change "\," mapping to U+202F (not
622 U+2006). Add more mappings from TeX's textcomp package.
623
f344e9d2
JL
6242005-10-25 Juri Linkov <juri@jurta.org>
625
626 * quail/cyrillic.el ("cyrillic-translit"): Set 4th arg `guidance'
627 to t for this multi-key input method.
628
a6726944
KH
6292005-10-24 Kenichi Handa <handa@m17n.org>
630
631 * quail/uni-input.el (ucs-input-activate): Don't add
632 quail-kill-guidance-buf to kill-buffer-hook.
633
71ec7e9b
KH
6342005-07-08 Kenichi Handa <handa@m17n.org>
635
636 * quail/japanese.el (quail-japanese-kanji-kkc): Fix order of
637 insertion and deletion.
638
a0ec7a4a
LK
6392005-07-04 Lute Kamstra <lute@gnu.org>
640
641 Update FSF's address in GPL notices.
642
59579816
KH
6432005-06-28 Kenichi Handa <handa@m17n.org>
644
645 * leim-ext.el: Add rules for inserting full-width space for
646 quail/Punct and quail/Punct-b5.
647
94d4bafb
EZ
6482005-06-04 Eli Zaretskii <eliz@gnu.org>
649
41584b03 650 * makefile.w32-in (distclean): Fix a typo (colon was after "clean").
94d4bafb
EZ
651 (extraclean): New target, emulates Makefile.in.
652
e183fe27
KH
6532005-04-06 Kenichi Handa <handa@m17n.org>
654
41584b03 655 * quail/sgml-input.el ("sgml"): Enable quail-completion by typing TAB.
e183fe27 656
eebfcf8e
KH
6572005-03-26 Kenichi Handa <handa@m17n.org>
658
41584b03 659 * quail/latin-ltx.el ("TeX"): Enable quail-completion by typing TAB.
eebfcf8e
KH
660
6612005-03-18 Kenichi Handa <handa@m17n.org>
db328182
KH
662
663 * quail/thai.el (quail-thai-update-translation): Delete it.
f4931aac 664 (thai-generate-quail-map): Generate a simpler map.
db328182
KH
665 ("thai-kesmanee"): Don't use quail-thai-update-translation.
666 (thai-generate-quail-map): Likewise.
667
761a8755
KH
6682005-03-15 Kenichi Handa <handa@m17n.org>
669
670 * quail/thai.el (thai-generate-quail-map): Fix the kesmanee layout.
671
c68f7e21
KH
6722005-03-08 Kenichi Handa <handa@m17n.org>
673
674 * quail/latin-pre.el ("latin-1-prefix"): Add rule "__"->"_".
675 ("latin-9-prefix"): Add rules "__"->"_", "_ "->NBSP.
676
a3341d3c
KH
6772004-12-04 Kenichi Handa <handa@m17n.org>
678
679 * quail/lao.el (lao-key-alist): Declare it by defvar.
680 (lao-key-alist-vector): New variable.
681 (lao-consonant-key-alist, lao-semivowel-key-alist)
682 (lao-vowel-key-alist, lao-voweltone-key-alist)
683 (lao-tone-key-alist, lao-other-key-alist): Initialize them from
684 lao-key-alist-vector.
685
a7ff4354
KH
6862004-09-25 Kenichi Handa <handa@m17n.org>
687
688 * quail/uni-input.el (ucs-input-method): Add error clause to
689 condition-case.
690
88a74fa5
KH
6912004-09-21 Kenichi Handa <handa@m17n.org>
692
693 * quail/uni-input.el: Move the call of register-input-method to
694 leim-ext.el.
695 (ucs-input-insert-char): New function.
696 (ucs-input-method): Use ucs-input-insert-char.
697 (ucs-input-activate): Call quail-hide-guidance instead of
698 quail-hide-guidance-buf.
699
700 * leim-ext.el: Add autoload for 'ucs-input-activate and
701 register-input-method for "ucs".
702
15203bb7
DK
7032004-08-21 David Kastrup <dak@gnu.org>
704
705 * quail/greek.el ("greek-babel"): Add accent/breathing/uppercase
706 combinations.
707
295f3b30
KH
7082004-08-16 Kenichi Handa <handa@m17n.org>
709
710 * quail/georgian.el ("georgian"): Call quail-define-package with
711 the show-layout arg t.
712
de10c114
AS
7132004-08-06 Andreas Schwab <schwab@suse.de>
714
715 * Makefile.in (install): Remove .arch-inventory files.
716
d604e09b
DK
7172004-07-01 David Kastrup <dak@gnu.org>
718
41584b03 719 * quail/greek.el ("((") ("))"): Add quotation mark shorthands.
d604e09b 720
f96ec754
AS
7212004-06-30 Andreas Schwab <schwab@suse.de>
722
723 * Makefile.in (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
724 serialize parallel builds.
725 (${MISC:.elc=.el}): Depend on changed.misc.
726
62bfe0fc
KH
7272004-06-05 Kenichi Handa <handa@m17n.org>
728
68330491
EZ
729 * Makefile.in (leim-list.el): Depend on leim-ext.el. Append the
730 contents of leim-ext.el to leim-list.el.
62bfe0fc
KH
731
732 * leim-ext.el: New file.
733
9254ee5e
KH
7342004-05-17 Werner Lemberg <wl@gnu.org>
735
736 * quail/sisheng.el: New file.
737
53e1a54f
KH
7382004-05-17 Kenichi Handa <handa@m17n.org>
739
740 * Makefile.in (OTHERS): Add ${srcdir}/quail/sisheng.elc.
741
cdc9b845
EZ
7422004-05-11 Eli Zaretskii <eliz@gnu.org>
743
744 * Makefile.in (leim-list.el): Move commands to convert TIT and
745 MISC dictionaries from here...
746 (changed.tit, changed.misc): ...to here. Remove the (now
747 unneeded) test of the contents of changed.* files.
748
9a28b921
AS
7492004-05-10 Andreas Schwab <schwab@suse.de>
750
10d1d0af 751 * Makefile.in (all): Re-add dependency on ${WORLD} so that lisp
9a28b921
AS
752 files are compiled when bootstrapping.
753
bef96454
SM
7542004-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * quail/latin-ltx.el ("TeX"): Fix typo.
757
d2c846aa
SM
7582004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * quail/latin-ltx.el: Use utf-8 coding.
761 ("TeX"): Add de and fr quotes. From Karl Eichwalder <ke@suse.de>.
762
2cd23d89
KH
7632004-05-04 Kenichi Handa <handa@m17n.org>
764
10d1d0af 765 * Makefile.in (TIT-SOURCES): Prepend ${srcdir} to each element.
2cd23d89
KH
766 (MISC-SOURCES): Likewise.
767
7682004-05-01 Kenichi Handa <handa@m17n.org>
769
41584b03 770 * Makefile.in (OTHERS): Rename from MISC.
d2c846aa 771 (MISC): Rename from MISC-DIC.
10d1d0af 772 (WORLD): Adjust for the above changes.
2cd23d89
KH
773 (TIT-MISC, NON-TIT-MISC): New targets.
774 (all): Don't depend on ${WORLD}.
d2c846aa 775 (.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): Remove these targets.
2cd23d89
KH
776 (TIT-SOURCES, MISC-SOURCES): New macros.
777 (changed.tit, changed.misc): New targets.
d2c846aa 778 (leim-list.el): Depend on ${NON-TIT-MISC}, changed.tit, and
2cd23d89
KH
779 changed.misc. Generate quail files from TIT and MISC files if
780 necessary.
781 (clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and
782 ${MISC-DIC}.
783
238add5e
JR
7842004-05-03 Jason Rumney <jasonr@gnu.org>
785
786 * makefile.nt: Remove.
787
d814862a
JB
7882004-04-23 Juanma Barranquero <lektu@terra.es>
789
790 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
791
28082746
AI
7922004-04-09 Andrew Innes <andrewi@gnu.org>
793
794 * makefile.w32-in (distclean clean): Remove nmake specific
795 stamp-subdir test.
796
bb62616f
KH
7972004-02-28 Kenichi Handa <handa@m17n.org>
798
d2c846aa 799 * Makefile.in (all): Depend on ${WORLD} instead of ${TIT} and
bb62616f
KH
800 ${MISC-DIC}.
801 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
802 (maintainer-clean): Delete files that are not in CVS repository.
803
d2c846aa 804 * makefile.nt (all): Depend on $(WORLD) instead of $(TIT) and
bb62616f
KH
805 $(MISC-DIC).
806 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
807 (maintainer-clean): Delete files that are not in CVS repository.
808
d2c846aa 809 * makefile.w32-in (all): Depend on $(WORLD) instead of $(TIT) and
bb62616f
KH
810 $(MISC-DIC).
811 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
812 (maintainer-clean): Delete files that are not in CVS repository.
813
880820fe 8142004-02-16 Jérôme Marant <jmarant@nerim.net> (tiny change)
f92f5e37
KH
815
816 * Makefile.in (distclean maintainer-clean): Depend on clean.
817
bdb6a227
KH
8182004-01-27 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
819
820 * quail/cyrillic.el ("bulgarian-bds"): Docstring fixed.
821
e555f8d5
KH
8222004-01-22 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
823
824 * quail/cyrillic.el ("bulgarian-phonetic"): Docstring fixed.
d814862a 825 Duplicate entry removed.
e555f8d5 826 ("bulgarian-bds"): Docstring fixed.
be492770 827
c51b37fd
DL
8282003-10-06 Dave Love <fx@gnu.org>
829
830 * quail/latin-ltx.el: Several additions.
831
ac7ec68c
KH
8322003-08-25 Jesper Harder <harder@ifa.au.dk> (tiny change)
833
834 * quail/latin-pre.el ("german-prefix"): Fix typo in the docstring.
835
f653dfd9
DL
8362003-08-20 Dave Love <fx@gnu.org>
837
838 * quail/latin-ltx.el: Add \rhd.
839
15a03c32
MR
8402003-08-19 Markus Rost <rost@math.ohio-state.edu>
841
842 * quail/latin-pre.el ("french-prefix"): Fix spacing in docstring.
843
15f772c8
KH
8442003-07-21 KAWABATA, Taichi <kawabata@m17n.org>
845
d814862a 846 * quail/indian.el (quail-indian-update-translation): Adjust the
fffa137c 847 behavior according to the change of quail-translate-key.
15f772c8 848
603b8073
KH
8492003-05-22 Kenichi Handa <handa@m17n.org>
850
851 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Change the title
852 Chinese characters from GB to Big5.
853
34c614a8 8542003-05-01 Wlodzimierz Bzyl <matwb@julia.univ.gda.pl> (tiny change)
458d0770
KH
855
856 * quail/latin-pre.el ("polish-slash"): Add the rule "//"->?/.
857
069e6098
AS
8582003-04-05 Andreas Schwab <schwab@suse.de>
859
860 * Makefile.in (install): Remove CVS related and backup files from
861 installation directory.
862
15988eba
DK
8632003-02-27 David Kastrup <dak@gnu.org>
864
d814862a 865 * quail/greek.el (greek-babel): Add koronis transliteration.
15988eba 866
b2c16093
DK
8672003-02-23 David Kastrup <dak@gnu.org>
868
d814862a 869 * quail/greek.el (greek-babel): Fix <' accent.
b2c16093 870
a56c637d
DL
8712003-02-17 Dave Love <fx@gnu.org>
872
873 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
874
83930535
JB
8752003-02-14 Juanma Barranquero <lektu@terra.es>
876
d2c846aa 877 * quail/uni-input.el (utf-8-ccl-encode): Fix use of character constants.
83930535 878
61cb0b53 8792003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
59fdf430
KH
880
881 * quail/indian.el (punjabi-itrans, gujarati-itrans, oriya-itrans)
d814862a 882 (bengali-itrans, assamese-itrans, telugu-itrans, kannada-itrans)
59fdf430
KH
883 (malayalam-itrans, tamil-itrans): New ITRANS based input methods.
884 (punjabi-inscript, gujarati-inscript, oriya-inscript)
885 (bengali-inscript, assamese-inscript, telugu-inscript)
d2c846aa
SM
886 (kannada-inscript, malayalam-inscript, tamil-inscript):
887 New INSCRIPT based input methods.
59fdf430 888
ff57e5d6
KH
8892003-02-07 Kenichi Handa <handa@m17n.org>
890
891 * quail/cyrillic.el: Update quail-package-alist (not
892 input-method-alist) to make "cyrillic-jcuken" an alias of
893 "russian-typewriter". Add cookie for quail-update-leim-list-file.
894
e29969ca
DK
8952003-02-05 David Kastrup <dak@gnu.org>
896
d2c846aa 897 * quail/greek.el: Fix iota accent typos in greek-babel encoding.
e29969ca 898
139c4e54
DL
8992003-01-05 Dave Love <fx@gnu.org>
900
901 * makefile.w32-in (SLAVIC): Add croatian.elc.
902
903 * Makefile.in (SLAVIC): Add croatian.elc.
904
905 * quail/croatian.el: New file.
906
abceb4ac
JB
9072002-12-10 Juanma Barranquero <lektu@terra.es>
908
909 * makefile.w32-in (LATIN): Add welsh.elc.
910 (MISC): Add georgian.elc.
911 (UNICODE): Add it.
912 (WORLD): Add $(UNICODE).
913
59daa29a
DL
9142002-11-14 Dave Love <fx@gnu.org>
915
916 * quail/slovak.el: Add coding cookie.
917
918 * quail/latin-ltx.el: Fix coding cookie.
919
920 * quail/hebrew.el: Add coding cookie.
921
922 * quail/czech.el: Add coding cookie.
923
924 * quail/welsh.el: Undo last change.
925
b4b11a40
DL
9262002-09-11 Dave Love <fx@gnu.org>
927
928 * quail/latin-post.el ("slovenian"): New.
929
570af494
KH
9302002-09-05 Kenichi Handa <handa@etl.go.jp>
931
932 * quail/thai.el (thai-kesmanee): Fix the mapping of `"' and `}'.
933
ad0b1666
DL
9342002-07-24 Dave Love <fx@gnu.org>
935
a5e5d4ad
DL
936 * quail/latin-alt.el ("latin-alt-postfix"): New.
937
938 * quail/latin-post.el ("latin-postfix"): New.
939
ad0b1666
DL
940 * quail/latin-pre.el ("latin-1-prefix"): Add nbsp.
941 ("latin-3-prefix"): Doc fix.
a5e5d4ad 942 ("latin-prefix"): New.
ad0b1666 943
f860212e
DL
9442002-07-12 Dave Love <fx@gnu.org>
945
946 * quail/cyrillic.el: Doc fixes.
947 ("cyrillic-beylorussian"): Commented-out.
d2c846aa 948 ("cyrillic-translit-bulgarian"): Delete.
f860212e
DL
949 ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings.
950 ("ukrainian-computer", "belarusian", "bulgarian-bds")
951 ("russian-computer"): New.
880820fe 952 ("bulgarian-phonetic"): Rename from bulgarian-pho. Add §, №, Ю.
d2c846aa 953 ("russian-typewriter"): Rename from cyrillic-jcuken.
f860212e 954
282b5fb7
KH
9552002-06-20 Dave Love <fx@gnu.org>
956
957 * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3
880820fe 958 characters and ~o -> ġ, ~O -> Ġ.
282b5fb7 959
fe960d0a
EZ
9602002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
961
962 * Makefile.in (install): Use "tar -chf", to follow symlinks.
963
9a40c2fb
PJ
9642002-05-04 Triet Hoai Lai <thlai@ee.usyd.edu.au>
965
966 * quail/vntelex.el: Add even more rules.
967
ab59447f
PJ
9682002-04-30 Triet Hoai Lai <thlai@ee.usyd.edu.au>
969
970 * quail/vntelex.el: Add new rules to escape from composition.
971
e656fc9d
PJ
9722002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
973
974 * quail/vntelex.el: Use proper charset.
975
177c0ea7 9762002-04-22 Koaunghi Un <koaunghi@ling.cnu.ac.kr>
0347c911
PJ
977
978 * quail/hanja.el ("Od"): Remove rule.
0347c911 979
175e150b
EZ
9802002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
981
982 * quail/indian.el: Replace commented-out lines with a condition
983 that is always false.
984
c031864a
JC
9852002-04-06 Jaeyoun Chung <jay@kldp.org>
986
d2c846aa 987 * quail/hanja3.el ("kf"): Add a few composing rules
c031864a
JC
988 from "Taik-kyun Lim" <mongmong@milab.yonsei.ac.kr>
989
cb0dc144 990 * quail/hangul3.el: Buggy alternative second character
c031864a
JC
991 sequence fixed ('/' for 'v' pair).
992 added a few more third character composing rule.
993
129f2c75
WL
9942002-03-03 Werner Lemberg <wl@gnu.org>
995
996 * quail/vntelex.el: New file.
cb0dc144
JB
997 * Makefile.in (VIETNAMESE):
998 * makefile.nt (VIETNAMESE):
999 * makefile.w32-in (VIETNAMESE): Add it.
129f2c75 1000
5c196f29
AI
10012002-02-10 Andrew Innes <andrewi@gnu.org>
1002
1003 * makefile.w32-in ($(TIT)): Don't depend on $(SUBDIRS).
1004 ($(MISC_DIC)): Ditto.
1005
108eaabb
RS
10062002-02-06 Richard M. Stallman <rms@gnu.org>
1007
1008 * quail/latin-pre.el (french-prefix): ", " => "," and "~ " => "~".
1009 Don't define "~," at all.
1010
880820fe 10112002-01-29 Pavel Janík <Pavel@Janik.cz>
cc13aa25 1012
880820fe 1013 * quail/latin-pre.el (latin-2-prefix): Add Ě and ě.
cc13aa25
PJ
1014 From "Dr. Eduard Werner" <edi.werner@gmx.de>.
1015
18e1da99 10162002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
417f4d3a
EZ
1017
1018 * quail/greek.el: Changed the behavior of the "greek" input
18e1da99
EZ
1019 method, to consider the "accent" and "diaeresis" as prefix keys.
1020 A new method (named "greek-postfix") was added which implements
1021 the old behavior. Also changed the mapping of the "Q/q" key to
1022 produce the ":/;" characters, as is customary in greek keyboards.
1023 From Nick Patavalis <npat@inaccessnetworks.com>.
417f4d3a 1024
8f7d3eca
JC
10252002-01-07 Jaeyoun Chung <jay@kldp.org>
1026
d814862a 1027 * quail/hangul.el: Remove key sequence mapping for O[rsfaqtTd].
d2c846aa 1028 Not used for Korean Hangul Type 2 (request from emacs-kr mailing list).
8f7d3eca 1029
121f67fa
EZ
10302002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1031
1032 * quail/cyrillic.el ("bulgarian-pho"): Fix a typo in a doc string.
1033
7f93e2ab
DL
10342002-01-01 Dave Love <fx@gnu.org>
1035
d2c846aa 1036 * quail/indian.el (quail-define-indian-trans-package): Unquote lambda.
7f93e2ab
DL
1037 (quail-define-inscript-package): Avoid mapcar*.
1038
3c08498a
DL
10392001-12-20 Dave Love <fx@gnu.org>
1040
1041 * quail/latin-ltx.el: Fix un-doubled backslashes.
1042
96566974
DL
10432001-12-15 Dave Love <fx@gnu.org>
1044
abceb4ac 1045 * quail/latin-pre.el ("french-prefix", "german-prefix")
96566974
DL
1046 ("spanish-prefix"): Fix language assignment.
1047
abceb4ac
JB
1048 * quail/latin-post.el ("french-postfix", "german-postfix")
1049 ("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix")
1050 ("french-keyboard", "french-azerty", "german")
96566974
DL
1051 ("spanish-keyboard"): Fix language assignment.
1052
1053 * quail/indian.el: Don't require cl.
d2c846aa 1054 (quail-indian-flatten-list): Rename from flatten-list.
96566974 1055
abceb4ac
JB
1056 * quail/cyrillic.el ("cyrillic-beylorussian")
1057 ("cyrillic-ukrainian", "cyrillic-translit-bulgarian")
96566974
DL
1058 ("belarusian", "bulgarian-pho"): Fix language assignment.
1059
1060 * quail/latin-alt.el ("french-alt-postfix", "german-alt-postfix")
1061 ("spanish-alt-postfix", "turkish-latin-3-alt-postfix")
1062 ("turkish-alt-postfix"): Fix language assignment.
1063 ("dutch"): Assign to Dutch. Use chars, not strings.
d2c846aa 1064 ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"): New.
96566974 1065
880820fe 10662001-12-08 Pavel Janík <Pavel@Janik.cz>
03f9f7ae
PJ
1067
1068 * COPYING: New file.
1069
eea6cc1f
JC
10702001-12-03 Jaeyoun Chung <jay@kldp.org>
1071
d814862a 1072 * quail/hangul3.el: Add a few convenient composing sequences for
eea6cc1f
JC
1073 Korean keyboard type 3 users.
1074
de371c8c
DL
10752001-11-29 Dave Love <fx@gnu.org>
1076
1077 * quail/latin-ltx.el: Extra translations. Fix some
1078 latin-iso8859-4 characters. Use Hebrew letters, not compatibility
1079 symbols.
1080
ea17b6e1
JR
10812001-11-28 Juanma Barranquero <lektu@terra.es>
1082
d814862a 1083 * makefile.w32-in (INDIAN): Adjust for the file name change;
ea17b6e1
JR
1084 quail/devanagari.elc -> quail/indian.elc.
1085
1086 * makefile.nt (INDIAN): Likewise.
1087
177c0ea7 10882001-11-21 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
8727d588
RS
1089
1090 * quail/devanagari.el: Renamed to indian.el.
1091
1092 * quail/indian.el: Renamed from devanagari.el, and completely
1093 re-written. The input method devanagari-hindi-transliteration is
1094 merged with devanagari-itrans, devanagari-keyboard-a is renamed to
1095 devanagari-inscript, devanagari-transliteration is renamed to
1096 devanagari-kyoto-harvard.
1097
1098 * Makefile.in: Adjusted for the file name change;
1099 quail/devanagari.elc -> quail/indian.elc.
1100
e154cc44
EZ
11012001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1102
1103 * quail/welsh.el: Avoid an error message due to a commented-out
1104 input method.
1105
a6beb3d2
RS
11062001-11-05 Richard M. Stallman <rms@gnu.org>
1107
1108 * quail/rfc1345.el: Get rid of the explicit ^Z character.
1109
cd946181
EZ
11102001-11-05 Eli Zaretskii <eliz@is.elta.co.il>
1111
1112 * quail/latin-ltx.el: Remove the call to IT-setup-unicode-display.
1113
7115232b
DL
11142001-11-04 Dave Love <fx@gnu.org>
1115
1116 * Makefile.in (LATIN): Add welsh.
1117 (UNICODE): New.
1118 (MISC): Add georgian.
1119 (WORLD): Add UNICODE.
1120
1121 * quail/welsh.el, quail/georgian.el, quail/rfc1345.el:
1122 * quail/uni-input.el, quail/sgml-input.el: New file.
1123
1124 * quail/cyrillic.el ("bulgarian-pho", "belarusian"): New methods.
1125
1126 * quail/latin-alt.el ("dutch"): New method.
1127
b344d29d 11282001-10-27 Francesco Potortì <pot@gnu.org>
3a8b7edb
FP
1129
1130 * quail/latin-post.el ("italian-postfix"): Undo previous change.
1131
1132 * quail/latin-alt.el ("italian-alt-postfix"): Undo previous change.
1133
b344d29d 11342001-10-25 Francesco Potortì <pot@gnu.org>
a4416b14
FP
1135
1136 * quail/latin-post.el ("italian-postfix"): Euro symbol.
1137
1138 * quail/latin-alt.el ("italian-alt-postfix"): Euro symbol.
1139
71431a0e
GM
11402001-10-20 Gerd Moellmann <gerd@gnu.org>
1141
6aa97356 1142 * (Version 21.1 released.)
71431a0e 1143
c4e7e308
EZ
11442001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1145
1146 * CXTERM-DIC/Punct-b5.tit: Add big5 Chinese double spaced alphabet
1147 mappings, so that one could type them without leaving the Hanyu
1148 Pinyin input method. Suggested by Kenichi Handa
1149 <handa@etl.go.jp>.
1150
51724e26
EZ
11512001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1152
1153 * quail/greek.el ("greek-babel"): New input method. From David
1154 Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
1155
ab952a4f
GM
11562001-10-05 Gerd Moellmann <gerd@gnu.org>
1157
1158 * Branch for 21.1.
a4416b14 1159
00651fbf
EZ
11602001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1161
1162 * quail/greek.el ("greek-mizuochi"): Doc fix. From David Kastrup
1163 <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
1164
5a397d28
GM
11652001-08-06 Gerd Moellmann <gerd@gnu.org>
1166
1167 * quail/py-punct.el ("chinese-py-punct"): Copy the QUAIL-MAP of
1168 "chinese-py".
1169 ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy".
1170
880820fe 11712001-07-16 Pavel Janík <Pavel@Janik.cz>
be567141 1172
150998ec
PJ
1173 * ja-dic/ja-dic.el, quail/cyril-jis.el, quail/cyrillic.el
1174 * quail/czech.el, quail/devanagari.el, quail/ethiopic.el
1175 * quail/greek.el, quail/hangul.el, quail/hangul3.el
1176 * quail/hanja-jis.el, quail/hanja.el, quail/hanja3.el
1177 * quail/hebrew.el, quail/ipa.el, quail/japanese.el, quail/lao.el
1178 * quail/latin-alt.el, quail/latin-ltx.el, quail/latin-post.el
1179 * quail/latin-pre.el, quail/lrt.el, quail/py-punct.el
1180 * quail/pypunct-b5.el, quail/slovak.el, quail/symbol-ksc.el
1181 * quail/thai.el, quail/tibetan.el, quail/viqr.el: Some fixes to
be567141
PJ
1182 follow coding conventions.
1183
e6aeb775
AC
11842001-06-04 Andrew Choi <akochoi@i-cable.com>
1185
1186 * quail/.cvsignore: Change CTLauB.el to CTLau-b5.el.
1187
ec57454f
AI
11882001-06-01 Andrew Innes <andrewi@gnu.org>
1189
1190 * makefile.nt (TIT_GB): Remove quail/PY.elc and quail/ZIRANMA.elc.
1191 (NON_TIT_BIG5): Remove $(srcdir)/quail/tsang-b5.elc and
1192 $(srcdir)/quail/pypunct-b5.elc.
1193 (NON_TIT_CNS): Remove.
1194 (CHINESE_NON_TIT): Remove $(NON_TIT_CNS).
1195 (CHINESE_CNS): Remove.
1196 (KOREAN): Add $(srcdir)/quail/hanja3.elc.
1197 (LATIN): Add $(srcdir)/quail/latin-alt.elc and
1198 $(srcdir)/quail/latin-ltx.elc.
1199 (MISC_DIC): Copy from Makefile.in.
1200 (CHINESE): Remove $(CHINESE_CNS).
1201 (all): Add $(MISC_DIC) as target.
1202 (.NOTPARALLEL): New target.
1203 (.NO_PARALLEL): New target.
1204 ($(MISC_DIC)): New target.
1205 (clean mostlyclean): Clean more stuff.
1206 (TIT_EL): New macro.
1207 (MISC_DIC_EL): New macro.
1208
1209 * makefile.w32-in (TIT-GB): Remove CTLau.elc from it.
1210 (TIT-BIG5): Remove CTLauB.elc from it.
1211 (MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it.
1212 (clean mostlyclean): Remove obsolete reference.
1213
70079787
EZ
12142001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1215
1216 * quail/latin-ltx.el [ms-dos]: Call IT-setup-unicode-display.
1217
5e3d4fbc
AC
12182001-05-24 Andrew Choi <akochoi@i-cable.com>
1219
937fad9a
AC
1220 * Makefile.in (MISC-DIC): Change CTLauB.elc to CTLau-b5.elc.
1221
5e3d4fbc
AC
1222 * CXTERM-DIC/CTLau.tit, CXTERM-DIC/CTLauB.tit: Delete files.
1223
1224 * MISC-DIC/CTLau.html, MISC-DIC/CTLau-b5.html: Add files.
1225
1226 * Makefile.in (TIT-GB): Remove CTLau.elc from it.
1227 (TIT-BIG5): Remove CTLauB.elc from it.
1228 (MISC-DIC): Add CTLau.elc and CTLauB.elc to it.
1229
f042e7b9
DL
12302001-05-17 Dave Love <fx@gnu.org>
1231
d2c846aa 1232 * quail/latin-ltx.el ("TeX"): Rename from "latin-latex2e".
f042e7b9
DL
1233 Language family and indicator changed. Many new translations.
1234
f08cf35b
GM
12352001-05-17 Gerd Moellmann <gerd@gnu.org>
1236
1237 * quail/slovak.el, quail/czech.el: Set guidance to t for czech and
5ce6e4f4 1238 slovak input methods. New maintainer. From Pavel Janík
f08cf35b
GM
1239 <Pavel@Janik.cz>.
1240
b5eeaa1d
GM
12412001-04-23 Gerd Moellmann <gerd@gnu.org>
1242
1243 * quail/latin-ltx.el: Add more translations. From
880820fe 1244 jsbien@mimuw.edu.pl (Janusz S. Bień).
b5eeaa1d 1245
55a22ce1
EZ
12462001-04-19 Eli Zaretskii <eliz@is.elta.co.il>
1247
1248 * quail/hangul.el <korean-hangul>: Doc fix.
1249
90200fcc
AI
12502001-04-18 Andrew Innes <andrewi@gnu.org>
1251
1252 * makefile.w32-in (EMACSLOADPATH): Define.
a4416b14
FP
1253 ($(TIT)):
1254 ($(MISC_DIC)):
1255 (.el.elc):
90200fcc
AI
1256 (leim-list.el): Remove stuff to set EMACSLOADPATH.
1257
f383cd0d
GM
12582001-04-05 Gerd Moellmann <gerd@gnu.org>
1259
a55e4e68
GM
1260 * Makefile.in (install): Remove .cvsignore files.
1261
f383cd0d
GM
1262 * quail/japanese.el ("japanese-hankaku-kana"): Don't use
1263 the same translations as for `japanese'.
1264
4c1dadb1
AI
12652001-04-03 Andrew Innes <andrewi@gnu.org>
1266
1267 * makefile.w32-in (TIT_GB): Delete quail/PY.elc and
1268 quail/ZIRANMA.elc.
1269 (NON_TIT_BIG5): Delete $(srcdir)/quail/quick-b5.elc and
1270 $(srcdir)/quail/tsang-b5.elc.
1271 (NON_TIT_CNS): Delete.
1272 (CHINESE_NON_TIT): Delete $(NON-TIT-CNS).
1273 (CHINESE_CNS): Delete.
1274 (KOREAN): Add ${srcdir}/quail/hanja3.elc. From Kenichi Handa
1275 <handa@etl.go.jp>.
1276 (MISC_DIC): New variable.
1277 (CHINESE): Delete $(CHINESE_CNS).
1278 (WORLD): Add $(MISC_DIC).
1279 (all): Depends on $(MISC_DIC).
1280 (.NOTPARALLEL, .NO_PARALLEL): New special targets.
1281 ($(MISC_DIC)): New target.
1282 (clean mostlyclean): Delete also $(NONTIT), $(WORLD), $(MISC_DIC)
1283 and $(MISC_DIC:.elc=.el).
1284
e217c26e
EZ
12852001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1286
a46d278b
EZ
1287 * Makefile.in (KOREAN): Add ${srcdir}/quail/hanja3.elc. From
1288 Kenichi Handa <handa@etl.go.jp>.
1289
e217c26e
EZ
1290 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.
1291
a3d0b0e0
KH
12922001-03-31 Kenichi Handa <handa@etl.go.jp>
1293
c4cc8b9a 1294 * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc.
a3d0b0e0
KH
1295 (NON-TIT-BIG5): Delete ${srcdir}/quail/quick-b5.elc
1296 ${srcdir}/quail/tsang-b5.elc.
1297 (CHINESE-NON-TIT): Delete ${NON-TIT-CNS}.
1298 (CHINESE-CNS): Delete it.
1299 (MISC-DIC): New variable.
1300 (CHINESE): Delete ${CHINESE-CNS}.
4c1dadb1 1301 (WORLD): Add ${MISC-DIC}.
a3d0b0e0
KH
1302 (all): Depends on ${MISC-DIC}.
1303 (${MISC-DIC}): New target.
1304 (clean mostlyclean): Delete also ${MISC-DIC} ${MISC-DIC:.elc=.el}.
1305
1306 * MISC-DIC/cangjie-table.b5, MISC-DIC/cangjie-table.cns,
1307 MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: New files.
1308
1309 * CXTERM-DIC/PY.tit, CXTERM-DIC/ZIRANMA.tit: Delete them.
1310
1311 * quail/tsang-b5.el, quail/tsang-cns.el, quail/quick-b5.el,
cb0dc144 1312 * quail/quick-cns.el: Delete them.
a4416b14 1313
9d5d1075
EZ
13142001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1315
1316 * Makefile.in (${TIT}): Fix whitespace.
1317
ed31fabf
GM
13182001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
1319
1320 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): New special targets.
1321 (${TIT}): If the target file already exist, don't remake it.
1322
1e406be0
KH
13232001-03-21 Kenichi Handa <handa@etl.go.jp>
1324
1325 * quail/slovak.el ("slovak"): Translate "=q" to "`".
1326
ce058493 13272001-03-16 Pavel Janík <Pavel@Janik.cz>
8f369c02
KH
1328
1329 * quail/slovak.el ("slovak"): Delete translations of "q", "Q",
1330 "=q", "+q", "=Q", and "+Q".
1331 ("slovak-prog-1"): Give t to the arg SHOW-LAYOUT.
1332 ("slovak-prog-2"): Likewise.
1333 ("slovak-prog-3"): Likewise.
1334
abfa36c4
EZ
13352001-03-16 Eli Zaretskii <eliz@is.elta.co.il>
1336
1337 * quail/latin-post.el ("finnish-keyboard"): Fix a typo.
1338
b8a7ebcf
KH
13392001-03-16 Kenichi Handa <handa@etl.go.jp>
1340
1341 * quail/japanese.el (quail-japanese-transliteration-rules): New
1342 variable. Use it to define these input methods: "japanese",
1343 "japanese-hiragana", "japanese-katakana".
1bdfe188
KH
1344 (quail-japanese-kana-state): Delete this variable.
1345 (quail-japanese-toggle-kana): Don't use quail-japanese-kana-state,
10d1d0af 1346 instead check if there's any Hiraganas in the conversion region.
b8a7ebcf 1347
9a639fce
KH
13482001-03-14 Kenichi Handa <handa@mule.m17n.org>
1349
1350 * quail/slovak.el ("slovak"): Give t to the arg SHOW-LAYOUT.
1351
51ab41b7
KH
13522001-03-06 Kenichi Handa <handa@etl.go.jp>
1353
1354 * CXTERM-DIC/4Corner.tit: Add copyright notice.
1355
36d5e61d
KH
13562001-03-05 Kenichi Handa <handa@etl.go.jp>
1357
1358 * quail/ethiopic.el ("ethiopic"): Docstring adjusted for the
10d1d0af 1359 change of the special key bindings.
36d5e61d 1360
bf0bdce8
KH
13612001-02-22 Kenichi Handa <handa@etl.go.jp>
1362
51ab41b7 1363 * CXTERM-DIC/ARRAY30.tit: Add copyright notice.
bf0bdce8
KH
1364
1365 * CXTERM-DIC/ETZY.tit: Likewise.
1366
1367 * CXTERM-DIC/ZOZY.tit: Likewise.
1368
193fba87
AI
13692001-02-05 Andrew Innes <andrewi@gnu.org>
1370
1371 * makefile.w32-in (BUILT_EMACS): Use $(THISDIR) to make emacs.exe
1372 path absolute.
1373
350d71b3
AI
13742001-02-03 Andrew Innes <andrewi@gnu.org>
1375
1376 * makefile.w32-in (LATIN): Fix last change to use () not {}.
1377
49bd4a69
KH
13782001-02-02 Kenichi Handa <handa@etl.go.jp>
1379
1380 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc.
1381
1382 * makefile.w32-in (LATIN): Likewise.
1383
1384 * quail/latin-ltx.el: New file -- LaTeX-like Latin input method.
1385
a51e9546
AI
13862001-02-01 Andrew Innes <andrewi@gnu.org>
1387
1388 * makefile.w32-in (LATIN): Include $(srcdir)/quail/latin-alt.elc.
1389
c91d43ed
KH
13902001-02-01 Kenichi Handa <handa@etl.go.jp>
1391
c91d43ed
KH
1392 * quail/greek.el ("greek-mizuochi"): New input method for
1393 classical Greek.
1394
7ccf7ab9 13952001-01-28 Gerd Moellmann <gerd@gnu.org>
c522cff0 1396
7ccf7ab9 1397 * Makefile.in (extraclean): Added target so make doesn't die if
c522cff0
BW
1398 one runs "make extraclean" at the top level.
1399
0dac6924
AI
14002001-01-06 Andrew Innes <andrewi@gnu.org>
1401
1402 * makefile.nt ($(TIT)): Map .elc to .el.
1403 (buildlisppath): Make path relative to $(MAKEDIR).
1404
392164c1
AS
14052001-01-01 Andreas Schwab <schwab@suse.de>
1406
1407 * quail/latin-alt.el: Doc fixes.
1408
ec6bd013
DL
14092000-12-18 Dave Love <fx@gnu.org>
1410
880820fe
KH
1411 * quail/latin-pre.el <latin-9-prefix>: Delete duplicate š entry.
1412 Change œ, Œ, ¶.
ec6bd013 1413
8ff06845
KH
14142000-12-16 Kenichi Handa <handa@etl.go.jp>
1415
1416 * ja-dic/ja-dic.el: Re-generated by the new ja-dic-cnv.el.
1417
4ee87dbb
AI
14182000-12-06 Andrew Innes <andrewi@gnu.org>
1419
1420 * makefile.w32-in (buildlisppath): Set to an absolute directory,
1421 relative to $(CURDIR).
1422 (INSTALLDIR): Use forward slash.
1423
24c53d36
AI
14242000-11-24 Andrew Innes <andrewi@gnu.org>
1425
1426 * makefile.w32-in (.SUFFIXES): New target, include .elc .el.
1427
1428 * makefile.nt (.SUFFIXES): New target, include .elc .el.
1429
37c35586
KH
14302000-11-21 Kenichi Handa <handa@etl.go.jp>
1431
1432 * Makefile.in (.SUFFIXES): New target, include .elc .el.
1433
3c7d764e
KH
14342000-11-17 Kenichi Handa <handa@etl.go.jp>
1435
1436 * quail/japanese.el (quail-japanese-kanji-kkc): Use marker to
1437 remember the conversion start.
1438
f3d3c491
AI
14392000-10-21 Andrew Innes <andrewi@gnu.org>
1440
1441 * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead
1442 of conditional invocation of make.
a4416b14
FP
1443 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
1444 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
f3d3c491
AI
1445 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
1446 files to .elc.
1447 ($(TIT)): Adjusted for the above change.
1448 (clean mostlyclean): Likewise.
1449 (.el.elc): New target.
1450
1451 * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead
1452 of conditional invocation of make.
a4416b14
FP
1453 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
1454 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
f3d3c491
AI
1455 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
1456 files to .elc.
1457 ($(TIT)): Adjusted for the above change.
1458 (clean mostlyclean): Likewise.
1459 (.el.elc): New target.
1460
a115794c
EZ
14612000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1462
1463 * Makefile.in (${TIT}, clean): Don't use shell `command`
1464 expansion, use ${TIT:.elc=.el} instead.
1465
ce75c97a
GM
14662000-09-26 Gerd Moellmann <gerd@gnu.org>
1467
1468 * Makefile.in: Make this the leim Makefile.in.
1469 (clean): Also remove $NON-TIT and $WORLD.
1470 (RUN-EMACS): Set EMACSLOADPATH.
1471
7b920aa1
KH
14722000-09-21 Kenichi Handa <handa@etl.go.jp>
1473
36e44f62
KH
1474 * Makefile.in: Revert to no-leim Makefile.
1475
cd3c0140
KH
1476 * quail/.cvsignore: Include *.elc.
1477
1478 * ja-dic/.cvsignore: New file.
7b920aa1 1479
5eedab4d
AI
14802000-09-16 Andrew Innes <andrewi@gnu.org>
1481
1482 * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
1483 (leim-list.el): Ditto.
1484
1485 * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
1486 (leim-list.el): Ditto.
1487
39f547f7
AI
14882000-09-15 Andrew Innes <andrewi@gnu.org>
1489
1490 * makefile.w32-in (clean mostlyclean): Ignore errors when removing
1491 files.
1492
fe83b953
AI
14932000-09-14 Andrew Innes <andrewi@gnu.org>
1494
1495 * makefile.w32-in (clean mostlyclean): Ignore errors when deleting
1496 leim-list.el.
1497 (distclean maintainer-clean): Ditto for stamp-subdir.
1498
1499 * makefile.nt: Rename skkdic to ja-dic.
1500
0fddd0dc
KH
15012000-09-07 Kenichi Handa <handa@etl.go.jp>
1502
1503 * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard
1504 translation.
1505
1506 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Docstring modified.
1507
1508 * quail/py-punct.el ("chinese-py-punct"): Docstring modified.
1509 ("chinese-tonepy-punct"): New input method.
1510
1511 * quail/latin-pre.el ("polish-slash"): Don't use keyboard
1512 translation.
1513
1514 * quail/japanese.el ("japanese"): Delete the key sequence for
1e4f1886 1515 Roman transliteration from the docstring because it's now shown
0fddd0dc
KH
1516 automatically.
1517 ("japanese-ascii", "japanese-zenkaku")
1518 ("japanese-hankaku-kana", "japanese-hiragana")
1519 ("japanese-katakana"): Docstring modified.
1520
1521 * quail/czech.el ("czech-qwerty"): Changed to show keyboard layout
1522 on describe-input-method.
1523 ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise.
1524
44ef7cf6
AI
15252000-09-03 Andrew Innes <andrewi@gnu.org>
1526
1527 * makefile.w32-in: New file.
f8803e97 1528 (install) Fix copying of directories.
44ef7cf6 1529
5724ab7a
KH
15302000-08-31 Kenichi Handa <handa@etl.go.jp>
1531
1532 * quail/thai.el (thai-generate-quail-map): If the length of
1533 translation is more than one, compose it.
1534
daba11ce
DL
15352000-08-29 Dave Love <fx@gnu.org>
1536
880820fe 1537 * quail/latin-pre.el ("latin-9-prefix"): Change entries for œ and Œ.
a39fb83d 1538
daba11ce
DL
1539 * Makefile.in: ja-dic <- skk in several places.
1540
457dd64a
KH
15412000-08-25 Kenichi Handa <handa@etl.go.jp>
1542
1543 * ja-dic: Directory name changed from skkdic.
1544
a1a2e38f 1545 * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el.
457dd64a
KH
1546
1547 * README: Rename skkdic to ja-dic throughout the file.
1548
68ce69e1
DL
15492000-08-24 Dave Love <fx@gnu.org>
1550
1551 * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New.
457dd64a 1552 ("latin-1-prefix"): Add missing symbols.
68ce69e1 1553
5a76406c
DL
15542000-08-23 Dave Love <fx@gnu.org>
1555
880820fe
KH
1556 * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give § and
1557 add ~p for ¶.
5a76406c 1558
240a16cf
KH
15592000-07-18 Kenichi Handa <handa@etl.go.jp>
1560
1561 * quail/japanese.el ("japanese"): Fix docstring.
1562
7a3fd467
KH
15632000-07-17 Kenichi Handa <handa@etl.go.jp>
1564
1565 * quail/japanese.el ("japanese"): Docstring modified.
1566
0bd5914b
KH
15672000-06-12 Kenichi Handa <handa@etl.go.jp>
1568
1569 * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted.
1570 ("tibetan-wylie"): State transition table modified.
1571
4dc1225b
KH
15722000-06-01 Kenichi Handa <handa@etl.go.jp>
1573
1574 * quail/tibetan.el: Change all tibetan-1-column characters to
1575 tibetan. Quail map for "tibetan-wylie" fixed.
1576
177c0ea7 15772000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
6733d074
KH
1578
1579 * quail/latin-pre.el ("polish-slash"): New input method.
1580
69766f94
KH
15812000-03-02 Kenichi Handa <handa@etl.go.jp>
1582
1583 * quail/latin-pre.el ("latin-1-prefix"): Add rules for symbols.
1584
9a90d84c
GM
15852000-02-01 Gerd Moellmann <gerd@gnu.org>
1586
1587 * Makefile.in: Make this the no-leim Makefile. Move the
1588 leim Makefile.in to ../leim-Makefile.in as it originally was.
1589
1590 * Makefile.noleim: Removed.
1591
cba32d22
KH
15922000-01-28 Kenichi Handa <handa@etl.go.jp>
1593
1594 * quail/hanja.el (korean-hanja): Add an entry for "wod".
1595
11ad3dee
KH
15962000-01-04 Kenichi Handa <handa@etl.go.jp>
1597
1598 * quail/japanese.el ("japanese"): Docstring augmented.
1599
5ec14d3c
KH
16001999-12-15 Kenichi Handa <handa@etl.go.jp>
1601
1602 * quail/lao.el: Rewritten for new composition.
1603
1604 * quail/lrt.el: Rewritten for new composition.
1605
1606 * quail/thai.el: Rewritten for new composition.
1607
1608 * quail/tibetan.el: Rewritten for new composition.
1609
113a1195
KH
16101999-12-13 Kenichi Handa <handa@etl.go.jp>
1611
1612 * quail/latin-pre.el ("esperanto-prefix"): Make it produce Latin-3
1613 characters, not Latin-1.
1614
98e85e34
GM
16151999-11-22 Andrew Innes <andrewi@gnu.org>
1616
1617 * makefile.nt: No need to generate subdirs.el.
1618
371f58d5
GM
16191999-11-21 Andrew Innes <andrewi@gnu.org>
1620
1621 * makefile.nt: New file.
1622
177c0ea7 16231999-10-26 Gerd Moellmann <gerd@gnu.org>
26922151
GM
1624
1625 * Makefile.noleim: New.
1626
58af2287
DL
16271999-09-19 Ken'ichi Handa <handa@gnu.org>
1628
1629 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
1630 turkish-postfix.
1631 ("turkish-postfix"): New Turkish input method which inserts
1632 Latin-5 characters.
1633
1634 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
1635 turkish-alt-postfix.
1636 ("turkish-alt-postfix"): New Turkish input method which inserts
1637 Latin-5 characters.
1638
16391999-07-12 Richard Stallman <rms@gnu.org>
1640
1641 * Version 20.4 released.
1642
16431998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
1644
1645 * quail/cyrillic.el (cyrillic-jcuken): Use X11 keyboard layout.
1646
16471999-06-14 Ken'ichi Handa <handa@gnu.org>
1648
1649 * quail/ethiopic.el ("ethiopic"): Add translation rules.
1650
16511999-06-01 Jae-youn Chung <jay@compiler.kaist.ac.kr>
1652
1653 * quail/hanja3.el: Newly generated from hangul.el, hangul3.el, and
1654 hanja.el.
1655
16561999-05-25 Ken'ichi Handa <handa@gnu.org>
1657
1658 * quail/hangul3.el ("korean-hangul3"): Give MAXIMUM-SHORTEST t.
1659
16601999-05-09 Tudor Hulubei <tudor@cs.unh.edu>
1661
1662 * quail/latin-pre.el ("romanian-prefix"): New input method.
1663 ("romanian-alt-prefix"): New input method.
1664
16651999-03-04 Kenichi Handa <handa@etl.go.jp>
1666
1667 * quail/latin-post.el ("spanish-postfix"): Add rule U" and u".
1668
16691999-01-14 Kenichi Handa <handa@etl.go.jp>
1670
1671 * quail/japanese.el (quail-japanese-kanji-kkc): If the last char
1672 to convert is `n', change it to Japanese Hiragana `n' before
1673 conversion.
1674
16751999-01-11 Kenichi Handa <handa@etl.go.jp>
1676
1677 * Makefile.in (MISC): Add ${srcdir}/quail/hebrew.el.
1678
1679 * quail/hebrew.el: New file.
1680
16811998-12-15 Kenichi Handa <handa@etl.go.jp>
1682
1683 * quail/devanagari.el (quail-devanagari-compose-characters):
1684 Adjusted for the change of input method handling.
1685 (quail-devanagari-hindi-compose-characters): Likewise.
1686
16871998-10-15 Kenichi Handa <handa@etl.go.jp>
1688
1689 * Makefile.in (leim-list.el): Use `(cd foo && pwd)` instead of
1690 `(cd foo; pwd)`.
1691 (install): Likewise.
1692
b344d29d 16931998-10-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
58af2287
DL
1694
1695 * quail/latin-post.el: Many doc fixes.
1696 ("latin-1-postfix"): Add sequence for the small superscript o.
1697 * quail/latin-pre.el: Many doc fixes.
1698 ("latin-1-prefix"): Add sequences for the small
1699 superscript underlined o and a.
1700
b344d29d 17011998-10-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
58af2287
DL
1702
1703 * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
1704 small superscript underlined o and a.
1705 ("italian-alt-postfix"): Change it to something useful and
a4416b14 1706 different from italian-postfix.
58af2287
DL
1707 * latin-post.el ("latin-1-postfix"): Add a method to enter the
1708 small superscript underlined o and a.
1709 ("italian-postfix"): Same as above.
1710 ("italian-postfix"): Add methods to enter e with acute accent and
1711 the >> and << symbols.
1712
17131998-09-25 Kenichi Handa <handa@etl.go.jp>
1714
1715 * quail/japanese.el (quail-japanese-hankaku-update-translation):
1716 Adjusted for the change of input method handling.
1717
17181998-09-11 Kenichi HANDA <handa@etl.go.jp>
1719
1720 * quail/japanese.el (quail-japanese-katakana-update-translation):
1721 Adjusted for the change of input method handling.
1722
17231998-08-31 Kenichi Handa <handa@etl.go.jp>
1724
1725 * quail/tibetan.el (quail-tibetan-input-wylie): Adjusted for the
1726 change of input method handling.
1727 (quail-tibetan-input-tibkey): Likewise.
1728
17291998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1730
1731 * Version 20.3 released.
1732
17331998-08-16 Kenichi HANDA <handa@etl.go.jp>
1734
1735 * quail/czech.el ("czech"): Make this input method deterministic,
1736 kbd-translate, and show-layout.
1737
17381998-08-15 Kenichi HANDA <handa@etl.go.jp>
1739
1740 * quail/ethiopic.el: Fix several translation rules.
1741
17421998-08-12 Milan Zamazal <pdm@fi.muni.cz>
1743
1744 * quail/czech.el: Few key sequences added to some keyboards.
1745
17461998-08-06 Kenichi Handa <handa@etl.go.jp>
1747
1748 * quail/japanese.el (quail-japanese-use-double-n): New variable.
1749 (quail-japanese-update-translation): Adjusted for the change of
1750 quail-update-translation. Now this function should return
1751 CONTROL-FLAG.
1752 (quail-japanese-toggle-kana): Update quail-conversion-str.
1753 (quail-japanese-kanji-kkc): Likewise.
1754 (quail-japanese-switch-package): Reset quail-current-str and
1755 quail-conversion-str.
1756
17571998-07-24 Kenichi Handa <handa@etl.go.jp>
1758
1759 * quail/japanese.el (quail-japanese-kanji-kkc): Set
1760 quail-translation to nil after calling kkc-region so that
1761 translation mode is restarted correctly.
1762
17631998-07-21 Kenichi Handa <handa@etl.go.jp>
1764
1765 * quail/japanese.el (quail-japanese-kanji-kkc): Handle the case
1766 that conversion is cancelled in kkc-region.
1767 (quail-japanese-switch-package): Fix previous change.
1768
17691998-07-19 Kenichi Handa <handa@etl.go.jp>
1770
1771 * quail/japanese.el (quail-japanese-update-translation): Handle
1772 a key which should fix the current translation and start a new
1773 translation correctly.
1774 (quail-japanese-toggle-kana): Set quail-translating to nil. Don't
1775 change point.
1776
17771998-07-15 Kenichi Handa <handa@etl.go.jp>
1778
1779 * quail/japanese.el (quail-japanese-kanji-kkc): Adjusted for the
1780 change of quail.el.
1781 (quail-japanese-switch-package): Likewise.
1782
17831998-07-03 Kenichi Handa <handa@etl.go.jp>
1784
1785 * quail/symbol-ksc.el: Keys for modern Korean syllables fixed.
1786 Some keys for ancient Korean syllables are changed properly.
1787
17881998-06-20 Kenichi Handa <handa@etl.go.jp>
1789
1790 * quail/ethiopic.el: Don't add hook to quail-mode-hook.
1791 (ethio-select-a-translation): New function.
1792
17931998-06-10 Richard Stallman <rms@psilocin.ai.mit.edu>
1794
1795 * Makefile.in (RUN-EMACS): Add --multibyte.
1796
17971998-04-29 Karl Heuer <kwzh@gnu.org>
1798
1799 * Makefile.in (SLAVIC): Delete redundant backslash.
1800
18011998-04-28 Richard Stallman <rms@psilocin.gnu.org>
1802
1803 * Makefile.in (install): Make INSTALLDIR and contents world-readable.
1804
18051998-04-20 Kenichi Handa <handa@etl.go.jp>
1806
1807 * Makefile.in (SLAVIC): New macro.
1808 (EUROPEAN): Include ${SLAVIC}.
1809
18101998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
1811
1812 * Makefile.in: Prepend ${srcdir} to all non-TIT lisp file names.
1813 (leim-list.el): Depend on ${WORLD}.
1814
1815 * latin-alt.el (latin-2-alt-postfix): Doc fix.
1816
18171998-04-08 Karl Heuer <kwzh@mescaline.gnu.org>
1818
1819 * czech.el, slovak.el: Correct starting commentary.
1820
18211998-04-07 Milan Zamazal <pdm@fi.muni.cz>
1822
1823 * quail/czech.el, quail/slovak.el: Correct starting commentary.
1824
18251998-04-06 Andreas Schwab <schwab@gnu.org>
1826
1827 * lrt.el (lrt-composing-pattern-double-c): Change chars-in-string
1828 to length.
1829 (lrt-generate-quail-map): Change sref to aref, and make second
1830 argument of substring a character index.
1831
18321998-03-26 Richard Stallman <rms@psilocin.gnu.org>
1833
1834 * Makefile.in (${TIT}): Fix shell conditional syntax.
1835
18361998-03-18 Kenichi Handa <handa@etl.go.jp>
1837
cb0dc144 1838 * quail/latin-pre.el ("latin-1-prefix"): Fix the translation of
58af2287
DL
1839 "/ " to "/" (instead of " ").
1840
18411998-03-17 Richard Stallman <rms@psilocin.gnu.org>
1842
1843 * quail/czech.el, quail/slovak.el: New files.
1844
18451998-03-10 Richard Stallman <rms@psilocin.gnu.org>
1846
1847 * Makefile.in (BUILT-EMACS): Variable renamed from EMACS.
1848 Uses changed.
1849
18501998-03-05 Kenichi Handa <handa@etl.go.jp>
1851
1852 * Makefile.in (${TIT}): To byte-compile quail packages, use just
1853 built quail.
1854
177c0ea7 18551997-12-09 Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de>
58af2287
DL
1856
1857 * quail/hanja3.el: New file.
1858
1859 * quail/hanja-jis.el: Title string of the input method
1860 "korean-hanja-jis" changed.
1861
1862 * quail/symbol-ksc.el: Title string of the input method
1863 "korean-symbol" changed. Require 'korea-util.
1864 (quail-hangul-switch-back): Deleted.
1865
1866 * quail/hangul3.el: Require 'korea-util.
1867 (quail-hangul-switch-to-symbol-ksc): Deleted.
1868
1869 * quail/hanja.el: Require 'korea-util. Title string of the input
1870 method "korean-hanja" changed.
1871 (quail-hanja-switch-to-symbol-ksc): Deleted.
1872
1873 * quail/hangul.el: Require 'korea-util.
1874 (quail-hangul-switch-to-symbol-ksc): Deleted.
a4416b14 1875
58af2287
DL
18761997-10-23 Kenichi Handa <handa@etl.go.jp>
1877
1878 * quail/ethiopic.el: The title string of input method "Ethiopic"
1879 is changed.
1880
18811997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1882
1883 * Version 20.2 released.
1884
18851997-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1886
1887 * quail/latin-post.el (german): Swap y and z.
1888
18891997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1890
1891 * Version 20.1 released.
1892
1893 * quail/latin-alt.el (latin-2-postfix): Use : for double-acute again.
a4416b14 1894
58af2287
DL
18951997-09-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1896
1897 * quail/viqr.el (vietnamese-viqr): Doc fix.
1898
18991997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1900
1901 * quail/latin-alt.el: New file.
1902
19031997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1904
1905 * quail/latin-post.el: Undo previous change.
a4416b14 1906
58af2287
DL
19071997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1908
1909 * quail/latin-post.el (latin-2-postfix):
1910 Replace comma and period with `. Replace colon with /.
1911 (latin-1-postfix): Replace comma with /.
1912 (french-postfix): Replace comma with /.
1913 (latin-3-postfix): Replace comma with ` and period with /.
1914 (latin-4-postfix): Replace comma with ` and period with ~.
1915 (latin-5-postfix): Replace comma with ` and period with /.
1916 (turkish-postfix): Replace comma with ` and period with /.
1917
19181997-09-10 Kenichi Handa <handa@etl.go.jp>
1919
1920 * quail/ethiopic.el: Don't bind keys in quail-mode-map. The
1921 function added to quail-mode-hook turn ethio-mode on only when
1922 input method "ethiopic" is begin used.
1923 (ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el.
1924 (ethio-toggle-space): Likewise.
1925 (ethio-insert-space): Likewise.
1926 (ethio-insert-ethio-space): Likewise.
1927 (ethio-prefer-ascii-punctuation): Likewise.
1928 (ethio-toggle-punctuation): Likewise.
1929 (ethio-gemination): Likewise.
1930 ("ethiopic"): Doc-string of this Quail package modified. Bind
1931 function keys for TRANSLATION-KEYMAP to
1932 quail-execute-non-quail-command.
1933
19341997-09-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1935
1936 * Makefile.in (install): Use quail/* in the second tar that
1937 copies a dir named quail.
1938
19391997-09-03 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1940
1941 * Makefile.in (install): Do not copy leim-list.el twice. Copy
1942 `skk' subdirectory too.
1943
19441997-09-03 Kenichi Handa <handa@etl.go.jp>
1945
1946 * quail/cyrillic.el: For each package, pass t for the SIMPLE
1947 argument to quail-define-package.
1948 * quail/cyril-jis.el: Likewise
1949 * quail/greek.el: Likewise.
1950 * quail/ipa.el: Likewise.
1951 * quail/lao.el: Likewise.
1952 * quail/lrt.el: Likewise.
1953 * quail/thai.el: Likewise.
1954 * quail/viqr.el: Likewise.
1955
19561997-08-30 Naoto TAKAHASHI <ntakahas@etl.go.jp>
1957
183080b6 1958 * quail/ethiopic.el ("ethiopic"): Doc-string fixed. Change the arg
58af2287
DL
1959 TRANSLATION-KEYS.
1960 (quail-mode-map): Change binding for ethio-insert-ethio-space.
1961 (quail-mode-hook): Check the current Quail package name.
1962
1963 * quail/latin-post.el: Add rules for cancelling accents by typing
1964 two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail
1965 packages.
1966
19671997-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1968
1969 * quail/latin-post.el, quail/latin-pre.el: For each package,
1970 pass t for the SIMPLE argument to quail-define-package.
1971
19721997-08-28 Kenichi Handa <handa@etl.go.jp>
1973
1974 * Makefile.in (dotdot): This macro deleted.
1975 (SUBDIRS): Exclude skk.
1976 (all): Substitute ${WORLD} to ${TIT}.
1977 (%.el): This target deleted.
1978 (${TIT}): Check existence of `quail' subdirectory.
1979 (leim-list.el): Do not check old files.
1980 (install): If ${srcdir} is different from the current directory,
1981 copy also files under ${srcdir}.
1982
19831997-08-26 Kenichi Handa <handa@etl.go.jp>
1984
1985 * Makefile.in: Re-arrange macros so that the macro TIT contains
1986 only Quial packages generated from CXTERM dictionaries, and the
1987 macro NON-TIT contains only Quial packages distributed with Emacs.
1988 (install): Do not use -h option for tar, instead copy ${NON-TIT}
1989 and ${TIT} separately.
1990
19911997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1992
1993 * Makefile.in (install): Discard extra data in tar | tar command.
1994
19951997-08-23 Kenichi Handa <handa@etl.go.jp>
1996
1997 * quail/devanagari.el (quail-devanagari-compose-characters): Fix
1998 previous change.
1999 (quail-devanagari-hindi-compose-characters): Fix previous change.
2000
2001 * quail/japanese.el (quail-japanese-kkc-mode-exit): Fix previous
2002 change.
2003
20041997-08-22 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2005
2006 * Makefile.in (leim-list.el): Fix previous change.
2007
2008 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
2009
20101997-08-21 Kenichi HANDA <handa@etl.go.jp>
2011
2012 * quail/py-punct-b5.el: Name changed from py-punct-b5.el.
2013 * quail/tsang-b5.el: Name changed from tsangchi-b5.el.
2014 * quail/tsang-cns.el: Name changed from tsangchi-cns.el.
2015
2016 * Makefile.in (install): Just copy leim-list.el instead of running
2017 update-leim-list-file on ${INSTALLDIR}.
2018 (CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el,
2019 py-punct-b5.el -> pypunct-b5.el.
2020 (CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el.
2021 (leim-list.el): Delete old files not contained in ${WORLD}.
2022
2023 * quail/japanese.el (quail-japanese-kkc-mode-exit): Run
2024 input-method-after-insert-chunk-hook.
2025
2026 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
2027
20281997-08-19 Kenichi Handa <handa@etl.go.jp>
2029
2030 * quail/hangul.el ("korean-hangul"): Doc-string of this Quail
2031 package fixed.
2032
20331997-08-18 Kenichi Handa <handa@etl.go.jp>
2034
2035 * quail/japanese.el (quail-japanese-toggle-kana): Don't call
2036 throw.
2037 (quail-japanese-kanji-kkc): Completely re-written.
2038 (quail-japanese-kkc-mode-exit): New function.
2039 (quail-japanese-switch-package): Call activate-input-method
2040 instead of select-input-method.
2041
2042 * quail/thai.el (thai-consonant-input): Typo fixed.
2043
2044 * quail/devanagari.el (quail-devanagari-compose-characters): Do
2045 not call throw.
2046 (quail-devanagari-hindi-compose-characters): Likewise.
2047
2048 * quail/hangul.el (quail-hangul-switch-to-symbol-ksc): Call
2049 activate-input-method instead of select-input-method.
2050
2051 * quail/hangul3.el (quail-hangul-switch-to-symbol-ksc): Likewise.
2052
2053 * quail/symbol-ksc.el (quail-hangul-switch-back): Likewise. Use
2054 input-method-history instead of previous-input-method.
2055
20561997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu>
2057
59daa29a 2058 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.
58af2287
DL
2059
20601997-08-16 Kenichi Handa <handa@etl.go.jp>
2061
2062 * quail/lrt.el (lrt-vowel-table): Some elements corrected.
2063 ("lao-lrt"): Doc-string of this Quail package modified.
10d1d0af 2064 Some translation rules added.
58af2287
DL
2065
2066 * quail/lao.el (lao-keyboard-mapping): Some elements corrected.
2067 (lao-quail-define-rules): Some translation rules corrected.
2068
20691997-08-11 Kenichi Handa <handa@etl.go.jp>
2070
2071 * quail/lrt.el: Some rules added for Quail package "lao-lrt".
2072 (lrt-vowel-table): The entry for "aM" corrected.
2073
20741997-08-07 Kenichi Handa <handa@etl.go.jp>
2075
2076 * quail/lrt.el: Change title string of input method "lao-lrt".
2077 (lrt-single-consonant-table): Several key sequence changed.
2078 (lrt-composing-pattern-double-c): Handle a consonant with
2079 semi-vowel-lower correctly.
2080 (lrt-handle-maa-sakod): Do not reset quail-current-key.
2081 (lrt-handle-tone-mark): Check the existence of double consonant
2082 correctly.
2083
2084 * quail/lao.el: Change title string of input method "Lao".
2085
20861997-08-04 Valery Alexeev <valery@domovoy.math.uga.edu>
2087
2088 * quail/cyrillic.el (cyrillic-translit): Doc-string of the package
10d1d0af 2089 modified. Several translation rules modified.
58af2287
DL
2090
20911997-08-04 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2092
2093 * quail/cyrillic.el: Move Quail package cyrillic-jis-russian to
2094 quail/cyril-jis.el.
2095
2096 * quail/cyril-jis.el: New file.
2097
2098 * Makefile.in (RUSSIAN): Add quail/cyril-jis.el.
2099
21001997-08-01 Kenichi Handa <handa@etl.go.jp>
2101
2102 * quail/ethiopic.el: In quail-mode-map, bind
2103 ethio-insert-ethio-space Shift-SPACE. Add translation rules to
2104 Quail package "ethiopic".
2105
21061997-08-01 Valery Alexeev <valery@domovoy.math.uga.edu>
2107
2108 * quail/cyrillic.el (cyrillic-translit): New input method.
2109
21101997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2111
2112 * quail/tibetan.el: New file.
2113
2114 * quail/py-punct.el: Require 'quail.
2115
2116 * quail/py-punct-b5.el: Require 'quail.
2117
2118 * quail/ethiopic.el: Change Quail package name to "ethiopic".
2119 (ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.
2120
10d1d0af 2121 * Makefile.in (TIT): New variable, concatenation of TIT-GB and
58af2287
DL
2122 TIT-BIG5.
2123 (RUN-EMACS): Do not set EMACSLOADPATH.
10d1d0af 2124 (ASIA): Include TIBETAN.
58af2287 2125 (all): Remove stamp-bytecomp from dependency list.
10d1d0af 2126 ({$TIT}): New target, substitutes the target ${TIT-GB} ${TIT-BIG5}.
58af2287
DL
2127 (%.el): Make a link for byte-compiled file too.
2128 (stamp-bytecomp): Target deleted.
2129 (leim-list.el): Run Emacs with loading quail.
2130 (install-XXX): These targets deleted.
2131 (install): Remove files under INSTALLDIR before copying new files.
2132 Run Emacs with loading quail.
2133 (clean mostlyclean): Remove only generated files.
2134
21351997-07-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2136
2137 * Makefile.in (stamp-bytecomp): Fix shell conditional.
2138 (clean): Fix shell conditional.
2139
21401997-07-21 Jim Meyering <meyering@eng.ascend.com>
2141
2142 * Makefile.in: Use @LN_S@, not ln -s, in case no symlink support.
2143 (clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc.
2144
21451997-07-17 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2146
2147 * Makefile.in: Modified to avoid *.el files being regarded
10d1d0af 2148 as intermediate files and deleted by GNU make.
58af2287
DL
2149
2150 * quail/lrt.el (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
2151 (lrt-handle-maa-sakod): Correctly handle the case that
2152 quail-current-data is nil.
2153 (lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" +
2154 tone.
2155
21561997-07-15 Kenichi Handa <handa@etl.go.jp>
2157
2158 * quail/py-punct.el: New file.
2159
2160 * quail/py-punct-b5.el: New file.
2161
2162 * quail/japanese.el: Doc-string of Quail package japanese modified.
2163
2164 * Makefile.in: Rules re-written to avoid tricky code.
183080b6
JB
2165 (CHINESE-GB): Include quail/py-punct.elc.
2166 (CHINESE-BIG5): Include quail/py-punct-b5.elc.
a4416b14 2167
58af2287
DL
21681997-07-10 Kenichi Handa <handa@etl.go.jp>
2169
2170 * quail/latin-pre.el: Change titles of quail packages.
2171
2172 * quail/latin-post.el: Likewise.
2173
6922b018 2174;; Local Variables:
880820fe 2175;; coding: utf-8
6922b018 2176;; End:
2a34a036 2177
73b0cd50 2178 Copyright (C) 1997-1999, 2001-2011 Free Software Foundation, Inc.
5b87ad55
GM
2179
2180 This file is part of GNU Emacs.
2181
d3fb0974 2182 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 2183 it under the terms of the GNU General Public License as published by
d3fb0974
GM
2184 the Free Software Foundation, either version 3 of the License, or
2185 (at your option) any later version.
5b87ad55
GM
2186
2187 GNU Emacs is distributed in the hope that it will be useful,
2188 but WITHOUT ANY WARRANTY; without even the implied warranty of
2189 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2190 GNU General Public License for more details.
2191
2192 You should have received a copy of the GNU General Public License
d3fb0974 2193 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.