Mercurial > emacs
comparison lisp/url/ChangeLog @ 68055:63366306c117
(url-cookie-parse-file): Don't complain of missing file.
(url-cookie-parse-file, url-cookie-write-file, url-cookie-retrieve)
(url-cookie-generate-header-lines, url-cookie-handle-set-cookie)
(url-cookie-setup-save-timer): Remove autoload cookies.
They're only called from files that require url-cookie anyway.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 05 Jan 2006 22:10:47 +0000 |
parents | 11f1a38de9af |
children | 2396bdbbc2bb |
comparison
equal
deleted
inserted
replaced
68054:30042a8370ce | 68055:63366306c117 |
---|---|
1 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * url-cookie.el (url-cookie-parse-file): Don't complain of missing file. | |
4 (url-cookie-parse-file, url-cookie-write-file, url-cookie-retrieve) | |
5 (url-cookie-generate-header-lines, url-cookie-handle-set-cookie) | |
6 (url-cookie-setup-save-timer): Remove autoload cookies. | |
7 They're only called from files that require url-cookie anyway. | |
8 | |
9 * url-history.el (url-history-setup-save-timer) | |
10 (url-history-parse-history, url-history-save-history): | |
11 Remove autoload cookies. They're only called from url.el which requires | |
12 url-history anyway. | |
13 (url-history-parse-history): Don't complain if the file is missing. | |
14 | |
1 2006-01-02 Stefan Monnier <monnier@iro.umontreal.ca> | 15 2006-01-02 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 16 |
3 * url-handlers.el (url-retrieve-synchronously): Don't autoload. | 17 * url-handlers.el (url-retrieve-synchronously): Don't autoload. |
4 | 18 |
5 * url.el (url-retrieve, url-retrieve-synchronously): Autoload. | 19 * url.el (url-retrieve, url-retrieve-synchronously): Autoload. |