]> code.delx.au - gnu-emacs/blobdiff - lisp/url/ChangeLog
* imenu.el (imenu-default-create-index-function):
[gnu-emacs] / lisp / url / ChangeLog
index a00d748a4a456a8e6dcd7ff0a37122030f1eb478..95c8edbe8b140206e8693a42c9004639d411d076 100644 (file)
@@ -1,3 +1,26 @@
+2012-10-13  Liam Stitt  <stittl@cuug.ab.ca>  (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  <cyd@gnu.org>
+
+       * url-http.el (url-http):
+       * url.el (url-retrieve-internal): Doc fix (Bug#6407).
+
+2012-10-08  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <monnier@iro.umontreal.ca>
+
+       * 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  <monnier@iro.umontreal.ca>
 
        * url-handlers.el (url-file-handler): Don't assume any url-FOO function
 ;; 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.