X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/341dd15a7bd9d0b4adff846e94289b3e1877eed1..1e9d758c2f4584e34eeeb2524ce3161842032cbe:/lisp/url/ChangeLog diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 531dce8e72..fc4bca157a 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,190 @@ +2010-03-24 Teodor Zlatanov + + * url-http.el (url-http-codes): New variable to hold a mapping of + HTTP status codes' numbers, their symbolic name, and their text. + (url-http-parse-headers): Use it, leaving the original numeric + code in a comment. + +2010-03-19 Glenn Morris + + * url.el: Move mailcap require earlier in the file. + +2010-03-12 Chong Yidong + + * url-vars.el (url): Put in comm group. + +2010-03-10 Chong Yidong + + * Branch for 23.2. + +2010-01-23 Chong Yidong + + * url-util.el: Require url-vars (Bug#5459). + +2009-11-27 Stefan Monnier + + * url-parse.el (url-generic-parse-url): Bind deactivate-mark. + +2009-11-08 Kai Tetzlaff (tiny change) + + * url-http.el (url-http-handle-authentication): Use proxy server, + if any, for authentication (Bug#4883). + +2009-11-03 Stefan Monnier + + * url-util.el (url-insert-entities-in-string): + * url-nfs.el (url-nfs-unescape): + * url-ldap.el (url-ldap): + * url-imap.el (url-imap): + * url-cid.el (url-cid-gnus, url-cid): Use with-current-buffer. + +2009-10-01 Glenn Morris + + * url-http.el (url-dav-file-attributes): Fix declaration. + +2009-09-13 Chong Yidong + + * url-handlers.el (url-copy-file): Add fifth arg for compatibility + with 2005-06-25 change to copy-file (Bug#4410). + +2009-09-13 Glenn Morris + + * url-file.el (url-file): Avoid assignment to free variable `filename'. + +2009-09-12 Chong Yidong + + * url-methods.el (url-scheme--registering-proxy): New variable. + (url-scheme-register-proxy, url-scheme-get-property): Avoid + calling url-scheme-register-proxy in an infloop (Bug#4191). + +2009-08-22 Glenn Morris + + * url-file.el (url-file-build-filename): + * url-privacy.el (url-setup-privacy-info): Remove code for defunct + system-types Apple-Macintosh, emx, ms-windows, next-mach. + +2009-06-21 Chong Yidong + + * Branch for 23.1. + +2009-03-27 Stefan Monnier + + * url-handlers.el (url-file-handler): Save match data. + +2009-02-21 Jason Rumney + + * url-expand.el (url-default-expander): Use concat to combine + parts. (Bug #1020) + +2009-02-10 Glenn Morris + + * url-util.el (url-generate-unique-filename): Silence compiler. + +2009-02-07 Chong Yidong + + * url-file.el (url-file): Use make-temp-file. + + * url-util.el (url-generate-unique-filename): Mark as obsolete. + + * url-vars.el (url-temporary-directory): Mark as obsolete. + +2009-01-15 Chong Yidong + + * url-cookie.el (url-cookie-retrieve): Fix last change. + +2009-01-14 Chong Yidong + + * url-cookie.el (url-cookie-retrieve): Handle null localpart. + +2009-01-13 Juanma Barranquero + + * url-util.el (url-truncate-url-for-viewing): Doc fix. + +2009-01-09 Glenn Morris + + * url-cid.el (url-cid-gnus): Fix typo in header name. + +2008-11-04 Chong Yidong + + * url-util.el (url-basepath): Add url-basepath as an alias for + url-file-directory. + +2008-10-24 Juanma Barranquero + + * url.el (url-configuration-directory): Use `locate-user-emacs-file'. + +2008-10-20 İsmail Dönmez (tiny change) + + * url-auth.el (url-basic-auth): Encode password string. + +2008-08-30 Glenn Morris + + * url-http.el (url-https-expand-file-name): Resolve directly to + url-default-expander rather than via another alias. + (url-default-expander): Autoload an autoload. (Bug#825). + +2008-07-02 Juanma Barranquero + + * url.el (url-do-setup): + * url-dired.el (url-dired-minor-mode): + * url-file.el (url-file-find-possibly-compressed-file): + * url-gw.el (url-gateway-broken-resolution): + * url-handlers.el (url-handler-regexp): + * url-imap.el (url-imap-default-port): + * url-methods.el (url-scheme-get-property): Fix typos in docstrings. + + * url-auth.el (url-basic-auth-storage, url-digest-auth): + Fix typos in docstrings. + (url-digest-auth-storage, url-register-auth-scheme): Reflow docstrings. + + * url-cache.el (url-cache-prepare): Doc fix. + (url-cache-create-filename-human-readable, url-cache-extract): + Fix typos in docstrings. + + * url-dav.el (url-intersection, url-dav-iso8601-regexp) + (url-dav-delete-something): Fix typos in docstrings. + (url-dav-http-success-p, url-dav-file-name-all-completions) + (url-dav-directory-files, url-dav-file-name-completion): Doc fixes. + + * url-http.el (url-http-idle-sentinel): Doc fix. + + * url-irc.el (url-irc-default-port): Fix typo in docstring. + (url-irc-function): Doc fix. + + * url-util.el (url-get-url-filename-chars, url-unhex-string): + Fix typos in docstrings. + (url-file-extension): Doc fix. + + * url-vars.el (url-current-object, url-current-mime-headers) + (url-privacy-level, url-mail-command, url-mime-language-string): + Fix typos in docstrings. + (url-honor-refresh-requests): Reflow docstring. + (url-using-proxy): Doc fix. + +2008-06-22 Dan Nicolaescu + + * vc-dav.el: Move to the parent directory to be together with the + rest of the VC backends. + +2008-06-07 Glenn Morris + + * url-auth.el (auth-source-user-or-password): Remove unnecessary + eval-and-compile. + +2008-05-30 Stefan Monnier + + * url-handlers.el (url-file-name-completion): Add missing argument. + +2008-05-12 Teodor Zlatanov + + * url-auth.el: Add autoload cookie for `auth-source-user-or-password'. + (url-basic-auth, url-digest-auth): Use it with any realm, + overriding the user name and password before the prompt. + +2008-04-28 Juanma Barranquero + + * url-vars.el (url-load-hook): Fix typo in docstring. + 2008-03-09 Magnus Henoch * url-http.el (url-http-chunked-encoding-after-change-function): @@ -9,8 +196,8 @@ 2008-02-28 Teodor Zlatanov - * url-util.el (url-get-normalized-date): Simplify - to use `format-time-string'. Always generate date in UTC, but + * url-util.el (url-get-normalized-date): Simplify to use + `format-time-string'. Always generate date in UTC, but call it GMT for full compatibility with the RFCs. 2008-02-06 Michael Albinus @@ -98,7 +285,7 @@ 2007-11-28 Diane Murray * url-dired.el: Don't require w3-fetch and w3-open-local. - (url-dired-find-file): Use `find-file'. Doc fix. + (url-dired-find-file): Use `find-file'. Doc fix. (url-dired-find-file-mouse, url-dired-minor-mode): Doc fix. 2007-11-24 Glenn Morris @@ -391,7 +578,7 @@ path component and non-empty query component. Untangle path, query and fragment parsing code. Add references to RFC 3986 in comments. - (url-recreate-url-attributes): Start query string with "?", not ";". + (url-recreate-url-attributes): Start query string with "?", not ";". 2006-09-20 Stefan Monnier @@ -697,8 +884,7 @@ 2005-06-14 Juanma Barranquero - * url-history.el (url-completion-function): Follow error - conventions. + * url-history.el (url-completion-function): Follow error conventions. 2005-06-13 Stefan Monnier @@ -1161,7 +1347,7 @@ (url-dav-process-response): Make sure that we create a DAV:status property when parsing a singleton response. (url-dav-file-attributes): If the properties returned did not have - a succesful HTTP response code, then ignore them and use the + a successful HTTP response code, then ignore them and use the HEAD-based attributes. * lisp/vc-dav.el: Added full copyright information. @@ -1198,7 +1384,7 @@ (url-dav-process-DAV:lockdiscovery): Can now correctly parse DAV:lockdiscovery nodes, so that we can find out who has a resource locked and properly parse the reponse to a LOCK request. - (url-dav-process-DAV:status): Now parses ou the numeric status + (url-dav-process-DAV:status): Now parses out the numeric status from the HTTP response line. (url-dav-process-response): New function to handle all the parsing of an XML response from WebDAV. This handles all the @@ -1364,7 +1550,7 @@ * lisp/url-http.el (url-http): Make sure that we signal an error when we cannot open a network connection for whatever reason. Before, it would just silently clean up after itself and the user - got absolutely no indication that an error had occured. If the + got absolutely no indication that an error had occurred. If the error should truly be ignored, the caller should do that for us. (url-http-chunked-encoding-after-change-function): Doh! Need to user marker-position in some log messages now that @@ -1419,7 +1605,7 @@ needed. I should use my brain sometime. * lisp/url-vars.el (and): Fix feature test for xemacs and - coding-system-list behaviour. + coding-system-list behavior. * lisp/url-http.el (url-http-chunked-encoding-after-change-function): Add optional @@ -1745,7 +1931,7 @@ * lisp/url-http.el (url-http-parse-headers): Need to make the connection as 'free' when we get a 304 response (found in cache), - or when a keep-alive conneection timed out, it would re-parse the + or when a keep-alive connection timed out, it would re-parse the headers and dispatch to the callback again. Eek. 2000-10-02 William M. Perry @@ -2026,14 +2212,14 @@ ;; End: Copyright (C) 1999, 2001, 2002, 2004, 2005, - 2006, 2007, 2008 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. - GNU Emacs is free software; you can redistribute it and/or modify + GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -2041,8 +2227,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with GNU Emacs; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. + along with GNU Emacs. If not, see . ;; arch-tag: ac117078-3091-4533-be93-098162ac2926