emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101213: gnus-summary-idna-message, n


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101213: gnus-summary-idna-message, nnrss-normalize-date, nnrss-discover-feed: Hyperlink urls in docstrings with URL `...' by Kevin Ryde <address@hidden>.
Date: Mon, 30 Aug 2010 06:21:33 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101213
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Mon 2010-08-30 06:21:33 +0000
message:
  gnus-summary-idna-message, nnrss-normalize-date, nnrss-discover-feed: 
Hyperlink urls in docstrings with URL `...' by Kevin Ryde <address@hidden>.
  
  2009-07-16  Kevin Ryde  <address@hidden>  (tiny change)
   * gnus-sum.el (gnus-summary-idna-message):
   * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
   Hyperlink urls in docstrings with URL `...'.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus-sum.el
  lisp/gnus/nnrss.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-08-30 06:17:45 +0000
+++ b/lisp/gnus/ChangeLog       2010-08-30 06:21:33 +0000
@@ -1,3 +1,9 @@
+2009-07-16  Kevin Ryde  <address@hidden>  (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  <address@hidden>
 
        * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image

=== modified file 'lisp/gnus/gnus-sum.el'
--- a/lisp/gnus/gnus-sum.el     2010-08-30 06:17:45 +0000
+++ b/lisp/gnus/gnus-sum.el     2010-08-30 06:21:33 +0000
@@ -9524,7 +9524,7 @@
 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)

=== modified file 'lisp/gnus/nnrss.el'
--- a/lisp/gnus/nnrss.el        2010-05-25 02:11:08 +0000
+++ b/lisp/gnus/nnrss.el        2010-08-30 06:21:33 +0000
@@ -498,7 +498,7 @@
 (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 @@
 
 (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)))
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]