(smtpmail-try-auth-methods): If the user has stored a user name, then
[bpt/emacs.git] / lisp / url / ChangeLog
index 619375b..9f7ad1c 100644 (file)
@@ -1,3 +1,75 @@
+2011-06-04  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * url-future.el (url-future-test): Fix scope of `saver'.
+
+2011-06-01  Glenn Morris  <rgm@gnu.org>
+
+       * url-queue.el (url-queue-parallel-processes, url-queue-timeout):
+       Add :version tag for options that will be new in 24.1.
+
+2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * url-queue.el (url-queue-parallel-processes): Increase the
+       default to 6, since 2 seems too conservative for normal usage.
+
+2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * url-future.el: Add general futures facility.
+
+2011-05-29  Leo Liu  <sdl.web@gmail.com>
+
+       * url-cookie.el (url-cookie): Add option :named so that
+       url-cookie-p is defined.  (Bug#8747)
+
+2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * url-queue.el: New file.
+       (url-queue-run-queue): Pick the first waiting job, and not the
+       last.
+       (url-queue-parallel-processes): Lower the concurrency level, since
+       Emacs doesn't seem to like too many async processes.
+       (url-queue-prune-old-entries): Fix up the pruning code.
+
+2011-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * url-http.el (url-http-wait-for-headers-change-function): Protect
+       against malformed headerless responses from servers.
+
+2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * url-gw.el (url-open-stream): Use new open-network-stream
+       functionality to perform encryption.
+
+2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
+
+       * url-cookie.el (url-cookie-handle-set-cookie):
+       Use `dolist' rather than `mapcar'.
+
+2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.3 released.
+
+2011-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * url-parse.el (url-bit-for-url, url-user-for-url)
+       (url-password-for-url): Use `auto-source-search' instead of
+       `auto-source-user-or-password'.
+
+       * url-auth.el: Autoload `auto-source-search' instead of
+       `auto-source-user-or-password'.
+       (url-basic-auth, url-digest-auth, url-do-auth-source-search): Use it.
+
+2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * url-http.el (url-http-wait-for-headers-change-function): Don't
+       move point if the callback function has moved changed/killed the
+       process buffer.
+
+2010-12-16  Miles Bader  <miles@gnu.org>
+
+       * url-cookie.el: Require 'cl when compiling -- it's necessary for
+       defstruct.
+
 2010-12-14  Glenn Morris  <rgm@gnu.org>
 
        * url-cookie.el: Don't require cl when compiling.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1999, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009,
-    2010  Free Software Foundation, Inc.
+       Copyright (C) 1999, 2001-2002, 2004-2011  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.