diff options
Diffstat (limited to 'lisp/url/ChangeLog')
| -rw-r--r-- | lisp/url/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index d6e25188c69..3c9313e3e7d 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2012-04-10 William Xu <william.xwl@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * url.el (url-retrieve-internal): Hexify multibye URL string first | ||
| 4 | when necessary (bug#7017). | ||
| 5 | |||
| 6 | 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 7 | |||
| 8 | * url.el (url-retrieve-internal): Mention utf-8 encoding. | ||
| 9 | (url-retrieve): Ditto. | ||
| 10 | |||
| 11 | 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 12 | |||
| 13 | * url-domsurf.el: New file (bug#1401). | ||
| 14 | |||
| 15 | * url-cookie.el (url-cookie-two-dot-domains): Remove. | ||
| 16 | (url-cookie-host-can-set-p): Use `url-domsuf-cookie-allowed-p' | ||
| 17 | instead of the variable above. | ||
| 18 | |||
| 1 | 2012-03-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | 19 | 2012-03-25 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 20 | ||
| 3 | * url-queue.el (url-queue-kill-job): Check whether the buffer has | 21 | * url-queue.el (url-queue-kill-job): Check whether the buffer has |