From: yamaoka Date: Fri, 5 Sep 2003 03:40:38 +0000 (+0000) Subject: Synch to Gnus 200309050348. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a804b7ba35171101ebc323a5a8ff026ee8bad820;p=elisp%2Fgnus.git- Synch to Gnus 200309050348. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f911008..54e24ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-09-05 Jesper Harder + + * gnus-art.el (gnus-button-alist): Improve Info regexp. + 2003-09-04 Teodor Zlatanov * gnus-registry.el: added brief explanation of basics diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 12148de..90a01b0 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -6565,7 +6565,7 @@ positives are possible." ("\\binfo://\\([^'\">\n\t ]+\\)" 0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url 1) ;; Info GNOME style - ("\\binfo:\\([^(][^'\n\t\r \"><]*\\)" + ("\\binfo:\\([^('\n\t\r \"><][^'\n\t\r \"><]*\\)" 0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url-gnome 1) ;; Info KDE style ("<\\(info:\\(([^)]+)[^>\n\r]*\\)\\)>"