]> code.delx.au - gnu-emacs/blobdiff - lisp/url/ChangeLog
Update copyright year to 2014 by running admin/update-copyright.
[gnu-emacs] / lisp / url / ChangeLog
index 72842ad188df7f0e9828efe10cb7182913122e68..707419b3b6d229006b6349d1dccb0c40b1b0a79e 100644 (file)
@@ -1,3 +1,106 @@
+2013-12-28  Glenn Morris  <rgm@gnu.org>
+
+       * url-history.el (url-history-track):
+       * url-vars.el (url-honor-refresh-requests): Fix custom types.
+
+2013-12-20  Leo Liu  <sdl.web@gmail.com>
+
+       * url.el (url-retrieve-synchronously): Add optional arg SILENT and
+       INHIBIT-COOKIES.
+
+2013-09-29  Leo Liu  <sdl.web@gmail.com>
+
+       * url-util.el (url-pretty-length): Make obsolete and all uses
+       changed to file-size-human-readable.
+
+2013-09-18  Glenn Morris  <rgm@gnu.org>
+
+       * url-http.el (zlib-decompress-region): Declare.
+
+2013-09-16  Glenn Morris  <rgm@gnu.org>
+
+       * url-misc.el (url-data): Avoid match-data mix-up with base64 case.
+       Use Content-Transfer-Encoding rather than Content-Encoding. (Bug#15285)
+
+2013-09-13  Glenn Morris  <rgm@gnu.org>
+
+       * url-http.el (url-handle-content-transfer-encoding):
+       * url-vars.el (url-mime-encoding-string): Silence compiler.
+
+2013-08-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * url-http.el (url-http-parse-headers): Always place point at the
+       start of the buffer instead of just 80% of the time.
+
+2013-08-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * url-http.el (url-handle-content-transfer-encoding): Renamed
+       `zlib-decompress-gzipped-region' and check whether it's available,
+       too.
+       (url-handle-content-transfer-encoding): Renamed
+       `zlib-decompress-region' again.
+
+2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * url-vars.el (url-mime-encoding-string): If we have built-in gzip
+       support, say that we accept gzipped content.
+
+       * url-http.el (url-handle-content-transfer-encoding): Support
+       decompressing gzipped content.
+
+2013-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-handlers.el (url-file-name-completion)
+       (url-file-name-all-completions): Don't signal errors (bug#14806).
+
+2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-http.el (status): Remove, unused.
+       (success): Remove var.
+       (url-http-handle-authentication): Return the value that `success'
+       should take instead of setting `success' directly.  Don't set `status'
+       since it's not used.
+       (url-http-parse-headers): Avoid unneeded setq.
+       Move the `setq success'.
+       (url-http): Use pcase.
+       (url-http-file-exists-p): Simplify.
+
+2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * url-cookie.el: Implement a command and mode for displaying and
+       editing cookies.
+       (url-cookie-mode): Fix mode name.
+
+2013-06-21  Glenn Morris  <rgm@gnu.org>
+
+       * url-future.el (url-future-call): Remove useless value call.
+
+2013-05-23  Glenn Morris  <rgm@gnu.org>
+
+       * url.el (mm-dissect-buffer, mm-display-part): Declare.
+
+2013-05-22  Glenn Morris  <rgm@gnu.org>
+
+       * url-handlers.el (mm-save-part-to-file, mm-destroy-parts)
+       (mm-decode-string, mail-content-type-get): Declare.
+
+2013-05-21  Glenn Morris  <rgm@gnu.org>
+
+       * url-dav.el (url-http): Require it.
+       (url-http-head-file-attributes): Don't autoload it.
+
+       * url-proxy.el (url-http): Autoload it.
+
+2013-05-15  Glenn Morris  <rgm@gnu.org>
+
+       * url-news.el (url-news): Remove empty custom group.
+
+2013-02-16  Glenn Morris  <rgm@gnu.org>
+
+       * url-http.el (url-http-wait-for-headers-change-function):
+       Avoid prematurely finding the end of headers when they arrive
+       line-by-line.  (Bug#13598)
+
 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * url-cache.el (url-cache-create-filename-using-md5): Don't waste your
 ;; coding: utf-8
 ;; End:
 
-       Copyright (C) 1999, 2001-2002, 2004-2013 Free Software
+       Copyright (C) 1999, 2001-2002, 2004-2014 Free Software
        Foundation, Inc.
 
   This file is part of GNU Emacs.