]> 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 8d32f7242b7a41fae22baa34d4e694dc2dab1ecf..fc4bca157afc148770c729123dc84aba71b6c753 100644 (file)
@@ -1,3 +1,26 @@
+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.