]> code.delx.au - gnu-emacs/blobdiff - lisp/url/ChangeLog
(url-http-file-exists-p): Test if status is integer.
[gnu-emacs] / lisp / url / ChangeLog
index 08d5eb4c6bfffc9661754372784c8802f3fc27f1..8eb2cd8471b610c5684520de88663aea914d87a6 100644 (file)
@@ -1,5 +1,63 @@
+2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * url-http.el (url-http-file-exists-p): Test if status is integer.
+
+2006-05-05  Andreas Seltenreich  <seltenreich@gmx.de>  (tiny change)
+
+       * url-http.el (url-http-parse-headers): Don't reuse connection if
+       "Connection: close" header was seen.
+
+2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-gw.el (url-open-stream): Don't hide errors.
+       (url-gateway-nslookup-host, url-open-telnet): Use with-current-buffer.
+
+       * url-handlers.el (url-insert): New function.
+       (url-insert-file-contents): Use it.
+
+2006-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-handlers.el (url-handler-directory-file-name): New handler.
+       (url-file-local-copy): Plug race condition security hole.
+
+2006-03-27  Romain Francoise  <romain@orebokech.com>
+
+       * url-irc.el (url-irc-rcirc, url-irc-erc): New functions.
+       (url-irc-function): Add rcirc and ERC to the list of IRC clients.
+       Default to rcirc, since ZenIRC isn't part of Emacs.
+
+2006-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-http.el (url-http-find-free-connection): Fix braino in last fix.
+
+2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-http.el (url-http-find-free-connection): Don't kill the process
+       when killing the temp buffer.
+       (url-http-symbol-value-in-buffer): Massage to make it clear to the
+       byte-compiler that the function is defined.
+
+2006-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * 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  <monnier@iro.umontreal.ca>
+
+       * url-news.el: Move defvars out of eval-when-compile.
+       (url-news-fetch-message-id, url-news-fetch-newsgroup):
+       Use with-current-buffer.
+
 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * url.el (url-retrieve-synchronously): Adjust the workaround so as not
+       to stop in the middle of a redirection.
+
        * url-vars.el (url-privacy-level): Add setter.
 
 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
@@ -9,7 +67,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.