X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/a3d0b0e0f9826e5af4d061afdc374e36f2e35906..d6e483a4dac328f388baec4bd1e795a921907230:/leim/ChangeLog diff --git a/leim/ChangeLog b/leim/ChangeLog index 44b4c659b0..343549b3b5 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,181 @@ +2001-11-04 Dave Love + + * Makefile.in (LATIN): Add welsh. + (UNICODE): New. + (MISC): Add georgian. + (WORLD): Add UNICODE. + + * quail/welsh.el, quail/georgian.el, quail/rfc1345.el: + * quail/uni-input.el, quail/sgml-input.el: New file. + + * quail/cyrillic.el ("bulgarian-pho", "belarusian"): New methods. + + * quail/latin-alt.el ("dutch"): New method. + +2001-10-27 Francesco Potorti` + + * quail/latin-post.el ("italian-postfix"): Undo previous change. + + * quail/latin-alt.el ("italian-alt-postfix"): Undo previous change. + +2001-10-25 Francesco Potorti` + + * quail/latin-post.el ("italian-postfix"): Euro symbol. + + * quail/latin-alt.el ("italian-alt-postfix"): Euro symbol. + +2001-10-20 Gerd Moellmann + + * (Version 21.1 released.) + +2001-10-19 Eli Zaretskii + + * CXTERM-DIC/Punct-b5.tit: Add big5 Chinese double spaced alphabet + mappings, so that one could type them without leaving the Hanyu + Pinyin input method. Suggested by Kenichi Handa + . + +2001-10-13 Eli Zaretskii + + * quail/greek.el ("greek-babel"): New input method. From David + Kastrup . + +2001-10-05 Gerd Moellmann + + * Branch for 21.1. + +2001-09-05 Eli Zaretskii + + * quail/greek.el ("greek-mizuochi"): Doc fix. From David Kastrup + . + +2001-08-06 Gerd Moellmann + + * quail/py-punct.el ("chinese-py-punct"): Copy the QUAIL-MAP of + "chinese-py". + ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy". + +2001-07-16 Pavel Jan,Bm(Bk + + * ja-dic/ja-dic.el, quail/cyril-jis.el, quail/cyrillic.el, + quail/czech.el, quail/devanagari.el, quail/ethiopic.el, + quail/greek.el, quail/hangul.el, quail/hangul3.el, + quail/hanja-jis.el, quail/hanja.el, quail/hanja3.el, + quail/hebrew.el, quail/ipa.el, quail/japanese.el, quail/lao.el, + quail/latin-alt.el, quail/latin-ltx.el, quail/latin-post.el, + quail/latin-pre.el, quail/lrt.el, quail/py-punct.el, + quail/pypunct-b5.el, quail/slovak.el, quail/symbol-ksc.el, + quail/thai.el, quail/tibetan.el, quail/viqr.el: Some fixes to + follow coding conventions. + +2001-06-04 Andrew Choi + + * quail/.cvsignore: Change CTLauB.el to CTLau-b5.el. + +2001-06-01 Andrew Innes + + * makefile.nt (TIT_GB): Remove quail/PY.elc and quail/ZIRANMA.elc. + (NON_TIT_BIG5): Remove $(srcdir)/quail/tsang-b5.elc and + $(srcdir)/quail/pypunct-b5.elc. + (NON_TIT_CNS): Remove. + (CHINESE_NON_TIT): Remove $(NON_TIT_CNS). + (CHINESE_CNS): Remove. + (KOREAN): Add $(srcdir)/quail/hanja3.elc. + (LATIN): Add $(srcdir)/quail/latin-alt.elc and + $(srcdir)/quail/latin-ltx.elc. + (MISC_DIC): Copy from Makefile.in. + (CHINESE): Remove $(CHINESE_CNS). + (all): Add $(MISC_DIC) as target. + (.NOTPARALLEL): New target. + (.NO_PARALLEL): New target. + ($(MISC_DIC)): New target. + (clean mostlyclean): Clean more stuff. + (TIT_EL): New macro. + (MISC_DIC_EL): New macro. + + * makefile.w32-in (TIT-GB): Remove CTLau.elc from it. + (TIT-BIG5): Remove CTLauB.elc from it. + (MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it. + (clean mostlyclean): Remove obsolete reference. + +2001-06-01 Eli Zaretskii + + * quail/latin-ltx.el [ms-dos]: Call IT-setup-unicode-display. + +2001-05-24 Andrew Choi + + * Makefile.in (MISC-DIC): Change CTLauB.elc to CTLau-b5.elc. + + * CXTERM-DIC/CTLau.tit, CXTERM-DIC/CTLauB.tit: Delete files. + + * MISC-DIC/CTLau.html, MISC-DIC/CTLau-b5.html: Add files. + + * Makefile.in (TIT-GB): Remove CTLau.elc from it. + (TIT-BIG5): Remove CTLauB.elc from it. + (MISC-DIC): Add CTLau.elc and CTLauB.elc to it. + +2001-05-17 Dave Love + + * quail/latin-ltx.el ("TeX"): Renamed from "latin-latex2e". + Language family and indicator changed. Many new translations. + +2001-05-17 Gerd Moellmann + + * quail/slovak.el, quail/czech.el: Set guidance to t for czech and + slovak input methods. New maintainer. From Pavel Jan,Am(Bk + . + +2001-04-23 Gerd Moellmann + + * quail/latin-ltx.el: Add more translations. From + jsbien@mimuw.edu.pl (Janusz S. Bie,Bq(B). + +2001-04-19 Eli Zaretskii + + * quail/hangul.el : Doc fix. + +2001-04-18 Andrew Innes + + * makefile.w32-in (EMACSLOADPATH): Define. + ($(TIT)): + ($(MISC_DIC)): + (.el.elc): + (leim-list.el): Remove stuff to set EMACSLOADPATH. + +2001-04-05 Gerd Moellmann + + * Makefile.in (install): Remove .cvsignore files. + + * quail/japanese.el ("japanese-hankaku-kana"): Don't use + the same translations as for `japanese'. + +2001-04-03 Andrew Innes + + * makefile.w32-in (TIT_GB): Delete quail/PY.elc and + quail/ZIRANMA.elc. + (NON_TIT_BIG5): Delete $(srcdir)/quail/quick-b5.elc and + $(srcdir)/quail/tsang-b5.elc. + (NON_TIT_CNS): Delete. + (CHINESE_NON_TIT): Delete $(NON-TIT-CNS). + (CHINESE_CNS): Delete. + (KOREAN): Add ${srcdir}/quail/hanja3.elc. From Kenichi Handa + . + (MISC_DIC): New variable. + (CHINESE): Delete $(CHINESE_CNS). + (WORLD): Add $(MISC_DIC). + (all): Depends on $(MISC_DIC). + (.NOTPARALLEL, .NO_PARALLEL): New special targets. + ($(MISC_DIC)): New target. + (clean mostlyclean): Delete also $(NONTIT), $(WORLD), $(MISC_DIC) + and $(MISC_DIC:.elc=.el). + +2001-04-02 Eli Zaretskii + + * Makefile.in (KOREAN): Add ${srcdir}/quail/hanja3.elc. From + Kenichi Handa . + + * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}. + 2001-03-31 Kenichi Handa * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc @@ -7,7 +185,7 @@ (CHINESE-CNS): Delete it. (MISC-DIC): New variable. (CHINESE): Delete ${CHINESE-CNS}. - (WORLD): Delete ${MISC-DIC}. + (WORLD): Add ${MISC-DIC}. (all): Depends on ${MISC-DIC}. (${MISC-DIC}): New target. (clean mostlyclean): Delete also ${MISC-DIC} ${MISC-DIC:.elc=.el}. @@ -19,7 +197,7 @@ * quail/tsang-b5.el, quail/tsang-cns.el, quail/quick-b5.el, quail/quick-cns.el: Delete them. - + 2001-03-30 Eli Zaretskii * Makefile.in (${TIT}): Fix whitespace. @@ -151,8 +329,8 @@ * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead of conditional invocation of make. - (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) - (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) + (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) + (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el files to .elc. ($(TIT)): Adjusted for the above change. @@ -161,8 +339,8 @@ * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead of conditional invocation of make. - (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) - (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) + (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) + (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el files to .elc. ($(TIT)): Adjusted for the above change. @@ -347,50 +525,6 @@ ("turkish-alt-postfix"): New Turkish input method which inserts Latin-5 characters. -After the release of 20.4, development was split into two separate -code lines. One line contained the code for Emacs 21, and the other -one the code for the 20.x releases after 20.4. The following change -log entries up to the entry ``20.4 released'' are for the 20.x code -line. Change logs above this notice are those for the 21.x code line. - -2000-06-13 Gerd Moellmann - - * Version 20.7 released. - -2000-05-23 Andrew Innes - - * makefile.nt ($(TIT)): Set emacs_dir in the environment before - running emacs, to ensure load-path is correct. - (leim-list.el): Ditto. - -2000-02-26 Gerd Moellmann - - * Version 20.6 released. - -1999-12-07 Gerd Moellmann - - * Version 20.5 released. - -1999-11-22 Andrew Innes - - * makefile.nt: No need to generate subdirs.el. - -1999-11-21 Andrew Innes - - * makefile.nt: New file. - -1999-09-19 Ken'ichi Handa - - * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from - turkish-postfix. - ("turkish-postfix"): New Turkish input method which inserts - Latin-5 characters. - - * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Renamed from - turkish-alt-postfix. - ("turkish-alt-postfix"): New Turkish input method which inserts - Latin-5 characters. - 1999-07-12 Richard Stallman * Version 20.4 released. @@ -458,7 +592,7 @@ line. Change logs above this notice are those for the 21.x code line. * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the small superscript underlined o and a. ("italian-alt-postfix"): Change it to something useful and - different from italian-postfix. + different from italian-postfix. * latin-post.el ("latin-1-postfix"): Add a method to enter the small superscript underlined o and a. ("italian-postfix"): Same as above. @@ -627,7 +761,7 @@ line. Change logs above this notice are those for the 21.x code line. * quail/hangul.el: Require 'korea-util. (quail-hangul-switch-to-symbol-ksc): Deleted. - + 1997-10-23 Kenichi Handa * quail/ethiopic.el: The title string of input method "Ethiopic" @@ -646,7 +780,7 @@ line. Change logs above this notice are those for the 21.x code line. * Version 20.1 released. * quail/latin-alt.el (latin-2-postfix): Use : for double-acute again. - + 1997-09-13 Andreas Schwab * quail/viqr.el (vietnamese-viqr): Doc fix. @@ -658,7 +792,7 @@ line. Change logs above this notice are those for the 21.x code line. 1997-09-12 Richard Stallman * quail/latin-post.el: Undo previous change. - + 1997-09-12 Richard Stallman * quail/latin-post.el (latin-2-postfix): @@ -919,7 +1053,7 @@ line. Change logs above this notice are those for the 21.x code line. * Makefile.in: Rules re-written to avoid tricky code. (CHINEGE-GB): Include quail/py-punct.elc. (CHINEGE-BIG5): Include quail/py-punct-b5.elc. - + 1997-07-10 Kenichi Handa @@ -931,3 +1065,7 @@ line. Change logs above this notice are those for the 21.x code line. ;; Local Variables: ;; coding: iso-2022-7bit-unix ;; End: + + Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted provided the copyright notice and this notice are preserved.