(gnus-button-alist): Recognize Konqueror info links.
authorReiner Steib <Reiner.Steib@gmx.de>
Sun, 15 Feb 2009 23:40:13 +0000 (23:40 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Sun, 15 Feb 2009 23:40:13 +0000 (23:40 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index 6c25ba5..c4e3efc 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
+
 2009-01-31  Glenn Morris  <rgm@gnu.org>
 
        * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
        * nntp.el (nntp-send-authinfo): Use list of
        auth-source modes.
 
-2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
-
-       * nntp.el (nntp-send-authinfo): 
-
 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * auth-source.el: Update docs to reflect epa-file-enable is to be used
index 0e8dede..d855b3d 100644 (file)
@@ -7408,7 +7408,11 @@ positives are possible."
       gnus-button-ctan-directory-regexp
       "/[-_.a-z0-9]+/[-_./a-z0-9]+[/a-z0-9]\\)")
      1 (>= gnus-button-tex-level 8) gnus-button-handle-ctan 1)
-    ;; This is info (home-grown style) <info://foo/bar+baz>
+    ;; Info Konqueror style <info:/foo/bar baz>.
+    ;; Must come before " Gnus home-grown style".
+    ("\\binfo://?\\([^'\">\n\t]+\\)"
+     0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url 1)
+   ;; Info, Gnus home-grown style (deprecated) <info://foo/bar+baz>
     ("\\binfo://\\([^'\">\n\t ]+\\)"
      0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url 1)
     ;; Info GNOME style <info:foo#bar_baz>