From: yamaoka Date: Sun, 8 Sep 2002 23:15:06 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_8-04-quimby~59 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5a415701c315db2032d2f193ba0aa422ac13bed3;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ef1e92b..faabeb5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-09-08 Simon Josefsson + + * gnus-art.el (gnus-button-alist): Buttonize man page links. + 2002-09-07 Lars Magne Ingebrigtsen * gnus-art.el (gnus-article-dumbquotes-map): Add \230. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index b45ee9e..1e0c4f9 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -5749,7 +5749,9 @@ after replacing with the original article." ;; This is how URLs _should_ be embedded in text... ("]*\\)>" 1 t gnus-button-embedded-url 1) ;; Raw URLs. - (gnus-button-url-regexp 0 t browse-url 0)) + (gnus-button-url-regexp 0 t browse-url 0) + ;; man pages + ("\\b\\([a-z]+\\)([0-9])\\W" 0 t man 1)) "*Alist of regexps matching buttons in article bodies. Each entry has the form (REGEXP BUTTON FORM CALLBACK PAR...), where