(leim-list.el, install): Don't use -r to remove files.
[bpt/emacs.git] / leim / ChangeLog
index 1c14d41..7fa15b1 100644 (file)
@@ -1,3 +1,270 @@
+2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in (leim-list.el, install): Don't use -r to remove files.
+
+2009-08-25  Glenn Morris  <rgm@gnu.org>
+
+       * quail/hangul.el (top-level): Don't require cl at run-time.
+
+2009-08-21  Thamer Mahmoud  <thamer.mahmoud@gmail.com>  (tiny change)
+
+       * quail/arabic.el: Add missing keys that exist on the Arabic X
+       keyboard.  Don't insert Lam-alef ligatures from the Arabic
+       Presentation Forms ranges; instead, separate Lam-Alef ligatures
+       into a list of two letters (Lam and a suitable Alef).
+
+2009-06-23  Kenichi Handa  <handa@m17n.org>
+
+       * quail/hangul.el (hangul-to-hanja-conversion): When it is called
+       while korean input method is off, convert the following character.
+
+2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Branch for 23.1.
+
+2009-06-18  Kenichi Handa  <handa@m17n.org>
+
+       * quail/hangul.el (hangul-im-keymap): Add binding of key
+       Hangul_Hanja.
+
+2009-05-04   Simon Leinen  <simon.leinen@switch.ch>  (tiny change)
+
+       * Makefile.in (install): Avoid using $$(..) construct, for Solaris
+       compatibility.
+
+2009-04-12  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * Makefile.in (install): Remove .gitignore files.
+
+2009-03-19  Kenichi Handa  <handa@m17n.org>
+
+       * leim-ext.el: Change the encoding to utf-8.
+
+2008-12-30  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * Makefile.in (install): Remove old directories in ns_appresdir before
+       moving new directories there.
+
+2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * quail/hangul.el (hangul-im-keymap, hangul-insert-character)
+       (hangul-djamo, hangul2-input-method-moum, hangul3-input-method-cho)
+       (hangul3-input-method-jung, hangul3-input-method-jong):
+       Fix typos in docstrings.
+
+2008-11-07  Vasily Korytov  <vasily@korytov.pp.ru>  (tiny change)
+
+       * quail/cyrillic.el: Handle backslash key (bug#839).
+
+2008-10-20  Kenichi Handa  <handa@m17n.org>
+
+       * quail/indian.el (inscript-mlm-keytable): New variable.
+       (malayalam-inscript): Use inscript-mlm-keytable.
+
+2008-09-11  Magnus Henoch  <mange@freemail.hu>
+
+       * quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G
+       with upturn.
+
+2008-09-02  Carsten Bormann  <cabo@tzi.org>
+
+       * quail/latin-post.el ("german-postfix"): Do not translate ue to
+       \"u after a, e or q, because that would be extremely uncommon
+       compared to aue, eue or que.  The only exception is the prefix
+       "ge", after which, according to corpus statistics, a \"u can be
+       expected.
+
+2008-08-10  Jihyun Cho  <jihyun.jo@gmail.com>
+
+       * quail/hangul.el (hangul3-input-method-jong): Fix array indexing bug.
+
+2008-07-19  Juri Linkov  <juri@jurta.org>
+
+       * quail/cyrillic.el ("cyrillic-translit"): Add two rules "//'" and
+       "//`" for combining accents as a separate character.  Keep two
+       rules "i`" and "I`" for characters where accent is not a separate
+       character.  Revert changes that added postfix combining accents.
+
+2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * Makefile.in (install): Perform post-install cleanup inside NS app
+       bundle.
+
+2008-07-12  Juri Linkov  <juri@jurta.org>
+
+       * quail/rfc1345.el: Replace non-printable control characters with
+       equivalent text-only notations.
+
+       * quail/cyrillic.el ("cyrillic-translit"): Fix rules with
+       combining acute accent.  Add rules ("e\\" ?э) ("E\\" ?Э).
+       Change conflicting rules ("u'" ?ў) to ("u~" ?ў), and ("U'" ?Ў)
+       to ("U~" ?Ў).  Doc fix.  Put combining accent rules into one group.
+
+2008-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * quail/cyrillic.el : Add more rules to cyrillic-translit, make
+       everything postfix.  Adjust to eliminate conflicts.
+
+2008-06-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * quail/hangul3.el: Remove (unneeded since 2008-06-03).
+
+2008-06-27  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (.el.elc): Copy the echo behavior of lisp/Makefile.in.
+
+2008-06-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (MISC): Add $(srcdir)/quail/arabic.elc.
+
+2008-06-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (distclean): Don't delete `quail' subdir: if we
+       are building in the sandbox, there are precious files there.
+       (clean mostlyclean): Delete leim-list.el~.
+       (distclean): Delete makefile.
+
+2008-06-13  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * quail/cyrillic.el: Add quotation marks, paragraph symbol, angled
+       brackets, number symbol, and accented aeio to cyrillic-translit.
+
+2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
+
+       * quail/hangul.el: Completely re-written.
+
+2008-06-03  Kenichi Handa  <handa@m17n.org>
+
+       * makefile.w32-in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
+       (leim-list.el): Remove leim-list.el at first.
+
+       * Makefile.in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
+       (leim-list.el): Remove leim-list.el at first.
+
+       * leim-ext.el: Register input methods "korean-hangul",
+       "korean-hangul3f", "korean-hangul390", and "korean-hangul3".
+
+2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * quail/latin-ltx.el: Don't use single-char mapping from ~ to NBSP.
+
+2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * quail/indian.el: Don't require devan-util.
+
+2008-02-01  James Cloos  <cloos@jhcloos.com>
+
+       * quail/arabic.el: Update (sync with xkeyboard-config keyboard).
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * Makefile.in (OTHERS): Add arabic.elc.
+
+2008-02-01  James Cloos  <cloos@jhcloos.com>
+
+       * quail/arabic.el: New file.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * MISC-DIC/pinyin.map: Fix encoding to that of the original file.
+
+2008-02-01  KAWABATA, Taichi  <kawabata@m17n.org>
+
+       * quail/indian.el (quail-indian-flatten-list): Delete it.
+       (quail-define-inscript-package): Pay attention to `nil' values of
+       char/key-table.
+       (inscript-tml-keytable): New variable.  Use it for Tamil inscript.
+
+2008-02-01  Dave Love  <fx@gnu.org>
+
+       * quail/latin-post.el ("turkish-latin-3-postfix"): Make it
+       just an alias for turkish-postfix.
+
+       * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Make it
+       just an alias for turkish-alt-postfix.
+
+       * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * quail/thai.el: Don't require thai-util.
+       (quail-thai-update-translation): Delete function.
+       (thai-generate-quail-map): Change to a macro that directly calls
+       quail-define-rules.
+       ("thai-kesmanee", "thai-pattachote"): Don't use
+       UPDATE-TRANSLATION-FUNCTION.
+
+       * quail/indian.el (quail-indian-preceding-char-position): Delete
+       function.
+       (quail-indian-update-preceding-char): Delete variable.
+       (quail-indian-update-translation): Delete function.
+       (quail-define-indian-trans-package): Don't call
+       quail-define-package with quail-indian-update-translation.
+       (quail-define-inscript-package): Likewise.
+
+2008-02-01  Dave Love  <fx@gnu.org>
+
+       * quail/indian.el (quail-indian-preceding-char-position)
+       (quail-indian-update-translation, quail-define-inscript-package):
+       Use characterp, not char-valid-p.
+
+2008-02-01  Dave Love  <fx@gnu.org>
+
+       * quail/welsh.el ("welsh"): Doc fix.
+
+       * quail/cyrillic.el: Reinstate some commented-out redundancies.
+       ("russian-typewriter"): Rename from cyrillic-typewriter.
+       Make cyrillic-jcuken effectively an alias for it.
+       ("russian-computer"): New.
+       ("bulgarian-phonetic"): Rename from bulgarian-pho.
+       ("bulgarian-bds"): Rename from bulgarian-standard.
+
+2008-02-01  Dave Love  <fx@gnu.org>
+
+       * ja-dic/ja-dic.el: Add coding tag.
+
+2008-02-01  Dave Love  <fx@gnu.org>
+
+       * latin-post.el: Recode to utf-8.
+       ("latin-postfix"): New method.
+
+       * latin-alt.el: Recode to utf-8.
+       ("latin-alt-postfix"): New method.
+
+       * quail/latin-pre.el: Recode to utf-8.
+       ("latin-1-prefix", "latin-8-prefix", "latin-9-prefix"): Add nbsp.
+       ("latin-3-prefix"): Remove bogus Latin-3 characters and ~o -> ġ,
+       ~O -> Ġ.
+       ("latin-prefix"): New method.
+
+       * quail/uni-input.el (utf-8-ccl-encode): Delete.
+       (ucs-input-method): Modify.
+
+2008-02-01  Kenichi Handa  <handa@etl.go.jp>
+
+       * Makefile.in (RUN-EMACS): Add LC_ALL=C.
+
+2008-01-14  Aidan Kehoe  <kehoea@parhasard.net>  (tiny change)
+
+       * quail/latin-ltx.el ("TeX"): Correct the mappings for \v{k} and \vk.
+
+2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * makefile.w32-in:
+       * Makefile.in: Remove references to Xenix.
+
+2007-12-15  Richard Stallman  <rms@gnu.org>
+
+       * quail/latin-post.el ("scandinavian-postfix"): Doc fix.
+
+       * quail/latin-alt.el: Many doc fixes.
+       ("danish-alt-postfix")
+       ("esperanto-alt-postfix", "finnish-alt-postfix")
+       ("german-alt-postfix", "icelandic-alt-postfix")
+       ("norwegian-alt-postfix", "scandinavian-alt-postfix")
+       ("spanish-alt-postfix", "swedish-alt-postfix"):
+       Deleted; they were identical to the non-alt versions.
+
 2007-12-07  Kenichi Handa  <handa@ni.aist.go.jp>
 
        * quail/lao.el (quail-map-from-table): Allow a tone just after a
 
        * Makefile.in (install): Change ownership of installed files.
 
-2007-10-20  Edward O'Connor <hober0@gmail.com>  (tiny change)
+2007-10-20  Edward O'Connor  <hober0@gmail.com>  (tiny change)
 
        * quail/latin-ltx.el ("\\qed"): Add this rule.
 
        * COPYING: Replace "Library Public License" by "Lesser Public
        License" throughout.
 
-2006-09-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-09-06  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * quail/uni-input.el (ucs-input-method): Don't make the action of
        a key not in [0-9a-zA-Z] when it was expected to be.  Let the Emacs
 
 2004-05-10  Andreas Schwab  <schwab@suse.de>
 
-       * Makefile.in (all): Readd dependency on ${WORLD} so that lisp
+       * Makefile.in (all): Re-add dependency on ${WORLD} so that lisp
        files are compiled when bootstrapping.
 
 2004-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 2004-05-04  Kenichi Handa  <handa@m17n.org>
 
-       * Makefile.in (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
+       * Makefile.in (TIT-SOURCES): Prepend ${srcdir} to each element.
        (MISC-SOURCES): Likewise.
 
 2004-05-01  Kenichi Handa  <handa@m17n.org>
 
        * Makefile.in (OTHERS): Rename from MISC.
        (MISC): Rename from MISC-DIC.
-       (WORLD): Adjute for the above changes.
+       (WORLD): Adjust for the above changes.
        (TIT-MISC, NON-TIT-MISC): New targets.
        (all): Don't depend on ${WORLD}.
        (.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): Remove these targets.
        (clean, mostlyclean): Don't delete *.elc distributed with tarball.
        (maintainer-clean): Delete files that are not in CVS repository.
 
-2004-02-16  J\e,Ai\e(Br\e,At\e(Bme Marant  <jmarant@nerim.net>  (tiny change)
+2004-02-16  Jérôme Marant  <jmarant@nerim.net>  (tiny change)
 
        * Makefile.in (distclean maintainer-clean): Depend on clean.
 
 2003-07-21  KAWABATA, Taichi  <kawabata@m17n.org>
 
        * quail/indian.el (quail-indian-update-translation): Adjust the
-       behaviour according to the change of quail-translate-key.
+       behavior according to the change of quail-translate-key.
 
 2003-05-22  Kenichi Handa  <handa@m17n.org>
 
        ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings.
        ("ukrainian-computer", "belarusian", "bulgarian-bds")
        ("russian-computer"): New.
-       ("bulgarian-phonetic"): Rename from bulgarian-pho.  Add \e,A'\e(B, \e$,1uV\e(B, \e$,1(N\e(B.
+       ("bulgarian-phonetic"): Rename from bulgarian-pho.  Add §, №, Ю.
        ("russian-typewriter"): Rename from cyrillic-jcuken.
 
 2002-06-20  Dave Love  <fx@gnu.org>
 
        * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3
-       characters and ~o -> \e$,1 A\e(B, ~O -> \e$,1 @\e(B.
+       characters and ~o -> ġ, ~O -> Ġ.
 
 2002-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * quail/hanja3.el ("kf"): Add a few composing rules
        from "Taik-kyun Lim" <mongmong@milab.yonsei.ac.kr>
 
-       * quail/hangul3.el: buggy alternative second character
+       * quail/hangul3.el: Buggy alternative second character
        sequence fixed ('/' for 'v' pair).
        added a few more third character composing rule.
 
 2002-03-03  Werner Lemberg  <wl@gnu.org>
 
        * quail/vntelex.el: New file.
-       * Makefile.in (VIETNAMESE), makefile.nt (VIETNAMESE),
-       makefile.w32-in (VIETNAMESE): Add it.
+       * Makefile.in (VIETNAMESE):
+       * makefile.nt (VIETNAMESE):
+       * makefile.w32-in (VIETNAMESE): Add it.
 
 2002-02-10  Andrew Innes  <andrewi@gnu.org>
 
        * quail/latin-pre.el (french-prefix): ", " => "," and "~ " => "~".
        Don't define "~," at all.
 
-2002-01-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-29  Pavel Janík  <Pavel@Janik.cz>
 
-       * quail/latin-pre.el (latin-2-prefix): Add \e$,1 :\e(B and \e$,1 ;\e(B.
+       * quail/latin-pre.el (latin-2-prefix): Add Ě and ě.
        From "Dr. Eduard Werner" <edi.werner@gmx.de>.
 
 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
        ("dutch"): Assign to Dutch.  Use chars, not strings.
        ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"): New.
 
-2001-12-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-08  Pavel Janík  <Pavel@Janik.cz>
 
        * COPYING: New file.
 
 
        * quail/latin-alt.el ("dutch"): New method.
 
-2001-10-27  Francesco Potorti`  <pot@gnu.org>
+2001-10-27  Francesco Potortì  <pot@gnu.org>
 
        * quail/latin-post.el ("italian-postfix"): Undo previous change.
 
        * quail/latin-alt.el ("italian-alt-postfix"): Undo previous change.
 
-2001-10-25  Francesco Potorti`  <pot@gnu.org>
+2001-10-25  Francesco Potortì  <pot@gnu.org>
 
        * quail/latin-post.el ("italian-postfix"): Euro symbol.
 
        "chinese-py".
        ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy".
 
-2001-07-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-07-16  Pavel Janík  <Pavel@Janik.cz>
 
        * ja-dic/ja-dic.el, quail/cyril-jis.el, quail/cyrillic.el
        * quail/czech.el, quail/devanagari.el, quail/ethiopic.el
 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
 
        * quail/slovak.el, quail/czech.el: Set guidance to t for czech and
-       slovak input methods. New maintainer.  From Pavel Jan\e,Am\e(Bk
+       slovak input methods. New maintainer.  From Pavel Janík
        <Pavel@Janik.cz>.
 
 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
 
        * quail/latin-ltx.el: Add more translations.  From
-       jsbien@mimuw.edu.pl (Janusz S. Bie\e$,1 d\e(B).
+       jsbien@mimuw.edu.pl (Janusz S. Bień).
 
 2001-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * CXTERM-DIC/PY.tit, CXTERM-DIC/ZIRANMA.tit: Delete them.
 
        * quail/tsang-b5.el, quail/tsang-cns.el, quail/quick-b5.el,
-       quail/quick-cns.el: Delete them.
+       quail/quick-cns.el: Delete them.
 
 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
 
 
        * quail/slovak.el ("slovak"): Translate "=q" to "`".
 
-2001-03-16  Pavel Jan\e,Am\e(Bk ml.  <Pavel@Janik.cz>
+2001-03-16  Pavel Janík  <Pavel@Janik.cz>
 
        * quail/slovak.el ("slovak"): Delete translations of "q", "Q",
        "=q", "+q", "=Q", and "+Q".
        "japanese-hiragana", "japanese-katakana".
        (quail-japanese-kana-state): Delete this variable.
        (quail-japanese-toggle-kana): Don't use quail-japanese-kana-state,
-       instead check if there's any Hiraganas in the converison region.
+       instead check if there's any Hiraganas in the conversion region.
 
 2001-03-14  Kenichi Handa  <handa@mule.m17n.org>
 
 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
 
        * quail/ethiopic.el ("ethiopic"): Docstring adjusted for the
-       change of the speicial key bindings.
+       change of the special key bindings.
 
 2001-02-22  Kenichi Handa  <handa@etl.go.jp>
 
 
 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
 
-       * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc.
-
        * quail/greek.el ("greek-mizuochi"): New input method for
        classical Greek.
 
 
 2000-12-18  Dave Love  <fx@gnu.org>
 
-       * quail/latin-pre.el <latin-9-prefix>: Delete duplicate \e$,1!!\e(B entry.
-       Change \e$,1 s\e(B, \e$,1 r\e(B, \e,A6\e(B.
+       * quail/latin-pre.el <latin-9-prefix>: Delete duplicate š entry.
+       Change œ, Œ, ¶.
 
 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
 
 
 2000-08-29  Dave Love  <fx@gnu.org>
 
-       * quail/latin-pre.el ("latin-9-prefix"): Change entries for \e$,1 s\e(B and \e$,1 r\e(B.
+       * quail/latin-pre.el ("latin-9-prefix"): Change entries for œ and Œ.
 
        * Makefile.in: ja-dic <- skk in several places.
 
 
 2000-08-23  Dave Love  <fx@gnu.org>
 
-       * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give \e,A'\e(B and
-       add ~p for \e,A6\e(B.
+       * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give § and
+       add ~p for .
 
 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
 
        `(cd foo; pwd)`.
        (install): Likewise.
 
-1998-10-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
+1998-10-15  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
 
        * quail/latin-post.el: Many doc fixes.
        ("latin-1-postfix"): Add sequence for the small superscript o.
        ("latin-1-prefix"): Add sequences for the small
        superscript underlined o and a.
 
-1998-10-13  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
+1998-10-13  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
 
        * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
        small superscript underlined o and a.
 
 1998-03-18  Kenichi Handa  <handa@etl.go.jp>
 
-       * quail/latin-pre.el ("latin-1-prefix"):  Fix the translation of
+       * quail/latin-pre.el ("latin-1-prefix"): Fix the translation of
        "/ " to "/" (instead of " ").
 
 1998-03-17  Richard Stallman  <rms@psilocin.gnu.org>
 
 1997-08-30  Naoto TAKAHASHI  <ntakahas@etl.go.jp>
 
-       * quail/ethiopic.el ("ethiopic"): Doc-sring fixed.  Change the arg
+       * quail/ethiopic.el ("ethiopic"): Doc-string fixed.  Change the arg
        TRANSLATION-KEYS.
        (quail-mode-map): Change binding for ethio-insert-ethio-space.
        (quail-mode-hook): Check the current Quail package name.
 
        * quail/lrt.el (lrt-vowel-table): Some elements corrected.
        ("lao-lrt"): Doc-string of this Quail package modified.
-       Some tranlation rules added.
+       Some translation rules added.
 
        * quail/lao.el (lao-keyboard-mapping): Some elements corrected.
        (lao-quail-define-rules): Some translation rules corrected.
 1997-08-04  Valery Alexeev  <valery@domovoy.math.uga.edu>
 
        * quail/cyrillic.el (cyrillic-translit): Doc-string of the package
-       modified.  Several tranlation rules modified.
+       modified.  Several translation rules modified.
 
 1997-08-04  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
 
        * quail/ethiopic.el: Change Quail package name to "ethiopic".
        (ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.
 
-       * Makefile.in (TIT): New variable, contatination of TIT-GB and
+       * Makefile.in (TIT): New variable, concatenation of TIT-GB and
        TIT-BIG5.
        (RUN-EMACS): Do not set EMACSLOADPATH.
-       (ASIA): Include TIBEAN.
+       (ASIA): Include TIBETAN.
        (all): Remove stamp-bytecomp from dependency list.
-       ({$TIT}): New target, substitues the target ${TIT-GB} ${TIT-BIG5}.
+       ({$TIT}): New target, substitutes the target ${TIT-GB} ${TIT-BIG5}.
        (%.el): Make a link for byte-compiled file too.
        (stamp-bytecomp): Target deleted.
        (leim-list.el): Run Emacs with loading quail.
 1997-07-17  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
 
        * Makefile.in: Modified to avoid *.el files being regarded
-       as intermidiate files and deleted by GNU make.
+       as intermediate files and deleted by GNU make.
 
        * quail/lrt.el (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
        (lrt-handle-maa-sakod): Correctly handle the case that
        * quail/japanese.el: Doc-string of Quail package japanese modified.
 
        * Makefile.in: Rules re-written to avoid tricky code.
-       (CHINEGE-GB): Include quail/py-punct.elc.
-       (CHINEGE-BIG5): Include quail/py-punct-b5.elc.
-
+       (CHINESE-GB): Include quail/py-punct.elc.
+       (CHINESE-BIG5): Include quail/py-punct-b5.elc.
 
 1997-07-10  Kenichi Handa  <handa@etl.go.jp>
 
 
        * quail/latin-post.el: Likewise.
 
-
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; coding: utf-8
 ;; add-log-time-zone-rule: t
 ;; End:
 
     Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
-       2007  Free Software Foundation, Inc.
+       2007, 2008, 2009  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
-  GNU Emacs is free software; you can redistribute it and/or modify
+  GNU Emacs is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 3, or (at your option)
-  any later version.
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
 
   GNU Emacs is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
-  along with GNU Emacs; see the file COPYING.  If not, write to the
-  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-  Boston, MA 02110-1301, USA.
+  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; arch-tag: 4b364045-a476-4ff7-92ad-dde58dbd45b4