diff options
| author | Lars Ingebrigtsen | 2016-02-21 16:57:04 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-21 16:57:04 +1100 |
| commit | 3e67708d7239cde24b0988d4d1288bc75585cfea (patch) | |
| tree | c0587e43e5e9058d006454480868b893b34a3e53 /etc | |
| parent | 336dac5820083df3a6e9d4b4d06768b88ecb8690 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1040,6 +1040,11 @@ we should not be queried about things like TLS certificate validity. | |||
| 1040 | plist will contain a :peer element that has the output of | 1040 | plist 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 | ||
| 1045 | programmatically delete all cookies, or cookies from a specific | ||
| 1046 | domain. | ||
| 1047 | |||
| 1043 | ** Tramp | 1048 | ** Tramp |
| 1044 | 1049 | ||
| 1045 | +++ | 1050 | +++ |