]> code.delx.au - gnu-emacs/blobdiff - lisp/url/ChangeLog
url-http-wait-for-headers-change-function fix for bug#13598
[gnu-emacs] / lisp / url / ChangeLog
index 6da1e545be51e2fca609508ce486d407f62c58c6..f8f24de6b68ee3cb2354556d61e655866ab0fcd5 100644 (file)
@@ -1,3 +1,14 @@
+2013-02-16  Glenn Morris  <rgm@gnu.org>
+
+       * url-http.el (url-http-wait-for-headers-change-function):
+       Avoid prematurely finding the end of headers when they arrive
+       line-by-line.  (Bug#13598)
+
+2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-cache.el (url-cache-create-filename-using-md5): Don't waste your
+       time `requiring' a builtin feature.
+
 2012-12-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
 
        * url-http.el (url-http-end-of-document-sentinel): Bind relevant
 ;; coding: utf-8
 ;; End:
 
-       Copyright (C) 1999, 2001-2002, 2004-2012  Free Software Foundation, Inc.
+       Copyright (C) 1999, 2001-2002, 2004-2013 Free Software
+       Foundation, Inc.
 
   This file is part of GNU Emacs.