all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: Glenn Morris <rgm@gnu.org>
Cc: 16498@debbugs.gnu.org
Subject: bug#16498: 24.3.50; Support for custom user agents in url.el
Date: Wed, 05 Nov 2014 12:04:26 -0500	[thread overview]
Message-ID: <87tx2dzihx.fsf@lifelogs.com> (raw)
In-Reply-To: <1e4mud1t7j.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed, 05 Nov 2014 11:57:04 -0500")

On Wed, 05 Nov 2014 11:57:04 -0500 Glenn Morris <rgm@gnu.org> wrote: 

GM> Could you add a :version tag for the defcustom and a NEWS entry please?

Right, sorry.  Would this be sufficient?

=== modified file 'etc/NEWS'
--- etc/NEWS    2014-11-03 22:27:26 +0000
+++ etc/NEWS    2014-11-05 17:03:40 +0000
@@ -226,6 +226,10 @@
 When `url-handler-mode' is enabled, file operations for these
 protocols as well as for "telnet" and "ftp" are passed to Tramp.
 
+** The URL package allows customizing the `url-user-agent' string.
+The new `url-user-agent' variable can be customized to be a string or
+a function.
+
 ** Tramp
 
 *** New connection method "nc", which allows to access dumb busyboxes.

=== modified file 'lisp/url/url-http.el'
--- lisp/url/url-http.el        2014-11-05 16:06:40 +0000
+++ lisp/url/url-http.el        2014-11-05 17:02:31 +0000
@@ -140,6 +140,7 @@
   "User Agent used by the URL package."
   :type '(choice (string :tag "A static User-Agent string")
                  (function :tag "Call a function to get the User-Agent string"))
+  :version "25.1"
   :group 'url)
 
 ;(eval-when-compile






  reply	other threads:[~2014-11-05 17:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-19 15:51 bug#16498: 24.3.50; Support for custom user agents in url.el Vibhav Pant
2014-01-20 16:08 ` Ted Zlatanov
2014-11-04 16:50   ` Ted Zlatanov
2014-11-05 15:27     ` Stefan Monnier
2014-11-05 16:09       ` Ted Zlatanov
2014-11-05 16:57         ` Glenn Morris
2014-11-05 17:04           ` Ted Zlatanov [this message]
2014-11-05 17:05             ` Glenn Morris
2014-11-05 17:40               ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tx2dzihx.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=16498@debbugs.gnu.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.