emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/url/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/url/ChangeLog
Date: Mon, 20 Feb 2006 21:54:23 +0000

Index: emacs/lisp/url/ChangeLog
diff -u emacs/lisp/url/ChangeLog:1.63 emacs/lisp/url/ChangeLog:1.64
--- emacs/lisp/url/ChangeLog:1.63       Wed Jan 18 16:43:46 2006
+++ emacs/lisp/url/ChangeLog    Mon Feb 20 21:54:23 2006
@@ -1,3 +1,13 @@
+2006-02-20  Stefan Monnier  <address@hidden>
+
+       * url.el (url-redirect-buffer): New var.
+       (url-retrieve-synchronously): Use it to follow redirections.
+
+       * url-http.el: Require `url' rather than try to autoload parts of it.
+       (url-http-find-free-connection): `url-open-stream' needs a real buffer.
+       (url-http-parse-headers): Set `url-redirect-buffer' when following
+       a redirection reply.
+
 2006-01-18  Stefan Monnier  <address@hidden>
 
        * url-news.el: Move defvars out of eval-when-compile.
@@ -18,7 +28,7 @@
        (url-history-save-history): Create parent dir if necessary.
        (url-history-save-history): Don't write the initialization of
        url-history-hash-table into the history file.
-       (url-have-visited-url): Simplify since url-history-hash-table is 
non-nil.
+       (url-have-visited-url): Simplify since url-history-hash-table isn't nil.
        (url-completion-function): Simplify.
 
        * url-cookie.el (url-cookie-parse-file): Don't complain of missing file.




reply via email to

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