]> code.delx.au - gnu-emacs/blobdiff - leim/ChangeLog
Merge from emacs--rel--22
[gnu-emacs] / leim / ChangeLog
index f6c08e16159144d7709a45143651ea9f705ba024..fabf0253ef5674cc1d7af637371460026b4707b4 100644 (file)
@@ -1,3 +1,54 @@
+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
 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>