Add 2010 to copyright years.
[bpt/emacs.git] / lisp / url / ChangeLog
index f3b65fd..8d32f72 100644 (file)
@@ -1,3 +1,163 @@
+2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-parse.el (url-generic-parse-url): Bind deactivate-mark.
+
+2009-11-08  Kai Tetzlaff  <kai.tetzlaff@web.de>  (tiny change)
+
+       * url-http.el (url-http-handle-authentication): Use proxy server,
+       if any, for authentication (Bug#4883).
+
+2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * 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  <rgm@gnu.org>
+
+       * url-http.el (url-dav-file-attributes): Fix declaration.
+
+2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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  <rgm@gnu.org>
+
+       * url-file.el (url-file): Avoid assignment to free variable `filename'.
+
+2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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  <rgm@gnu.org>
+
+       * 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  <cyd@stupidchicken.com>
+
+       * Branch for 23.1.
+
+2009-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-handlers.el (url-file-handler): Save match data.
+
+2009-02-21  Jason Rumney  <jasonr@gnu.org>
+
+       * url-expand.el (url-default-expander): Use concat to combine
+       parts.  (Bug #1020)
+
+2009-02-10  Glenn Morris  <rgm@gnu.org>
+
+       * url-util.el (url-generate-unique-filename): Silence compiler.
+
+2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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  <cyd@stupidchicken.com>
+
+       * url-cookie.el (url-cookie-retrieve): Fix last change.
+
+2009-01-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * url-cookie.el (url-cookie-retrieve): Handle null localpart.
+
+2009-01-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * url-util.el (url-truncate-url-for-viewing): Doc fix.
+
+2009-01-09  Glenn Morris  <rgm@gnu.org>
+
+       * url-cid.el (url-cid-gnus): Fix typo in header name.
+
+2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
+
+       * url-util.el (url-basepath): Add url-basepath as an alias for
+       url-file-directory.
+
+2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * url.el (url-configuration-directory): Use `locate-user-emacs-file'.
+
+2008-10-20  İsmail Dönmez  <ismail@namtrac.org>  (tiny change)
+
+       * url-auth.el (url-basic-auth): Encode password string.
+
+2008-08-30  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <lekktu@gmail.com>
+
+       * 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  <dann@ics.uci.edu>
+
+       * vc-dav.el: Move to the parent directory to be together with the
+       rest of the VC backends.
+
+2008-06-07  Glenn Morris  <rgm@gnu.org>
+
+       * url-auth.el (auth-source-user-or-password): Remove unnecessary
+       eval-and-compile.
+
+2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-handlers.el (url-file-name-completion): Add missing argument.
+
+2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * 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  <lekktu@gmail.com>
 
        * url-vars.el (url-load-hook): Fix typo in docstring.
 
 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * 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  <michael.albinus@gmx.de>
 
 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
 
-       * url-history.el (url-completion-function): Follow error
-       conventions.
+       * url-history.el (url-completion-function): Follow error conventions.
 
 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        (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.
        (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
        * 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
        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
 
        * 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  <wmperry@aventail.com>
 ;; 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
   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 <http://www.gnu.org/licenses/>.
 
 ;; arch-tag: ac117078-3091-4533-be93-098162ac2926