[AC] Reinstate lost changes to fsf-compat

Michael Sperber <[email protected]> Mon, 14 Jul 2014 15:50:21 +0200
Newsgroups gmane.emacs.xemacs.patches
Message-ID <[email protected]>
These were done a while ago:

2014-04-02  Michael Sperber  <[email protected]>

	* subr-fsf.el (wholenump, declare-function): Two trivial functions
	from GNU Emacs.

2013-12-03  Michael Sperber  <[email protected]>

	* timer.el (timer-activate-when-idle): Only call `activate-timer'
	on non-active-timers.

2013-02-20  Michael Sperber  <[email protected]>

	* overlay.el (copy-overlay, remove-overlays): Add functions from
	GNU Emacs.

... however, the ChangeLog entries got lost in a merge, as did the
addition of subr-fsf.el to the Makefile.

The attached patch fixes this.

-- 
Regards,
Mike
changeset:   56:e18bc8292652
tag:         tip
user:        Mike Sperber <[email protected]>
date:        Mon Jul 14 15:46:50 2014 +0200
files:       ChangeLog Makefile
description:
Activate fsf-subr.

I did this for package version 1.20, but somehow the change got lost
later.

Also, reinstate the missing ChangeLog entries that had been elided.


diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-07-14  Michael Sperber  <[email protected]>
+
+	* Makefile (ELCS): Activate fsf-subr to Makefile.
+
 2014-05-15  Norbert Koch  <[email protected]>
 
 	* Makefile (VERSION): XEmacs package 1.23 released.
@@ -23,6 +27,21 @@
 
 	* Makefile (VERSION): XEmacs package 1.20 released.
 
+2014-04-02  Michael Sperber  <[email protected]>
+
+	* subr-fsf.el (wholenump, declare-function): Two trivial functions
+	from GNU Emacs.
+
+2013-12-03  Michael Sperber  <[email protected]>
+
+	* timer.el (timer-activate-when-idle): Only call `activate-timer'
+	on non-active-timers.
+
+2013-02-20  Michael Sperber  <[email protected]>
+
+	* overlay.el (copy-overlay, remove-overlays): Add functions from
+	GNU Emacs.
+
 2009-08-14  Norbert Koch  <[email protected]>
 
 	* Makefile (VERSION): XEmacs package 1.19 released.
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@
 
 EXTRA_SOURCES = README
 
-ELCS = button.elc goto-addr.elc overlay.elc thingatpt.elc timer.elc \
+ELCS = button.elc goto-addr.elc overlay.elc thingatpt.elc timer.elc subr-fsf.elc \
 	x-popup-menu.elc
 
 include ../../XEmacs.rules

_______________________________________________
XEmacs-Patches mailing list
[email protected]
http://lists.xemacs.org/mailman/listinfo/xemacs-patches