comparison lisp/url/ChangeLog @ 107488:d1bd7b205e98

Add a list of HTTP status code symbols and their text, mapped by number. * 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.
author Ted Zlatanov <tzz@lifelogs.com>
date Wed, 24 Mar 2010 04:30:28 -0500
parents ecbe0edc4f69
children 0e139e55fc1b
comparison
equal deleted inserted replaced
107487:b958f43f6055 107488:d1bd7b205e98
1 2010-03-24 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * url-http.el (url-http-codes): New variable to hold a mapping of
4 HTTP status codes' numbers, their symbolic name, and their text.
5 (url-http-parse-headers): Use it, leaving the original numeric
6 code in a comment.
7
1 2010-03-19 Glenn Morris <rgm@gnu.org> 8 2010-03-19 Glenn Morris <rgm@gnu.org>
2 9
3 * url.el: Move mailcap require earlier in the file. 10 * url.el: Move mailcap require earlier in the file.
4 11
5 2010-03-12 Chong Yidong <cyd@stupidchicken.com> 12 2010-03-12 Chong Yidong <cyd@stupidchicken.com>