From a804b7ba35171101ebc323a5a8ff026ee8bad820 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 5 Sep 2003 03:40:38 +0000 Subject: [PATCH] Synch to Gnus 200309050348. --- lisp/ChangeLog | 4 ++++ lisp/gnus-art.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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]*\\)\\)>" -- 1.7.10.4