* alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
[bpt/emacs.git] / leim / ChangeLog
... / ...
CommitLineData
12011-05-16 Eli Zaretskii <eliz@gnu.org>
2
3 * Makefile.in (OTHERS): Add $(srcdir)/quail/persian.elc.
4
5 * makefile.w32-in (MISC): Add $(srcdir)/quail/persian.elc.
6
72011-05-16 Mohsen BANAN <libre@mohsen.banan.1.byname.net>
8
9 * quail/persian.el: New file.
10
112011-05-05 Eli Zaretskii <eliz@gnu.org>
12
13 * quail/latin-ltx.el <\beth, \gimel, \daleth>: Produce
14 corresponding symbols rather than Hebrew letters. (Bug#8563)
15
16 * quail/latin-ltx.el <\aleph>: Produce ALEF SYMBOL instead of
17 HEBREW LETTER ALEF. (Bug#8563)
18
192011-03-23 Glenn Morris <rgm@gnu.org>
20
21 * Makefile.in (install): Use `install-sh -d' rather than mkinstalldirs.
22
232011-03-07 Chong Yidong <cyd@stupidchicken.com>
24
25 * Version 23.3 released.
26
272011-02-28 Juanma Barranquero <lekktu@gmail.com>
28
29 * quail/ethiopic.el ("ethiopic"): Fix tpo in docstring.
30
312011-01-28 Paul Eggert <eggert@cs.ucla.edu>
32
33 Redo spelling of Makefile variables to conform to POSIX.
34 POSIX does not allow "-" in Makefile variable names.
35 Reported by Bruno Haible in
36 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00990.html>.
37 * Makefile.in (BUILT_EMACS): Renamed from BUILT-EMACS.
38 (TIT_GB): Renamed from TIT-GB.
39 (CHINESE_TIT): Renamed from CHINESE-TIT.
40 (NON_TIT_GB): Renamed from NON-TIT-GB.
41 (NON_TIT_BIG5): Renamed from NON-TIT-BIG5.
42 (CHINESE_NON_TIT): Renamed from CHINESE-NON-TIT.
43 (CHINESE_GB): Renamed from CHINESE-GB.
44 (CHINESE_BIG5): Renamed from CHINESE-BIG5.
45 (TIT_MISC): Renamed from TIT-MISC.
46 (NON_TIT_MISC): Renamed from NON-TIT-MISC.
47 (TIT_SOURCES): Renamed from TIT-SOURCES.
48 (MISC_SOURCES): Renamed from MISC-SOURCES.
49
502011-01-08 Glenn Morris <rgm@gnu.org>
51
52 * makefile.w32-in (RUN_EMACS):
53 * Makefile.in (RUN-EMACS): Add --no-site-lisp.
54
55 * makefile.w32-in (RUN_EMACS):
56 * Makefile.in (RUN-EMACS): -batch implies --no-init-file.
57
582010-08-28 Kenichi Handa <handa@m17n.org>
59
60 * quail/japanese.el (quail-japanese-update-translation):
61 Fix handling of invalid key.
62
632010-08-15 Andreas Schwab <schwab@linux-m68k.org>
64
65 * quail/vntelex.el ("vietnamese-telex"): Doc fix.
66
67 * quail/georgian.el: Remove extra backslashes.
68
692010-08-14 Andreas Schwab <schwab@linux-m68k.org>
70
71 * quail/arabic.el: Quote [ and ].
72 * quail/latin-ltx.el: Likewise.
73
74 * quail/greek.el ("greek", "greek-postfix"): Change string to
75 character.
76
772010-08-13 Kenichi Handa <handa@m17n.org>
78
79 * quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
80
812010-08-09 Kenichi Handa <handa@m17n.org>
82
83 * quail/greek.el ("greek"): Add rules for Greek style quotes.
84
852010-05-15 Glenn Morris <rgm@gnu.org>
86
87 * Makefile.in (install): Remove references to CVS-related files.
88
892010-05-07 Chong Yidong <cyd@stupidchicken.com>
90
91 * Version 23.2 released.
92
932010-04-06 Chong Yidong <cyd@stupidchicken.com>
94
95 * quail/vntelex.el: Fix "af" rule (Bug#5836).
96
972010-03-27 Eli Zaretskii <eliz@gnu.org>
98
99 * makefile.w32-in ($(TIT), $(MISC_DIC), leim-list.el): Enclose the
100 argument of "-l" in $(ARGQUOTE), in case it includes blanks or
101 other special characters.
102
1032010-03-18 Glenn Morris <rgm@gnu.org>
104
105 * Makefile.in (maintainer-clean): Use bootstrap-clean.
106 (extraclean): Fix deletion patterns.
107
108 * Makefile.in (dot): Remove, since ../ is used throughout the
109 other Makefiles.
110
1112010-03-10 Chong Yidong <cyd@stupidchicken.com>
112
113 * Branch for 23.2.
114
1152010-02-16 Kenichi Handa <handa@m17n.org>
116
117 * SKK-DIC/SKK-JISYO.L: Updated to the latest version.
118
1192009-12-05 Vasily Korytov <vasily@korytov.pp.ru>
120
121 * quail/cyrillic.el (russian-typewriter): Change keyboard layout.
122 (Bug#904)
123
1242009-09-09 Glenn Morris <rgm@gnu.org>
125
126 * Makefile.in (install): Set umask to world-readable before creating
127 directories.
128
1292009-08-31 Juri Linkov <juri@jurta.org>
130
131 * quail/ipa.el ("ipa"): Set `forget-last-selection' to nil.
132 ("ipa-x-sampa"): Set `forget-last-selection' to nil.
133 Set `deterministic' to nil.
134 ("ipa"): Bind "g" to U+0261, and "tsh" to a list of "U+02A7",
135 "U+0074 U+0283", "U+0074 U+2040 U+0283".
136 ("ipa-kirshenbaum", ipa-x-sampa"): Bind "g" to U+0261, and "tS"
137 to a list of "U+02A7", "U+0074 U+0283", "U+0074 U+2040 U+0283".
138 Fix comments.
139
1402009-08-31 Juri Linkov <juri@jurta.org>
141
142 * quail/ipa.el ("ipa-kirshenbaum"): Rename from "kirshenbaum-ipa".
143 ("ipa-x-sampa"): Rename from "x-sampa-ipa".
144 (ipa-x-sampa-implosive-submap): Rename from
145 x-sampa-implosive-submap.
146 (ipa-x-sampa-prepend-to-keymap-entry): Rename from
147 x-sampa-prepend-to-keymap-entry.
148 (ipa-x-sampa-underscore-implosive): Rename from
149 x-sampa-underscore-implosive.
150 (ipa-x-sampa-implosive-submap): Move before first use.
151
1522009-08-30 Aidan Kehoe <kehoea@parhasard.net>
153
154 * quail/ipa.el ("kirshenbaum-ipa", "x-sampa-ipa"):
155 Two new input methods, both following widely-used Usenet
156 conventions for mapping ASCII to the IPA. Kirshenbaum is common in
157 sci.lang and alt.usage.english, X-SAMPA in various (mostly
158 European) non-English language fora. X-SAMPA is slightly more
159 complex to support in Quail that Kirshenbaum, whence the two extra
160 function and one extra submap to support it.
161 (x-sampa-prepend-to-keymap-entry): New function.
162 (x-sampa-underscore-implosive): New function.
163 (x-sampa-implosive-submap): New Quail submap.
164
1652009-08-30 Aidan Kehoe <kehoea@parhasard.net>
166
167 * quail/ipa.el: Recode the file as UTF-8, for better
168 interoperability with other applications.
169
1702009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
171
172 * quail/latin-ltx.el (\circ): Use the `ring operator' rather than
173 `white circle'.
174
175 * Makefile.in (leim-list.el, install): Don't use -r to remove files.
176
1772009-08-25 Glenn Morris <rgm@gnu.org>
178
179 * quail/hangul.el (top-level): Don't require cl at run-time.
180
1812009-08-21 Thamer Mahmoud <thamer.mahmoud@gmail.com> (tiny change)
182
183 * quail/arabic.el: Add missing keys that exist on the Arabic X
184 keyboard. Don't insert Lam-alef ligatures from the Arabic
185 Presentation Forms ranges; instead, separate Lam-Alef ligatures
186 into a list of two letters (Lam and a suitable Alef).
187
1882009-06-23 Kenichi Handa <handa@m17n.org>
189
190 * quail/hangul.el (hangul-to-hanja-conversion): When it is called
191 while korean input method is off, convert the following character.
192
1932009-06-21 Chong Yidong <cyd@stupidchicken.com>
194
195 * Branch for 23.1.
196
1972009-06-18 Kenichi Handa <handa@m17n.org>
198
199 * quail/hangul.el (hangul-im-keymap): Add binding of key
200 Hangul_Hanja.
201
2022009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
203
204 * Makefile.in (install): Avoid using $$(..) construct, for Solaris
205 compatibility.
206
2072009-04-12 Andreas Schwab <schwab@linux-m68k.org>
208
209 * Makefile.in (install): Remove .gitignore files.
210
2112009-03-19 Kenichi Handa <handa@m17n.org>
212
213 * leim-ext.el: Change the encoding to utf-8.
214
2152008-12-30 Jan Djärv <jan.h.d@swipnet.se>
216
217 * Makefile.in (install): Remove old directories in ns_appresdir before
218 moving new directories there.
219
2202008-11-11 Juanma Barranquero <lekktu@gmail.com>
221
222 * quail/hangul.el (hangul-im-keymap, hangul-insert-character)
223 (hangul-djamo, hangul2-input-method-moum, hangul3-input-method-cho)
224 (hangul3-input-method-jung, hangul3-input-method-jong):
225 Fix typos in docstrings.
226
2272008-11-07 Vasily Korytov <vasily@korytov.pp.ru> (tiny change)
228
229 * quail/cyrillic.el: Handle backslash key (bug#839).
230
2312008-10-20 Kenichi Handa <handa@m17n.org>
232
233 * quail/indian.el (inscript-mlm-keytable): New variable.
234 (malayalam-inscript): Use inscript-mlm-keytable.
235
2362008-09-11 Magnus Henoch <mange@freemail.hu>
237
238 * quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G
239 with upturn.
240
2412008-09-02 Carsten Bormann <cabo@tzi.org>
242
243 * quail/latin-post.el ("german-postfix"): Do not translate ue to
244 \"u after a, e or q, because that would be extremely uncommon
245 compared to aue, eue or que. The only exception is the prefix
246 "ge", after which, according to corpus statistics, a \"u can be
247 expected.
248
2492008-08-10 Jihyun Cho <jihyun.jo@gmail.com>
250
251 * quail/hangul.el (hangul3-input-method-jong): Fix array indexing bug.
252
2532008-07-19 Juri Linkov <juri@jurta.org>
254
255 * quail/cyrillic.el ("cyrillic-translit"): Add two rules "//'" and
256 "//`" for combining accents as a separate character. Keep two
257 rules "i`" and "I`" for characters where accent is not a separate
258 character. Revert changes that added postfix combining accents.
259
2602008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
261
262 * Makefile.in (install): Perform post-install cleanup inside NS app
263 bundle.
264
2652008-07-12 Juri Linkov <juri@jurta.org>
266
267 * quail/rfc1345.el: Replace non-printable control characters with
268 equivalent text-only notations.
269
270 * quail/cyrillic.el ("cyrillic-translit"): Fix rules with
271 combining acute accent. Add rules ("e\\" ?э) ("E\\" ?Э).
272 Change conflicting rules ("u'" ?ў) to ("u~" ?ў), and ("U'" ?Ў)
273 to ("U~" ?Ў). Doc fix. Put combining accent rules into one group.
274
2752008-07-10 Teodor Zlatanov <tzz@lifelogs.com>
276
277 * quail/cyrillic.el : Add more rules to cyrillic-translit, make
278 everything postfix. Adjust to eliminate conflicts.
279
2802008-06-30 Juanma Barranquero <lekktu@gmail.com>
281
282 * quail/hangul3.el: Remove (unneeded since 2008-06-03).
283
2842008-06-27 Glenn Morris <rgm@gnu.org>
285
286 * Makefile.in (.el.elc): Copy the echo behavior of lisp/Makefile.in.
287
2882008-06-24 Juanma Barranquero <lekktu@gmail.com>
289
290 * makefile.w32-in (MISC): Add $(srcdir)/quail/arabic.elc.
291
2922008-06-20 Eli Zaretskii <eliz@gnu.org>
293
294 * makefile.w32-in (distclean): Don't delete `quail' subdir: if we
295 are building in the sandbox, there are precious files there.
296 (clean mostlyclean): Delete leim-list.el~.
297 (distclean): Delete makefile.
298
2992008-06-13 Teodor Zlatanov <tzz@lifelogs.com>
300
301 * quail/cyrillic.el: Add quotation marks, paragraph symbol, angled
302 brackets, number symbol, and accented aeio to cyrillic-translit.
303
3042008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
305
306 * quail/hangul.el: Completely re-written.
307
3082008-06-03 Kenichi Handa <handa@m17n.org>
309
310 * makefile.w32-in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
311 (leim-list.el): Remove leim-list.el at first.
312
313 * Makefile.in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
314 (leim-list.el): Remove leim-list.el at first.
315
316 * leim-ext.el: Register input methods "korean-hangul",
317 "korean-hangul3f", "korean-hangul390", and "korean-hangul3".
318
3192008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * quail/latin-ltx.el: Don't use single-char mapping from ~ to NBSP.
322
3232008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
324
325 * quail/indian.el: Don't require devan-util.
326
3272008-02-01 James Cloos <cloos@jhcloos.com>
328
329 * quail/arabic.el: Update (sync with xkeyboard-config keyboard).
330
3312008-02-01 Kenichi Handa <handa@m17n.org>
332
333 * Makefile.in (OTHERS): Add arabic.elc.
334
3352008-02-01 James Cloos <cloos@jhcloos.com>
336
337 * quail/arabic.el: New file.
338
3392008-02-01 Kenichi Handa <handa@m17n.org>
340
341 * MISC-DIC/pinyin.map: Fix encoding to that of the original file.
342
3432008-02-01 KAWABATA, Taichi <kawabata@m17n.org>
344
345 * quail/indian.el (quail-indian-flatten-list): Delete it.
346 (quail-define-inscript-package): Pay attention to `nil' values of
347 char/key-table.
348 (inscript-tml-keytable): New variable. Use it for Tamil inscript.
349
3502008-02-01 Dave Love <fx@gnu.org>
351
352 * quail/latin-post.el ("turkish-latin-3-postfix"): Make it
353 just an alias for turkish-postfix.
354
355 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Make it
356 just an alias for turkish-alt-postfix.
357
358 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
359
3602008-02-01 Kenichi Handa <handa@m17n.org>
361
362 * quail/thai.el: Don't require thai-util.
363 (quail-thai-update-translation): Delete function.
364 (thai-generate-quail-map): Change to a macro that directly calls
365 quail-define-rules.
366 ("thai-kesmanee", "thai-pattachote"): Don't use
367 UPDATE-TRANSLATION-FUNCTION.
368
369 * quail/indian.el (quail-indian-preceding-char-position): Delete
370 function.
371 (quail-indian-update-preceding-char): Delete variable.
372 (quail-indian-update-translation): Delete function.
373 (quail-define-indian-trans-package): Don't call
374 quail-define-package with quail-indian-update-translation.
375 (quail-define-inscript-package): Likewise.
376
3772008-02-01 Dave Love <fx@gnu.org>
378
379 * quail/indian.el (quail-indian-preceding-char-position)
380 (quail-indian-update-translation, quail-define-inscript-package):
381 Use characterp, not char-valid-p.
382
3832008-02-01 Dave Love <fx@gnu.org>
384
385 * quail/welsh.el ("welsh"): Doc fix.
386
387 * quail/cyrillic.el: Reinstate some commented-out redundancies.
388 ("russian-typewriter"): Rename from cyrillic-typewriter.
389 Make cyrillic-jcuken effectively an alias for it.
390 ("russian-computer"): New.
391 ("bulgarian-phonetic"): Rename from bulgarian-pho.
392 ("bulgarian-bds"): Rename from bulgarian-standard.
393
3942008-02-01 Dave Love <fx@gnu.org>
395
396 * ja-dic/ja-dic.el: Add coding tag.
397
3982008-02-01 Dave Love <fx@gnu.org>
399
400 * latin-post.el: Recode to utf-8.
401 ("latin-postfix"): New method.
402
403 * latin-alt.el: Recode to utf-8.
404 ("latin-alt-postfix"): New method.
405
406 * quail/latin-pre.el: Recode to utf-8.
407 ("latin-1-prefix", "latin-8-prefix", "latin-9-prefix"): Add nbsp.
408 ("latin-3-prefix"): Remove bogus Latin-3 characters and ~o -> ġ,
409 ~O -> Ġ.
410 ("latin-prefix"): New method.
411
412 * quail/uni-input.el (utf-8-ccl-encode): Delete.
413 (ucs-input-method): Modify.
414
4152008-02-01 Kenichi Handa <handa@etl.go.jp>
416
417 * Makefile.in (RUN-EMACS): Add LC_ALL=C.
418
4192008-01-14 Aidan Kehoe <kehoea@parhasard.net> (tiny change)
420
421 * quail/latin-ltx.el ("TeX"): Correct the mappings for \v{k} and \vk.
422
4232008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
424
425 * makefile.w32-in:
426 * Makefile.in: Remove references to Xenix.
427
4282007-12-15 Richard Stallman <rms@gnu.org>
429
430 * quail/latin-post.el ("scandinavian-postfix"): Doc fix.
431
432 * quail/latin-alt.el: Many doc fixes.
433 ("danish-alt-postfix")
434 ("esperanto-alt-postfix", "finnish-alt-postfix")
435 ("german-alt-postfix", "icelandic-alt-postfix")
436 ("norwegian-alt-postfix", "scandinavian-alt-postfix")
437 ("spanish-alt-postfix", "swedish-alt-postfix"):
438 Deleted; they were identical to the non-alt versions.
439
4402007-12-07 Kenichi Handa <handa@ni.aist.go.jp>
441
442 * quail/lao.el (quail-map-from-table): Allow a tone just after a
443 consonant.
444
4452007-11-17 Glenn Morris <rgm@gnu.org>
446
447 * Makefile.in (check-declare): New target.
448
4492007-10-31 Glenn Morris <rgm@gnu.org>
450
451 * Makefile.in (install): Change ownership of installed files.
452
4532007-10-20 Edward O'Connor <hober0@gmail.com> (tiny change)
454
455 * quail/latin-ltx.el ("\\qed"): Add this rule.
456
4572007-10-24 Juanma Barranquero <lekktu@gmail.com>
458
459 * quail/indian.el (quail-indian-update-preceding-char):
460 Don't mark the variable as frame-local; it wasn't used as such.
461
4622007-07-25 Glenn Morris <rgm@gnu.org>
463
464 * Relicense all FSF files to GPLv3 or later.
465
466 * COPYING: Switch to GPLv3.
467
4682007-07-16 Eli Zaretskii <eliz@gnu.org>
469
470 * makefile.w32-in (extraclean): Don't delete *~.
471
4722007-06-02 Chong Yidong <cyd@stupidchicken.com>
473
474 * Version 22.1 released.
475
4762007-01-30 Kenichi Handa <handa@m17n.org>
477
478 * CXTERM-DIC/CCDOSPY.tit, CXTERM-DIC/PY-b5.tit, CXTERM-DIC/SW.tit,
479 * CXTERM-DIC/TONEPY.tit: Add copyright and license notices.
480
481 * MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: Add copyright and
482 license notices.
483
4842007-01-24 Kenichi Handa <handa@m17n.org>
485
486 * MISC-DIC/README: New file.
487
488 * CXTERM-DIC/README: New file.
489
490 * CXTERM-DIC/4Corner.tit, CXTERM-DIC/CCDOSPY.tit,
491 * CXTERM-DIC/PY-b5.tit, CXTERM-DIC/QJ-b5.tit, CXTERM-DIC/QJ.tit,
492 * CXTERM-DIC/SW.tit, CXTERM-DIC/TONEPY.tit: Updated from
493 X11R6/contrib/programs/cxterm.
494
495 * ja-dic/ja-dic.el: Regenerated.
496
4972007-01-12 Kenichi Handa <handa@m17n.org>
498
499 * quail/uni-input.el (ucs-input-method): Signal an error for a
500 Unicode character that is not yet supported.
501
5022006-12-26 Andreas Schwab <schwab@suse.de>
503
504 * Makefile.in (datarootdir): Define.
505
5062006-12-20 Eli Zaretskii <eliz@gnu.org>
507
508 * Makefile.in (leim-list.el): Depend on ${TIT-MISC}, not
509 ${NON-TIT-MISC}.
510
5112006-12-09 Juanma Barranquero <lekktu@gmail.com>
512
513 * quail/latin-alt.el ("scandinavian-alt-postfix"): Fix typo.
514
515 * quail/uni-input.el (ucs-input-help): Fix title of ucs input method.
516
5172006-12-09 Eli Zaretskii <eliz@gnu.org>
518
519 * makefile.w32-in (leim-list.el): Depend on leim-ext.el as well.
520 Run Emacs to append non-empty non-comment lines in leim-ext.el
521 to leim-list.el.
522
5232006-12-05 Juanma Barranquero <lekktu@gmail.com>
524
525 * makefile.w32-in (MISC): Add $(srcdir)/quail/sisheng.elc.
526
5272006-11-29 Juanma Barranquero <lekktu@gmail.com>
528
529 * quail/greek.el ("greek-mizuochi"): Remove spurious initial newline
530 in docstring.
531
5322006-11-04 Romain Francoise <romain@orebokech.com>
533
534 * Makefile.in (bootstrap-clean): New target.
535
5362006-10-12 Kenichi Handa <handa@m17n.org>
537
538 * Makefile.in (install): Be sure to make ${INSTALLDIR} before `cd'
539 to it.
540
5412006-10-05 Chong Yidong <cyd@stupidchicken.com>
542
543 * quail/latin-ltx.el: Fix typo in previous change.
544
5452006-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * quail/latin-ltx.el: Remove rules that start with { since they are
548 redundant and hence impact the { key for no good reason.
549
5502006-10-02 Kenichi Handa <handa@m17n.org>
551
552 * Makefile.in (install): Fix previous change.
553
5542006-09-28 Kenichi Handa <handa@m17n.org>
555
556 * Makefile.in (install): Be sure to make ${INSTALLDIR}.
557
5582006-09-15 Jay Belanger <belanger@truman.edu>
559
560 * COPYING: Replace "Library Public License" by "Lesser Public
561 License" throughout.
562
5632006-09-06 Michaël Cadilhac <michael.cadilhac@lrde.org>
564
565 * quail/uni-input.el (ucs-input-method): Don't make the action of
566 a key not in [0-9a-zA-Z] when it was expected to be. Let the Emacs
567 mechanism do it.
568
5692006-07-12 David Kastrup <dak@gnu.org>
570
571 * quail/greek.el: Change iota subscriptum transliteration in
572 Ibycus4 encoding's capitals from "i" to "|".
573
5742006-03-03 Claudio Fontana <claudio@gnu.org>
575
576 * Makefile.in (install): Add DESTDIR variable to support staged
577 installations.
578
5792005-12-17 Eli Zaretskii <eliz@gnu.org>
580
581 * makefile.w32-in ($(TIT), leim-list.el): Warn that parts of
582 commands enclosed in $(ARGQUOTE)s should not be split between two
583 lines, as that will break with GNU Make >3.80, when sh.exe is used
584 and arg quoting is with '..'.
585
5862005-11-03 Andreas Schwab <schwab@suse.de>
587
588 * Makefile.in (GZIP_PROG): Renamed from GZIP.
589 (install): Adjust.
590
5912005-11-01 Romain Francoise <romain@orebokech.com>
592
593 * Makefile.in (install): Compress source files.
594
5952005-10-28 Juri Linkov <juri@jurta.org>
596
597 * quail/symbol-ksc.el: Add missing characters from 1st pos of
598 every table of [korean-ksc5601], and swap incorrectly ordered
599 characters at pos 91 and 90.
600
6012005-10-26 Torsten Bronger <bronger@physik.rwth-aachen.de> (tiny change)
602
603 * quail/latin-ltx.el ("TeX"): Change "\," mapping to U+202F (not
604 U+2006). Add more mappings from TeX's textcomp package.
605
6062005-10-25 Juri Linkov <juri@jurta.org>
607
608 * quail/cyrillic.el ("cyrillic-translit"): Set 4th arg `guidance'
609 to t for this multi-key input method.
610
6112005-10-24 Kenichi Handa <handa@m17n.org>
612
613 * quail/uni-input.el (ucs-input-activate): Don't add
614 quail-kill-guidance-buf to kill-buffer-hook.
615
6162005-07-08 Kenichi Handa <handa@m17n.org>
617
618 * quail/japanese.el (quail-japanese-kanji-kkc): Fix order of
619 insertion and deletion.
620
6212005-07-04 Lute Kamstra <lute@gnu.org>
622
623 Update FSF's address in GPL notices.
624
6252005-06-28 Kenichi Handa <handa@m17n.org>
626
627 * leim-ext.el: Add rules for inserting full-width space for
628 quail/Punct and quail/Punct-b5.
629
6302005-06-04 Eli Zaretskii <eliz@gnu.org>
631
632 * makefile.w32-in (distclean): Fix a typo (colon was after "clean").
633 (extraclean): New target, emulates Makefile.in.
634
6352005-04-06 Kenichi Handa <handa@m17n.org>
636
637 * quail/sgml-input.el ("sgml"): Enable quail-completion by typing TAB.
638
6392005-03-26 Kenichi Handa <handa@m17n.org>
640
641 * quail/latin-ltx.el ("TeX"): Enable quail-completion by typing TAB.
642
6432005-03-18 Kenichi Handa <handa@m17n.org>
644
645 * quail/thai.el (quail-thai-update-translation): Delete it.
646 (thai-generate-quail-map): Generate a simpler map.
647 ("thai-kesmanee"): Don't use quail-thai-update-translation.
648 (thai-generate-quail-map): Likewise.
649
6502005-03-15 Kenichi Handa <handa@m17n.org>
651
652 * quail/thai.el (thai-generate-quail-map): Fix the kesmanee layout.
653
6542005-03-08 Kenichi Handa <handa@m17n.org>
655
656 * quail/latin-pre.el ("latin-1-prefix"): Add rule "__"->"_".
657 ("latin-9-prefix"): Add rules "__"->"_", "_ "->NBSP.
658
6592004-12-04 Kenichi Handa <handa@m17n.org>
660
661 * quail/lao.el (lao-key-alist): Declare it by defvar.
662 (lao-key-alist-vector): New variable.
663 (lao-consonant-key-alist, lao-semivowel-key-alist)
664 (lao-vowel-key-alist, lao-voweltone-key-alist)
665 (lao-tone-key-alist, lao-other-key-alist): Initialize them from
666 lao-key-alist-vector.
667
6682004-09-25 Kenichi Handa <handa@m17n.org>
669
670 * quail/uni-input.el (ucs-input-method): Add error clause to
671 condition-case.
672
6732004-09-21 Kenichi Handa <handa@m17n.org>
674
675 * quail/uni-input.el: Move the call of register-input-method to
676 leim-ext.el.
677 (ucs-input-insert-char): New function.
678 (ucs-input-method): Use ucs-input-insert-char.
679 (ucs-input-activate): Call quail-hide-guidance instead of
680 quail-hide-guidance-buf.
681
682 * leim-ext.el: Add autoload for 'ucs-input-activate and
683 register-input-method for "ucs".
684
6852004-08-21 David Kastrup <dak@gnu.org>
686
687 * quail/greek.el ("greek-babel"): Add accent/breathing/uppercase
688 combinations.
689
6902004-08-16 Kenichi Handa <handa@m17n.org>
691
692 * quail/georgian.el ("georgian"): Call quail-define-package with
693 the show-layout arg t.
694
6952004-08-06 Andreas Schwab <schwab@suse.de>
696
697 * Makefile.in (install): Remove .arch-inventory files.
698
6992004-07-01 David Kastrup <dak@gnu.org>
700
701 * quail/greek.el ("((") ("))"): Add quotation mark shorthands.
702
7032004-06-30 Andreas Schwab <schwab@suse.de>
704
705 * Makefile.in (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
706 serialize parallel builds.
707 (${MISC:.elc=.el}): Depend on changed.misc.
708
7092004-06-05 Kenichi Handa <handa@m17n.org>
710
711 * Makefile.in (leim-list.el): Depend on leim-ext.el. Append the
712 contents of leim-ext.el to leim-list.el.
713
714 * leim-ext.el: New file.
715
7162004-05-17 Werner Lemberg <wl@gnu.org>
717
718 * quail/sisheng.el: New file.
719
7202004-05-17 Kenichi Handa <handa@m17n.org>
721
722 * Makefile.in (OTHERS): Add ${srcdir}/quail/sisheng.elc.
723
7242004-05-11 Eli Zaretskii <eliz@gnu.org>
725
726 * Makefile.in (leim-list.el): Move commands to convert TIT and
727 MISC dictionaries from here...
728 (changed.tit, changed.misc): ...to here. Remove the (now
729 unneeded) test of the contents of changed.* files.
730
7312004-05-10 Andreas Schwab <schwab@suse.de>
732
733 * Makefile.in (all): Re-add dependency on ${WORLD} so that lisp
734 files are compiled when bootstrapping.
735
7362004-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
737
738 * quail/latin-ltx.el ("TeX"): Fix typo.
739
7402004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * quail/latin-ltx.el: Use utf-8 coding.
743 ("TeX"): Add de and fr quotes. From Karl Eichwalder <ke@suse.de>.
744
7452004-05-04 Kenichi Handa <handa@m17n.org>
746
747 * Makefile.in (TIT-SOURCES): Prepend ${srcdir} to each element.
748 (MISC-SOURCES): Likewise.
749
7502004-05-01 Kenichi Handa <handa@m17n.org>
751
752 * Makefile.in (OTHERS): Rename from MISC.
753 (MISC): Rename from MISC-DIC.
754 (WORLD): Adjust for the above changes.
755 (TIT-MISC, NON-TIT-MISC): New targets.
756 (all): Don't depend on ${WORLD}.
757 (.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): Remove these targets.
758 (TIT-SOURCES, MISC-SOURCES): New macros.
759 (changed.tit, changed.misc): New targets.
760 (leim-list.el): Depend on ${NON-TIT-MISC}, changed.tit, and
761 changed.misc. Generate quail files from TIT and MISC files if
762 necessary.
763 (clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and
764 ${MISC-DIC}.
765
7662004-05-03 Jason Rumney <jasonr@gnu.org>
767
768 * makefile.nt: Remove.
769
7702004-04-23 Juanma Barranquero <lektu@terra.es>
771
772 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
773
7742004-04-09 Andrew Innes <andrewi@gnu.org>
775
776 * makefile.w32-in (distclean clean): Remove nmake specific
777 stamp-subdir test.
778
7792004-02-28 Kenichi Handa <handa@m17n.org>
780
781 * Makefile.in (all): Depend on ${WORLD} instead of ${TIT} and
782 ${MISC-DIC}.
783 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
784 (maintainer-clean): Delete files that are not in CVS repository.
785
786 * makefile.nt (all): Depend on $(WORLD) instead of $(TIT) and
787 $(MISC-DIC).
788 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
789 (maintainer-clean): Delete files that are not in CVS repository.
790
791 * makefile.w32-in (all): Depend on $(WORLD) instead of $(TIT) and
792 $(MISC-DIC).
793 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
794 (maintainer-clean): Delete files that are not in CVS repository.
795
7962004-02-16 Jérôme Marant <jmarant@nerim.net> (tiny change)
797
798 * Makefile.in (distclean maintainer-clean): Depend on clean.
799
8002004-01-27 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
801
802 * quail/cyrillic.el ("bulgarian-bds"): Docstring fixed.
803
8042004-01-22 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
805
806 * quail/cyrillic.el ("bulgarian-phonetic"): Docstring fixed.
807 Duplicate entry removed.
808 ("bulgarian-bds"): Docstring fixed.
809
8102003-10-06 Dave Love <fx@gnu.org>
811
812 * quail/latin-ltx.el: Several additions.
813
8142003-08-25 Jesper Harder <harder@ifa.au.dk> (tiny change)
815
816 * quail/latin-pre.el ("german-prefix"): Fix typo in the docstring.
817
8182003-08-20 Dave Love <fx@gnu.org>
819
820 * quail/latin-ltx.el: Add \rhd.
821
8222003-08-19 Markus Rost <rost@math.ohio-state.edu>
823
824 * quail/latin-pre.el ("french-prefix"): Fix spacing in docstring.
825
8262003-07-21 KAWABATA, Taichi <kawabata@m17n.org>
827
828 * quail/indian.el (quail-indian-update-translation): Adjust the
829 behavior according to the change of quail-translate-key.
830
8312003-05-22 Kenichi Handa <handa@m17n.org>
832
833 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Change the title
834 Chinese characters from GB to Big5.
835
8362003-05-01 Wlodzimierz Bzyl <matwb@julia.univ.gda.pl> (tiny change)
837
838 * quail/latin-pre.el ("polish-slash"): Add the rule "//"->?/.
839
8402003-04-05 Andreas Schwab <schwab@suse.de>
841
842 * Makefile.in (install): Remove CVS related and backup files from
843 installation directory.
844
8452003-02-27 David Kastrup <dak@gnu.org>
846
847 * quail/greek.el (greek-babel): Add koronis transliteration.
848
8492003-02-23 David Kastrup <dak@gnu.org>
850
851 * quail/greek.el (greek-babel): Fix <' accent.
852
8532003-02-17 Dave Love <fx@gnu.org>
854
855 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
856
8572003-02-14 Juanma Barranquero <lektu@terra.es>
858
859 * quail/uni-input.el (utf-8-ccl-encode): Fix use of character constants.
860
8612003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
862
863 * quail/indian.el (punjabi-itrans, gujarati-itrans, oriya-itrans)
864 (bengali-itrans, assamese-itrans, telugu-itrans, kannada-itrans)
865 (malayalam-itrans, tamil-itrans): New ITRANS based input methods.
866 (punjabi-inscript, gujarati-inscript, oriya-inscript)
867 (bengali-inscript, assamese-inscript, telugu-inscript)
868 (kannada-inscript, malayalam-inscript, tamil-inscript):
869 New INSCRIPT based input methods.
870
8712003-02-07 Kenichi Handa <handa@m17n.org>
872
873 * quail/cyrillic.el: Update quail-package-alist (not
874 input-method-alist) to make "cyrillic-jcuken" an alias of
875 "russian-typewriter". Add cookie for quail-update-leim-list-file.
876
8772003-02-05 David Kastrup <dak@gnu.org>
878
879 * quail/greek.el: Fix iota accent typos in greek-babel encoding.
880
8812003-01-05 Dave Love <fx@gnu.org>
882
883 * makefile.w32-in (SLAVIC): Add croatian.elc.
884
885 * Makefile.in (SLAVIC): Add croatian.elc.
886
887 * quail/croatian.el: New file.
888
8892002-12-10 Juanma Barranquero <lektu@terra.es>
890
891 * makefile.w32-in (LATIN): Add welsh.elc.
892 (MISC): Add georgian.elc.
893 (UNICODE): Add it.
894 (WORLD): Add $(UNICODE).
895
8962002-11-14 Dave Love <fx@gnu.org>
897
898 * quail/slovak.el: Add coding cookie.
899
900 * quail/latin-ltx.el: Fix coding cookie.
901
902 * quail/hebrew.el: Add coding cookie.
903
904 * quail/czech.el: Add coding cookie.
905
906 * quail/welsh.el: Undo last change.
907
9082002-09-11 Dave Love <fx@gnu.org>
909
910 * quail/latin-post.el ("slovenian"): New.
911
9122002-09-05 Kenichi Handa <handa@etl.go.jp>
913
914 * quail/thai.el (thai-kesmanee): Fix the mapping of `"' and `}'.
915
9162002-07-24 Dave Love <fx@gnu.org>
917
918 * quail/latin-alt.el ("latin-alt-postfix"): New.
919
920 * quail/latin-post.el ("latin-postfix"): New.
921
922 * quail/latin-pre.el ("latin-1-prefix"): Add nbsp.
923 ("latin-3-prefix"): Doc fix.
924 ("latin-prefix"): New.
925
9262002-07-12 Dave Love <fx@gnu.org>
927
928 * quail/cyrillic.el: Doc fixes.
929 ("cyrillic-beylorussian"): Commented-out.
930 ("cyrillic-translit-bulgarian"): Delete.
931 ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings.
932 ("ukrainian-computer", "belarusian", "bulgarian-bds")
933 ("russian-computer"): New.
934 ("bulgarian-phonetic"): Rename from bulgarian-pho. Add §, №, Ю.
935 ("russian-typewriter"): Rename from cyrillic-jcuken.
936
9372002-06-20 Dave Love <fx@gnu.org>
938
939 * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3
940 characters and ~o -> ġ, ~O -> Ġ.
941
9422002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
943
944 * Makefile.in (install): Use "tar -chf", to follow symlinks.
945
9462002-05-04 Triet Hoai Lai <thlai@ee.usyd.edu.au>
947
948 * quail/vntelex.el: Add even more rules.
949
9502002-04-30 Triet Hoai Lai <thlai@ee.usyd.edu.au>
951
952 * quail/vntelex.el: Add new rules to escape from composition.
953
9542002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
955
956 * quail/vntelex.el: Use proper charset.
957
9582002-04-22 Koaunghi Un <koaunghi@ling.cnu.ac.kr>
959
960 * quail/hanja.el ("Od"): Remove rule.
961
9622002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
963
964 * quail/indian.el: Replace commented-out lines with a condition
965 that is always false.
966
9672002-04-06 Jaeyoun Chung <jay@kldp.org>
968
969 * quail/hanja3.el ("kf"): Add a few composing rules
970 from "Taik-kyun Lim" <mongmong@milab.yonsei.ac.kr>
971
972 * quail/hangul3.el: Buggy alternative second character
973 sequence fixed ('/' for 'v' pair).
974 added a few more third character composing rule.
975
9762002-03-03 Werner Lemberg <wl@gnu.org>
977
978 * quail/vntelex.el: New file.
979 * Makefile.in (VIETNAMESE):
980 * makefile.nt (VIETNAMESE):
981 * makefile.w32-in (VIETNAMESE): Add it.
982
9832002-02-10 Andrew Innes <andrewi@gnu.org>
984
985 * makefile.w32-in ($(TIT)): Don't depend on $(SUBDIRS).
986 ($(MISC_DIC)): Ditto.
987
9882002-02-06 Richard M. Stallman <rms@gnu.org>
989
990 * quail/latin-pre.el (french-prefix): ", " => "," and "~ " => "~".
991 Don't define "~," at all.
992
9932002-01-29 Pavel Janík <Pavel@Janik.cz>
994
995 * quail/latin-pre.el (latin-2-prefix): Add Ě and ě.
996 From "Dr. Eduard Werner" <edi.werner@gmx.de>.
997
9982002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
999
1000 * quail/greek.el: Changed the behavior of the "greek" input
1001 method, to consider the "accent" and "diaeresis" as prefix keys.
1002 A new method (named "greek-postfix") was added which implements
1003 the old behavior. Also changed the mapping of the "Q/q" key to
1004 produce the ":/;" characters, as is customary in greek keyboards.
1005 From Nick Patavalis <npat@inaccessnetworks.com>.
1006
10072002-01-07 Jaeyoun Chung <jay@kldp.org>
1008
1009 * quail/hangul.el: Remove key sequence mapping for O[rsfaqtTd].
1010 Not used for Korean Hangul Type 2 (request from emacs-kr mailing list).
1011
10122002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1013
1014 * quail/cyrillic.el ("bulgarian-pho"): Fix a typo in a doc string.
1015
10162002-01-01 Dave Love <fx@gnu.org>
1017
1018 * quail/indian.el (quail-define-indian-trans-package): Unquote lambda.
1019 (quail-define-inscript-package): Avoid mapcar*.
1020
10212001-12-20 Dave Love <fx@gnu.org>
1022
1023 * quail/latin-ltx.el: Fix un-doubled backslashes.
1024
10252001-12-15 Dave Love <fx@gnu.org>
1026
1027 * quail/latin-pre.el ("french-prefix", "german-prefix")
1028 ("spanish-prefix"): Fix language assignment.
1029
1030 * quail/latin-post.el ("french-postfix", "german-postfix")
1031 ("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix")
1032 ("french-keyboard", "french-azerty", "german")
1033 ("spanish-keyboard"): Fix language assignment.
1034
1035 * quail/indian.el: Don't require cl.
1036 (quail-indian-flatten-list): Rename from flatten-list.
1037
1038 * quail/cyrillic.el ("cyrillic-beylorussian")
1039 ("cyrillic-ukrainian", "cyrillic-translit-bulgarian")
1040 ("belarusian", "bulgarian-pho"): Fix language assignment.
1041
1042 * quail/latin-alt.el ("french-alt-postfix", "german-alt-postfix")
1043 ("spanish-alt-postfix", "turkish-latin-3-alt-postfix")
1044 ("turkish-alt-postfix"): Fix language assignment.
1045 ("dutch"): Assign to Dutch. Use chars, not strings.
1046 ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"): New.
1047
10482001-12-08 Pavel Janík <Pavel@Janik.cz>
1049
1050 * COPYING: New file.
1051
10522001-12-03 Jaeyoun Chung <jay@kldp.org>
1053
1054 * quail/hangul3.el: Add a few convenient composing sequences for
1055 Korean keyboard type 3 users.
1056
10572001-11-29 Dave Love <fx@gnu.org>
1058
1059 * quail/latin-ltx.el: Extra translations. Fix some
1060 latin-iso8859-4 characters. Use Hebrew letters, not compatibility
1061 symbols.
1062
10632001-11-28 Juanma Barranquero <lektu@terra.es>
1064
1065 * makefile.w32-in (INDIAN): Adjust for the file name change;
1066 quail/devanagari.elc -> quail/indian.elc.
1067
1068 * makefile.nt (INDIAN): Likewise.
1069
10702001-11-21 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
1071
1072 * quail/devanagari.el: Renamed to indian.el.
1073
1074 * quail/indian.el: Renamed from devanagari.el, and completely
1075 re-written. The input method devanagari-hindi-transliteration is
1076 merged with devanagari-itrans, devanagari-keyboard-a is renamed to
1077 devanagari-inscript, devanagari-transliteration is renamed to
1078 devanagari-kyoto-harvard.
1079
1080 * Makefile.in: Adjusted for the file name change;
1081 quail/devanagari.elc -> quail/indian.elc.
1082
10832001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1084
1085 * quail/welsh.el: Avoid an error message due to a commented-out
1086 input method.
1087
10882001-11-05 Richard M. Stallman <rms@gnu.org>
1089
1090 * quail/rfc1345.el: Get rid of the explicit ^Z character.
1091
10922001-11-05 Eli Zaretskii <eliz@is.elta.co.il>
1093
1094 * quail/latin-ltx.el: Remove the call to IT-setup-unicode-display.
1095
10962001-11-04 Dave Love <fx@gnu.org>
1097
1098 * Makefile.in (LATIN): Add welsh.
1099 (UNICODE): New.
1100 (MISC): Add georgian.
1101 (WORLD): Add UNICODE.
1102
1103 * quail/welsh.el, quail/georgian.el, quail/rfc1345.el:
1104 * quail/uni-input.el, quail/sgml-input.el: New file.
1105
1106 * quail/cyrillic.el ("bulgarian-pho", "belarusian"): New methods.
1107
1108 * quail/latin-alt.el ("dutch"): New method.
1109
11102001-10-27 Francesco Potortì <pot@gnu.org>
1111
1112 * quail/latin-post.el ("italian-postfix"): Undo previous change.
1113
1114 * quail/latin-alt.el ("italian-alt-postfix"): Undo previous change.
1115
11162001-10-25 Francesco Potortì <pot@gnu.org>
1117
1118 * quail/latin-post.el ("italian-postfix"): Euro symbol.
1119
1120 * quail/latin-alt.el ("italian-alt-postfix"): Euro symbol.
1121
11222001-10-20 Gerd Moellmann <gerd@gnu.org>
1123
1124 * (Version 21.1 released.)
1125
11262001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1127
1128 * CXTERM-DIC/Punct-b5.tit: Add big5 Chinese double spaced alphabet
1129 mappings, so that one could type them without leaving the Hanyu
1130 Pinyin input method. Suggested by Kenichi Handa
1131 <handa@etl.go.jp>.
1132
11332001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1134
1135 * quail/greek.el ("greek-babel"): New input method. From David
1136 Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
1137
11382001-10-05 Gerd Moellmann <gerd@gnu.org>
1139
1140 * Branch for 21.1.
1141
11422001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1143
1144 * quail/greek.el ("greek-mizuochi"): Doc fix. From David Kastrup
1145 <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
1146
11472001-08-06 Gerd Moellmann <gerd@gnu.org>
1148
1149 * quail/py-punct.el ("chinese-py-punct"): Copy the QUAIL-MAP of
1150 "chinese-py".
1151 ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy".
1152
11532001-07-16 Pavel Janík <Pavel@Janik.cz>
1154
1155 * ja-dic/ja-dic.el, quail/cyril-jis.el, quail/cyrillic.el
1156 * quail/czech.el, quail/devanagari.el, quail/ethiopic.el
1157 * quail/greek.el, quail/hangul.el, quail/hangul3.el
1158 * quail/hanja-jis.el, quail/hanja.el, quail/hanja3.el
1159 * quail/hebrew.el, quail/ipa.el, quail/japanese.el, quail/lao.el
1160 * quail/latin-alt.el, quail/latin-ltx.el, quail/latin-post.el
1161 * quail/latin-pre.el, quail/lrt.el, quail/py-punct.el
1162 * quail/pypunct-b5.el, quail/slovak.el, quail/symbol-ksc.el
1163 * quail/thai.el, quail/tibetan.el, quail/viqr.el: Some fixes to
1164 follow coding conventions.
1165
11662001-06-04 Andrew Choi <akochoi@i-cable.com>
1167
1168 * quail/.cvsignore: Change CTLauB.el to CTLau-b5.el.
1169
11702001-06-01 Andrew Innes <andrewi@gnu.org>
1171
1172 * makefile.nt (TIT_GB): Remove quail/PY.elc and quail/ZIRANMA.elc.
1173 (NON_TIT_BIG5): Remove $(srcdir)/quail/tsang-b5.elc and
1174 $(srcdir)/quail/pypunct-b5.elc.
1175 (NON_TIT_CNS): Remove.
1176 (CHINESE_NON_TIT): Remove $(NON_TIT_CNS).
1177 (CHINESE_CNS): Remove.
1178 (KOREAN): Add $(srcdir)/quail/hanja3.elc.
1179 (LATIN): Add $(srcdir)/quail/latin-alt.elc and
1180 $(srcdir)/quail/latin-ltx.elc.
1181 (MISC_DIC): Copy from Makefile.in.
1182 (CHINESE): Remove $(CHINESE_CNS).
1183 (all): Add $(MISC_DIC) as target.
1184 (.NOTPARALLEL): New target.
1185 (.NO_PARALLEL): New target.
1186 ($(MISC_DIC)): New target.
1187 (clean mostlyclean): Clean more stuff.
1188 (TIT_EL): New macro.
1189 (MISC_DIC_EL): New macro.
1190
1191 * makefile.w32-in (TIT-GB): Remove CTLau.elc from it.
1192 (TIT-BIG5): Remove CTLauB.elc from it.
1193 (MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it.
1194 (clean mostlyclean): Remove obsolete reference.
1195
11962001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1197
1198 * quail/latin-ltx.el [ms-dos]: Call IT-setup-unicode-display.
1199
12002001-05-24 Andrew Choi <akochoi@i-cable.com>
1201
1202 * Makefile.in (MISC-DIC): Change CTLauB.elc to CTLau-b5.elc.
1203
1204 * CXTERM-DIC/CTLau.tit, CXTERM-DIC/CTLauB.tit: Delete files.
1205
1206 * MISC-DIC/CTLau.html, MISC-DIC/CTLau-b5.html: Add files.
1207
1208 * Makefile.in (TIT-GB): Remove CTLau.elc from it.
1209 (TIT-BIG5): Remove CTLauB.elc from it.
1210 (MISC-DIC): Add CTLau.elc and CTLauB.elc to it.
1211
12122001-05-17 Dave Love <fx@gnu.org>
1213
1214 * quail/latin-ltx.el ("TeX"): Rename from "latin-latex2e".
1215 Language family and indicator changed. Many new translations.
1216
12172001-05-17 Gerd Moellmann <gerd@gnu.org>
1218
1219 * quail/slovak.el, quail/czech.el: Set guidance to t for czech and
1220 slovak input methods. New maintainer. From Pavel Janík
1221 <Pavel@Janik.cz>.
1222
12232001-04-23 Gerd Moellmann <gerd@gnu.org>
1224
1225 * quail/latin-ltx.el: Add more translations. From
1226 jsbien@mimuw.edu.pl (Janusz S. Bień).
1227
12282001-04-19 Eli Zaretskii <eliz@is.elta.co.il>
1229
1230 * quail/hangul.el <korean-hangul>: Doc fix.
1231
12322001-04-18 Andrew Innes <andrewi@gnu.org>
1233
1234 * makefile.w32-in (EMACSLOADPATH): Define.
1235 ($(TIT)):
1236 ($(MISC_DIC)):
1237 (.el.elc):
1238 (leim-list.el): Remove stuff to set EMACSLOADPATH.
1239
12402001-04-05 Gerd Moellmann <gerd@gnu.org>
1241
1242 * Makefile.in (install): Remove .cvsignore files.
1243
1244 * quail/japanese.el ("japanese-hankaku-kana"): Don't use
1245 the same translations as for `japanese'.
1246
12472001-04-03 Andrew Innes <andrewi@gnu.org>
1248
1249 * makefile.w32-in (TIT_GB): Delete quail/PY.elc and
1250 quail/ZIRANMA.elc.
1251 (NON_TIT_BIG5): Delete $(srcdir)/quail/quick-b5.elc and
1252 $(srcdir)/quail/tsang-b5.elc.
1253 (NON_TIT_CNS): Delete.
1254 (CHINESE_NON_TIT): Delete $(NON-TIT-CNS).
1255 (CHINESE_CNS): Delete.
1256 (KOREAN): Add ${srcdir}/quail/hanja3.elc. From Kenichi Handa
1257 <handa@etl.go.jp>.
1258 (MISC_DIC): New variable.
1259 (CHINESE): Delete $(CHINESE_CNS).
1260 (WORLD): Add $(MISC_DIC).
1261 (all): Depends on $(MISC_DIC).
1262 (.NOTPARALLEL, .NO_PARALLEL): New special targets.
1263 ($(MISC_DIC)): New target.
1264 (clean mostlyclean): Delete also $(NONTIT), $(WORLD), $(MISC_DIC)
1265 and $(MISC_DIC:.elc=.el).
1266
12672001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1268
1269 * Makefile.in (KOREAN): Add ${srcdir}/quail/hanja3.elc. From
1270 Kenichi Handa <handa@etl.go.jp>.
1271
1272 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.
1273
12742001-03-31 Kenichi Handa <handa@etl.go.jp>
1275
1276 * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc.
1277 (NON-TIT-BIG5): Delete ${srcdir}/quail/quick-b5.elc
1278 ${srcdir}/quail/tsang-b5.elc.
1279 (CHINESE-NON-TIT): Delete ${NON-TIT-CNS}.
1280 (CHINESE-CNS): Delete it.
1281 (MISC-DIC): New variable.
1282 (CHINESE): Delete ${CHINESE-CNS}.
1283 (WORLD): Add ${MISC-DIC}.
1284 (all): Depends on ${MISC-DIC}.
1285 (${MISC-DIC}): New target.
1286 (clean mostlyclean): Delete also ${MISC-DIC} ${MISC-DIC:.elc=.el}.
1287
1288 * MISC-DIC/cangjie-table.b5, MISC-DIC/cangjie-table.cns,
1289 MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: New files.
1290
1291 * CXTERM-DIC/PY.tit, CXTERM-DIC/ZIRANMA.tit: Delete them.
1292
1293 * quail/tsang-b5.el, quail/tsang-cns.el, quail/quick-b5.el,
1294 * quail/quick-cns.el: Delete them.
1295
12962001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1297
1298 * Makefile.in (${TIT}): Fix whitespace.
1299
13002001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
1301
1302 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): New special targets.
1303 (${TIT}): If the target file already exist, don't remake it.
1304
13052001-03-21 Kenichi Handa <handa@etl.go.jp>
1306
1307 * quail/slovak.el ("slovak"): Translate "=q" to "`".
1308
13092001-03-16 Pavel Janík <Pavel@Janik.cz>
1310
1311 * quail/slovak.el ("slovak"): Delete translations of "q", "Q",
1312 "=q", "+q", "=Q", and "+Q".
1313 ("slovak-prog-1"): Give t to the arg SHOW-LAYOUT.
1314 ("slovak-prog-2"): Likewise.
1315 ("slovak-prog-3"): Likewise.
1316
13172001-03-16 Eli Zaretskii <eliz@is.elta.co.il>
1318
1319 * quail/latin-post.el ("finnish-keyboard"): Fix a typo.
1320
13212001-03-16 Kenichi Handa <handa@etl.go.jp>
1322
1323 * quail/japanese.el (quail-japanese-transliteration-rules): New
1324 variable. Use it to define these input methods: "japanese",
1325 "japanese-hiragana", "japanese-katakana".
1326 (quail-japanese-kana-state): Delete this variable.
1327 (quail-japanese-toggle-kana): Don't use quail-japanese-kana-state,
1328 instead check if there's any Hiraganas in the conversion region.
1329
13302001-03-14 Kenichi Handa <handa@mule.m17n.org>
1331
1332 * quail/slovak.el ("slovak"): Give t to the arg SHOW-LAYOUT.
1333
13342001-03-06 Kenichi Handa <handa@etl.go.jp>
1335
1336 * CXTERM-DIC/4Corner.tit: Add copyright notice.
1337
13382001-03-05 Kenichi Handa <handa@etl.go.jp>
1339
1340 * quail/ethiopic.el ("ethiopic"): Docstring adjusted for the
1341 change of the special key bindings.
1342
13432001-02-22 Kenichi Handa <handa@etl.go.jp>
1344
1345 * CXTERM-DIC/ARRAY30.tit: Add copyright notice.
1346
1347 * CXTERM-DIC/ETZY.tit: Likewise.
1348
1349 * CXTERM-DIC/ZOZY.tit: Likewise.
1350
13512001-02-05 Andrew Innes <andrewi@gnu.org>
1352
1353 * makefile.w32-in (BUILT_EMACS): Use $(THISDIR) to make emacs.exe
1354 path absolute.
1355
13562001-02-03 Andrew Innes <andrewi@gnu.org>
1357
1358 * makefile.w32-in (LATIN): Fix last change to use () not {}.
1359
13602001-02-02 Kenichi Handa <handa@etl.go.jp>
1361
1362 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc.
1363
1364 * makefile.w32-in (LATIN): Likewise.
1365
1366 * quail/latin-ltx.el: New file -- LaTeX-like Latin input method.
1367
13682001-02-01 Andrew Innes <andrewi@gnu.org>
1369
1370 * makefile.w32-in (LATIN): Include $(srcdir)/quail/latin-alt.elc.
1371
13722001-02-01 Kenichi Handa <handa@etl.go.jp>
1373
1374 * quail/greek.el ("greek-mizuochi"): New input method for
1375 classical Greek.
1376
13772001-01-28 Gerd Moellmann <gerd@gnu.org>
1378
1379 * Makefile.in (extraclean): Added target so make doesn't die if
1380 one runs "make extraclean" at the top level.
1381
13822001-01-06 Andrew Innes <andrewi@gnu.org>
1383
1384 * makefile.nt ($(TIT)): Map .elc to .el.
1385 (buildlisppath): Make path relative to $(MAKEDIR).
1386
13872001-01-01 Andreas Schwab <schwab@suse.de>
1388
1389 * quail/latin-alt.el: Doc fixes.
1390
13912000-12-18 Dave Love <fx@gnu.org>
1392
1393 * quail/latin-pre.el <latin-9-prefix>: Delete duplicate š entry.
1394 Change œ, Œ, ¶.
1395
13962000-12-16 Kenichi Handa <handa@etl.go.jp>
1397
1398 * ja-dic/ja-dic.el: Re-generated by the new ja-dic-cnv.el.
1399
14002000-12-06 Andrew Innes <andrewi@gnu.org>
1401
1402 * makefile.w32-in (buildlisppath): Set to an absolute directory,
1403 relative to $(CURDIR).
1404 (INSTALLDIR): Use forward slash.
1405
14062000-11-24 Andrew Innes <andrewi@gnu.org>
1407
1408 * makefile.w32-in (.SUFFIXES): New target, include .elc .el.
1409
1410 * makefile.nt (.SUFFIXES): New target, include .elc .el.
1411
14122000-11-21 Kenichi Handa <handa@etl.go.jp>
1413
1414 * Makefile.in (.SUFFIXES): New target, include .elc .el.
1415
14162000-11-17 Kenichi Handa <handa@etl.go.jp>
1417
1418 * quail/japanese.el (quail-japanese-kanji-kkc): Use marker to
1419 remember the conversion start.
1420
14212000-10-21 Andrew Innes <andrewi@gnu.org>
1422
1423 * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead
1424 of conditional invocation of make.
1425 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
1426 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
1427 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
1428 files to .elc.
1429 ($(TIT)): Adjusted for the above change.
1430 (clean mostlyclean): Likewise.
1431 (.el.elc): New target.
1432
1433 * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead
1434 of conditional invocation of make.
1435 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
1436 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
1437 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
1438 files to .elc.
1439 ($(TIT)): Adjusted for the above change.
1440 (clean mostlyclean): Likewise.
1441 (.el.elc): New target.
1442
14432000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1444
1445 * Makefile.in (${TIT}, clean): Don't use shell `command`
1446 expansion, use ${TIT:.elc=.el} instead.
1447
14482000-09-26 Gerd Moellmann <gerd@gnu.org>
1449
1450 * Makefile.in: Make this the leim Makefile.in.
1451 (clean): Also remove $NON-TIT and $WORLD.
1452 (RUN-EMACS): Set EMACSLOADPATH.
1453
14542000-09-21 Kenichi Handa <handa@etl.go.jp>
1455
1456 * Makefile.in: Revert to no-leim Makefile.
1457
1458 * quail/.cvsignore: Include *.elc.
1459
1460 * ja-dic/.cvsignore: New file.
1461
14622000-09-16 Andrew Innes <andrewi@gnu.org>
1463
1464 * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
1465 (leim-list.el): Ditto.
1466
1467 * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
1468 (leim-list.el): Ditto.
1469
14702000-09-15 Andrew Innes <andrewi@gnu.org>
1471
1472 * makefile.w32-in (clean mostlyclean): Ignore errors when removing
1473 files.
1474
14752000-09-14 Andrew Innes <andrewi@gnu.org>
1476
1477 * makefile.w32-in (clean mostlyclean): Ignore errors when deleting
1478 leim-list.el.
1479 (distclean maintainer-clean): Ditto for stamp-subdir.
1480
1481 * makefile.nt: Rename skkdic to ja-dic.
1482
14832000-09-07 Kenichi Handa <handa@etl.go.jp>
1484
1485 * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard
1486 translation.
1487
1488 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Docstring modified.
1489
1490 * quail/py-punct.el ("chinese-py-punct"): Docstring modified.
1491 ("chinese-tonepy-punct"): New input method.
1492
1493 * quail/latin-pre.el ("polish-slash"): Don't use keyboard
1494 translation.
1495
1496 * quail/japanese.el ("japanese"): Delete the key sequence for
1497 Roman transliteration from the docstring because it's now shown
1498 automatically.
1499 ("japanese-ascii", "japanese-zenkaku")
1500 ("japanese-hankaku-kana", "japanese-hiragana")
1501 ("japanese-katakana"): Docstring modified.
1502
1503 * quail/czech.el ("czech-qwerty"): Changed to show keyboard layout
1504 on describe-input-method.
1505 ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise.
1506
15072000-09-03 Andrew Innes <andrewi@gnu.org>
1508
1509 * makefile.w32-in: New file.
1510 (install) Fix copying of directories.
1511
15122000-08-31 Kenichi Handa <handa@etl.go.jp>
1513
1514 * quail/thai.el (thai-generate-quail-map): If the length of
1515 translation is more than one, compose it.
1516
15172000-08-29 Dave Love <fx@gnu.org>
1518
1519 * quail/latin-pre.el ("latin-9-prefix"): Change entries for œ and Œ.
1520
1521 * Makefile.in: ja-dic <- skk in several places.
1522
15232000-08-25 Kenichi Handa <handa@etl.go.jp>
1524
1525 * ja-dic: Directory name changed from skkdic.
1526
1527 * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el.
1528
1529 * README: Rename skkdic to ja-dic throughout the file.
1530
15312000-08-24 Dave Love <fx@gnu.org>
1532
1533 * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New.
1534 ("latin-1-prefix"): Add missing symbols.
1535
15362000-08-23 Dave Love <fx@gnu.org>
1537
1538 * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give § and
1539 add ~p for ¶.
1540
15412000-07-18 Kenichi Handa <handa@etl.go.jp>
1542
1543 * quail/japanese.el ("japanese"): Fix docstring.
1544
15452000-07-17 Kenichi Handa <handa@etl.go.jp>
1546
1547 * quail/japanese.el ("japanese"): Docstring modified.
1548
15492000-06-12 Kenichi Handa <handa@etl.go.jp>
1550
1551 * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted.
1552 ("tibetan-wylie"): State transition table modified.
1553
15542000-06-01 Kenichi Handa <handa@etl.go.jp>
1555
1556 * quail/tibetan.el: Change all tibetan-1-column characters to
1557 tibetan. Quail map for "tibetan-wylie" fixed.
1558
15592000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
1560
1561 * quail/latin-pre.el ("polish-slash"): New input method.
1562
15632000-03-02 Kenichi Handa <handa@etl.go.jp>
1564
1565 * quail/latin-pre.el ("latin-1-prefix"): Add rules for symbols.
1566
15672000-02-01 Gerd Moellmann <gerd@gnu.org>
1568
1569 * Makefile.in: Make this the no-leim Makefile. Move the
1570 leim Makefile.in to ../leim-Makefile.in as it originally was.
1571
1572 * Makefile.noleim: Removed.
1573
15742000-01-28 Kenichi Handa <handa@etl.go.jp>
1575
1576 * quail/hanja.el (korean-hanja): Add an entry for "wod".
1577
15782000-01-04 Kenichi Handa <handa@etl.go.jp>
1579
1580 * quail/japanese.el ("japanese"): Docstring augmented.
1581
15821999-12-15 Kenichi Handa <handa@etl.go.jp>
1583
1584 * quail/lao.el: Rewritten for new composition.
1585
1586 * quail/lrt.el: Rewritten for new composition.
1587
1588 * quail/thai.el: Rewritten for new composition.
1589
1590 * quail/tibetan.el: Rewritten for new composition.
1591
15921999-12-13 Kenichi Handa <handa@etl.go.jp>
1593
1594 * quail/latin-pre.el ("esperanto-prefix"): Make it produce Latin-3
1595 characters, not Latin-1.
1596
15971999-11-22 Andrew Innes <andrewi@gnu.org>
1598
1599 * makefile.nt: No need to generate subdirs.el.
1600
16011999-11-21 Andrew Innes <andrewi@gnu.org>
1602
1603 * makefile.nt: New file.
1604
16051999-10-26 Gerd Moellmann <gerd@gnu.org>
1606
1607 * Makefile.noleim: New.
1608
16091999-09-19 Ken'ichi Handa <handa@gnu.org>
1610
1611 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
1612 turkish-postfix.
1613 ("turkish-postfix"): New Turkish input method which inserts
1614 Latin-5 characters.
1615
1616 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
1617 turkish-alt-postfix.
1618 ("turkish-alt-postfix"): New Turkish input method which inserts
1619 Latin-5 characters.
1620
16211999-07-12 Richard Stallman <rms@gnu.org>
1622
1623 * Version 20.4 released.
1624
16251998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
1626
1627 * quail/cyrillic.el (cyrillic-jcuken): Use X11 keyboard layout.
1628
16291999-06-14 Ken'ichi Handa <handa@gnu.org>
1630
1631 * quail/ethiopic.el ("ethiopic"): Add translation rules.
1632
16331999-06-01 Jae-youn Chung <jay@compiler.kaist.ac.kr>
1634
1635 * quail/hanja3.el: Newly generated from hangul.el, hangul3.el, and
1636 hanja.el.
1637
16381999-05-25 Ken'ichi Handa <handa@gnu.org>
1639
1640 * quail/hangul3.el ("korean-hangul3"): Give MAXIMUM-SHORTEST t.
1641
16421999-05-09 Tudor Hulubei <tudor@cs.unh.edu>
1643
1644 * quail/latin-pre.el ("romanian-prefix"): New input method.
1645 ("romanian-alt-prefix"): New input method.
1646
16471999-03-04 Kenichi Handa <handa@etl.go.jp>
1648
1649 * quail/latin-post.el ("spanish-postfix"): Add rule U" and u".
1650
16511999-01-14 Kenichi Handa <handa@etl.go.jp>
1652
1653 * quail/japanese.el (quail-japanese-kanji-kkc): If the last char
1654 to convert is `n', change it to Japanese Hiragana `n' before
1655 conversion.
1656
16571999-01-11 Kenichi Handa <handa@etl.go.jp>
1658
1659 * Makefile.in (MISC): Add ${srcdir}/quail/hebrew.el.
1660
1661 * quail/hebrew.el: New file.
1662
16631998-12-15 Kenichi Handa <handa@etl.go.jp>
1664
1665 * quail/devanagari.el (quail-devanagari-compose-characters):
1666 Adjusted for the change of input method handling.
1667 (quail-devanagari-hindi-compose-characters): Likewise.
1668
16691998-10-15 Kenichi Handa <handa@etl.go.jp>
1670
1671 * Makefile.in (leim-list.el): Use `(cd foo && pwd)` instead of
1672 `(cd foo; pwd)`.
1673 (install): Likewise.
1674
16751998-10-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
1676
1677 * quail/latin-post.el: Many doc fixes.
1678 ("latin-1-postfix"): Add sequence for the small superscript o.
1679 * quail/latin-pre.el: Many doc fixes.
1680 ("latin-1-prefix"): Add sequences for the small
1681 superscript underlined o and a.
1682
16831998-10-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
1684
1685 * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
1686 small superscript underlined o and a.
1687 ("italian-alt-postfix"): Change it to something useful and
1688 different from italian-postfix.
1689 * latin-post.el ("latin-1-postfix"): Add a method to enter the
1690 small superscript underlined o and a.
1691 ("italian-postfix"): Same as above.
1692 ("italian-postfix"): Add methods to enter e with acute accent and
1693 the >> and << symbols.
1694
16951998-09-25 Kenichi Handa <handa@etl.go.jp>
1696
1697 * quail/japanese.el (quail-japanese-hankaku-update-translation):
1698 Adjusted for the change of input method handling.
1699
17001998-09-11 Kenichi HANDA <handa@etl.go.jp>
1701
1702 * quail/japanese.el (quail-japanese-katakana-update-translation):
1703 Adjusted for the change of input method handling.
1704
17051998-08-31 Kenichi Handa <handa@etl.go.jp>
1706
1707 * quail/tibetan.el (quail-tibetan-input-wylie): Adjusted for the
1708 change of input method handling.
1709 (quail-tibetan-input-tibkey): Likewise.
1710
17111998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1712
1713 * Version 20.3 released.
1714
17151998-08-16 Kenichi HANDA <handa@etl.go.jp>
1716
1717 * quail/czech.el ("czech"): Make this input method deterministic,
1718 kbd-translate, and show-layout.
1719
17201998-08-15 Kenichi HANDA <handa@etl.go.jp>
1721
1722 * quail/ethiopic.el: Fix several translation rules.
1723
17241998-08-12 Milan Zamazal <pdm@fi.muni.cz>
1725
1726 * quail/czech.el: Few key sequences added to some keyboards.
1727
17281998-08-06 Kenichi Handa <handa@etl.go.jp>
1729
1730 * quail/japanese.el (quail-japanese-use-double-n): New variable.
1731 (quail-japanese-update-translation): Adjusted for the change of
1732 quail-update-translation. Now this function should return
1733 CONTROL-FLAG.
1734 (quail-japanese-toggle-kana): Update quail-conversion-str.
1735 (quail-japanese-kanji-kkc): Likewise.
1736 (quail-japanese-switch-package): Reset quail-current-str and
1737 quail-conversion-str.
1738
17391998-07-24 Kenichi Handa <handa@etl.go.jp>
1740
1741 * quail/japanese.el (quail-japanese-kanji-kkc): Set
1742 quail-translation to nil after calling kkc-region so that
1743 translation mode is restarted correctly.
1744
17451998-07-21 Kenichi Handa <handa@etl.go.jp>
1746
1747 * quail/japanese.el (quail-japanese-kanji-kkc): Handle the case
1748 that conversion is cancelled in kkc-region.
1749 (quail-japanese-switch-package): Fix previous change.
1750
17511998-07-19 Kenichi Handa <handa@etl.go.jp>
1752
1753 * quail/japanese.el (quail-japanese-update-translation): Handle
1754 a key which should fix the current translation and start a new
1755 translation correctly.
1756 (quail-japanese-toggle-kana): Set quail-translating to nil. Don't
1757 change point.
1758
17591998-07-15 Kenichi Handa <handa@etl.go.jp>
1760
1761 * quail/japanese.el (quail-japanese-kanji-kkc): Adjusted for the
1762 change of quail.el.
1763 (quail-japanese-switch-package): Likewise.
1764
17651998-07-03 Kenichi Handa <handa@etl.go.jp>
1766
1767 * quail/symbol-ksc.el: Keys for modern Korean syllables fixed.
1768 Some keys for ancient Korean syllables are changed properly.
1769
17701998-06-20 Kenichi Handa <handa@etl.go.jp>
1771
1772 * quail/ethiopic.el: Don't add hook to quail-mode-hook.
1773 (ethio-select-a-translation): New function.
1774
17751998-06-10 Richard Stallman <rms@psilocin.ai.mit.edu>
1776
1777 * Makefile.in (RUN-EMACS): Add --multibyte.
1778
17791998-04-29 Karl Heuer <kwzh@gnu.org>
1780
1781 * Makefile.in (SLAVIC): Delete redundant backslash.
1782
17831998-04-28 Richard Stallman <rms@psilocin.gnu.org>
1784
1785 * Makefile.in (install): Make INSTALLDIR and contents world-readable.
1786
17871998-04-20 Kenichi Handa <handa@etl.go.jp>
1788
1789 * Makefile.in (SLAVIC): New macro.
1790 (EUROPEAN): Include ${SLAVIC}.
1791
17921998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
1793
1794 * Makefile.in: Prepend ${srcdir} to all non-TIT lisp file names.
1795 (leim-list.el): Depend on ${WORLD}.
1796
1797 * latin-alt.el (latin-2-alt-postfix): Doc fix.
1798
17991998-04-08 Karl Heuer <kwzh@mescaline.gnu.org>
1800
1801 * czech.el, slovak.el: Correct starting commentary.
1802
18031998-04-07 Milan Zamazal <pdm@fi.muni.cz>
1804
1805 * quail/czech.el, quail/slovak.el: Correct starting commentary.
1806
18071998-04-06 Andreas Schwab <schwab@gnu.org>
1808
1809 * lrt.el (lrt-composing-pattern-double-c): Change chars-in-string
1810 to length.
1811 (lrt-generate-quail-map): Change sref to aref, and make second
1812 argument of substring a character index.
1813
18141998-03-26 Richard Stallman <rms@psilocin.gnu.org>
1815
1816 * Makefile.in (${TIT}): Fix shell conditional syntax.
1817
18181998-03-18 Kenichi Handa <handa@etl.go.jp>
1819
1820 * quail/latin-pre.el ("latin-1-prefix"): Fix the translation of
1821 "/ " to "/" (instead of " ").
1822
18231998-03-17 Richard Stallman <rms@psilocin.gnu.org>
1824
1825 * quail/czech.el, quail/slovak.el: New files.
1826
18271998-03-10 Richard Stallman <rms@psilocin.gnu.org>
1828
1829 * Makefile.in (BUILT-EMACS): Variable renamed from EMACS.
1830 Uses changed.
1831
18321998-03-05 Kenichi Handa <handa@etl.go.jp>
1833
1834 * Makefile.in (${TIT}): To byte-compile quail packages, use just
1835 built quail.
1836
18371997-12-09 Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de>
1838
1839 * quail/hanja3.el: New file.
1840
1841 * quail/hanja-jis.el: Title string of the input method
1842 "korean-hanja-jis" changed.
1843
1844 * quail/symbol-ksc.el: Title string of the input method
1845 "korean-symbol" changed. Require 'korea-util.
1846 (quail-hangul-switch-back): Deleted.
1847
1848 * quail/hangul3.el: Require 'korea-util.
1849 (quail-hangul-switch-to-symbol-ksc): Deleted.
1850
1851 * quail/hanja.el: Require 'korea-util. Title string of the input
1852 method "korean-hanja" changed.
1853 (quail-hanja-switch-to-symbol-ksc): Deleted.
1854
1855 * quail/hangul.el: Require 'korea-util.
1856 (quail-hangul-switch-to-symbol-ksc): Deleted.
1857
18581997-10-23 Kenichi Handa <handa@etl.go.jp>
1859
1860 * quail/ethiopic.el: The title string of input method "Ethiopic"
1861 is changed.
1862
18631997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1864
1865 * Version 20.2 released.
1866
18671997-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1868
1869 * quail/latin-post.el (german): Swap y and z.
1870
18711997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1872
1873 * Version 20.1 released.
1874
1875 * quail/latin-alt.el (latin-2-postfix): Use : for double-acute again.
1876
18771997-09-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1878
1879 * quail/viqr.el (vietnamese-viqr): Doc fix.
1880
18811997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1882
1883 * quail/latin-alt.el: New file.
1884
18851997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1886
1887 * quail/latin-post.el: Undo previous change.
1888
18891997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1890
1891 * quail/latin-post.el (latin-2-postfix):
1892 Replace comma and period with `. Replace colon with /.
1893 (latin-1-postfix): Replace comma with /.
1894 (french-postfix): Replace comma with /.
1895 (latin-3-postfix): Replace comma with ` and period with /.
1896 (latin-4-postfix): Replace comma with ` and period with ~.
1897 (latin-5-postfix): Replace comma with ` and period with /.
1898 (turkish-postfix): Replace comma with ` and period with /.
1899
19001997-09-10 Kenichi Handa <handa@etl.go.jp>
1901
1902 * quail/ethiopic.el: Don't bind keys in quail-mode-map. The
1903 function added to quail-mode-hook turn ethio-mode on only when
1904 input method "ethiopic" is begin used.
1905 (ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el.
1906 (ethio-toggle-space): Likewise.
1907 (ethio-insert-space): Likewise.
1908 (ethio-insert-ethio-space): Likewise.
1909 (ethio-prefer-ascii-punctuation): Likewise.
1910 (ethio-toggle-punctuation): Likewise.
1911 (ethio-gemination): Likewise.
1912 ("ethiopic"): Doc-string of this Quail package modified. Bind
1913 function keys for TRANSLATION-KEYMAP to
1914 quail-execute-non-quail-command.
1915
19161997-09-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1917
1918 * Makefile.in (install): Use quail/* in the second tar that
1919 copies a dir named quail.
1920
19211997-09-03 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1922
1923 * Makefile.in (install): Do not copy leim-list.el twice. Copy
1924 `skk' subdirectory too.
1925
19261997-09-03 Kenichi Handa <handa@etl.go.jp>
1927
1928 * quail/cyrillic.el: For each package, pass t for the SIMPLE
1929 argument to quail-define-package.
1930 * quail/cyril-jis.el: Likewise
1931 * quail/greek.el: Likewise.
1932 * quail/ipa.el: Likewise.
1933 * quail/lao.el: Likewise.
1934 * quail/lrt.el: Likewise.
1935 * quail/thai.el: Likewise.
1936 * quail/viqr.el: Likewise.
1937
19381997-08-30 Naoto TAKAHASHI <ntakahas@etl.go.jp>
1939
1940 * quail/ethiopic.el ("ethiopic"): Doc-string fixed. Change the arg
1941 TRANSLATION-KEYS.
1942 (quail-mode-map): Change binding for ethio-insert-ethio-space.
1943 (quail-mode-hook): Check the current Quail package name.
1944
1945 * quail/latin-post.el: Add rules for cancelling accents by typing
1946 two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail
1947 packages.
1948
19491997-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1950
1951 * quail/latin-post.el, quail/latin-pre.el: For each package,
1952 pass t for the SIMPLE argument to quail-define-package.
1953
19541997-08-28 Kenichi Handa <handa@etl.go.jp>
1955
1956 * Makefile.in (dotdot): This macro deleted.
1957 (SUBDIRS): Exclude skk.
1958 (all): Substitute ${WORLD} to ${TIT}.
1959 (%.el): This target deleted.
1960 (${TIT}): Check existence of `quail' subdirectory.
1961 (leim-list.el): Do not check old files.
1962 (install): If ${srcdir} is different from the current directory,
1963 copy also files under ${srcdir}.
1964
19651997-08-26 Kenichi Handa <handa@etl.go.jp>
1966
1967 * Makefile.in: Re-arrange macros so that the macro TIT contains
1968 only Quial packages generated from CXTERM dictionaries, and the
1969 macro NON-TIT contains only Quial packages distributed with Emacs.
1970 (install): Do not use -h option for tar, instead copy ${NON-TIT}
1971 and ${TIT} separately.
1972
19731997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1974
1975 * Makefile.in (install): Discard extra data in tar | tar command.
1976
19771997-08-23 Kenichi Handa <handa@etl.go.jp>
1978
1979 * quail/devanagari.el (quail-devanagari-compose-characters): Fix
1980 previous change.
1981 (quail-devanagari-hindi-compose-characters): Fix previous change.
1982
1983 * quail/japanese.el (quail-japanese-kkc-mode-exit): Fix previous
1984 change.
1985
19861997-08-22 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1987
1988 * Makefile.in (leim-list.el): Fix previous change.
1989
1990 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
1991
19921997-08-21 Kenichi HANDA <handa@etl.go.jp>
1993
1994 * quail/py-punct-b5.el: Name changed from py-punct-b5.el.
1995 * quail/tsang-b5.el: Name changed from tsangchi-b5.el.
1996 * quail/tsang-cns.el: Name changed from tsangchi-cns.el.
1997
1998 * Makefile.in (install): Just copy leim-list.el instead of running
1999 update-leim-list-file on ${INSTALLDIR}.
2000 (CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el,
2001 py-punct-b5.el -> pypunct-b5.el.
2002 (CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el.
2003 (leim-list.el): Delete old files not contained in ${WORLD}.
2004
2005 * quail/japanese.el (quail-japanese-kkc-mode-exit): Run
2006 input-method-after-insert-chunk-hook.
2007
2008 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
2009
20101997-08-19 Kenichi Handa <handa@etl.go.jp>
2011
2012 * quail/hangul.el ("korean-hangul"): Doc-string of this Quail
2013 package fixed.
2014
20151997-08-18 Kenichi Handa <handa@etl.go.jp>
2016
2017 * quail/japanese.el (quail-japanese-toggle-kana): Don't call
2018 throw.
2019 (quail-japanese-kanji-kkc): Completely re-written.
2020 (quail-japanese-kkc-mode-exit): New function.
2021 (quail-japanese-switch-package): Call activate-input-method
2022 instead of select-input-method.
2023
2024 * quail/thai.el (thai-consonant-input): Typo fixed.
2025
2026 * quail/devanagari.el (quail-devanagari-compose-characters): Do
2027 not call throw.
2028 (quail-devanagari-hindi-compose-characters): Likewise.
2029
2030 * quail/hangul.el (quail-hangul-switch-to-symbol-ksc): Call
2031 activate-input-method instead of select-input-method.
2032
2033 * quail/hangul3.el (quail-hangul-switch-to-symbol-ksc): Likewise.
2034
2035 * quail/symbol-ksc.el (quail-hangul-switch-back): Likewise. Use
2036 input-method-history instead of previous-input-method.
2037
20381997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu>
2039
2040 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.
2041
20421997-08-16 Kenichi Handa <handa@etl.go.jp>
2043
2044 * quail/lrt.el (lrt-vowel-table): Some elements corrected.
2045 ("lao-lrt"): Doc-string of this Quail package modified.
2046 Some translation rules added.
2047
2048 * quail/lao.el (lao-keyboard-mapping): Some elements corrected.
2049 (lao-quail-define-rules): Some translation rules corrected.
2050
20511997-08-11 Kenichi Handa <handa@etl.go.jp>
2052
2053 * quail/lrt.el: Some rules added for Quail package "lao-lrt".
2054 (lrt-vowel-table): The entry for "aM" corrected.
2055
20561997-08-07 Kenichi Handa <handa@etl.go.jp>
2057
2058 * quail/lrt.el: Change title string of input method "lao-lrt".
2059 (lrt-single-consonant-table): Several key sequence changed.
2060 (lrt-composing-pattern-double-c): Handle a consonant with
2061 semi-vowel-lower correctly.
2062 (lrt-handle-maa-sakod): Do not reset quail-current-key.
2063 (lrt-handle-tone-mark): Check the existence of double consonant
2064 correctly.
2065
2066 * quail/lao.el: Change title string of input method "Lao".
2067
20681997-08-04 Valery Alexeev <valery@domovoy.math.uga.edu>
2069
2070 * quail/cyrillic.el (cyrillic-translit): Doc-string of the package
2071 modified. Several translation rules modified.
2072
20731997-08-04 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2074
2075 * quail/cyrillic.el: Move Quail package cyrillic-jis-russian to
2076 quail/cyril-jis.el.
2077
2078 * quail/cyril-jis.el: New file.
2079
2080 * Makefile.in (RUSSIAN): Add quail/cyril-jis.el.
2081
20821997-08-01 Kenichi Handa <handa@etl.go.jp>
2083
2084 * quail/ethiopic.el: In quail-mode-map, bind
2085 ethio-insert-ethio-space Shift-SPACE. Add translation rules to
2086 Quail package "ethiopic".
2087
20881997-08-01 Valery Alexeev <valery@domovoy.math.uga.edu>
2089
2090 * quail/cyrillic.el (cyrillic-translit): New input method.
2091
20921997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2093
2094 * quail/tibetan.el: New file.
2095
2096 * quail/py-punct.el: Require 'quail.
2097
2098 * quail/py-punct-b5.el: Require 'quail.
2099
2100 * quail/ethiopic.el: Change Quail package name to "ethiopic".
2101 (ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.
2102
2103 * Makefile.in (TIT): New variable, concatenation of TIT-GB and
2104 TIT-BIG5.
2105 (RUN-EMACS): Do not set EMACSLOADPATH.
2106 (ASIA): Include TIBETAN.
2107 (all): Remove stamp-bytecomp from dependency list.
2108 ({$TIT}): New target, substitutes the target ${TIT-GB} ${TIT-BIG5}.
2109 (%.el): Make a link for byte-compiled file too.
2110 (stamp-bytecomp): Target deleted.
2111 (leim-list.el): Run Emacs with loading quail.
2112 (install-XXX): These targets deleted.
2113 (install): Remove files under INSTALLDIR before copying new files.
2114 Run Emacs with loading quail.
2115 (clean mostlyclean): Remove only generated files.
2116
21171997-07-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2118
2119 * Makefile.in (stamp-bytecomp): Fix shell conditional.
2120 (clean): Fix shell conditional.
2121
21221997-07-21 Jim Meyering <meyering@eng.ascend.com>
2123
2124 * Makefile.in: Use @LN_S@, not ln -s, in case no symlink support.
2125 (clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc.
2126
21271997-07-17 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2128
2129 * Makefile.in: Modified to avoid *.el files being regarded
2130 as intermediate files and deleted by GNU make.
2131
2132 * quail/lrt.el (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
2133 (lrt-handle-maa-sakod): Correctly handle the case that
2134 quail-current-data is nil.
2135 (lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" +
2136 tone.
2137
21381997-07-15 Kenichi Handa <handa@etl.go.jp>
2139
2140 * quail/py-punct.el: New file.
2141
2142 * quail/py-punct-b5.el: New file.
2143
2144 * quail/japanese.el: Doc-string of Quail package japanese modified.
2145
2146 * Makefile.in: Rules re-written to avoid tricky code.
2147 (CHINESE-GB): Include quail/py-punct.elc.
2148 (CHINESE-BIG5): Include quail/py-punct-b5.elc.
2149
21501997-07-10 Kenichi Handa <handa@etl.go.jp>
2151
2152 * quail/latin-pre.el: Change titles of quail packages.
2153
2154 * quail/latin-post.el: Likewise.
2155
2156;; Local Variables:
2157;; coding: utf-8
2158;; End:
2159
2160 Copyright (C) 1997-1999, 2001-2011 Free Software Foundation, Inc.
2161
2162 This file is part of GNU Emacs.
2163
2164 GNU Emacs is free software: you can redistribute it and/or modify
2165 it under the terms of the GNU General Public License as published by
2166 the Free Software Foundation, either version 3 of the License, or
2167 (at your option) any later version.
2168
2169 GNU Emacs is distributed in the hope that it will be useful,
2170 but WITHOUT ANY WARRANTY; without even the implied warranty of
2171 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2172 GNU General Public License for more details.
2173
2174 You should have received a copy of the GNU General Public License
2175 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.