aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move defvars out of eval-when-compile.Stefan Monnier2006-01-181-0/+6
| | | | (url-news-fetch-message-id, url-news-fetch-newsgroup): Use with-current-buffer.
* (url-retrieve-synchronously): Adjust the workaround so as notStefan Monnier2006-01-101-0/+3
| | | | to stop in the middle of a redirection.
* (url-privacy-level): Add setter.Stefan Monnier2006-01-101-0/+4
|
* (url-history-hash-table): Initialize in declaration.Stefan Monnier2006-01-051-0/+8
| | | | | | | | | (url-history-parse-history): Don't reset the history. (url-history-save-history): Create parent dir if necessary. (url-history-save-history): Don't write the initialization of url-history-hash-table into the history file. (url-have-visited-url): Simplify since url-history-hash-table is non-nil. (url-completion-function): Simplify.
* (url-cookie-parse-file): Don't complain of missing file.Stefan Monnier2006-01-051-0/+14
| | | | | | | (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.
* (url-retrieve-synchronously): Don't autoload.Stefan Monnier2006-01-021-0/+8
|
* (url-store-in-cache): Use save-current-buffer.Stefan Monnier2005-12-271-0/+2
|
* (url-configuration-directory): Don't autoload because theStefan Monnier2005-12-271-0/+5
| | | | default value needs to be computed at run-time, not dump-time.
* (url-cookie-write-file): Create parent dir.Stefan Monnier2005-12-211-0/+6
|
* (url-cookie-save-interval): Simplify.Richard M. Stallman2005-12-081-0/+5
| | | | (url-cookie-setup-save-timer): Simplify.
* (url-history-list): Var deleted.Richard M. Stallman2005-12-041-0/+6
| | | | | (url-history-save-interval): Simplify. (url-history-setup-save-timer): Simplify.
* *** empty log message ***Kim F. Storm2005-12-011-0/+4
|
* (url-history-track): Call url-history-setup-save-timer in :set function.Richard M. Stallman2005-12-011-0/+8
| | | | | :type allows three alternatives. (url-history-setup-save-timer): Test url-history-track.
* Use with-current-buffer.Stefan Monnier2005-11-181-0/+7
| | | | | | (url-http-target-url): Rename from url-http-cookies-sources. (url-http-parse-headers): Use it. (url-http-handle-authentication): Use subst-char-in-string.
* (url-insert-file-contents): Use the charset infoStefan Monnier2005-11-161-3/+8
| | | | provided by the HTTP server, if any.
* *** empty log message ***Eli Zaretskii2005-10-201-0/+9
|
* Don't try to autoload hash table functions.Richard M. Stallman2005-10-151-0/+4
|
* (url-http-create-request): Avoid incorrect implicit uni->multibyte conversion.Stefan Monnier2005-10-031-0/+5
|
* *** empty log message ***Richard M. Stallman2005-09-171-0/+7
|
* 2005-09-15 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-151-0/+1
| | | | | * url-mailto.el (url-mailto): Call `compose-mail with `new' argument if possible.
* 2005-09-15 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-151-0/+5
| | | | | * url-mailto.el (url-mailto): Delete mail buffer after sending autogenerated mail.
* 2005-09-13 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-121-0/+4
| | | | * url-mailto.el (url-mailto): Always use a new mail buffer.
* *** empty log message ***Chong Yidong2005-09-011-0/+9
|
* (nntp-open-tls-stream, nntp-open-ssl-stream): Defvar at compile time.Juanma Barranquero2005-08-241-0/+5
|
* (url-http-parse-headers): Add :redirect arg-pairRichard M. Stallman2005-07-151-0/+8
| | | | when calling url-retrieve, to indicate a redirect.
* *** empty log message ***Lute Kamstra2005-07-051-0/+4
|
* *** empty log message ***Juanma Barranquero2005-07-041-0/+11
|
* (url-http-create-request): Call url-recreate-url in proxy case.Richard M. Stallman2005-06-281-0/+5
|
* (url-http-create-request): When computing real-fname,Richard M. Stallman2005-06-281-0/+17
| | | | call url-filename in both cases.
* *** empty log message ***Richard M. Stallman2005-06-231-0/+4
|
* *** empty log message ***Juanma Barranquero2005-06-211-0/+5
|
* *** empty log message ***Juanma Barranquero2005-06-141-0/+5
|
* (url-file, url-file-asynch-callback): Use with-current-buffer.Stefan Monnier2005-06-131-0/+4
|
* Remove most autoload cookies.Stefan Monnier2005-06-101-0/+4
| | | | | Don't hook into the url-file-handler since it currently breaks all non-HTTP URLs.
* (url-retrieve-synchronously): Don't exit precipitously whenStefan Monnier2005-06-101-2/+8
| | | | fetching a file via ange-ftp.
* *** empty log message ***Juanma Barranquero2005-06-101-0/+5
|
* (url-cookie-multiple-line): Specify group and type in defcustom.Juanma Barranquero2005-05-191-0/+5
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-0/+13
|
* (url-retrieve-synchronously): Work around the fact thatStefan Monnier2005-04-181-0/+5
| | | | url-http sometimes doesn't call the callback.
* *** empty log message ***Lute Kamstra2005-04-041-0/+4
|
* (url-have-visited-url): Don't barf if url-history-hash-table is nil.Eli Zaretskii2005-02-261-0/+5
|
* *** empty log message ***Richard M. Stallman2005-02-141-0/+4
|
* Fix last entry.Eli Zaretskii2005-01-221-2/+2
|
* *** empty log message ***Eli Zaretskii2005-01-221-0/+5
|
* (url-retrieve-synchronously): Use accept-process-output rather than sit-for.Stefan Monnier2005-01-131-0/+5
|
* (url-http-handle-authentication): Don't kill the current buffer.Thien-Thi Nguyen2005-01-031-0/+5
|
* Don't `require' everything eagerly.Stefan Monnier2004-12-111-8/+11
|
* (url-http-handle-cookies): Bind `url-current-object'Andreas Schwab2004-11-301-0/+7
| | | | | | to `url-http-cookies-sources' so that cookies are attributed to proper domain. (url-http): Make local variable `url-http-cookies-sources'.
* (url-http-create-request): Don't add newline afterAndreas Schwab2004-11-281-0/+5
| | | | the request data.
* (url-mm-callback): Delay the invocationMasatake YAMATO2004-11-201-0/+6
| | | | | of `mm-destroy-parts'. Invoke `mm-destroy-parts' when the buffer is killed.