diff options
| author | Lars Magne Ingebrigtsen | 2013-06-26 14:54:33 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2013-06-26 14:54:33 +0200 |
| commit | 843571cba9e46385c1e46a6d78e2838edde4c564 (patch) | |
| tree | 20d660fee82a0a38f682f846d852a97a90ad6310 /etc | |
| parent | eab35f39222d075677e012469bf612e4fbb31caa (diff) | |
| download | emacs-843571cba9e46385c1e46a6d78e2838edde4c564.tar.gz emacs-843571cba9e46385c1e46a6d78e2838edde4c564.zip | |
Implement a command and mode for displaying and editing cookies
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1194,6 +1194,9 @@ and the `attributes' slot is always nil. | |||
| 1194 | The `url-retrieve' function now uses this to encode its URL argument, | 1194 | The `url-retrieve' function now uses this to encode its URL argument, |
| 1195 | in case that is not properly encoded. | 1195 | in case that is not properly encoded. |
| 1196 | 1196 | ||
| 1197 | *** New command `url-cookie-list' displays all the current cookies, and | ||
| 1198 | allows 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. |
| 1198 | The function `notifications-get-capabilities' returns the supported | 1201 | The function `notifications-get-capabilities' returns the supported |
| 1199 | server properties. | 1202 | server properties. |