1 new commit in mew:
https://bitbucket.org/xemacs/mew/commits/842672ea26e0/
Changeset: 842672ea26e0
User: Jerry James
Date: 2014-06-04 23:39:45
Summary: Fix .hgignore paths to _pkg.el, auto-autoloads.el, custom-defines.el, and
custom-load.el. Set COMPILE_INFO_AS_MULE when bulding with MULE to properly
process Japanese info files. See xemacs-patches message with id
<CAHCOHQ=KnqkHK4eq9Zj88CDtVMy2antAWrXKiPTDGcXQ348gQA(a)mail.gmail.com>.
Affected #: 3 files
diff -r 2b9e6184cbd6ae100d8c4f489448dd9294415dc9 -r
842672ea26e047b412c9420ab66c8b7d0e8a353a .hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -4,10 +4,10 @@
\.elc$
\.html$
\.info(-\d+)?$
-^_pkg\.el$
-^auto-autoloads\.el$
-^custom-defines\.el$
-^custom-load\.el$
+^mew/_pkg\.el$
+^mew/auto-autoloads\.el$
+^mew/custom-defines\.el$
+^mew/custom-load\.el$
^mew/info/mew-ja\.texi$
^package-info$
^pdepends\.mk$
diff -r 2b9e6184cbd6ae100d8c4f489448dd9294415dc9 -r
842672ea26e047b412c9420ab66c8b7d0e8a353a ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-06-02 Jerry James <james(a)xemacs.org>
+
+ * .hgignore: Fix paths to _pkg.el, auto-autoloads.el,
+ custom-defines.el, and custom-load.el.
+ * Makefile (COMPILE_INFO_AS_MULE): Enable when bulding with MULE
+ to properly process Japanese info files.
+
2014-05-15 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.21 released.
@@ -22,7 +29,7 @@
2004-01-20 Jerry James <james(a)xemacs.org>
* mew/info/.cvsignore: Add generated file mew-ja.texi.
-
+
2003-10-31 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.18 released.
diff -r 2b9e6184cbd6ae100d8c4f489448dd9294415dc9 -r
842672ea26e047b412c9420ab66c8b7d0e8a353a Makefile
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@
AUTOLOAD_PATH = mew
ifeq ($(BUILD_WITHOUT_MULE),)
+COMPILE_INFO_AS_MULE = t
EXPLICIT_DOCS += mew/info/mew-ja.texi
EXTRA_DEPENDENCIES = mew/info/mew-ja.texi
ELCS += mew/mew-lang-jp.elc
Repository URL:
https://bitbucket.org/xemacs/mew/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches