]> code.delx.au - gnu-emacs/blobdiff - leim/ChangeLog
Fix previous.
[gnu-emacs] / leim / ChangeLog
index 7d88db8db1127ed7c8d55c9ab564d503e3aa9fc1..fb81d395a34fe32c6af026e24ce129b5c8648cad 100644 (file)
@@ -1,3 +1,81 @@
+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-01-14  Aidan Kehoe  <kehoea@parhasard.net>  (tiny change)
 
-        * quail/latin-ltx.el ("TeX"): Correct the mappings for \v{k} and
-       \vk.
+       * quail/latin-ltx.el ("TeX"): Correct the mappings for \v{k} and \vk.
 
 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
 
 
 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.
        "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>
 
 
 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>
 
 ;; End:
 
     Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
-       2007, 2008  Free Software Foundation, Inc.
+       2007, 2008, 2009  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.