comparison lisp/url/ChangeLog @ 88054:eae3aec0f807

2008-01-29 John Wiegley <johnw@newartisans.com> * url-auth.el (url-digest-auth): If the 'opaque' argument is not being used, don't add it to the response text. Also, 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 John Wiegley <johnw@newartisans.com>
date Tue, 29 Jan 2008 03:52:05 +0000
parents 5d58981e6690
children 5cf14489c5e6
comparison
equal deleted inserted replaced
88053:04b0cba247d8 88054:eae3aec0f807
1 2008-01-29 John Wiegley <johnw@newartisans.com>
2
3 * url-auth.el (url-digest-auth): If the 'opaque' argument is not
4 being used, don't add it to the response text. Also, changed an
5 if so that the interaction between the PROMPT and OVERWRITE
6 arguments can no longer result in the user being queried twice for
7 the same login and password information.
8
1 2008-01-21 Stefan Monnier <monnier@iro.umontreal.ca> 9 2008-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * url-handlers.el (unhandled-file-name-directory): Add handler. 11 * url-handlers.el (unhandled-file-name-directory): Add handler.
4 (url-handler-unhandled-file-name-directory): New fun. 12 (url-handler-unhandled-file-name-directory): New fun.
5 13