[gnus git] branch master updated: m0-9-85-g2cdbae1 =1= gnus-icalendar.el: Silence the byte compiler
Katsumi Yamaoka <[email protected]> Mon, 21 Apr 2014 00:36:35 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 2cdbae1c709a67a0e7580bcef01c8b29a81717d1 (commit)
from 504bdfe73feca8d0222ca33789120c4ec6c4d1ca (commit)
- Log -----------------------------------------------------------------
commit 2cdbae1c709a67a0e7580bcef01c8b29a81717d1
Author: Katsumi Yamaoka <[email protected]>
Date: Sun Apr 20 22:36:33 2014 +0000
gnus-icalendar.el: Silence the byte compiler
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9a16667..87f89b4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,12 +1,16 @@
+2014-04-20 Katsumi Yamaoka <[email protected]>
+
+ * gnus-icalendar.el: Require gnus-art.
+
2014-04-20 Jan Tatarik <[email protected]>
* gnus-icalendar.el (gnus-icalendar-event->org-entry)
(gnus-icalendar--update-org-event): put event timestamp in
- the org entry body instead of the drawer
+ the org entry body instead of the drawer.
(gnus-icalendar-event--get-attendee-names): list of participants should
- contain even attendees without common name attribute
+ contain even attendees without common name attribute.
(gnus-icalendar--update-org-event): don't generate duplicates of empty
- property tags in org drawers
+ property tags in org drawers.
2014-04-15 Katsumi Yamaoka <[email protected]>
diff --git a/lisp/gnus-icalendar.el b/lisp/gnus-icalendar.el
index 852ce53..9027c53 100644
--- a/lisp/gnus-icalendar.el
+++ b/lisp/gnus-icalendar.el
@@ -38,6 +38,7 @@
(require 'gmm-utils)
(require 'mm-decode)
(require 'gnus-sum)
+(require 'gnus-art)
(eval-when-compile (require 'cl))
-----------------------------------------------------------------------
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 | 10 +++++++---
lisp/gnus-icalendar.el | 1 +
2 files changed, 8 insertions(+), 3 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