emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106854: * url-auth.el (url-digest-au


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106854: * url-auth.el (url-digest-auth): Copy previous url-basic-auth change.
Date: Thu, 12 Jan 2012 00:14:41 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106854
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-01-12 00:14:41 -0800
message:
  * url-auth.el (url-digest-auth): Copy previous url-basic-auth change.
modified:
  lisp/url/ChangeLog
  lisp/url/url-auth.el
=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2012-01-12 08:11:24 +0000
+++ b/lisp/url/ChangeLog        2012-01-12 08:14:41 +0000
@@ -1,7 +1,8 @@
 2012-01-12  Glenn Morris  <address@hidden>
 
-       * url-auth.el (url-basic-auth): Allow reading usernames etc when
-       the minibuffer is already in use, eg in url-handler-mode.  (Bug#10298)
+       * url-auth.el (url-basic-auth, url-digest-auth):
+       Allow reading usernames etc when the minibuffer is already in use,
+       eg in url-handler-mode.  (Bug#10298)
 
 2011-11-15  Juanma Barranquero  <address@hidden>
 

=== modified file 'lisp/url/url-auth.el'
--- a/lisp/url/url-auth.el      2012-01-12 08:11:24 +0000
+++ b/lisp/url/url-auth.el      2012-01-12 08:14:41 +0000
@@ -164,6 +164,7 @@
             (type (url-type href))
             (port (url-port href))
             (file (url-filename href))
+            (enable-recursive-minibuffers t)
             user pass byserv retval data)
        (setq file (cond
                    (realm realm)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]