Add option :named to defstruct in url-cookie.el
[bpt/emacs.git] / lisp / url / ChangeLog
index dc6fd97..37a9fb8 100644 (file)
@@ -1,4 +1,53 @@
-2010-12-16  Miles Bader  <Miles Bader <miles@gnu.org>>
+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.
 ;; coding: utf-8
 ;; End:
 
-    Copyright (C) 1999, 2001, 2002, 2004, 2005,
-       2006, 2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
+       Copyright (C) 1999, 2001-2002, 2004-2011  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.