]> code.delx.au - gnu-emacs/blobdiff - leim/ChangeLog
Merge from emacs-24; up to 2014-07-08T06:24:07Z!eggert@cs.ucla.edu
[gnu-emacs] / leim / ChangeLog
index 11186603df8f460bed4cc3e2383afb3430c3cf10..ac698f63e713bbc7aa5374198fab9d899f2994ef 100644 (file)
@@ -1,3 +1,111 @@
+2014-06-10  Glenn Morris  <rgm@gnu.org>
+
+       Use GNU Make features to simplify and parallelize.
+       * Makefile.in (CHINESE_TIT, TIT_SOURCES, MISC_SOURCES, changed.tit)
+       (changed.misc): Remove.
+       (${leimdir}/quail, ${leimdir}/ja-dic): Create using order-only prereq.
+       (misc_convert): New.
+       (${leimdir}/quail/%.el, ${leimdir}/quail/CT%.el)
+       (${leimdir}/quail/PY.el, ${leimdir}/quail/ZIRANMA.el)
+       (${leimdir}/quail/tsang-%.el, ${leimdir}/quail/quick-%.el):
+       Use pattern rules.
+       (${leimdir}/leim-list.el, ${leimdir}/ja-dic/ja-dic.el):
+       Use automatic variables.
+       (bootstrap-clean): No changed.* files to delete any more.
+
+2014-04-11  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
+
+2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Revert some of the CANNOT_DUMP fix (Bug#16494).
+       * Makefile.in (RUN_EMACS): Keep EMACSLOADPATH empty.
+
+2013-12-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Sync better from sources.
+       * CXTERM-DIC/ARRAY30.tit, CXTERM-DIC/4Corner.tit:
+       * CXTERM-DIC/QJ.tit, CXTERM-DIC/QJ-b5.tit:
+       Omit blank lines not present in the original.
+       * CXTERM-DIC/CCDOSPY.tit:
+       * CXTERM-DIC/PY-b5.tit:
+       * CXTERM-DIC/SW.tit, CXTERM-DIC/TONEPY.tit:
+       * MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin:
+       Clarify which header lines were added for Emacs.
+       * CXTERM-DIC/README:
+       Clarify what changes we made, and where the files came from.
+       * MISC-DIC/README, MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin:
+       Update URLs.
+       * SKK-DIC/SKK-JISYO.L: Update from upstream.
+
+2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix problems with CANNOT_DUMP and EMACSLOADPATH.
+       * Makefile.in (RUN_EMACS): Add lisp src to EMACSLOADPATH.
+
+2013-11-28  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (${leimdir}/leim-list.el):
+       * leim-ext.el: Change method for getting comments in the output
+       to one that does not fool lisp/compile-main's no-byte-compile test.
+
+2013-11-27  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (bootstrap-clean): No need to delete .elc,
+       lisp/ rules will do that.
+
+       * Makefile.in (extraclean): New.
+       (bootstrap-clean): Move ja-dic deletion to extraclean.
+
+       Move ja-dic, quail, leim-list.el to ../lisp/leim.
+       * Makefile.in (leimdir): New variable.
+       (TIT_GB, TIT_BIG5, MISC, changed.tit, changed.misc)
+       (${leimdir}/leim-list.el, ${leimdir}/ja-dic/ja-dic.el):
+       Generate in $leimdir.
+       (all): Remove compilation, add ja-dic.
+       (leim-list.el): Now PHONY.
+       (setwins, compile-targets, compile-main, clean, mostlyclean)
+       (extraclean): Remove.
+       (bootstrap-clean): Delete all generated files.
+       * README: Update for moved leim/ directory.
+       * leim-ext.el (ucs-input-activate, hangul-input-method-activate):
+       Remove manual autoloads; now in loaddefs.el.
+       Disable byte-compile, version-control, autoloads in the output.
+       * quail: Move to ../lisp/leim.
+
+2013-11-23  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (RUN_EMACS): Empty EMACSLOADPATH rather than unsetting.
+
+2013-11-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (RUN_EMACS): Don't set LC_ALL=C.  (Bug#15260)
+
+2013-11-03  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (abs_srcdir): Remove.
+       (RUN_EMACS): Unset EMACSLOADPATH.
+
+2013-11-02  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (buildlisppath): Remove.
+       (RUN_EMACS): Use abs_srcdir directly.
+
+2013-10-24  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (.el.elc, changed.tit, changed.misc, leim-list.el)
+       ($(srcdir)/ja-dic/ja-dic.el, check-declare): Remove unnecessary
+       path in -l argument (RUN_EMACS sets EMACSLOADPATH).
+
+2013-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (abs_srcdir): New, set by configure.
+       (buildlisppath): Use abs_srcdir.
+       (RUN_EMACS, .el.elc, changed.tit, changed.misc, leim-list.el)
+       ($(srcdir)/ja-dic/ja-dic.el, setwins, distclean, check-declare):
+       Quote entities that might contain whitespace.
+
 2013-09-05  Jean Haidouk  <haidouk@yandex.com>  (tiny change)
 
        * quail/latin-alt.el ("french-alt-postfix", "latin-alt-postfix"):
 
 2012-06-12  Nguyen Thai Ngoc Duy  <pclouds@gmail.com>
 
-       * quail/vnvi.el: New file (Bug#4747).
+       * quail/vnvni.el: New file (Bug#4747).
 
 2012-05-22  Glenn Morris  <rgm@gnu.org>
 
 
 2008-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * quail/cyrillic.el : Add more rules to cyrillic-translit, make
+       * quail/cyrillic.el: Add more rules to cyrillic-translit, make
        everything postfix.  Adjust to eliminate conflicts.
 
 2008-06-30  Juanma Barranquero  <lekktu@gmail.com>
 
 2008-02-01  Dave Love  <fx@gnu.org>
 
-       * latin-post.el: Recode to utf-8.
+       * quail/latin-post.el: Recode to utf-8.
        ("latin-postfix"): New method.
 
-       * latin-alt.el: Recode to utf-8.
+       * quail/latin-alt.el: Recode to utf-8.
        ("latin-alt-postfix"): New method.
 
        * quail/latin-pre.el: Recode to utf-8.
 
 1998-10-13  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
 
-       * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
+       * quail/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.
-       * latin-post.el ("latin-1-postfix"): Add a method to enter the
+       * quail/latin-post.el ("latin-1-postfix"): Add a method to enter the
        small superscript underlined o and a.
        ("italian-postfix"): Same as above.
        ("italian-postfix"): Add methods to enter e with acute accent and
        * Makefile.in: Prepend ${srcdir} to all non-TIT lisp file names.
        (leim-list.el): Depend on ${WORLD}.
 
-       * latin-alt.el (latin-2-alt-postfix): Doc fix.
+       * quail/latin-alt.el (latin-2-alt-postfix): Doc fix.
 
 1998-04-08  Karl Heuer  <kwzh@mescaline.gnu.org>
 
-       * czech.el, slovak.el: Correct starting commentary.
+       * quail/czech.el, quail/slovak.el: Correct starting commentary.
 
 1998-04-07  Milan Zamazal  <pdm@fi.muni.cz>
 
 
 1998-04-06  Andreas Schwab  <schwab@gnu.org>
 
-       * lrt.el (lrt-composing-pattern-double-c): Change chars-in-string
+       * quail/lrt.el (lrt-composing-pattern-double-c): Change chars-in-string
        to length.
        (lrt-generate-quail-map): Change sref to aref, and make second
        argument of substring a character index.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1997-1999, 2001-2013 Free Software Foundation, Inc.
+  Copyright (C) 1997-1999, 2001-2014 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.