aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2013-06-26 14:54:33 +0200
committerLars Magne Ingebrigtsen2013-06-26 14:54:33 +0200
commit843571cba9e46385c1e46a6d78e2838edde4c564 (patch)
tree20d660fee82a0a38f682f846d852a97a90ad6310 /etc
parenteab35f39222d075677e012469bf612e4fbb31caa (diff)
downloademacs-843571cba9e46385c1e46a6d78e2838edde4c564.tar.gz
emacs-843571cba9e46385c1e46a6d78e2838edde4c564.zip
Implement a command and mode for displaying and editing cookies
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index db6ad061b28..8df6153e808 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1194,6 +1194,9 @@ and the `attributes' slot is always nil.
1194The `url-retrieve' function now uses this to encode its URL argument, 1194The `url-retrieve' function now uses this to encode its URL argument,
1195in case that is not properly encoded. 1195in case that is not properly encoded.
1196 1196
1197*** New command `url-cookie-list' displays all the current cookies, and
1198allows deleting selected cookies.
1199
1197** notifications.el supports now version 1.2 of the Notifications API. 1200** notifications.el supports now version 1.2 of the Notifications API.
1198The function `notifications-get-capabilities' returns the supported 1201The function `notifications-get-capabilities' returns the supported
1199server properties. 1202server properties.