(finnish-keyboard): Fix a typo.
[bpt/emacs.git] / leim / ChangeLog
index 49459c7..a6f6c92 100644 (file)
@@ -1,7 +1,223 @@
+2001-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * quail/latin-post.el ("finnish-keyboard"): Fix a typo.
+
+2001-03-16  Kenichi Handa  <handa@etl.go.jp>
+
+       * quail/japanese.el (quail-japanese-transliteration-rules): New
+       variable.  Use it to define these input methods: "japanese",
+       "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.
+
+2001-03-14  Kenichi Handa  <handa@mule.m17n.org>
+
+       * quail/slovak.el ("slovak"): Give t to the arg SHOW-LAYOUT.
+
+2001-03-06  Kenichi Handa  <handa@etl.go.jp>
+
+       * CXTERM-DIC/4Corner.tit: Add copyright notice.
+
+2001-03-05  Kenichi Handa  <handa@etl.go.jp>
+
+       * quail/ethiopic.el ("ethiopic"): Docstring adjusted for the
+       change of the speicial key bindings.
+
+2001-02-22  Kenichi Handa  <handa@etl.go.jp>
+
+       * CXTERM-DIC/ARRAY30.tit: Add copyright notice.
+
+       * CXTERM-DIC/ETZY.tit: Likewise.
+
+       * CXTERM-DIC/ZOZY.tit: Likewise.
+
+2001-02-05  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (BUILT_EMACS): Use $(THISDIR) to make emacs.exe
+       path absolute.
+
+2001-02-03  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (LATIN): Fix last change to use () not {}.
+
+2001-02-02  Kenichi Handa  <handa@etl.go.jp>
+
+       * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc.
+
+       * makefile.w32-in (LATIN): Likewise.
+
+       * quail/latin-ltx.el: New file -- LaTeX-like Latin input method.
+
+2001-02-01  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (LATIN): Include $(srcdir)/quail/latin-alt.elc.
+
+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.
+
+2001-01-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (extraclean): Added target so make doesn't die if
+       one runs "make extraclean" at the top level.
+
+2001-01-06  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.nt ($(TIT)): Map .elc to .el.
+       (buildlisppath): Make path relative to $(MAKEDIR).
+
+2001-01-01  Andreas Schwab  <schwab@suse.de>
+
+       * quail/latin-alt.el: Doc fixes.
+
+2000-12-18  Dave Love  <fx@gnu.org>
+
+       * quail/latin-pre.el <latin-9-prefix>: Delete duplicate \e,b(\e(B entry.
+       Change \e,b=\e(B, \e,b<\e(B, \e,b6\e(B.
+
+2000-12-16  Kenichi Handa  <handa@etl.go.jp>
+
+       * ja-dic/ja-dic.el: Re-generated by the new ja-dic-cnv.el.
+
+2000-12-06  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (buildlisppath): Set to an absolute directory,
+       relative to $(CURDIR).
+       (INSTALLDIR): Use forward slash.
+
+2000-11-24  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (.SUFFIXES): New target, include .elc .el.
+
+       * makefile.nt (.SUFFIXES): New target, include .elc .el.
+
+2000-11-21  Kenichi Handa  <handa@etl.go.jp>
+
+       * Makefile.in (.SUFFIXES): New target, include .elc .el.
+
+2000-11-17  Kenichi Handa  <handa@etl.go.jp>
+
+       * quail/japanese.el (quail-japanese-kanji-kkc): Use marker to
+       remember the conversion start.
+
+2000-10-21  Andrew Innes  <andrewi@gnu.org>
+
+       * 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) 
+       (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
+       files to .elc.
+       ($(TIT)): Adjusted for the above change.
+       (clean mostlyclean): Likewise.
+       (.el.elc): New target.
+
+       * 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) 
+       (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
+       files to .elc.
+       ($(TIT)): Adjusted for the above change.
+       (clean mostlyclean): Likewise.
+       (.el.elc): New target.
+
+2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * Makefile.in (${TIT}, clean): Don't use shell `command`
+       expansion, use ${TIT:.elc=.el} instead.
+
+2000-09-26  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in: Make this the leim Makefile.in.
+       (clean): Also remove $NON-TIT and $WORLD.
+       (RUN-EMACS): Set EMACSLOADPATH.
+
+2000-09-21  Kenichi Handa  <handa@etl.go.jp>
+
+       * Makefile.in: Revert to no-leim Makefile.
+
+       * quail/.cvsignore: Include *.elc.
+
+       * ja-dic/.cvsignore: New file.
+
+2000-09-16  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
+       (leim-list.el): Ditto.
+
+       * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
+       (leim-list.el): Ditto.
+
+2000-09-15  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (clean mostlyclean): Ignore errors when removing
+       files.
+
+2000-09-14  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (clean mostlyclean): Ignore errors when deleting
+       leim-list.el.
+       (distclean maintainer-clean): Ditto for stamp-subdir.
+
+       * makefile.nt: Rename skkdic to ja-dic.
+
+2000-09-07  Kenichi Handa  <handa@etl.go.jp>
+
+       * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard
+       translation.
+
+       * quail/pypunct-b5.el ("chinese-py-punct-b5"): Docstring modified.
+
+       * quail/py-punct.el ("chinese-py-punct"): Docstring modified.
+       ("chinese-tonepy-punct"): New input method.
+
+       * quail/latin-pre.el ("polish-slash"): Don't use keyboard
+       translation.
+
+       * quail/japanese.el ("japanese"): Delete the key sequence for
+       Roman transliteration from the docstring because it's now shonw
+       automatically.
+       ("japanese-ascii", "japanese-zenkaku")
+       ("japanese-hankaku-kana", "japanese-hiragana")
+       ("japanese-katakana"): Docstring modified.
+
+       * quail/czech.el ("czech-qwerty"): Changed to show keyboard layout
+       on describe-input-method.
+       ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise.
+
+2000-09-03  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in: New file.
+       (install) Fix copying of directories.
+
+2000-08-31  Kenichi Handa  <handa@etl.go.jp>
+
+       * quail/thai.el (thai-generate-quail-map): If the length of
+       translation is more than one, compose it.
+
+2000-08-29  Dave Love  <fx@gnu.org>
+
+       * quail/latin-pre.el ("latin-9-prefix"): Change entries for \e,b=\e(B and \e,b<\e(B.
+
+       * Makefile.in: ja-dic <- skk in several places.
+
+2000-08-25  Kenichi Handa  <handa@etl.go.jp>
+
+       * ja-dic: Directory name changed from skkdic.
+
+       * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el.
+
+       * README: Rename skkdic to ja-dic throughout the file.
+
 2000-08-24  Dave Love  <fx@gnu.org>
 
        * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New.
-       ("latin-1-prefix""): Add missing symbols.
+       ("latin-1-prefix"): Add missing symbols.
 
 2000-08-23  Dave Love  <fx@gnu.org>
 
        ("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  <gerd@gnu.org>
+
+       * Version 20.7 released.
+       
+2000-05-23  Andrew Innes  <andrewi@gnu.org>
+
+       * 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  <gerd@gnu.org>
+
+       * Version 20.6 released.
+       
+1999-12-07  Gerd Moellmann  <gerd@gnu.org>
+
+       * Version 20.5 released.
+       
+1999-11-22  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.nt: No need to generate subdirs.el.
+
+1999-11-21  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.nt: New file.
+
+1999-09-19  Ken'ichi Handa  <handa@gnu.org>
+
+       * 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  <rms@gnu.org>
 
        * Version 20.4 released.