]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus-summary-idna-message, nnrss-normalize-date, nnrss-discover-feed: Hyperlink urls...
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 30 Aug 2010 06:21:33 +0000 (06:21 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 30 Aug 2010 06:21:33 +0000 (06:21 +0000)
2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
 * gnus-sum.el (gnus-summary-idna-message):
 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
 Hyperlink urls in docstrings with URL `...'.

lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el
lisp/gnus/nnrss.el

index e23b94f2ac7b95502d6305c6ee4a9cb77373cb59..38b7da1dd248a30f44137153e813d50853e82632 100644 (file)
@@ -1,3 +1,9 @@
+2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
+
+       * gnus-sum.el (gnus-summary-idna-message):
+       * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
+       Hyperlink urls in docstrings with URL `...'.
+
 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
 
        * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
index 3199ade0c066a69e34348a8154b9ac7aaa4535fc..33c09556189113dc267d538271e2aef497aa4554 100644 (file)
@@ -9524,7 +9524,7 @@ IDNA encoded domain names looks like `xn--bar'.  If a string
 remain unencoded after running this function, it is likely an
 invalid IDNA string (`xn--bar' is invalid).
 
-You must have GNU Libidn (`http://www.gnu.org/software/libidn/')
+You must have GNU Libidn (URL `http://www.gnu.org/software/libidn/')
 installed for this command to work."
   (interactive "P")
   (if (not (and (condition-case nil (require 'idna)
index db1df33757c754409974e6ad5c5b892f09dc58a3..b0f77b09da89097ec238e075b9a580a0090dc1fd 100644 (file)
@@ -498,7 +498,7 @@ nnrss: %s: Not valid XML %s and w3-parse doesn't work %s"
 (defun nnrss-normalize-date (date)
   "Return a date string of DATE in the RFC822 style.
 This function handles the ISO 8601 date format described in
-<URL:http://www.w3.org/TR/NOTE-datetime>, and also the RFC822 style
+URL `http://www.w3.org/TR/NOTE-datetime', and also the RFC822 style
 which RSS 2.0 allows."
   (let (case-fold-search vector year month day time zone cts given)
     (cond ((null date))                        ; do nothing for this case
@@ -1012,7 +1012,7 @@ whether they are `offsite' or `onsite'."
 
 (defun nnrss-discover-feed (url)
   "Given a page, find an RSS feed using Mark Pilgrim's
-`ultra-liberal rss locator' (http://diveintomark.org/2002/08/15.html)."
+`ultra-liberal rss locator' (URL `http://diveintomark.org/2002/08/15.html')."
 
   (let ((parsed-page (nnrss-fetch url)))