[gnus git] branch master updated: m0-7-152-gccb0925 =1= gnus-art.el (gnus-article-extend-url-button): Make it work again with gnus-button-push revised at 2011-01-19
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ccb0925a9d9e1b6dc85f55ddffd0a8251355958e (commit)
from 9115bd58b634b2739610c9a8b2f9748f92d4385d (commit)
- Log -----------------------------------------------------------------
commit ccb0925a9d9e1b6dc85f55ddffd0a8251355958e
Author: Katsumi Yamaoka <[email protected]>
Date: Fri Jun 28 08:01:06 2013 +0000
gnus-art.el (gnus-article-extend-url-button): Make it work again with gnus-button-push revised at 2011-01-19
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b7c5f56..1275605 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-06-28 Katsumi Yamaoka <[email protected]>
+
+ * gnus-art.el (gnus-article-extend-url-button): Make it work again with
+ gnus-button-push revised at 2011-01-19.
+
2013-06-23 Lars Magne Ingebrigtsen <[email protected]>
* eww.el, shr.el, shr-color.el: Removed from the Gnus repository. They
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 076f949..f640000 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -7867,7 +7867,9 @@ url is put as the `gnus-button-url' overlay property on the button."
(let (gnus-article-mouse-face widget-mouse-face)
(while points
(gnus-article-add-button (pop points) (pop points)
- 'gnus-button-push beg)))
+ 'gnus-button-push
+ (list beg (assq 'gnus-button-url-regexp
+ gnus-button-alist)))))
(let ((overlay (gnus-make-overlay start end)))
(gnus-overlay-put overlay 'evaporate t)
(gnus-overlay-put overlay 'gnus-button-url
-----------------------------------------------------------------------
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/gnus-art.el | 4 +++-
2 files changed, 8 insertions(+), 1 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