]> code.delx.au - gnu-emacs/blobdiff - lisp/url/ChangeLog
Add a list of HTTP status code symbols and their text, mapped by number.
[gnu-emacs] / lisp / url / ChangeLog
index 7e7ead4dfdb5c0b1085b7c777dc9b9ffc35269b9..fc4bca157afc148770c729123dc84aba71b6c753 100644 (file)
@@ -1,3 +1,118 @@
+2010-03-24  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * url-http.el (url-http-codes): New variable to hold a mapping of
+       HTTP status codes' numbers, their symbolic name, and their text.
+       (url-http-parse-headers): Use it, leaving the original numeric
+       code in a comment.
+
+2010-03-19  Glenn Morris  <rgm@gnu.org>
+
+       * url.el: Move mailcap require earlier in the file.
+
+2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * url-vars.el (url): Put in comm group.
+
+2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Branch for 23.2.
+
+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.
 
 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>
 
 ;; 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.