* lisp/url/url-cookie.el (url-cookie-expired-p): Simplify and fix. (Bug#6957)
[bpt/emacs.git] / lisp / url / ChangeLog
index 8d32f72..0192987 100644 (file)
@@ -1,3 +1,32 @@
+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.
        (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.