aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-21 16:57:04 +1100
committerLars Ingebrigtsen2016-02-21 16:57:04 +1100
commit3e67708d7239cde24b0988d4d1288bc75585cfea (patch)
treec0587e43e5e9058d006454480868b893b34a3e53 /etc
parent336dac5820083df3a6e9d4b4d06768b88ecb8690 (diff)
downloademacs-3e67708d7239cde24b0988d4d1288bc75585cfea.tar.gz
emacs-3e67708d7239cde24b0988d4d1288bc75585cfea.zip
Add a function to delete URL cookies
* doc/misc/url.texi (Cookies): Document url-cookie-delete-cookies. * lisp/url/url-cookie.el (url-cookie-delete-cookies): New function.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9f0fb8d6941..bad95191884 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1040,6 +1040,11 @@ we should not be queried about things like TLS certificate validity.
1040plist will contain a :peer element that has the output of 1040plist will contain a :peer element that has the output of
1041`gnutls-peer-status' (if Emacs is built with GnuTLS support). 1041`gnutls-peer-status' (if Emacs is built with GnuTLS support).
1042 1042
1043+++
1044*** The new function `url-cookie-delete-cookie' can be used to
1045programmatically delete all cookies, or cookies from a specific
1046domain.
1047
1043** Tramp 1048** Tramp
1044 1049
1045+++ 1050+++