emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117610: * lisp/url/url-vars.el (url-bug-address)


From: Stefan Monnier
Subject: [Emacs-diffs] emacs-24 r117610: * lisp/url/url-vars.el (url-bug-address): Make into an obsolete alias.
Date: Mon, 20 Oct 2014 22:45:40 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117610
revision-id: address@hidden
parent: address@hidden
author: Glenn Morris <address@hidden>
committer: Stefan Monnier <address@hidden>
branch nick: emacs-24
timestamp: Mon 2014-10-20 18:45:35 -0400
message:
  * lisp/url/url-vars.el (url-bug-address): Make into an obsolete alias.
  * lisp/url/url-http.el (url-http-handle-authentication):
  * lisp/url/url-news.el (url-news-fetch-message-id):
  Use M-x report-emacs-bug in help messages.  [Backport]
modified:
  lisp/url/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-3116
  lisp/url/url-http.el           urlhttp.el-20091113204419-o5vbwnq5f7feedwu-2989
  lisp/url/url-news.el           urlnews.el-20091113204419-o5vbwnq5f7feedwu-2997
  lisp/url/url-vars.el           urlvars.el-20091113204419-o5vbwnq5f7feedwu-3004
=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2014-10-20 19:21:15 +0000
+++ b/lisp/url/ChangeLog        2014-10-20 22:45:35 +0000
@@ -1,5 +1,12 @@
 2014-10-20  Glenn Morris  <address@hidden>
 
+       * url-vars.el (url-bug-address): Make into an obsolete alias.
+       * url-http.el (url-http-handle-authentication):
+       * url-news.el (url-news-fetch-message-id):
+       Use M-x report-emacs-bug in help messages.
+
+2014-10-20  Glenn Morris  <address@hidden>
+
        * Version 24.4 released.
 
 2014-09-19  Dmitry Gutov  <address@hidden>

=== modified file 'lisp/url/url-http.el'
--- a/lisp/url/url-http.el      2014-09-19 01:55:43 +0000
+++ b/lisp/url/url-http.el      2014-10-20 22:45:35 +0000
@@ -413,7 +413,7 @@
          (goto-char (point-max))
          (insert "<hr>Sorry, but I do not know how to handle " type
                  " authentication.  If you'd like to write it,"
-                 " send it to " url-bug-address ".<hr>")
+                 " please use M-x report-emacs-bug RET.<hr>")
           ;; We used to set a `status' var (declared "special") but I can't
           ;; find the corresponding let-binding, so it's probably an error.
           ;; FIXME: Maybe it was supposed to set `success', i.e. to return t?

=== modified file 'lisp/url/url-news.el'
--- a/lisp/url/url-news.el      2014-01-01 07:43:34 +0000
+++ b/lisp/url/url-news.el      2014-10-20 22:45:35 +0000
@@ -70,8 +70,7 @@
                "    </xmp>\n"
                "   </p>\n"
                "   <p>\n"
-               "    If you If you feel this is an error, <a href=\""
-               "mailto:"; url-bug-address "\">send mail</a>\n"
+               "    If you feel this is an error, M-x report-emacs-bug RET.\n"
                "   </p>\n"
                "  </div>\n"
                " </body>\n"

=== modified file 'lisp/url/url-vars.el'
--- a/lisp/url/url-vars.el      2014-01-25 19:15:42 +0000
+++ b/lisp/url/url-vars.el      2014-10-20 22:45:35 +0000
@@ -1,7 +1,6 @@
 ;;; url-vars.el --- Variables for Uniform Resource Locator tool
 
-;; Copyright (C) 1996-1999, 2001, 2004-2014 Free Software Foundation,
-;; Inc.
+;; Copyright (C) 1996-1999, 2001, 2004-2014 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
@@ -82,8 +81,8 @@
   :type 'boolean
   :group 'url-cache)
 
-(defconst url-bug-address "address@hidden"
-  "Where to send bug reports.")
+(define-obsolete-variable-alias 'url-bug-address
+  'report-emacs-bug-address "24.5")
 
 (defcustom url-personal-mail-address nil
   "Your full email address.


reply via email to

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