comparison lisp/url/ChangeLog @ 80401:52454b9e8627

* url-auth.el (url-digest-auth): Changed an if so that the interaction between the PROMPT and OVERWRITE arguments can no longer result in the user being queried twice for the same login and password information.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 31 Mar 2008 22:02:08 +0000
parents 0a746c028341
children fd038c844e74
comparison
equal deleted inserted replaced
80400:b156a8064c7f 80401:52454b9e8627
1 2008-01-29 John Wiegley <johnw@newartisans.com>
2
3 * url-auth.el (url-digest-auth): Changed an if so that the
4 interaction between the PROMPT and OVERWRITE arguments can no
5 longer result in the user being queried twice for the same login
6 and password information.
7
1 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com> 8 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
2 9
3 * url-util.el (url-get-normalized-date): Simplify 10 * url-util.el (url-get-normalized-date): Simplify
4 to use `format-time-string'. Always generate date in UTC, but 11 to use `format-time-string'. Always generate date in UTC, but
5 call it GMT for full compatibility with the RFCs. 12 call it GMT for full compatibility with the RFCs.