[gnus git] branch master updated: m0-9-78-gc21fbff =2= mml.el: Require url when compiling ; lisp/ChangeLog: Fix last commit

Katsumi Yamaoka <[email protected]> Mon, 24 Mar 2014 02:56:37 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  c21fbff03276c9aaa4b8b44888bb0c85ef0c023f (commit)
       via  ef392a2494ef6805ae1a3a1e1fb3754b3d65afaf (commit)
      from  2ec37f63143ecc8adf5054974df68062c5498e75 (commit)


- Log -----------------------------------------------------------------
commit c21fbff03276c9aaa4b8b44888bb0c85ef0c023f
Author: Katsumi Yamaoka <[email protected]>
Date:   Mon Mar 24 01:56:17 2014 +0000

    mml.el: Require url when compiling

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 47b4378..66c7320 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
 2014-03-24  Katsumi Yamaoka  <[email protected]>
 
+	* mml.el: Require url when compiling.
+
 	* gnus-cloud.el (gnus-cloud-parse-version-1):
 	Use plist-get rather than CL's getf.
 	(gnus-activate-group, gnus-subscribe-group): Declare.
diff --git a/lisp/mml.el b/lisp/mml.el
index 168fe49..726faee 100644
--- a/lisp/mml.el
+++ b/lisp/mml.el
@@ -28,6 +28,7 @@
 (require 'mm-decode)
 (require 'mml-sec)
 (eval-when-compile (require 'cl))
+(eval-when-compile (require 'url))
 (eval-when-compile
   (when (featurep 'xemacs)
     (require 'easy-mmode))) ; for `define-minor-mode'

commit ef392a2494ef6805ae1a3a1e1fb3754b3d65afaf
Author: Katsumi Yamaoka <[email protected]>
Date:   Mon Mar 24 00:42:41 2014 +0000

    lisp/ChangeLog: Fix last commit

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e3229e9..47b4378 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,7 +4,7 @@
 	Use plist-get rather than CL's getf.
 	(gnus-activate-group, gnus-subscribe-group): Declare.
 
-	* gnus-sum.el (gnus-mime-buttonize-attachments-in-header: Declare.
+	* gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
 
 2014-03-14  Katsumi Yamaoka  <[email protected]>
 

-----------------------------------------------------------------------
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 |    4 +++-
 lisp/mml.el    |    1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

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