comparison lisp/url/ChangeLog @ 80234:0a746c028341

(url-get-normalized-date): Simplify to use `format-time-string'. Always generate date in UTC, but call it GMT for full compatibility with the RFCs.
author Teodor Zlatanov <tzz@lifelogs.com>
date Thu, 28 Feb 2008 19:41:44 +0000
parents e3016c2df775
children 52454b9e8627
comparison
equal deleted inserted replaced
80233:0cb91322b14f 80234:0a746c028341
1 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * url-util.el (url-get-normalized-date): Simplify
4 to use `format-time-string'. Always generate date in UTC, but
5 call it GMT for full compatibility with the RFCs.
6
1 2008-02-25 John Wiegley <johnw@newartisans.com> 7 2008-02-25 John Wiegley <johnw@newartisans.com>
2 8
3 * url-auth.el (url-digest-auth): If the 'opaque' argument is not 9 * url-auth.el (url-digest-auth): If the 'opaque' argument is not
4 being used, don't add it to the response text. 10 being used, don't add it to the response text.
5 11