1 new commit in leim:
https://bitbucket.org/xemacs/leim/commits/c42c0c9d4234/
Changeset: c42c0c9d4234
User: Jerry James
Date: 2014-10-03 18:11:14+00:00
Summary: Byte compile all leim sources with 21.5. See xemacs-patches message with ID
<CAHCOHQnFmL6nmN3+aXaDxVS0wrQsBrw-+WM5LZakErndegbLNw(a)mail.gmail.com>.
Affected #: 2 files
diff -r 92387d42b154080b6c06f5cce403b26926b8c7bc -r
c42c0c9d42345554333cbf7e45f9dffc1a3f718c ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-09-29 Jerry James <james(a)xemacs.org>
+
+ * Makefile: move elisp files in EXTRA_SOURCES to ELCS_1 instead if
+ XEMACS_21_5 is set.
+
2014-09-08 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.37 released.
diff -r 92387d42b154080b6c06f5cce403b26926b8c7bc -r
c42c0c9d42345554333cbf7e45f9dffc1a3f718c Makefile
--- a/Makefile
+++ b/Makefile
@@ -50,11 +50,17 @@
# under 21.4. They error when loaded in an XEmacs that doesn't support the
# characters needed.
-# #### Move these to ELCS_1 once 21.4 is deprecated.
+include ../../Local.rules
+ifeq ($(XEMACS_21_5),t)
+ELCS_1 += quail/cyrillic-tajik.elc quail/georgian.elc quail/hebrew.elc \
+ quail/ipa-21.5.elc quail/latin-ltx.elc quail/rfc1345.elc \
+ quail/sgml-input.elc quail/welsh.elc
+else
EXTRA_SOURCES= quail/cyrillic-tajik.el quail/georgian.el quail/hebrew.el \
quail/ipa-21.5.el quail/latin-ltx.el quail/rfc1345.el \
quail/sgml-input.el quail/welsh.el
+endif
ELCS_1_FILES = $(ELCS_1) $(ELCS_1:.elc=.el)
ELCS_1_DEST = $(PACKAGE)/quail
Repository URL:
https://bitbucket.org/xemacs/leim/
--
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