]> code.delx.au - gnu-emacs/blobdiff - lisp/url/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / url / ChangeLog
index 91a6c869a21a7a118af343ef9e3adae62a72d862..c08d73739e9b64772495fb9f20ad001a5268ba52 100644 (file)
@@ -1,3 +1,253 @@
+2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * url-mailto.el (url-mailto): Delete mail buffer after sending
+       autogenerated mail.
+       Call `compose-mail with `new' argument if possible.
+
+2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * url-mailto.el (url-mailto): Always use a new mail buffer.
+
+2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
+
+       * url-util.el (url-parse-query-string): New optional argument
+       allow-newlines allows decoding of newlines.
+
+       * url-mailto.el (url-mailto): Allow newlines in URL arguments.
+       Don't lose original "to" value when there is a "to" header.
+       Remove carriage return characters in message body.
+
+2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * url-news.el (nntp-open-tls-stream, nntp-open-ssl-stream):
+       * url-http.el (url-http-cookies-sources): Defvar at compile time.
+
+2005-07-15  Richard M. Stallman  <rms@gnu.org>
+
+       * url-http.el (url-http-parse-headers): Add :redirect arg-pair
+       when calling url-retrieve, to indicate a redirect.
+
+       * url.el (url-retrieve): The callback function can get an additional
+       keyword arg pair.
+
+2005-07-04  Lute Kamstra  <lute@gnu.org>
+
+       Update FSF's address in GPL notices.
+
+2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * url-history.el (url-history-track): Doc fix.
+       (url-history): Finish `defgroup' description with period.
+
+       * url-cookie.el (url-cookie):
+       * url-gw.el (url-gateway):
+       * url-news.el (url-news):
+       * url-vars.el (url, url-file, url-cache, url-mime, url-hairy):
+       Finish `defgroup' description with period.
+
+2005-06-28  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
+
+       * url-http.el (url-http-create-request): Call url-recreate-url
+       in proxy case.
+
+2005-06-27  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
+
+       * url-http.el (url-http-create-request): When computing real-fname,
+       call url-filename in both cases.
+
+2005-06-27  Richard M. Stallman  <rms@gnu.org>
+
+       * url-cookie.el (url-cookie-store): Rename arg PATH to LOCALPART.
+       (url-cookie-retrieve): Likewise.
+       (url-cookie-generate-header-lines): Likewise.
+       (url-cookie-handle-set-cookie): Likewise.
+       (url-cookie-create): Expect :localpart instead of :path.
+       (url-cookie-localpart): Renamed from url-cookie-path.
+       (url-cookie-set-localpart): Renamed from url-cookie-set-path.
+       (url-cookie-file): Doc fix.
+       (url-cookie-p): Add doc string.
+
+2005-06-23  Richard M. Stallman  <rms@gnu.org>
+
+       * url-cookie.el (url-cookie-generate-header-lines): Fix autoload cookie.
+
+2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
+
+       * url-gw.el (url-open-stream):
+       * url-vars.el (url-gateway-unplugged): Fix spellings.
+
+2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * url-history.el (url-completion-function): Follow error
+       conventions.
+
+2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-file.el (url-file, url-file-asynch-callback): with-current-buffer.
+
+2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-dav.el: Remove most autoload cookies.
+       Don't hook into the url-file-handler since it currently breaks all
+       non-HTTP URLs.
+
+       * url-handlers.el (vc-registered): Explicitly disable VC for URL files.
+
+       * url.el (url-retrieve-synchronously): Don't exit precipitously when
+       fetching a file via ange-ftp.
+
+2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * url-cookie.el (url-cookie-multiple-line): Fix spelling in docstring.
+
+2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * url-cookie.el (url-cookie-multiple-line):
+       Specify group and type in defcustom.
+
+2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * url-auth.el (url-register-auth-scheme):
+       * url-cookie.el (url-cookie-expired-p):
+       * url-dav.el (url-dav-process-date-property)
+       (url-dav-process-boolean-property, url-dav-process-DAV:status):
+       * url-http.el (url-http-chunked-encoding-after-change-function)
+       (url-http-wait-for-headers-change-function):
+       * url-ns.el (isInNet):
+       * url-parse.el (url-generic-parse-url):
+       * url-util.el (url-get-normalized-date): Replace `string-to-int'
+       by `string-to-number'.
+
+2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url.el (url-retrieve-synchronously): Work around the fact that
+       url-http sometimes doesn't call the callback.
+
+2005-04-04  Lute Kamstra  <lute@gnu.org>
+
+       * url-handlers.el (url-handler-mode): Specify :group.
+
+2005-02-26  James Cloos  <cloos@jhcloos.com>  (tiny change)
+
+       * url-history.el (url-have-visited-url): Don't barf if
+       url-history-hash-table is nil.
+
+2005-02-14  Michael Welsh Duggan  <md5i@cs.cmu.edu>
+
+       * url-http.el (url-http-parse-headers): Test url-automatic-caching.
+
+2005-01-22  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
+
+       * url-http.el (url-http-parse-headers) <302>: Reset url-http-data
+       to nil, like for the 303 response.
+
+2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url.el (url-retrieve-synchronously): Use accept-process-output rather
+       than sit-for.
+
+2005-01-03  Klaus Straubinger  <ksnetz@arcor.de>  (tiny change)
+
+       * url-http.el (url-http-handle-authentication):
+       Don't kill the current buffer.
+
+2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-handlers.el: Don't `require' everything eagerly.
+
+2004-11-30  Paul Pogonyshev  <pogonyshev@gmx.net>
+
+       * url-http.el (url-http-handle-cookies): Bind `url-current-object'
+       to `url-http-cookies-sources' so that cookies are attributed to
+       proper domain.
+       (url-http): Make local variable `url-http-cookies-sources'.
+
+2004-11-28  Andreas Schwab  <schwab@suse.de>
+
+       * url-http.el (url-http-create-request): Don't add newline after
+       the request data.
+
+2004-11-20  Masatake YAMATO  <jet@gyve.org>
+
+       * url.el (url-mm-callback): Delay the invocation
+       of `mm-destroy-parts'. Invoke `mm-destroy-parts'
+       when the buffer is killed.
+
+2004-11-12  Masatake YAMATO  <jet@gyve.org>
+
+       * url-mailto.el (url-mailto): Fix a typo in the comment.
+
+2004-11-02  Masatake YAMATO  <jet@gyve.org>
+
+       * url-imap.el (url-imap-open-host): Don't use
+       `string-to-int'. The port returned by `url-port'
+       is expected to be an integer.
+
+       * url-irc.el (url-irc): Ditto.
+
+       * url-news.el (url-news-open-host): Ditto.
+
+       * url-nfs.el (url-nfs-build-filename): Ditto.
+
+2004-10-20  John Paul Wallington  <jpw@gnu.org>
+
+       * url-gw.el (url-gateway-nslookup-host):
+       Use `set-process-query-on-exit-flag'.
+
+2004-10-10  Lars Hansen  <larsh@math.ku.dk>
+
+       * url-auth.el: Update header and footer.
+
+       * url-cache.el: Update header and footer.
+
+       * url-cid.el: Update header and footer.
+
+       * url-dired.el: Update header and footer.
+
+       * url-expand.el: Update header and footer.
+
+       * url-ftp.el: Update header and footer.
+
+       * url-gw.el: Update header and footer.
+
+       * url-imap.el: Update header and footer.
+
+       * url-irc.el: Update header and footer.
+
+       * url-misc.el: Update header and footer.
+
+       * url-news.el: Update header and footer.
+
+       * url-ns.el: Update header and footer.
+
+       * url-privacy.el: Update header and footer.
+
+       * url-proxy.el: Update header and footer.
+
+       * url-vars.el: Update header.
+
+2004-10-16  Richard M. Stallman  <rms@gnu.org>
+
+       * url.el (url-do-setup): Don't set url-passwd-entry-func.
+
+       * url-vars.el (url-passwd-entry-func): Var deleted.
+       (mm-mime-mule-charset-alist): Remove compatibility code for old Gnus.
+       (url-weekday-alist): Rename from weekday-alist.
+       (url-monthabbrev-alist): Rename from monthabbrev-alist.
+       (url-vars-unload-hook): Initialize hook var to hold the function.
+
+       * url-util.el (url-get-normalized-date): Use url-weekday-alist and
+       url-monthabbrev-alist.
+
+       * url-misc.el: Load cl at compile time.
+
+       * url-mailto.el: Don't load cl.
+       (url-mailto): Fix call to `push'.
+
+       * url-gw.el (url-open-telnet): Use read-passwd.
+
+       * url-auth.el (url-basic-auth, url-digest-auth): Use read-passwd.
+
 2004-10-12  Simon Josefsson  <jas@extundo.com>
 
        * url-vars.el (url-gateway-method): Add new method `tls'.
@@ -5,8 +255,8 @@
        * url-news.el (url-snews): Use nntp-open-tls-stream if
        url-gateway-method is tls.
 
-       * url-ldap.el (url-ldap-certificate-formatter): Use
-       tls-certificate-information if ssl.el is not available.
+       * url-ldap.el (url-ldap-certificate-formatter):
+       Use tls-certificate-information if ssl.el is not available.
 
        * url-https.el (url-https-create-secure-wrapper): Use tls if ssl
        is not available.