[gnus git] branch master updated: m0-7-200-geb79966 =1= *** empty log message ***
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via eb79966aceba905515b2be7f3e35da678cde42b7 (commit)
from 5bcc53fbb62182cc6136f610e2ee742e17203744 (commit)
- Log -----------------------------------------------------------------
commit eb79966aceba905515b2be7f3e35da678cde42b7
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Fri Aug 2 02:29:03 2013 +0200
*** empty log message ***
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ecd9030..ce139f0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-08-02 Lars Magne Ingebrigtsen <[email protected]>
+
+ * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
+ doesn't work properly on XEmacs.
+
2013-08-01 Lars Magne Ingebrigtsen <[email protected]>
* message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index 7fc934b..3f73152 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -339,11 +339,9 @@ This means that every warning will be reported as an error."
(unless (locate-library "epg")
(setq files (delete "plstore.el" files)))
;; Temporary code until we fix pcase and defmethod stuff.
- (when (or (and (featurep 'xemacs)
- (emacs-version>= 21 5))
- (and (not (featurep 'xemacs))
+ (when (or (featurep 'xemacs)
(or (< emacs-major-version 24)
- (< emacs-minor-version 3))))
+ (< emacs-minor-version 3)))
(setq files (delete "gnus-icalendar.el" files)))
(dolist (file files)
(setq file (expand-file-name file srcdir))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/dgnushack.el | 8 +++-----
2 files changed, 8 insertions(+), 5 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project