X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/69c41c4070c86baac11a627e9c3d366420aeb7cc..7fd5a8435ff717b5b49832a96bc2575e46976ddf:/lisp/url/ChangeLog diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 0fc48907f4..969d3c7d26 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,90 @@ +2012-12-22 Takafumi Arakaki (tiny change) + + * url-http.el (url-http-end-of-document-sentinel): Bind relevant + url-request-* variables around the call to url-http (Bug#11469). + + * url-expand.el (url-default-expander): Don't calculate a default + url port before checking url-type (Bug#12374). + +2012-12-22 Chong Yidong + + * url-parse.el (url-port): Doc fix. + +2012-12-03 Chong Yidong + + * url-misc.el (url-do-terminal-emulator): Use make-term instead of + terminal-emulator. + +2012-10-13 Liam Stitt (tiny change) + + * url-vars.el (url-uncompressor-alist): + * url-file.el (url-file-find-possibly-compressed-file, url-file): + Recognize .xz compression (Bug#11839). + +2012-10-13 Chong Yidong + + * url-http.el (url-http): + * url.el (url-retrieve-internal): Doc fix (Bug#6407). + +2012-10-08 Glenn Morris + + * url-methods.el (url-scheme-get-property): url-https.el was + merged into url-http.el, so load the latter for https. (Bug#12599) + +2012-10-02 Stefan Monnier + + * url-http.el (url-http-user-agent-string): Leak less info. + (url-http, url-http-file-exists-p, url-http-file-readable-p) + (url-http-file-attributes, url-http-options, url-https-default-port) + (url-https-asynchronous-p): Don't autoload. + +2012-09-30 Stefan Monnier + + * url-handlers.el (url-file-handler): Don't assume any url-FOO function + is a good handler for FOO. + (url-copy-file, url-file-local-copy, url-insert-file-contents) + (url-file-name-completion, url-file-name-all-completions) + (url-handlers-create-wrapper): Explicitly register as handler. + +2012-09-29 Bastien Guerry + + * url-util.el (url-insert-entities-in-string) + (url-build-query-string): Fix docstrings. + +2012-09-25 Chong Yidong + + * url-parse.el (url-recreate-url-attributes): + * url-util.el (url-generate-unique-filename): Use declare to mark + obsolete. + +2012-08-14 Stefan Monnier + + * url-http.el (url-http-parse-headers): Re-enable file-name-handlers + (bug#11981). + +2012-08-12 David Engster + + * url-util.el (url-file-directory, url-file-nondirectory): Avoid + file-name-directory and file-name-nondirectory internally (bug#11981). + +2012-08-11 Jason Rumney + + * url-http.el (url-http-create-request): Use url-http-proxy to + look up proxy credentials (Bug#12069). + +2012-07-28 David Engster + + * url-dav.el (url-dav-supported-p): Add doc-string and remove + check for feature `xml' and function `xml-expand-namespace' which + never existed in Emacs proper. + (url-dav-process-response): Remove all indentation and newlines + from XML before parsing. Change call to `xml-parse-region' to do + namespace expansion with simple qualified names (Bug#11916). + (url-dav-request): Add autoload. + (url-dav-directory-files): Properly deal with empty directories. + Unhex URL before generating relative URLs. + (url-dav-file-directory-p): Fix check for 'DAV:collection. + 2012-07-11 Stefan Monnier * url.el, url-queue.el, url-parse.el, url-http.el, url-future.el: @@ -45,8 +132,8 @@ 2012-05-10 Chong Yidong - * url-parse.el (url-path-and-query, url-port-if-non-default): New - functions. + * url-parse.el (url-path-and-query, url-port-if-non-default): + New functions. (url-generic-parse-url): Don't set the portspec slot if it is not specified; that is what `url-port' is for. (url-port): Only require the scheme to be specified to call @@ -2714,7 +2801,8 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1999, 2001-2002, 2004-2012 Free Software Foundation, Inc. + Copyright (C) 1999, 2001-2002, 2004-2013 Free Software + Foundation, Inc. This file is part of GNU Emacs.