X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/61febcb6e32860575316b8a539a2e9f13f70e3c2..3e9fa60a5c99568817a12a1011b0e61cce5d3a67:/lisp/url/ChangeLog diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index da7d7325a0..f342665603 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,7 +1,22 @@ -2014-05-01 Glenn Morris +2014-05-04 Glenn Morris * url-parse.el (url-generic-parse-url): Doc fix (replace `iff'). +2014-04-01 Michael Albinus + + * url-tramp.el: New file. + + * url-handlers.el (url-handler-regexp): Add ssh, scp, rsync and telnet. + Add :version. + (url-file-handler): Call `url-tramp-file-handler' if appropriate. + +2014-03-28 Glenn Morris + + * url-vars.el (url-bug-address): Make into an obsolete alias. + * url-http.el (url-http-handle-authentication): + * url-news.el (url-news-fetch-message-id): + Use M-x report-emacs-bug in help messages. + 2014-03-26 Juanma Barranquero * url-handlers.el (url-http-parse-response): Add autoload.