From: Chong Yidong Date: Mon, 31 Mar 2008 22:02:08 +0000 (+0000) Subject: * url-auth.el (url-digest-auth): Changed an if so that the X-Git-Tag: emacs-pretest-22.2.90~276 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=114cfbb83b3c86c9bc7598fd86a36025d0ddf1ea;p=emacs.git * 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. --- diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index d2c32afc204..f94441b9d7e 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,10 @@ +2008-01-29 John Wiegley + + * 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. + 2008-02-28 Teodor Zlatanov * url-util.el (url-get-normalized-date): Simplify