*** empty log message ***
[emacs.git] / leim / ChangeLog
blobac4389a298fee34ba96303a7a34032bf67ae0ae8
1 2001-01-28  Gerd Moellmann  <gerd@gnu.org>
3         * Makefile.in (extraclean): Added target so make doesn't die if
4         one runs "make extraclean" at the top level.
6 2001-01-06  Andrew Innes  <andrewi@gnu.org>
8         * makefile.nt ($(TIT)): Map .elc to .el.
9         (buildlisppath): Make path relative to $(MAKEDIR).
11 2001-01-01  Andreas Schwab  <schwab@suse.de>
13         * quail/latin-alt.el: Doc fixes.
15 2000-12-18  Dave Love  <fx@gnu.org>
17         * quail/latin-pre.el <latin-9-prefix>: Delete duplicate \e,b(\e(B entry.
18         Change \e,b=\e(B, \e,b<\e(B, \e,b6\e(B.
20 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
22         * ja-dic/ja-dic.el: Re-generated by the new ja-dic-cnv.el.
24 2000-12-06  Andrew Innes  <andrewi@gnu.org>
26         * makefile.w32-in (buildlisppath): Set to an absolute directory,
27         relative to $(CURDIR).
28         (INSTALLDIR): Use forward slash.
30 2000-11-24  Andrew Innes  <andrewi@gnu.org>
32         * makefile.w32-in (.SUFFIXES): New target, include .elc .el.
34         * makefile.nt (.SUFFIXES): New target, include .elc .el.
36 2000-11-21  Kenichi Handa  <handa@etl.go.jp>
38         * Makefile.in (.SUFFIXES): New target, include .elc .el.
40 2000-11-17  Kenichi Handa  <handa@etl.go.jp>
42         * quail/japanese.el (quail-japanese-kanji-kkc): Use marker to
43         remember the conversion start.
45 2000-10-21  Andrew Innes  <andrewi@gnu.org>
47         * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead
48         of conditional invocation of make.
49         (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) 
50         (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) 
51         (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
52         files to .elc.
53         ($(TIT)): Adjusted for the above change.
54         (clean mostlyclean): Likewise.
55         (.el.elc): New target.
57         * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead
58         of conditional invocation of make.
59         (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) 
60         (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) 
61         (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
62         files to .elc.
63         ($(TIT)): Adjusted for the above change.
64         (clean mostlyclean): Likewise.
65         (.el.elc): New target.
67 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
69         * Makefile.in (${TIT}, clean): Don't use shell `command`
70         expansion, use ${TIT:.elc=.el} instead.
72 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
74         * Makefile.in: Make this the leim Makefile.in.
75         (clean): Also remove $NON-TIT and $WORLD.
76         (RUN-EMACS): Set EMACSLOADPATH.
78 2000-09-21  Kenichi Handa  <handa@etl.go.jp>
80         * Makefile.in: Revert to no-leim Makefile.
82         * quail/.cvsignore: Include *.elc.
84         * ja-dic/.cvsignore: New file.
86 2000-09-16  Andrew Innes  <andrewi@gnu.org>
88         * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
89         (leim-list.el): Ditto.
91         * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
92         (leim-list.el): Ditto.
94 2000-09-15  Andrew Innes  <andrewi@gnu.org>
96         * makefile.w32-in (clean mostlyclean): Ignore errors when removing
97         files.
99 2000-09-14  Andrew Innes  <andrewi@gnu.org>
101         * makefile.w32-in (clean mostlyclean): Ignore errors when deleting
102         leim-list.el.
103         (distclean maintainer-clean): Ditto for stamp-subdir.
105         * makefile.nt: Rename skkdic to ja-dic.
107 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
109         * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard
110         translation.
112         * quail/pypunct-b5.el ("chinese-py-punct-b5"): Docstring modified.
114         * quail/py-punct.el ("chinese-py-punct"): Docstring modified.
115         ("chinese-tonepy-punct"): New input method.
117         * quail/latin-pre.el ("polish-slash"): Don't use keyboard
118         translation.
120         * quail/japanese.el ("japanese"): Delete the key sequence for
121         Roman transliteration from the docstring because it's now shonw
122         automatically.
123         ("japanese-ascii", "japanese-zenkaku")
124         ("japanese-hankaku-kana", "japanese-hiragana")
125         ("japanese-katakana"): Docstring modified.
127         * quail/czech.el ("czech-qwerty"): Changed to show keyboard layout
128         on describe-input-method.
129         ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise.
131 2000-09-03  Andrew Innes  <andrewi@gnu.org>
133         * makefile.w32-in: New file.
134         (install) Fix copying of directories.
136 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
138         * quail/thai.el (thai-generate-quail-map): If the length of
139         translation is more than one, compose it.
141 2000-08-29  Dave Love  <fx@gnu.org>
143         * quail/latin-pre.el ("latin-9-prefix"): Change entries for \e,b=\e(B and \e,b<\e(B.
145         * Makefile.in: ja-dic <- skk in several places.
147 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
149         * ja-dic: Directory name changed from skkdic.
151         * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el.
153         * README: Rename skkdic to ja-dic throughout the file.
155 2000-08-24  Dave Love  <fx@gnu.org>
157         * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New.
158         ("latin-1-prefix"): Add missing symbols.
160 2000-08-23  Dave Love  <fx@gnu.org>
162         * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give \e,A'\e(B and
163         add ~p for \e,A6\e(B.
165 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
167         * quail/japanese.el ("japanese"): Fix docstring.
169 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
171         * quail/japanese.el ("japanese"): Docstring modified.
173 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
175         * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted.
176         ("tibetan-wylie"): State transition table modified.
178 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
180         * quail/tibetan.el: Change all tibetan-1-column characters to
181         tibetan.  Quail map for "tibetan-wylie" fixed.
183 2000-03-31  Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
185         * quail/latin-pre.el ("polish-slash"): New input method.
187 2000-03-02  Kenichi Handa  <handa@etl.go.jp>
189         * quail/latin-pre.el ("latin-1-prefix"): Add rules for symbols.
191 2000-02-01  Gerd Moellmann  <gerd@gnu.org>
193         * Makefile.in: Make this the no-leim Makefile.  Move the
194         leim Makefile.in to ../leim-Makefile.in as it originally was.
196         * Makefile.noleim: Removed.
198 2000-01-28  Kenichi Handa  <handa@etl.go.jp>
200         * quail/hanja.el (korean-hanja): Add an entry for "wod".
202 2000-01-04  Kenichi Handa  <handa@etl.go.jp>
204         * quail/japanese.el ("japanese"): Docstring augmented.
206 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
208         * quail/lao.el: Rewritten for new composition.
210         * quail/lrt.el: Rewritten for new composition.
212         * quail/thai.el: Rewritten for new composition.
214         * quail/tibetan.el: Rewritten for new composition.
216 1999-12-13  Kenichi Handa  <handa@etl.go.jp>
218         * quail/latin-pre.el ("esperanto-prefix"): Make it produce Latin-3
219         characters, not Latin-1.
221 1999-11-22  Andrew Innes  <andrewi@gnu.org>
223         * makefile.nt: No need to generate subdirs.el.
225 1999-11-21  Andrew Innes  <andrewi@gnu.org>
227         * makefile.nt: New file.
229 1999-10-26  Gerd Moellmann <gerd@gnu.org>
231         * Makefile.noleim: New.
233 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
235         * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
236         turkish-postfix.
237         ("turkish-postfix"): New Turkish input method which inserts
238         Latin-5 characters.
240         * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
241         turkish-alt-postfix.
242         ("turkish-alt-postfix"): New Turkish input method which inserts
243         Latin-5 characters.
245 After the release of 20.4, development was split into two separate
246 code lines.  One line contained the code for Emacs 21, and the other
247 one the code for the 20.x releases after 20.4.  The following change
248 log entries up to the entry ``20.4 released'' are for the 20.x code
249 line.  Change logs above this notice are those for the 21.x code line.
251 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
253         * Version 20.7 released.
254         
255 2000-05-23  Andrew Innes  <andrewi@gnu.org>
257         * makefile.nt ($(TIT)): Set emacs_dir in the environment before
258         running emacs, to ensure load-path is correct.
259         (leim-list.el): Ditto.
261 2000-02-26  Gerd Moellmann  <gerd@gnu.org>
263         * Version 20.6 released.
264         
265 1999-12-07  Gerd Moellmann  <gerd@gnu.org>
267         * Version 20.5 released.
268         
269 1999-11-22  Andrew Innes  <andrewi@gnu.org>
271         * makefile.nt: No need to generate subdirs.el.
273 1999-11-21  Andrew Innes  <andrewi@gnu.org>
275         * makefile.nt: New file.
277 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
279         * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
280         turkish-postfix.
281         ("turkish-postfix"): New Turkish input method which inserts
282         Latin-5 characters.
284         * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from
285         turkish-alt-postfix.
286         ("turkish-alt-postfix"): New Turkish input method which inserts
287         Latin-5 characters.
289 1999-07-12  Richard Stallman  <rms@gnu.org>
291         * Version 20.4 released.
293 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
295         * quail/cyrillic.el (cyrillic-jcuken): Use X11 keyboard layout.
297 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
299         * quail/ethiopic.el ("ethiopic"): Add translation rules.
301 1999-06-01  Jae-youn Chung  <jay@compiler.kaist.ac.kr>
303         * quail/hanja3.el: Newly generated from hangul.el, hangul3.el, and
304         hanja.el.
306 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
308         * quail/hangul3.el ("korean-hangul3"): Give MAXIMUM-SHORTEST t.
310 1999-05-09  Tudor Hulubei  <tudor@cs.unh.edu>
312         * quail/latin-pre.el ("romanian-prefix"): New input method.
313         ("romanian-alt-prefix"): New input method.
315 1999-03-04  Kenichi Handa  <handa@etl.go.jp>
317         * quail/latin-post.el ("spanish-postfix"): Add rule U" and u".
319 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
321         * quail/japanese.el (quail-japanese-kanji-kkc): If the last char
322         to convert is `n', change it to Japanese Hiragana `n' before
323         conversion.
325 1999-01-11  Kenichi Handa  <handa@etl.go.jp>
327         * Makefile.in (MISC): Add ${srcdir}/quail/hebrew.el.
329         * quail/hebrew.el: New file.
331 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
333         * quail/devanagari.el (quail-devanagari-compose-characters):
334         Adjusted for the change of input method handling.
335         (quail-devanagari-hindi-compose-characters): Likewise.
337 1998-10-15  Kenichi Handa  <handa@etl.go.jp>
339         * Makefile.in (leim-list.el): Use `(cd foo && pwd)` instead of
340         `(cd foo; pwd)`.
341         (install): Likewise.
343 1998-10-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
345         * quail/latin-post.el: Many doc fixes.
346         ("latin-1-postfix"): Add sequence for the small superscript o.
347         * quail/latin-pre.el: Many doc fixes.
348         ("latin-1-prefix"): Add sequences for the small
349         superscript underlined o and a.
351 1998-10-13  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
353         * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
354         small superscript underlined o and a.
355         ("italian-alt-postfix"): Change it to something useful and
356         different from italian-postfix. 
357         * latin-post.el ("latin-1-postfix"): Add a method to enter the
358         small superscript underlined o and a.
359         ("italian-postfix"): Same as above.
360         ("italian-postfix"): Add methods to enter e with acute accent and
361         the >> and << symbols.
363 1998-09-25  Kenichi Handa  <handa@etl.go.jp>
365         * quail/japanese.el (quail-japanese-hankaku-update-translation):
366         Adjusted for the change of input method handling.
368 1998-09-11  Kenichi HANDA  <handa@etl.go.jp>
370         * quail/japanese.el (quail-japanese-katakana-update-translation):
371         Adjusted for the change of input method handling.
373 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
375         * quail/tibetan.el (quail-tibetan-input-wylie): Adjusted for the
376         change of input method handling.
377         (quail-tibetan-input-tibkey): Likewise.
379 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
381         * Version 20.3 released.
383 1998-08-16  Kenichi HANDA  <handa@etl.go.jp>
385         * quail/czech.el ("czech"): Make this input method deterministic,
386         kbd-translate, and show-layout.
388 1998-08-15  Kenichi HANDA  <handa@etl.go.jp>
390         * quail/ethiopic.el: Fix several translation rules.
392 1998-08-12  Milan Zamazal  <pdm@fi.muni.cz>
394         * quail/czech.el: Few key sequences added to some keyboards.
396 1998-08-06  Kenichi Handa  <handa@etl.go.jp>
398         * quail/japanese.el (quail-japanese-use-double-n): New variable.
399         (quail-japanese-update-translation): Adjusted for the change of
400         quail-update-translation.  Now this function should return
401         CONTROL-FLAG.
402         (quail-japanese-toggle-kana): Update quail-conversion-str.
403         (quail-japanese-kanji-kkc): Likewise.
404         (quail-japanese-switch-package): Reset quail-current-str and
405         quail-conversion-str.
407 1998-07-24  Kenichi Handa  <handa@etl.go.jp>
409         * quail/japanese.el (quail-japanese-kanji-kkc): Set
410         quail-translation to nil after calling kkc-region so that
411         translation mode is restarted correctly.
413 1998-07-21  Kenichi Handa  <handa@etl.go.jp>
415         * quail/japanese.el (quail-japanese-kanji-kkc): Handle the case
416         that conversion is cancelled in kkc-region.
417         (quail-japanese-switch-package): Fix previous change.
419 1998-07-19  Kenichi Handa  <handa@etl.go.jp>
421         * quail/japanese.el (quail-japanese-update-translation): Handle
422         a key which should fix the current translation and start a new
423         translation correctly.
424         (quail-japanese-toggle-kana): Set quail-translating to nil.  Don't
425         change point.
427 1998-07-15  Kenichi Handa  <handa@etl.go.jp>
429         * quail/japanese.el (quail-japanese-kanji-kkc): Adjusted for the
430         change of quail.el.
431         (quail-japanese-switch-package): Likewise.
433 1998-07-03  Kenichi Handa  <handa@etl.go.jp>
435         * quail/symbol-ksc.el: Keys for modern Korean syllables fixed.
436         Some keys for ancient Korean syllables are changed properly.
438 1998-06-20  Kenichi Handa  <handa@etl.go.jp>
440         * quail/ethiopic.el: Don't add hook to quail-mode-hook.
441         (ethio-select-a-translation): New function.
443 1998-06-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
445         * Makefile.in (RUN-EMACS): Add --multibyte.
447 1998-04-29  Karl Heuer  <kwzh@gnu.org>
449         * Makefile.in (SLAVIC): Delete redundant backslash.
451 1998-04-28  Richard Stallman  <rms@psilocin.gnu.org>
453         * Makefile.in (install): Make INSTALLDIR and contents world-readable.
455 1998-04-20  Kenichi Handa  <handa@etl.go.jp>
457         * Makefile.in (SLAVIC): New macro.
458         (EUROPEAN): Include ${SLAVIC}.
460 1998-04-14  Andreas Schwab  <schwab@mescaline.gnu.org>
462         * Makefile.in: Prepend ${srcdir} to all non-TIT lisp file names.
463         (leim-list.el): Depend on ${WORLD}.
465         * latin-alt.el (latin-2-alt-postfix): Doc fix.
467 1998-04-08  Karl Heuer  <kwzh@mescaline.gnu.org>
469         * czech.el, slovak.el: Correct starting commentary.
471 1998-04-07  Milan Zamazal  <pdm@fi.muni.cz>
473         * quail/czech.el, quail/slovak.el: Correct starting commentary.
475 1998-04-06  Andreas Schwab  <schwab@gnu.org>
477         * lrt.el (lrt-composing-pattern-double-c): Change chars-in-string
478         to length.
479         (lrt-generate-quail-map): Change sref to aref, and make second
480         argument of substring a character index.
482 1998-03-26  Richard Stallman  <rms@psilocin.gnu.org>
484         * Makefile.in (${TIT}): Fix shell conditional syntax.
486 1998-03-18  Kenichi Handa  <handa@etl.go.jp>
488         * quail/latin-pre.el ("latin-1-prefix"):  Fix the translation of
489         "/ " to "/" (instead of " ").
491 1998-03-17  Richard Stallman  <rms@psilocin.gnu.org>
493         * quail/czech.el, quail/slovak.el: New files.
495 1998-03-10  Richard Stallman  <rms@psilocin.gnu.org>
497         * Makefile.in (BUILT-EMACS): Variable renamed from EMACS.
498         Uses changed.
500 1998-03-05  Kenichi Handa  <handa@etl.go.jp>
502         * Makefile.in (${TIT}): To byte-compile quail packages, use just
503         built quail.
505 1997-12-09  Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de>
507         * quail/hanja3.el: New file.
509         * quail/hanja-jis.el: Title string of the input method
510         "korean-hanja-jis" changed.
512         * quail/symbol-ksc.el: Title string of the input method
513         "korean-symbol" changed.  Require 'korea-util.
514         (quail-hangul-switch-back): Deleted.
516         * quail/hangul3.el: Require 'korea-util.
517         (quail-hangul-switch-to-symbol-ksc): Deleted.
519         * quail/hanja.el: Require 'korea-util.  Title string of the input
520         method "korean-hanja" changed.
521         (quail-hanja-switch-to-symbol-ksc): Deleted.
523         * quail/hangul.el: Require 'korea-util.
524         (quail-hangul-switch-to-symbol-ksc): Deleted.
525         
526 1997-10-23  Kenichi Handa  <handa@etl.go.jp>
528         * quail/ethiopic.el: The title string of input method "Ethiopic"
529         is changed.
531 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
533         * Version 20.2 released.
535 1997-09-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
537         * quail/latin-post.el (german): Swap y and z.
539 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
541         * Version 20.1 released.
543         * quail/latin-alt.el (latin-2-postfix): Use : for double-acute again.
544         
545 1997-09-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
547         * quail/viqr.el (vietnamese-viqr): Doc fix.
549 1997-09-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
551         * quail/latin-alt.el: New file.
553 1997-09-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
555         * quail/latin-post.el: Undo previous change.
556         
557 1997-09-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
559         * quail/latin-post.el (latin-2-postfix):
560         Replace comma and period with `.  Replace colon with /.
561         (latin-1-postfix): Replace comma with /.
562         (french-postfix): Replace comma with /.
563         (latin-3-postfix): Replace comma with ` and period with /.
564         (latin-4-postfix): Replace comma with ` and period with ~.
565         (latin-5-postfix): Replace comma with ` and period with /.
566         (turkish-postfix): Replace comma with ` and period with /.
568 1997-09-10  Kenichi Handa  <handa@etl.go.jp>
570         * quail/ethiopic.el: Don't bind keys in quail-mode-map.  The
571         function added to quail-mode-hook turn ethio-mode on only when
572         input method "ethiopic" is begin used.
573         (ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el.
574         (ethio-toggle-space): Likewise.
575         (ethio-insert-space): Likewise.
576         (ethio-insert-ethio-space): Likewise.
577         (ethio-prefer-ascii-punctuation): Likewise.
578         (ethio-toggle-punctuation): Likewise.
579         (ethio-gemination): Likewise.
580         ("ethiopic"): Doc-string of this Quail package modified.  Bind
581         function keys for TRANSLATION-KEYMAP to
582         quail-execute-non-quail-command.
584 1997-09-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
586         * Makefile.in (install): Use quail/* in the second tar that
587         copies a dir named quail.
589 1997-09-03  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
591         * Makefile.in (install): Do not copy leim-list.el twice.  Copy
592         `skk' subdirectory too.
594 1997-09-03  Kenichi Handa  <handa@etl.go.jp>
596         * quail/cyrillic.el: For each package, pass t for the SIMPLE
597         argument to quail-define-package.
598         * quail/cyril-jis.el: Likewise
599         * quail/greek.el: Likewise.
600         * quail/ipa.el: Likewise.
601         * quail/lao.el: Likewise.
602         * quail/lrt.el: Likewise.
603         * quail/thai.el: Likewise.
604         * quail/viqr.el: Likewise.
606 1997-08-30  Naoto TAKAHASHI  <ntakahas@etl.go.jp>
608         * quail/ethiopic.el ("ethiopic"): Doc-sring fixed.  Change the arg
609         TRANSLATION-KEYS.
610         (quail-mode-map): Change binding for ethio-insert-ethio-space.
611         (quail-mode-hook): Check the current Quail package name.
613         * quail/latin-post.el: Add rules for cancelling accents by typing
614         two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail
615         packages.
617 1997-08-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
619         * quail/latin-post.el, quail/latin-pre.el: For each package,
620         pass t for the SIMPLE argument to quail-define-package.
622 1997-08-28  Kenichi Handa  <handa@etl.go.jp>
624         * Makefile.in (dotdot): This macro deleted.
625         (SUBDIRS): Exclude skk.
626         (all): Substitute ${WORLD} to ${TIT}.
627         (%.el): This target deleted.
628         (${TIT}): Check existence of `quail' subdirectory.
629         (leim-list.el): Do not check old files.
630         (install): If ${srcdir} is different from the current directory,
631         copy also files under ${srcdir}.
633 1997-08-26  Kenichi Handa  <handa@etl.go.jp>
635         * Makefile.in: Re-arrange macros so that the macro TIT contains
636         only Quial packages generated from CXTERM dictionaries, and the
637         macro NON-TIT contains only Quial packages distributed with Emacs.
638         (install): Do not use -h option for tar, instead copy ${NON-TIT}
639         and ${TIT} separately.
641 1997-08-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
643         * Makefile.in (install): Discard extra data in tar | tar command.
645 1997-08-23  Kenichi Handa  <handa@etl.go.jp>
647         * quail/devanagari.el (quail-devanagari-compose-characters): Fix
648         previous change.
649         (quail-devanagari-hindi-compose-characters): Fix previous change.
651         * quail/japanese.el (quail-japanese-kkc-mode-exit): Fix previous
652         change.
654 1997-08-22  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
656         * Makefile.in (leim-list.el): Fix previous change.
658         * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
660 1997-08-21  Kenichi HANDA  <handa@etl.go.jp>
662         * quail/py-punct-b5.el: Name changed from py-punct-b5.el.
663         * quail/tsang-b5.el: Name changed from tsangchi-b5.el.
664         * quail/tsang-cns.el: Name changed from tsangchi-cns.el.
666         * Makefile.in (install): Just copy leim-list.el instead of running
667         update-leim-list-file on ${INSTALLDIR}.
668         (CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el,
669         py-punct-b5.el -> pypunct-b5.el.
670         (CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el.
671         (leim-list.el): Delete old files not contained in ${WORLD}.
673         * quail/japanese.el (quail-japanese-kkc-mode-exit): Run
674         input-method-after-insert-chunk-hook.
676         * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
678 1997-08-19  Kenichi Handa  <handa@etl.go.jp>
680         * quail/hangul.el ("korean-hangul"): Doc-string of this Quail
681         package fixed.
683 1997-08-18  Kenichi Handa  <handa@etl.go.jp>
685         * quail/japanese.el (quail-japanese-toggle-kana): Don't call
686         throw.
687         (quail-japanese-kanji-kkc): Completely re-written.
688         (quail-japanese-kkc-mode-exit): New function.
689         (quail-japanese-switch-package): Call activate-input-method
690         instead of select-input-method.
692         * quail/thai.el (thai-consonant-input): Typo fixed.
694         * quail/devanagari.el (quail-devanagari-compose-characters): Do
695         not call throw.
696         (quail-devanagari-hindi-compose-characters): Likewise.
698         * quail/hangul.el (quail-hangul-switch-to-symbol-ksc): Call
699         activate-input-method instead of select-input-method.
701         * quail/hangul3.el (quail-hangul-switch-to-symbol-ksc): Likewise.
703         * quail/symbol-ksc.el (quail-hangul-switch-back): Likewise.  Use
704         input-method-history instead of previous-input-method.
706 1997-08-16  Valery Alexeev  <valery@domovoy.math.uga.edu>
708         * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.
710 1997-08-16  Kenichi Handa  <handa@etl.go.jp>
712         * quail/lrt.el (lrt-vowel-table): Some elements corrected.
713         ("lao-lrt"): Doc-string of this Quail package modified.
714         Some tranlation rules added.
716         * quail/lao.el (lao-keyboard-mapping): Some elements corrected.
717         (lao-quail-define-rules): Some translation rules corrected.
719 1997-08-11  Kenichi Handa  <handa@etl.go.jp>
721         * quail/lrt.el: Some rules added for Quail package "lao-lrt".
722         (lrt-vowel-table): The entry for "aM" corrected.
724 1997-08-07  Kenichi Handa  <handa@etl.go.jp>
726         * quail/lrt.el: Change title string of input method "lao-lrt".
727         (lrt-single-consonant-table): Several key sequence changed.
728         (lrt-composing-pattern-double-c): Handle a consonant with
729         semi-vowel-lower correctly.
730         (lrt-handle-maa-sakod): Do not reset quail-current-key.
731         (lrt-handle-tone-mark): Check the existence of double consonant
732         correctly.
734         * quail/lao.el: Change title string of input method "Lao".
736 1997-08-04  Valery Alexeev  <valery@domovoy.math.uga.edu>
738         * quail/cyrillic.el (cyrillic-translit): Doc-string of the package
739         modified.  Several tranlation rules modified.
741 1997-08-04  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
743         * quail/cyrillic.el: Move Quail package cyrillic-jis-russian to
744         quail/cyril-jis.el.
746         * quail/cyril-jis.el: New file.
748         * Makefile.in (RUSSIAN): Add quail/cyril-jis.el.
750 1997-08-01  Kenichi Handa  <handa@etl.go.jp>
752         * quail/ethiopic.el: In quail-mode-map, bind
753         ethio-insert-ethio-space Shift-SPACE.  Add translation rules to
754         Quail package "ethiopic".
756 1997-08-01  Valery Alexeev  <valery@domovoy.math.uga.edu>
758         * quail/cyrillic.el (cyrillic-translit): New input method.
760 1997-07-25  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
762         * quail/tibetan.el: New file.
764         * quail/py-punct.el: Require 'quail.
766         * quail/py-punct-b5.el: Require 'quail.
768         * quail/ethiopic.el: Change Quail package name to "ethiopic".
769         (ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.
771         * Makefile.in (TIT): New variable, contatination of TIT-GB and
772         TIT-BIG5.
773         (RUN-EMACS): Do not set EMACSLOADPATH.
774         (ASIA): Include TIBEAN.
775         (all): Remove stamp-bytecomp from dependency list.
776         ({$TIT}): New target, substitues the target ${TIT-GB} ${TIT-BIG5}.
777         (%.el): Make a link for byte-compiled file too.
778         (stamp-bytecomp): Target deleted.
779         (leim-list.el): Run Emacs with loading quail.
780         (install-XXX): These targets deleted.
781         (install): Remove files under INSTALLDIR before copying new files.
782         Run Emacs with loading quail.
783         (clean mostlyclean): Remove only generated files.
785 1997-07-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
787         * Makefile.in (stamp-bytecomp): Fix shell conditional.
788         (clean): Fix shell conditional.
790 1997-07-21  Jim Meyering  <meyering@eng.ascend.com>
792         * Makefile.in: Use @LN_S@, not ln -s, in case no symlink support.
793         (clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc.
795 1997-07-17  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
797         * Makefile.in: Modified to avoid *.el files being regarded
798         as intermidiate files and deleted by GNU make.
800         * quail/lrt.el (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
801         (lrt-handle-maa-sakod): Correctly handle the case that
802         quail-current-data is nil.
803         (lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" +
804         tone.
806 1997-07-15  Kenichi Handa  <handa@etl.go.jp>
808         * quail/py-punct.el: New file.
810         * quail/py-punct-b5.el: New file.
812         * quail/japanese.el: Doc-string of Quail package japanese modified.
814         * Makefile.in: Rules re-written to avoid tricky code.
815         (CHINEGE-GB): Include quail/py-punct.elc.
816         (CHINEGE-BIG5): Include quail/py-punct-b5.elc.
817         
819 1997-07-10  Kenichi Handa  <handa@etl.go.jp>
821         * quail/latin-pre.el: Change titles of quail packages.
823         * quail/latin-post.el: Likewise.
826 ;; Local Variables:
827 ;; coding: iso-2022-7bit-unix
828 ;; End: