* lisp/url/url-cookie.el (url-cookie-expired-p): Simplify and fix. (Bug#6957)
[bpt/emacs.git] / lisp / url / ChangeLog
index f601479..0192987 100644 (file)
@@ -1,3 +1,128 @@
+2010-09-09  shawn boles  <shawn.boles@gmail.com>  (tiny change)
+
+       * url-cookie.el (url-cookie-expired-p): Simplify and fix.  (Bug#6957)
+
+2010-07-26  Michael Albinus  <michael.albinus@gmx.de>
+
+       * url-http (url-http-parse-headers): Disable file name handlers at
+       all (not only Tramp).  (Bug#6717)
+
+2010-07-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * url-http (url-http-parse-headers): Disable Tramp.  (Bug#6717)
+
+2010-06-12  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
+
+       * url-vars.el (url-privacy-level): Fix doc typo.  (Bug#6406)
+
+2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-util.el (url-unhex-string): Don't accidentally decode as latin-1.
+
+2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.2 released.
+
+2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * url-util.el: Require url-vars (Bug#5459).
+
+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-http-parse-headers): Use it.
        (url-http-handle-authentication): Use subst-char-in-string.
 
-2005-11-16  Juergen Hoetzel  <emacs@hoetzel.info>  (tiny change)
+2005-11-16  Jürgen Hötzel  <emacs@hoetzel.info>  (tiny change)
 
        * url-handlers.el (url-insert-file-contents): Use the charset info
        provided by the HTTP server, if any.
 
 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>
 
        * 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
 ;; 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.