aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (url-http-create-request):Stefan Monnier2006-09-011-2/+13
| | | | Use `url-recreate-url-attributes' when setting real-fname.
* (url-cookie-write-file): Really don't use versioned backups.Stefan Monnier2006-08-291-0/+4
|
* (url-file-local-copy): Tell url-copy-file that the dest file will already exist.Stefan Monnier2006-08-251-0/+5
|
* (url-hexify-string): Only utf-8 encode if it's a multibyte string.Stefan Monnier2006-07-311-0/+7
| | | | | (url-normalize-url): Remove unused var `grok'. (url-truncate-url-for-viewing): Remove unused var `tail'.
* (url-hexify-string): Rewrite.Thien-Thi Nguyen2006-07-301-0/+5
|
* Update for ERC 5.1.3.Miles Bader2006-07-141-0/+4
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-348 Creator: Michael Olson <mwolson@gnu.org>
* *** empty log message ***Stefan Monnier2006-07-121-2/+2
|
* Remove spurious * in docstrings.Stefan Monnier2006-07-111-0/+11
| | | | | | | (url-cookie-write-file): Don't use versioned backups. (url-cookie-host-can-set-p): Remove unused var `tmp'. (url-cookie-save-interval): Move to url-cookie group. (url-cookie-write-file): Reset url-cookies-changed-since-last-save.
* (url-http-file-exists-p): Test if status is integer.Reiner Steib2006-05-121-0/+4
|
* *** empty log message ***Eli Zaretskii2006-05-051-0/+5
|
* (url-open-stream): Don't hide errors.Stefan Monnier2006-04-261-0/+8
| | | | (url-gateway-nslookup-host, url-open-telnet): Use with-current-buffer.
* (url-handler-directory-file-name): New handler.Stefan Monnier2006-03-291-0/+5
| | | | (url-file-local-copy): Plug race condition security hole.
* (url-irc-rcirc, url-irc-erc): New functions.Romain Francoise2006-03-271-0/+6
| | | | | (url-irc-function): Add rcirc and ERC to the list of IRC clients. Default to rcirc, since ZenIRC isn't part of Emacs.
* (url-http-find-free-connection): Fix braino in last fix.Stefan Monnier2006-03-071-0/+4
|
* (url-http-find-free-connection): Don't kill the processStefan Monnier2006-03-061-0/+7
| | | | | | when killing the temp buffer. (url-http-symbol-value-in-buffer): Massage to make it clear to the byte-compiler that the function is defined.
* (url-redirect-buffer): New var.Stefan Monnier2006-02-201-1/+11
| | | | (url-retrieve-synchronously): Use it to follow redirections.
* 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.