]> 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 ac6afe4560842f10b74d67affa28029acc3e3f48..8eb2cd8471b610c5684520de88663aea914d87a6 100644 (file)
@@ -1,3 +1,95 @@
+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>
+
+       * url-history.el (url-history-hash-table): Initialize in declaration.
+       (url-history-parse-history): Don't reset the history.
+       (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 isn't nil.
+       (url-completion-function): Simplify.
+
+       * url-cookie.el (url-cookie-parse-file): Don't complain of missing file.
+       (url-cookie-parse-file, url-cookie-write-file, url-cookie-retrieve)
+       (url-cookie-generate-header-lines, url-cookie-handle-set-cookie)
+       (url-cookie-setup-save-timer): Remove autoload cookies.
+       They're only called from files that require url-cookie anyway.
+
+       * url-history.el (url-history-setup-save-timer)
+       (url-history-parse-history, url-history-save-history):
+       Remove autoload cookies.  They're only called from url.el which requires
+       url-history anyway.
+       (url-history-parse-history): Don't complain if the file is missing.
+
+2006-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-handlers.el (url-retrieve-synchronously): Don't autoload.
+
+       * url.el (url-retrieve, url-retrieve-synchronously): Autoload.
+
+       * url-cache.el: Require `url'.
+
 2005-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * url-cache.el (url-store-in-cache): Use save-current-buffer.