Sync better from sources.
[bpt/emacs.git] / leim / ChangeLog
index 165f569..a28df28 100644 (file)
@@ -1,5 +1,40 @@
+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):
@@ -13,6 +48,7 @@
        * 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>