aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-03-01 14:49:26 +1100
committerLars Ingebrigtsen2016-03-01 14:49:26 +1100
commit144bb0cf322b9756d29def3e27a42303e2edce43 (patch)
treed2e09175c914fe80faaaf59a0abc7c6dc4d57a9c /etc
parent65fa442f2bae42d3f9b06264ca432073ee3197c3 (diff)
downloademacs-144bb0cf322b9756d29def3e27a42303e2edce43.tar.gz
emacs-144bb0cf322b9756d29def3e27a42303e2edce43.zip
Allow binding `url-mime-accept-string'
* lisp/url/url-http.el (url-http): Allow binding `url-mime-accept-string' (bug#22855).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b1c1e6ec028..9ffd7b739ef 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1102,6 +1102,10 @@ to specify that we're running in a noninteractive context, and that
1102we should not be queried about things like TLS certificate validity. 1102we should not be queried about things like TLS certificate validity.
1103 1103
1104--- 1104---
1105*** `url-mime-accept-string' can now be used as in "interface"
1106variable, meaning you can bind it around an `url-retrieve' call.
1107
1108---
1105*** If URL is used with a https connection, the first callback argument 1109*** If URL is used with a https connection, the first callback argument
1106plist will contain a :peer element that has the output of 1110plist will contain a :peer element that has the output of
1107`gnutls-peer-status' (if Emacs is built with GnuTLS support). 1111`gnutls-peer-status' (if Emacs is built with GnuTLS support).