(url-cookie-write-file): Create parent dir.
[emacs.git] / lisp / url / ChangeLog
blob9abb65d389df11caf26d6c987010ec7037150e47
1 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * url-cookie.el (url-cookie-write-file): Create parent dir.
5         * url.el (url-configuration-directory): Use ~/.emacs.d if possible.
7 2005-12-07  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
9         * url-cookie.el (url-cookie-save-interval): Simplify.
10         (url-cookie-setup-save-timer): Simplify.
12 2005-12-04  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
14         * url-history.el (url-history-list): Var deleted.
15         (url-history-save-interval): Simplify.
16         (url-history-setup-save-timer): Simplify.
18 2005-12-01  Kim F. Storm  <storm@cua.dk>
20         * url-history.el (url-history-track): Fix last change.
22 2005-12-01  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
24         * url-history.el (url-history-track):
25         Call url-history-setup-save-timer in :set function.
26         :type allows three alternatives.
27         (url-history-setup-save-timer): Test url-history-track.
28         * url.el (url-retrieve): Test url-history-track.
30 2005-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32         * url-http.el: Use with-current-buffer.
33         (url-http-target-url): Rename from url-http-cookies-sources.
34         (url-http-parse-headers): Use it.
35         (url-http-handle-authentication): Use subst-char-in-string.
37 2005-11-16  Juergen Hoetzel  <emacs@hoetzel.info>  (tiny change)
39         * url-handlers.el (url-insert-file-contents): Use the charset info
40         provided by the HTTP server, if any.
42 2005-10-20  CHENG Gao  <chenggao@gmail.com>  (tiny change)
44         * url-nfs.el (top level):
45         * url-handlers.el (directory-files):
46         * url-file.el (top level):
47         * url-dired.el (url-dired-minor-mode-map):
48         * url-http.el (url-http-chunked-encoding-after-change-function):
49         Remove XEmacs support.
51 2005-10-15  Richard M. Stallman  <rms@gnu.org>
53         * url.el: Don't try to autoload hash table functions.
55 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * url-http.el (url-http-create-request): Avoid incorrect implicit
58         unibyte->multibyte conversion.
60 2005-09-17  Richard M. Stallman  <rms@gnu.org>
62         * url-vars.el (url-mail-command): Don't test fboundp of `compose-mail'.
64         * url-mailto.el (url-mailto): Special case `mail'.
65         Don't test fboundp of `compose-mail'.
67 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
69         * url-mailto.el (url-mailto): Delete mail buffer after sending
70         autogenerated mail.
71         Call `compose-mail with `new' argument if possible.
73 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
75         * url-mailto.el (url-mailto): Always use a new mail buffer.
77 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
79         * url-util.el (url-parse-query-string): New optional argument
80         allow-newlines allows decoding of newlines.
82         * url-mailto.el (url-mailto): Allow newlines in URL arguments.
83         Don't lose original "to" value when there is a "to" header.
84         Remove carriage return characters in message body.
86 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
88         * url-news.el (nntp-open-tls-stream, nntp-open-ssl-stream):
89         * url-http.el (url-http-cookies-sources): Defvar at compile time.
91 2005-07-15  Richard M. Stallman  <rms@gnu.org>
93         * url-http.el (url-http-parse-headers): Add :redirect arg-pair
94         when calling url-retrieve, to indicate a redirect.
96         * url.el (url-retrieve): The callback function can get an additional
97         keyword arg pair.
99 2005-07-04  Lute Kamstra  <lute@gnu.org>
101         Update FSF's address in GPL notices.
103 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
105         * url-history.el (url-history-track): Doc fix.
106         (url-history): Finish `defgroup' description with period.
108         * url-cookie.el (url-cookie):
109         * url-gw.el (url-gateway):
110         * url-news.el (url-news):
111         * url-vars.el (url, url-file, url-cache, url-mime, url-hairy):
112         Finish `defgroup' description with period.
114 2005-06-28  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
116         * url-http.el (url-http-create-request): Call url-recreate-url
117         in proxy case.
119 2005-06-27  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
121         * url-http.el (url-http-create-request): When computing real-fname,
122         call url-filename in both cases.
124 2005-06-27  Richard M. Stallman  <rms@gnu.org>
126         * url-cookie.el (url-cookie-store): Rename arg PATH to LOCALPART.
127         (url-cookie-retrieve): Likewise.
128         (url-cookie-generate-header-lines): Likewise.
129         (url-cookie-handle-set-cookie): Likewise.
130         (url-cookie-create): Expect :localpart instead of :path.
131         (url-cookie-localpart): Renamed from url-cookie-path.
132         (url-cookie-set-localpart): Renamed from url-cookie-set-path.
133         (url-cookie-file): Doc fix.
134         (url-cookie-p): Add doc string.
136 2005-06-23  Richard M. Stallman  <rms@gnu.org>
138         * url-cookie.el (url-cookie-generate-header-lines): Fix autoload cookie.
140 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
142         * url-gw.el (url-open-stream):
143         * url-vars.el (url-gateway-unplugged): Fix spellings.
145 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
147         * url-history.el (url-completion-function): Follow error
148         conventions.
150 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
152         * url-file.el (url-file, url-file-asynch-callback): with-current-buffer.
154 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
156         * url-dav.el: Remove most autoload cookies.
157         Don't hook into the url-file-handler since it currently breaks all
158         non-HTTP URLs.
160         * url-handlers.el (vc-registered): Explicitly disable VC for URL files.
162         * url.el (url-retrieve-synchronously): Don't exit precipitously when
163         fetching a file via ange-ftp.
165 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
167         * url-cookie.el (url-cookie-multiple-line): Fix spelling in docstring.
169 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
171         * url-cookie.el (url-cookie-multiple-line):
172         Specify group and type in defcustom.
174 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
176         * url-auth.el (url-register-auth-scheme):
177         * url-cookie.el (url-cookie-expired-p):
178         * url-dav.el (url-dav-process-date-property)
179         (url-dav-process-boolean-property, url-dav-process-DAV:status):
180         * url-http.el (url-http-chunked-encoding-after-change-function)
181         (url-http-wait-for-headers-change-function):
182         * url-ns.el (isInNet):
183         * url-parse.el (url-generic-parse-url):
184         * url-util.el (url-get-normalized-date): Replace `string-to-int'
185         by `string-to-number'.
187 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
189         * url.el (url-retrieve-synchronously): Work around the fact that
190         url-http sometimes doesn't call the callback.
192 2005-04-04  Lute Kamstra  <lute@gnu.org>
194         * url-handlers.el (url-handler-mode): Specify :group.
196 2005-02-26  James Cloos  <cloos@jhcloos.com>  (tiny change)
198         * url-history.el (url-have-visited-url): Don't barf if
199         url-history-hash-table is nil.
201 2005-02-14  Michael Welsh Duggan  <md5i@cs.cmu.edu>
203         * url-http.el (url-http-parse-headers): Test url-automatic-caching.
205 2005-01-22  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
207         * url-http.el (url-http-parse-headers) <302>: Reset url-http-data
208         to nil, like for the 303 response.
210 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
212         * url.el (url-retrieve-synchronously): Use accept-process-output rather
213         than sit-for.
215 2005-01-03  Klaus Straubinger  <ksnetz@arcor.de>  (tiny change)
217         * url-http.el (url-http-handle-authentication):
218         Don't kill the current buffer.
220 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
222         * url-handlers.el: Don't `require' everything eagerly.
224 2004-11-30  Paul Pogonyshev  <pogonyshev@gmx.net>
226         * url-http.el (url-http-handle-cookies): Bind `url-current-object'
227         to `url-http-cookies-sources' so that cookies are attributed to
228         proper domain.
229         (url-http): Make local variable `url-http-cookies-sources'.
231 2004-11-28  Andreas Schwab  <schwab@suse.de>
233         * url-http.el (url-http-create-request): Don't add newline after
234         the request data.
236 2004-11-20  Masatake YAMATO  <jet@gyve.org>
238         * url.el (url-mm-callback): Delay the invocation
239         of `mm-destroy-parts'. Invoke `mm-destroy-parts'
240         when the buffer is killed.
242 2004-11-12  Masatake YAMATO  <jet@gyve.org>
244         * url-mailto.el (url-mailto): Fix a typo in the comment.
246 2004-11-02  Masatake YAMATO  <jet@gyve.org>
248         * url-imap.el (url-imap-open-host): Don't use
249         `string-to-int'. The port returned by `url-port'
250         is expected to be an integer.
252         * url-irc.el (url-irc): Ditto.
254         * url-news.el (url-news-open-host): Ditto.
256         * url-nfs.el (url-nfs-build-filename): Ditto.
258 2004-10-20  John Paul Wallington  <jpw@gnu.org>
260         * url-gw.el (url-gateway-nslookup-host):
261         Use `set-process-query-on-exit-flag'.
263 2004-10-10  Lars Hansen  <larsh@math.ku.dk>
265         * url-auth.el: Update header and footer.
267         * url-cache.el: Update header and footer.
269         * url-cid.el: Update header and footer.
271         * url-dired.el: Update header and footer.
273         * url-expand.el: Update header and footer.
275         * url-ftp.el: Update header and footer.
277         * url-gw.el: Update header and footer.
279         * url-imap.el: Update header and footer.
281         * url-irc.el: Update header and footer.
283         * url-misc.el: Update header and footer.
285         * url-news.el: Update header and footer.
287         * url-ns.el: Update header and footer.
289         * url-privacy.el: Update header and footer.
291         * url-proxy.el: Update header and footer.
293         * url-vars.el: Update header.
295 2004-10-16  Richard M. Stallman  <rms@gnu.org>
297         * url.el (url-do-setup): Don't set url-passwd-entry-func.
299         * url-vars.el (url-passwd-entry-func): Var deleted.
300         (mm-mime-mule-charset-alist): Remove compatibility code for old Gnus.
301         (url-weekday-alist): Rename from weekday-alist.
302         (url-monthabbrev-alist): Rename from monthabbrev-alist.
303         (url-vars-unload-hook): Initialize hook var to hold the function.
305         * url-util.el (url-get-normalized-date): Use url-weekday-alist and
306         url-monthabbrev-alist.
308         * url-misc.el: Load cl at compile time.
310         * url-mailto.el: Don't load cl.
311         (url-mailto): Fix call to `push'.
313         * url-gw.el (url-open-telnet): Use read-passwd.
315         * url-auth.el (url-basic-auth, url-digest-auth): Use read-passwd.
317 2004-10-12  Simon Josefsson  <jas@extundo.com>
319         * url-vars.el (url-gateway-method): Add new method `tls'.
321         * url-news.el (url-snews): Use nntp-open-tls-stream if
322         url-gateway-method is tls.
324         * url-ldap.el (url-ldap-certificate-formatter):
325         Use tls-certificate-information if ssl.el is not available.
327         * url-https.el (url-https-create-secure-wrapper): Use tls if ssl
328         is not available.
330         * url-gw.el (url-open-stream): Support tls url-gateway-method.
331         (url-open-stream): Likewise.
333 2004-10-10  Lars Hansen  <larsh@math.ku.dk>
335         * url-auth.el: Fix copyright notice.
337         * url-cache.el: Fix copyright notice.
339         * url-cookie.el: Fix copyright notice.
341         * url-dired.el: Fix copyright notice.
343         * url-file.el: Fix copyright notice.
345         * url-ftp.el: Fix copyright notice.
347         * url-handlers.el: Fix copyright notice.
349         * url-history.el: Fix copyright notice.
351         * url-irc.el: Fix copyright notice.
353         * url-mailto.el: Fix copyright notice.
355         * url-methods.el: Fix copyright notice.
357         * url-misc.el: Fix copyright notice.
359         * url-news.el: Fix copyright notice.
361         * url-nfs.el: Fix copyright notice.
363         * url-parse.el: Fix copyright notice.
365         * url-privacy.el: Fix copyright notice.
367         * url-vars.el: Fix copyright notice.
369         * url.el: Fix copyright notice.
371         * url-util.el: Fix copyright notice.
373 2004-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
375         * url-handlers.el (url-insert-file-contents): Use the URL to decide the
376         encoding, not the buffer-file-name (which might not even exist).
378 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
380         * url-handlers.el (url-insert-file-contents): Decode contents.
382 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
384         * url-util.el (url-debug): Use with-current-buffer.
386         * url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
387         (url-nfs-create-wrapper): Use new backquote syntax.
389         * url-https.el (url-https-file-attributes): Add id-format param.
391         * url-http.el (url-http-head-file-attributes)
392         (url-http-file-attributes): Add id-format parameter.
394         * url-handlers.el: Use new find-file-hook.
395         (url-file-attributes): Add id-format parameter.
397         * url-file.el (url-file-create-wrapper): Use new backquote syntax.
398         (url-file-file-attributes): Add id-format parameter.
400         * url-dav.el: Use with-current-buffer.
401         (url-dav-process-response): Fix regexps and spurious quote.
402         (url-dav-file-attributes): Add id-format param.
404 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
406         * url.el (url-retrieve): Use with-current-buffer.
408         * url-http.el (url-http-parse-headers, url-http-file-exists-p):
409         Remove unused var `version'.
411         * url-handlers.el (url-handler-mode): New minor mode.
412         (url-setup-file-name-handlers): Remove.
414 2004-04-12  John Paul Wallington  <jpw@gnu.org>
416         * url-cookie.el (url-cookie-handle-set-cookie): Replace calls
417         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
419 2004-04-11  Dave Love  <fx@gnu.org>
421         * url-mailto.el (url-mailto):
422         * url-history.el (url-history-setup-save-timer):
423         * url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
425         * url-file.el (url-file-build-filename): Don't use
426         directory-sep-char.
428         * url-auth.el (url-register-auth-scheme): Fix `format' call.
430         * url-about.el (url-scheme-registry): Defvar.
431         (url-about): Use text/plain.
433         * url-vars.el (cl): Don't require.
434         (url): Add :version.
435         (url-bug-address): Use bug-gnu-emacs.
437         * url-util.el (url-hexify-string): Don't give multibyte error
438         for char <16.
439         (mail-header-extract): Autoload.
441         * url-parse.el: Doc fixes.
443         * url-ldap.el (ldap): Require.
444         (url-ldap): Fix `format' call.
445         (url-ldap-certificate-formatter): Avoid warning.
447         * url-https.el (url-https-create-secure-wrapper): Use modern backquotes.
449         * url-dav.el (url-dav-rename-file): Fix args of `signal'.
450         (url-intersection): New.
451         (url-dav-supported-p): Use it.
452         (url-dav-save-resource): Declare url-http-response-status special.
454         * url-cache.el (url-util): Require.
456 2004-04-10  Miles Bader  <miles@gnu.org>
458         RCS keyword removal (only non-comment changes are enumerated here):
460         * url-vars.el (url-version): Use the constant string "Emacs"
461         instead of calculating something from the RCS `State' keyword
462         [the latter is almost entirely useless anyway].
464 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
466         * url-methods.el:
467         * url-parse.el: Don't require url-auto.
469 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
471         * url: Imported the URL package from its own CVS repository into Emacs.
473 ===========================================================================
474 ===========================================================================
475         Copy of the ChangeLog file from URL's own CVS repository:
476 ===========================================================================
477 ===========================================================================
479 2003-07-16  Dave Love  <fx@gnu.org>
481         * lisp/url.el (url-retrieve-synchronously): Revert last change.
482         Should be revisited.
484 2003-06-26  Sam Steingold  <sds@gnu.org>
486         * lisp/url-handlers.el (url-handlers-create-wrapper): Do not call
487         method on invalid urls.
489 2003-05-29  Dave Love  <fx@gnu.org>
491         * lisp/url.el (url-retrieve-synchronously): Use sleep-for, not
492         sit-for.  From monnier@gnu.org.
494 2002-11-04  Walter C. Pelissero <walter@pelissero.org>
496         * lisp/url-methods.el (url-scheme-register-proxy): Make sure to convert
497         port numbers to integers when creating the URL objects for proxies.
499 2002-10-29  William M. Perry  <wmperry@gnu.org>
501         * lisp/url-http.el (url-http-parse-headers): When doing a
502         redirect, some broken software (sourceforge) sends a redirect to
503         '/', which is blatantly illegal (see section 14.30 of the HTTP/1.1
504         specification).  I wish we could deal with such lame software
505         appropriately (spank the authors), but this is the web, so we have
506         to kow-tow to the servers.
508 2002-10-27  William M. Perry  <wmperry@gnu.org>
510         * lisp/url-http.el (url-http-create-request): If we are talking to
511         the default port for a the selected protocol, do NOT send the port
512         in the HOST header.  This fixes the login page at sourceforge.
514 2002-09-17  William M. Perry  <wmperry@gnu.org>
516         * lisp/url-http.el (url-http-handle-cookies): New function to deal
517         with cookie headers.
518         (url-http-parse-headers): Call `url-http-handle-cookies' here so
519         that cookie additions and deletions get handled immediately.
520         This is so that sites that set cookies while doing redirects
521         (my.yahoo.com, outlook web access, etc) work.  This should also
522         fix sites that delete cookies on invalid access or other error
523         pages the user might not actually see.
524         (url-http-parse-headers): Silently convert non-HEAD and non-GET
525         methods to GET in redirects.  Too many web sites do this now, and
526         it is just likely to confuse users.
528 2002-05-17  Dave Love  <fx@gnu.org>
530         * texi/url.txi: Start making it vaguely useful.
532         * texi/Makefile.in (install): Cope with Debian install-info.
533         From Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann).
535 2002-04-22  Dave Love  <fx@gnu.org>
537         * lisp/url-misc.el (man): Autoload to avoid warning.
538         (url-man): Don't require man here.
539         (url-data): Generalize in line with the RFC.
541         * lisp/url-gw.el (url-open-stream): Remove obsolete `tcp' case.
543         * lisp/url-vars.el: Doc fixes.
544         (url-mime-charset-string): New function.
545         (url-mime-charset-string): Use it to set the variable.
546         (url-set-mime-charset-string): New function.
547         (set-language-environment-hook): Use it.
548         (url-vars-unload-hook): New function.
550         * lisp/url-cookie.el (url-header-comparison): Delete.
551         (url-cookie-handle-set-cookie): Use assoc-ignore-case to avoid assoc*.
552         (url-cookie-save-interval): Make value agree with doc.
554         * lisp/url.el: Doc fixes.
555         (url-mm-callback): Don't call mm-destroy-parts immediately for
556         external viewing -- set up a process sentinel.
558 2002-02-02  William M. Perry  <wmperry@gnu.org>
560         * lisp/Makefile.in (SOURCES): Remove mule-sysdp.el from the build rules.
562 2001-12-12  William M. Perry  <wmperry@gnu.org>
564         * lisp/url-vars.el (url-nonrelative-link): Patch from Stefan
565         Monnier to use ` instead of ^ to match the relative link.
567 2001-12-10  William M. Perry  <wmperry@gnu.org>
569         * lisp/url-dav.el (url-dav-file-attributes): Fix bad call to
570         plist-get (reversed args).
572         * lisp/url-file.el (url-file-build-filename): Make sure that we
573         have a parsed URL in this function.
575 2002-01-22  Dave Love  <fx@gnu.org>
577         * lisp/url-cache.el (url-cache-file-writable-p): Doc fix.
579         * lisp/url-imap.el (url-imap): Maybe disable multibyte.
580         Bind coding-system-for-read.  Require mm-util.
582         * lisp/url.el (url-do-setup): Use (featurep 'xemacs).
584         * lisp/mule-sysdp.el: Removed (obsolete).
586 2001-12-09  William M. Perry  <wmperry@gnu.org>
588         * lisp/url-dav.el (url-dav-delete-something): Utility macro to
589         remove an arbitrary resource.
590         (url-dav-delete-directory): Use it.
591         (url-dav-delete-file): Ditto.
592         (url-dav-make-directory): New function.
593         (url-dav-rename-file): New function.
594         (url-dav-register-handler): New function to easily register a
595         WebDAV-specific file-name-handler operation.
596         (url-dav-file-name-all-completions, url-dav-file-name-completion):
597         New functions that allow file-name completion for WebDAV resources.
599 2001-12-08  William M. Perry  <wmperry@gnu.org>
601         * lisp/url-dav.el (url-dav-directory-files): New function to
602         mimic `directory-files' for WebDAV.
603         (url-dav-delete-directory): New function to mimic
604         `delete-directory' for WebDAV.
606 2001-12-06  William M. Perry  <wmperry@gnu.org>
608         * lisp/url-dav.el (url-dav-process-DAV:locktoken): Parse the
609         DAV:locktoken hrefs into a usable format.
610         (url-dav-process-response): Use an unwind-protect to make sure
611         that we clean up the buffer, even if there is a parsing error.
612         (url-dav-request): New function to act as the main entry point for
613         making DAV requests.  Takes care of building the XML document with
614         appropriate namespaces, depth, etc, and parses the results.
615         (url-dav-get-properties): Use new url-dav-request function.
616         This is now just a thin wrapper around that to use PROPFIND and set any
617         extra properties we are looking for.
618         (url-dav-unlock-resource): New function to release a lock given a
619         URL and a lock-token.
620         (url-dav-process-DAV:getlastmodified)
621         (url-dav-process-DAV:creationdate)
622         (url-dav-process-DAV:iscollection)
623         (url-dav-process-DAV:ishidden): Fix typos!  Its url-dav-*, not
624         url-dave-*!
625         (url-dav-active-locks): New function to get a list of all the
626         active locks for a resource.
627         (url-dav-save-resource): New function to actually save a resource
628         using the PUT method.  I can now successfully save files to an
629         HTTP server with some manual steps from a lisp-interaction buffer.
631         * lisp/url-http.el (url-http-wait-for-headers-change-function):
632         Special case the 204/205 response codes.  Some servers do not
633         send back a 0 content-length for these, and we would hang.
634         (url-http-parse-headers): Mark 204/205 response codes as
635         'successful' so that the callbacks get activated.
636         (url-http-options): Fix unbound variable usage.
638         * lisp/url-dav.el: Added full copyright information.
639         (url-dav-process-response): Make sure that we create a DAV:status
640         property when parsing a singleton response.
641         (url-dav-file-attributes): If the properties returned did not have
642         a succesful HTTP response code, then ignore them and use the
643         HEAD-based attributes.
645         * lisp/vc-dav.el: Added full copyright information.
647         * lisp/url-dav.el (url-dav-process-supportedlock-property):
648         Deal with text nodes in DAV:supportedlock nodes.
649         (url-dav-file-attributes-mode-string): This now gets the entire
650         property list instead of just the DAV:supportedlock node.
651         (url-dav-file-attributes): Make sure to pass the whole list in.
652         (url-dav-file-attributes-mode-string): Now properly sets do 'd' mode.
653         (url-dav-file-attributes-mode-string): Now uses the Apache mod_dav
654         'executable' bit to set the 'x' mode.  See `mod_dav's custom
655         properties' at http://www.webdav.org/mod_dav/ for more details.
656         (url-dav-find-parser): New function to find the proper parser for
657         a node-type.  Looks for
658         url-dav-process-XXX (url-dav-process-DAV:prop), otherwise falls
659         back to using url-dav-node-text.  Caches the results on the nodes
660         symbol name.
661         (url-dav-dispatch-node): Utility routine to call a nodes handler easily.
662         (url-dav-process-*): Rename most of the handlers and made them
663         use url-dav-dispatch-node where appropriate.
664         (url-dav-process-DAV:prop): Instead of using the dav-data-type
665         property to dispatch the node, now uses dav-dispatch-node so that
666         it is easy to add parsers for special nodes.
667         (url-dav-process-DAV:depth, url-dav-process-DAV:resourcetype)
668         (url-dav-process-DAV:locktype, url-dav-process-DAV:lockscope)
669         (url-dav-process-DAV:getcontentlength)
670         (url-dave-process-DAV:getlastmodified)
671         (url-dave-process-DAV:creationdate)
672         (url-dave-process-DAV:iscollection)
673         (url-dave-process-DAV:ishidden): Aliases for the generic
674         url-dav-process-foo-property routines.
675         (url-dav-process-DAV:activelock)
676         (url-dav-process-DAV:lockdiscovery): Can now correctly parse
677         DAV:lockdiscovery nodes, so that we can find out who has a
678         resource locked and properly parse the reponse to a LOCK request.
679         (url-dav-process-DAV:status): Now parses ou the numeric status
680         from the HTTP response line.
681         (url-dav-process-response): New function to handle all the
682         parsing of an XML response from WebDAV.  This handles all the
683         logic of checking the response content-type to make sure it is
684         XML, parses the tree, and interprets the tree.
685         (url-dav-process-response): Make sure that all responses look
686         like a DAV:multistatus response, even if we get a singleton
687         response back.  This will just make the upper layer logic simpler.
688         (url-dav-get-properties): New optional argument NAMESPACES that
689         specifies what namespaces to use in the XML request.
690         (url-dav-get-properties): Got rid of the D: namespace in
691         requests.  It doesn't save that much space.  Just use DAV:
692         (url-dav-lock-identifier): New variable that should hold a URI
693         pointing to contact information for the user.  This will be used
694         as the contents of the DAV:owner/DAV:href tag to identify the
695         owner of a LOCK when requesting it.  This will be shown to other
696         users when the DAV:lockdiscovery property is requested, so make
697         sure you are comfortable with it leaking to the outside world.
698         (url-dav-lock-resource): New function to LOCK a dav resource.
700 2001-12-05  William M. Perry  <wmperry@gnu.org>
702         * lisp/url-dav.el (url-dav-get-properties): New argument
703         ATTRIBUTES that allows you to ask for specific properties instead
704         of getting all properties via DAV:allprop.
706         * lisp/url-http.el (url-http-real-basic-auth-storage):
707         New variable for normal HTTP basic authentication.
708         (url-http-proxy-basic-auth-storage): New variable for HTTP proxy
709         basic authentication.
710         (url-http-handle-authentication): Follow new semantics for
711         url-basic-auth-storage.
713         * lisp/url-auth.el (url-basic-auth-storage): Change meaning of
714         this variable.  It is now a symbol pointing to where we really
715         want to store the authorization information.  This fixes proxy
716         auth and normal basic auth because of some local bindings that were
717         making it impossible to store the credentials in the global binding.
718         (url-basic-auth): Make sure we dereference url-basic-auth-storage
719         everywhere.
721         * lisp/url-util.el (url-debug): Add new types 'dav and
722         'retrieval to the customization list.
724         * lisp/url.el (url-retrieve-synchronously): Put in some debugging
725         statements.
727         * lisp/url-http.el (url-http-head-file-attributes): Rename old
728         url-http-file-attributes so that we can have a smarter one that
729         tries WebDAV first, then HEAD.
730         (url-http-file-attributes): New smart version that tries WebDAV first.
731         (url-http-options): New function that returns information gleaned
732         from an OPTIONS request for a URL.  Returns a property list
733         returning the methods supported for the resource, what DAV and
734         DASL levels are supported, p3p information, and whether
735         byte-ranges are supported or not.
736         (url-http-wait-for-headers-change-function): If we got a 0-byte
737         content-length, activate the callback immediately.
738         (url-http-wait-for-headers-change-function): For content-length
739         responses with actual body-data in the chunk we are handling, call
740         url-http-content-length-after-change-function with the remaining
741         data.  Otherwise we can deadlock if the headers and the entire
742         body exist arrive in one chunk.
744         * lisp/url-dav.el: New file to contain the WebDAV
745         (http://www.webdav.org/) implementation.
746         (url-dav-supported-p): Cheap way to figure out whether we will be
747         able to do DAV at all.  We rely on the XML parser expanding
748         namespaces for us, and currently you need a patched version of
749         xml.el to do this.  Patch sent to author for consideration.
750         (url-dav-file-attributes): Much more complete version of
751         `file-attributes' using the WebDAV PROPFIND method.  Now correctly
752         finds out whether something is a directory (a WebDAV collection),
753         the last modification time, and permissions (based on the
754         DAV:supportedlock information).
755         (url-dav-get-properties): Generic interface to get WebDAV
756         properties for a URL.  Can specify an optional `depth' parameter
757         to tell the web server how many directory (collection) levels to
758         recurse when retrieving the property lists.  Returns an assoc
759         list keyed off of the resource, the cdr of which is a property list.
760         (url-dav-datatype-attribute): We support the XML-Data note
761         (http://www.w3.org/TR/1998/NOTE-XML-data) to figure out what the
762         datatypes of attributes are.  Currently only date, dateTime, int,
763         number, float, boolean, and uri are supported.
765 2001-12-04  William M. Perry  <wmperry@gnu.org>
767         * lisp/url-handlers.el (file-name-absolute-p): New hooked
768         version.  If the filename matches our regexp, then it is always
769         absolute, so just return `t'.
770         (expand-file-name): New hooked version.  If the fragment is an
771         absolute file or URL, then expand it relative to '/'.
772         (url-handler-regexp): New regexp for specific schemes that we
773         want the file-name-handlers to work off of.
774         (url-setup-file-name-handlers): Use it when installing the handlers.
776         * lisp/url-http.el (url-http-find-free-connection): Better logging
777         about whether we are reusing an existing connection or not.
779         * lisp/url-methods.el (url-scheme-register-proxy): Fix bad call
780         to string-match instead of match-string (and with reversed
781         arguments even).
783         * lisp/url-http.el (url-http-debug): Change to now use the
784         generic url-debug function to do the actual logging.  Still a
785         separate function so that we can do our magic on the network
786         connection if the user quits while we are downloading.
788         * lisp/url-handlers.el (url-file-handler): Now logs the result of
789         the hooked or real call.
791         * lisp/url-util.el (url-debug): New function for generic debug logging.
793 2001-11-28  William M. Perry  <wmperry@gnu.org>
795         * lisp/url-imap.el (url-imap-open-host): Use backquote.
796         (url-imap): Now switches to 'login as the imap authenticator if
797         the URL provides a username and password.
799         * lisp/url-handlers.el (url-setup-file-name-handlers): Use cl &
800         push to replace some strange logic in here.
801         (url-run-real-handler): New function to run the real hooks in
802         case we get a false positive or an operation that we do not
803         support.  The old way disabled _ALL_ file-name-handlers when
804         we hit something we didn't understand - this disables JUST us.
805         (url-file-handler): Remove the logic about removing the leading
806         '/' off of the first argument... it may not be safe to always
807         assume that the first argument is the one we are acting on -
808         `default' is the second argument for expand-file-name for example.
809         (url-setup-file-name-handlers): Use url-nonrelative-link
810         directly.  This means that you must type in the URL directly
811         without prefixing it with a '/'.
813         (gnus-cache-articles-in-group "nnml+mail:comp.emacs-devel")
815         Ends up calling (expand-file-name "nnml+mail:comp.emacs-devel" ...)
816         which activates us (because 'nnml+mail' _is_ a valid scheme name
817         for a URI).  We get thoroughly confused and end up returning
818         `nil' when we shouldn't.
820 2001-11-26  William M. Perry  <wmperry@gnu.org>
822         * lisp/url-handlers.el (file-writable-p): Add NULL handler for
823         this so that visiting a URL directly will work.
824         (file-symlink-p): Ditto.
825         (url-insert-file-contents): If `visit' is non-nil then make sure
826         we set buffer-file-name.  After these changes you can visit
827         http://www.gnu.org/ directly from the minibuffer.
828         (url-insert-file-contents): When inserting the file contents,
829         use a save-excursion so that we behave just like the original.
831 2001-11-25  William M. Perry  <wmperry@gnu.org>
833         * lisp/url-util.el (url-hexify-string): Fix bad use of mapconcat.
835 2001-11-24  William M. Perry  <wmperry@gnu.org>
837         * lisp/url-about.el (url-about): New loader scheme to handle
838         about:foo URLs.  Automatically tries to find a `url-about-foo'
839         function to display the actual data.
840         (url-about-protocols): Implement about:protocols
842         * lisp/url-http.el (url-http): Make sure that we signal an error
843         when we cannot open a network connection for whatever reason.
844         Before, it would just silently clean up after itself and the user
845         got absolutely no indication that an error had occured.  If the
846         error should truly be ignored, the caller should do that for us.
847         (url-http-chunked-encoding-after-change-function): Doh!  Need to
848         user marker-position in some log messages now that
849         url-http-chunked-start is a marker.
851 2001-11-22  William M. Perry  <wmperry@gnu.org>
853         * lisp/url-https.el: Fixed definition of url-https - was using the
854         wrong signature.  Too much cut & paste.
855         (url-https-create-secure-wrapper): Fix so that url-https works
856         at all.  Was not taking a null `method' into account when calling
857         the wrapped function so url-https tried to call url-http-nil.  *sigh*
859         * lisp/url-http.el
860         (url-http-chunked-encoding-after-change-function): Add some
861         feedback when not debugging about what content-type and chunk # we
862         are reading.
863         (url-http-chunked-encoding-after-change-function): Use a marker
864         for url-http-chunked-start so that we can safely delete the
865         chunk-tokens instead of just marking them as invisible.
866         (url-http-chunked-encoding-after-change-function): Actually delete
867         the chunk-tokens.  Now that we are not run from 'real'
868         after-change functions, this is safe, and the right thing to do.
869         Otherwise the HTML parser still saw them and inferred all sorts of
870         bad things about the document (ie: nothing had a title!)
872 2001-11-21  William M. Perry  <wmperry@gnu.org>
874         * lisp/url-http.el (url-http-debug): Document this variable.
875         People other than I might want to use it.
876         (url-http-debug): Put some code in here to check quit-flag
877         directly.  When the chunked encoding went into a tight spin, your
878         Emacs would be wedged forever.  This short-circuits all the
879         after-change functions and signals an error.
880         (url-http-debug): If url-http-debug is non-nil and non-t, then log
881         the debug messages using `message' as well as sending them to the
882         buffer.
883         (url-http-chunked-encoding-after-change-function): Got rid of the
884         no-initial-crlf.  Had an epiphany and I can just infer this from
885         url-http-chunked-counter being 0.
886         (url-http-chunked-encoding-after-change-function): Move the debug
887         statement about reading chunk #foo into the loop so that each
888         chunk will have a log message associated with it.
889         (url-http-chunked-encoding-after-change-function): Make sure to
890         set read-next-chunk to nil when the regular expression match fails
891         to fire.  Otherwise we could loop forever.
892         (url-http-chunked-encoding-after-change-function): Tweak the
893         regular expression to be a little less greedy when looking for a chunk.
894         (url-http-wait-for-headers-change-function): Remove the last
895         argument when calling
896         url-http-chunked-encoding-after-change-function.  It is no longer
897         needed.  I should use my brain sometime.
899         * lisp/url-vars.el (and): Fix feature test for xemacs and
900         coding-system-list behaviour.
902         * lisp/url-http.el
903         (url-http-chunked-encoding-after-change-function): Add optional
904         no-initial-crlf flag that modifies the regular expression.
905         This is only set from url-http-wait-for-headers-change-function so that
906         the initial CRLF in the HTTP headers is not swallowed.
907         (url-http-chunked-encoding-after-change-function): Fix a few
908         off-by-one errors by using (match-end 0) instead of 1.
909         (url-http-chunked-encoding-after-change-function): Add a few
910         url-http-debug calls to help track down problems in the chunked
911         encoding.
912         (url-http-chunked-encoding-after-change-function): The chunk
913         reading in here is now in a while loop so that if Emacs feeds us a
914         chunk of data that happens to contain more than one 'chunk'
915         delimiter, we behave correctly.
916         (url-http-wait-for-headers-change-function): Make sure that we
917         pass no-initial-crlf to
918         url-http-chunked-encoding-after-change-function when passing
919         initial data to the decoder.
920         (url-http-generic-filter): url-http-debug statement so we can tell
921         when/where our after-change-functions are being called.
923 2001-10-11  Dave Love  <fx@gnu.org>
925         * lisp/url-handlers.el: Doc fixes.
926         (string-match): Use (featurep 'xemacs).
928         * lisp/url-methods.el (url-scheme-get-property): Avoid `mapc'.
930         * lisp/url-proxy.el (url-find-proxy-for-url): Avoid `pop'.
932         * lisp/url-vars.el (url-running-xemacs): Delete.
933         (url-gateway-unplugged): New variable.
935         * lisp/url-gw.el (url-open-stream): Use url-gateway-unplugged.
936         Comment out OS/2 stuff.
938 2001-10-05  Dave Love  <fx@gnu.org>
940         * lisp/url-mailto.el (url-mailto): Don't send auto-generated mail
941         without confirmation.
943 2001-10-02  Dave Love  <fx@gnu.org>
945         * lisp/url-http.el (url-http-create-request): Check cache for
946         proxy-obj, if defined, rather than url.
947         (url-http): Use dolist, not mapc (runtime cl dependency).
949         * lisp/url-methods.el: Maybe require cl at runtime.
950         (url-scheme-register-proxy): Fix fetching from environment.
951         Don't concat a number.
953 2001-10-01  Dave Love  <fx@gnu.org>
955         * lisp/url-parse.el: Use modern backquote syntax.
957         * lisp/url-vars.el (url-uncompressor-alist): Add bzip2.
958         (url-mail-command): Prefer compose-mail.
959         (tcp-binary-process-input-services): Comment out.
960         (url-working-buffer): New constant.
962         * lisp/url-util.el (url-extract-mime-headers): New function.
964         * lisp/url-mailto.el (url-mailto): Set source-url.  Don't add
965         User-Agent.
967 2001-09-20  Dave Love  <fx@gnu.org>
969         * lisp/url-http.el (url-http-create-request): Don't concat a number.
971 2001-06-05  Dave Love  <fx@gnu.org>
973         * lisp/url.el (url-do-setup): Doc fix.  Don't try to frob
974         tcp-binary-process-input-services.  Remove function wrapper for lambda.
975         (url-retrieve): Barf with sensible message if url-type is null.
977         * lisp/url-http.el (url-http): Don't try to set process
978         coding-system here -- done in url-gw.
980         * lisp/url-gw.el (url-gw-inhibit-code-conversion): Remove.
981         (url-open-stream): Bind coding-system-for{read,write} when setting
982         up the connexion.  Don't call url-gw-inhibit-code-conversion.
984 2001-05-24  William M. Perry  <wmperry@gnu.org>
986         * lisp/url.el (url-retrieve-synchronously): Avoid accept-process-output
987         in url-retrieve-synchronously.
989 2001-05-23  William M. Perry  <wmperry@gnu.org>
991         * lisp/url.el (url-retrieve-synchronously): Don't put a timeout on
992         accept-process-output.  This is evidently causing hangs in Emacs
993         21 when viewing complex pages with images or stylesheets.
994         www.yahoo.com is now viewable.
996         * lisp/url-gw.el (url-open-stream): Avoid using mule-sysdp
997         (mule-inhibit-code-conversion) and just have a local function that
998         does this minimal cruft.
999         (url-gw-inhibit-code-conversion): New function to turn off code
1000         conversion in a process.
1002 2001-05-22  William M. Perry  <wmperry@gnu.org>
1004         * lisp/url.el (url-retrieve-synchronously): Use lexical-let so
1005         that we can allow multiple asynch retrievals to happen at once.
1006         (url-retrieve-synchronously): Use a much smaller timeout when
1007         doing the accept-process-output.  This gets rid of the long delays
1008         if you are on a fast net connection and retrieve small documents
1009         that finish asynchronously before the first accept-process-output
1010         can be run.  All hail broadband and 100Mb in the house!
1011         (url-retrieve-synchronously): Add documentation for this function.
1012         (url-retrieve): Ditto.
1013         (url-mm-url): Ditto.
1015         * lisp/url-vars.el: Replaced `HTTP/1.0' with just `HTTP' in some
1016         documentation strings.  Ok, so I'm anal.
1018         * lisp/url-methods.el (url-scheme-methods): Add default methods
1019         for file-directory-p and file-truename.
1021 2001-05-22  Dave Love  <fx@gnu.org>
1023         * lisp/url-auth.el (url-warn): Autoload.
1025         * lisp/url-proxy.el (url-warn): Autoload.
1027         * lisp/url-nfs.el: Fix `file-truname' typo.
1029         * lisp/url-news.el: Require cl when compiling.
1030         (url-warn, gnus-group-read-ephemeral-group):  Autoload.
1031         (url-nntp-default-port, url-news-default-port, url-nntp): Delete.
1032         (url-news-fetch-newsgroup): Declare gnus-group-buffer special.
1034         * lisp/url-util.el (mule-decode-string): Don't autoload.
1035         (url-hexify-string): Just barf on multibyte characters.
1036         (url-generate-unique-filename): New function.
1038         * lisp/url-file.el (url-file): Use url-generate-unique-filename,
1039         not mm-generate-unique-filename.
1041         * lisp/url-http.el: Declare things special in various places.
1042         (url-http-activate-callback): Don't set
1043         url-http-real-after-change-function.
1045 2001-05-22  William M. Perry  <wmperry@gnu.org>
1047         * lisp/url-http.el (url-http-attempt-keepalives): New variable to
1048         control whether we try to do keep-alives for our connections.
1049         (url-http-version): New variable to control whether we advertise
1050         ourselves as an HTTP/1.1 client or not.  This can be useful for
1051         avoiding chunked encoding, and other 1.1 features we may not have
1052         fully implemented yet.
1053         (url-http-create-request): Honor the new variables.
1055 2001-05-21  Dave Love  <fx@gnu.org>
1057         * lisp/url-vars.el (mm-mime-mule-charset-alist): Don't readjust it
1058         in XEmacs.
1059         (url-mime-charset-string): Don't reverse the list before sorting.
1061 2001-05-17  William M. Perry  <wmperry@gnu.org>
1063         * lisp/url-http.el (url-http-generic-filter): Avoid using
1064         after-change-functions natively.  There are just too many ways
1065         that this screws up in Emacs 21.  Use a filter function on the
1066         process instead, and call the hook on
1067         url-http-after-change-function manually.  [Actually, it will work
1068         in Emacs 21, but one problem that has been fixed in Emacs 21
1069         exists in Emacs 20.  -- fx]
1071         * lisp/url-vars.el (url-mime-charset-string): sort-coding-systems
1072         does not exist on older versions of Emacs, or any version of
1073         XEmacs.  Do not call it unless it is bound.
1075 2001-05-17  Dave Love  <fx@gnu.org>
1077         * lisp/url-http.el (url-http-create-request): Fix non-GET requests.
1079 2001-05-16  Dave Love  <fx@gnu.org>
1081         * lisp/url-vars.el: Doc fixes.  Require mm-util.
1082         (url-mime-charset-string): New variable.
1084         * lisp/url-http.el: Doc fixes.
1085         (url-http-create-request): Rearrange how we assemble the request.
1086         Avoid generating bogus requests with an empty real-fname.
1087         (url-http-handle-authentication): Declare status and success special.
1088         (url-http): Call mm-disable-multibyte.  Set process buffer's
1089         coding systems to binary.
1091         * lisp/url-misc.el (url-data): Call mm-disable-multibyte.
1093         * lisp/url-file.el: Don't require mule-sysdp.  Fix `file-truname' typo.
1094         (url-file-find-possibly-compressed-file): Doc fix.
1095         (url-file): Bind coding-system-for-read.  Call mm-disable-multibyte.
1097         * lisp/url-cache.el: Don't require mule-sysdp.
1098         (url-store-in-cache): Avoid mule-write-region-no-coding-system.
1100         * lisp/url.el: Don't require mule-sysdp.
1101         (url-retrieve): Only set text properties if url is a string.
1103 2001-05-14  Dave Love  <fx@gnu.org>
1105         * lisp/url-http.el (url-http-create-request):
1106         Declare proxy-object, proxy-info special.
1107         (url-http-handle-authentication): Declare success special.
1109 2001-05-12  Dave Love  <fx@gnu.org>
1111         * lisp/url-http.el: Revert last change.
1113 2001-05-10  Dave Love  <fx@gnu.org>
1115         * lisp/url-http.el (url-http-generic-after-change-function):
1116         Make it permanent-local.
1118 2001-05-05  Dave Love  <fx@gnu.org>
1120         * lisp/url-http.el: Autoload some functions.
1121         (cl): Require when compiling.
1122         (url-http-extra-headers): Defvar when compiling.
1123         (url-http): Treat after-change-functions as a local hook.
1125         * lisp/url-history.el (url-parse): Require.
1126         (url-do-setup): Autoload.
1128         * lisp/url-gw.el: Require url-vars.  Autoload some functions.
1130         * lisp/url-file.el: Require mailcap.  Require cl when compiling.
1131         Use (featurep 'xemacs).
1132         (url-file-build-filename): Bind pos-index.
1133         (url-file): Call url-find-file-dired, not url-dired-find-file.
1135         * lisp/url-dired.el: Add copyright notice.  Autoload some functions.
1136         (url-dired-minor-mode-map): Use (featurep 'xemacs).
1137         (url-dired-find-file-mouse): Use mouse-set-point, not event-point.
1138         (url-find-file-dired): Rename from one version of url-dired-find-file.
1140         * lisp/url-cid.el: Don't require widget.  Require mm-decode
1141         unconditionally.
1143         * lisp/url-util.el: Autoload mule-decode-string,
1144         timezone-parse-date, timezone-make-date-arpa-standard.
1145         (url-unreserved-chars): Fix list per RFC 2396.
1146         (url-hexify-string): Maybe string-make-unibyte.
1148         * lisp/url-news.el: Require nntp.
1150         * lisp/url-imap.el: Require cl when compiling.  Require nnimap
1151         unconditionally.
1153 2001-05-04  Dave Love  <fx@gnu.org>
1155         * lisp/url-handlers.el (url-file-local-copy): Use make-temp-file,
1156         not non-existent mailcap-generate-unique-filename.
1158         * lisp/url-privacy.el: Require url-vars.  Require cl when compiling.
1160         * lisp/url-parse.el: Require url-vars.
1161         Autoload url-scheme-get-property.
1163         * lisp/url-nfs.el: Require cl when compiling.  Test for XEmacs
1164         with featurep.
1166         * lisp/url-mailto.el: Require cl when compiling.
1168         * lisp/url-cookie.el (url-cookie-handle-set-cookie):
1169         Call url-parse-args, not url-util-parse-args.
1171         * lisp/url-cache.el (url-cache-expired): Remove bogus `return'.
1173 2001-04-09  Dave Love  <fx@gnu.org>
1175         * lisp/mule-sysdp.el (mule-detect-coding-version)
1176         (mule-code-convert-region, mule-inhibit-code-conversion)
1177         (mule-write-region-no-coding-system, mule-encode-string)
1178         (mule-decode-string, mule-truncate-string)
1179         (mule-find-charset-region, mule-coding-system-name)
1180         (mule-find-coding-system, mule-make-iso-character): Grok Mule 5.0.
1181         [There must be a better way.]
1182         (mule-coding-system-p, string-width): Use defalias.
1184 2001-01-03  Sam Steingold  <sds@gnu.org>
1186         * lisp/url-http.el (url-http-wait-for-headers-change-function):
1187         set `url-http-end-of-headers' to 0 for HTTP 0.9
1189 2001-01-02  Sam Steingold  <sds@gnu.org>
1191         * lisp/url-auth.el (provide): `url-auth', not `urlauth'
1193 2000-12-22  Dave Love  <fx@gnu.org>
1195         * lisp/url-history.el (url): Don't require (to avoid recursion).
1196         (cl): Require when compiling.
1198         * lisp/url-http.el (url-auth): Require.
1199         (url-http-handle-authentication): Fix typo.
1201         * lisp/url-cookie.el (url-cookie-setup-save-timer): Fix typo.
1203 2000-12-20  Dave Love  <fx@gnu.org>
1205         * lisp/url.el: Require mm-decode, mm-view when compiling.
1206         <not (fboundp 'puthash)>: Define puthash and
1207         autoload other has functions rather than using cl-...hash.
1208         (url-warn): Define.
1210         * lisp/url-ns.el, lisp/url-methods.el, lisp/url-http.el:
1211         Avoid cl-...hash functions.
1213         * lisp/url-history.el: Avoid cl-...hash functions.
1214         (url): Require.
1216         * lisp/url-gw.el, lisp/url-cookie.el:  Require cl only when compiling.
1218 2000-10-03  William M. Perry  <wmperry@aventail.com>
1220         * lisp/url-util.el (url-get-url-at-point): Guard against 'url'
1221         getting set to nil due to bad string matching.  Subsequent matches
1222         would then choke because we passed string-match a nil.
1224         * lisp/url-http.el (url-http-parse-headers): Need to make the
1225         connection as 'free' when we get a 304 response (found in cache),
1226         or when a keep-alive conneection timed out, it would re-parse the
1227         headers and dispatch to the callback again.  Eek.
1229 2000-10-02  William M. Perry  <wmperry@aventail.com>
1231         * lisp/url-http.el (url-http-chunked-encoding-after-change-function):
1232         implement chunked transfer-coding.
1233         (url-http-create-request): We can now advertise ourselves as a 1.1
1234         compliant browser!
1236 2000-07-28  Sam Steingold  <sds@gnu.org>
1238         * lisp/url-methods.el (url-scheme-default-loader): `callback' and
1239         `cbargs' are optional args (for calling from w3).
1240         (url-scheme-register-proxy): Typos fixes: `url-match' replaced
1241         with `string-match' and `protocol' with `scheme'.
1243 2000-07-18  Sam Steingold  <sds@gnu.org>
1245         * lisp/url-handlers.el (require 'url): For url-retrieve-synchronously.
1246         * lisp/url-history.el (url-history-save-interval): Avoid circularity.
1248 2000-07-10  William M. Perry  <wmperry@aventail.com>
1250         * lisp/mule-sysdp.el (mule-make-iso-character): If we are not in
1251         mule, and the character requested is > 255, then return "~"
1252         instead of letting whoever call us signal an error when they try
1253         to insert the character.
1254         (mule-make-iso-character): Also wrap the whole thing in a
1255         condition case and return "~" on error, in case make-char bombs on us.
1257         * lisp/url-cid.el (url-cid): Fix stupid mistake in the loader
1258         for cid parts.
1260         * lisp/url-util.el (url-display-percentage): New routine that uses
1261         the progress bar under XEmacs if available.  Looks very sexy under
1262         XEmacs/GTK hacked to use the GNOME statusbar.
1264         * lisp/url-http.el
1265         (url-http-content-length-after-change-function): Use new function
1266         url-display-percentage instead of url-lazy-message.
1268 2000-01-27  William M. Perry  <wmperry@aventail.com>
1270         * lisp/url-file.el (url-file-build-filename): Work around for
1271         differences in ange-ftp / efs handling of port numbers other than 21.
1273 1999-12-24  William M. Perry  <wmperry@aventail.com>
1275         * lisp/url-irc.el: Added pointer to draft specification for the
1276         IRC URL so people don't think I'm crazy.
1278         * configure.in: Checks to make sure that Gnus was found, since we
1279         HAVE to have it now.  Removed conditional compilation of url-cid.el
1281 1999-12-16  Eric Marsden <emarsden@mail.dotcom.fr>
1283         * lisp/url-util.el (url-get-url-at-point): Allow URLs wrapped in
1284         () to have periods at the end of the chunk.
1286 1999-12-14  William M. Perry  <wmperry@aventail.com>
1288         * lisp/url-misc.el (url-man): Implement `man' URL types.
1289         (url-info): Autoload.
1290         (url-man): Ditto.
1291         (url-rlogin): Ditto.
1292         (url-telnet): Ditto.
1293         (url-tn3270): Ditto.
1294         (url-generic-emulator-loader): Ditto.
1296         * lisp/url-https.el (url-https-create-secure-wrapper): New macro
1297         to wrap arbitrary `http' methods with the appropriate magic to
1298         turn SSL on.
1299         (file-exists-p): Use it.
1300         (file-readable-p): Use it.
1301         (file-attributes): Use it.
1303         * lisp/url-news.el (url-news-fetch-newsgroup): When building the
1304         server spec for Gnus, make sure we set
1305         nntp-open-connection-function directly, so that other news-related
1306         functions above us can set it.
1307         (url-snews): Implement `snews' URLs using `nntp-open-ssl-stream'.
1308         (url-nntp): Autoload.
1309         (url-snews): Ditto.
1310         (url-news): Ditto.
1312 1999-12-12  William M. Perry  <wmperry@aventail.com>
1314         * lisp/url-http.el (url-http-parse-response): New function to
1315         parse just the HTTP response code out of the buffer, without
1316         taking any other actions.
1317         (url-http-wait-for-headers-change-function): Use it here when we
1318         know we have an HTTP/1.x response.
1319         (url-http-wait-for-headers-change-function): Special case a
1320         response code of '304' or there could be some delays waiting for
1321         keep-alives to time out on cached documents with no known
1322         content-length on the server.
1324 1999-12-11  William M. Perry  <wmperry@aventail.com>
1326         * aclocal.m4 (AC_CHECK_CUSTOMLOADS): Don't use $(EMACS) in here -
1327         the Makefile does that for us.  We just need to provide what files
1328         to load/functions to run.
1330         * lisp/url-imap.el (url-imap-open-host): Need to bind
1331         nnimap-server-buffer or `nnimap-open-server' chokes trying to use
1332         the current buffer as the IMAP server buffer, which fails miserably.
1334 1999-12-11  Simon Josefsson <jas@pdc.kth.se>
1336         * lisp/url-imap.el: Initial (rough) implementation for IMAP urls.
1338 1999-12-11  William M. Perry  <wmperry@aventail.com>
1340         * lisp/url-file.el (url-file-asynch-callback): Make the checks for
1341         ange-ftp vs. efs calling semantics consistent, so that if someone
1342         has NEITHER of them loaded, everything should still work.
1344         * lisp/url-handlers.el (url-copy-file): Autoload.
1345         (url-file-local-copy): Ditto.
1346         (url-insert-file-contents): Ditto.
1347         (url-setup-file-name-handlers): Ditto.
1349 1999-12-10  William M. Perry  <wmperry@aventail.com>
1351         * lisp/url-http.el (mail-parse): Since we use functions from here,
1352         we should require it, eh?
1354 1999-12-10 01:57:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1356         * lisp/url-cookie.el (url-cookie-multiple-line): One line cookie
1357         if nil.
1358         (url-cookie-generate-header-lines): Use it.
1360 1999-12-06  William M. Perry  <wmperry@aventail.com>
1362         * lisp/mule-sysdp.el (mule-code-convert-region): Deal with Mule
1363         4.1 gracefully
1365         * lisp/url-news.el: Reimplemented news and nntp URL support.
1366         No longer bothers to check for outdated Gnus versions, since this
1367         will not work without them anyway.
1369 1999-12-05  Dave Love  <fx@gnu.org>
1371         * lisp/url-methods.el, lisp/url-proxy.el, lisp/url-util.el,
1372         lisp/url.el:
1373         Require url-parse.
1375 1999-12-05  William M. Perry  <wmperry@aventail.com>
1377         * lisp/url-http.el (url-http-find-free-connection): Spit out a
1378         message when we have to contact a host so the user always gets
1379         at least some feedback.
1381         * lisp/url-expand.el (url-expander-remove-relative-links): Moved and
1382         renamed function.
1383         (url-default-expander): Use it.
1385         * lisp/url-file.el (url-file-asynch-callback): Deal with just efs-auto
1386         as well as efs.
1387         (url-file): Add default content-type of application/octet-stream if
1388         none known.
1389         (url-file): Correct bad call to url-host-is-local-p
1391         * lisp/url-handlers.el (url-insert-file-contents): Emacs doesn't
1392         like buffer-substring with nil arguments.
1393         (url-copy-file): Use mm-destroy-parts instead of just killing
1394         the buffer.  Use defined interfaces when available!
1395         (url-insert-file-contents): Ditto.
1397         * lisp/url-http.el (url-http-create-request): Lots of changes to
1398         get proxying working.
1400         * lisp/url-methods.el (url-scheme-register-proxy): New function to
1401         find and register a proxy for a specific scheme.
1402         (url-scheme-get-property): Use it when we load a URL scheme for
1403         the first time.
1405         * lisp/url-util.el (url-get-url-at-point): Re-integrated
1407 1999-12-04  William M. Perry  <wmperry@aventail.com>
1409         * lisp/url-file.el (url-file): Signal an error if
1410         url-file-build-filename could not find the filename.
1412 1999-12-01  William M. Perry  <wmperry@aventail.com>
1414         * lisp/url.el (url-retrieve): Use url-history-update-url instead
1415         of manipulating the hash table directly.
1417         * lisp/url-history.el (url-completion-function): New function to
1418         use for reading a URL with completion.
1419         (url-history-update-url): New function to hide the hashtable
1420         implementation from people inserting things into the history.
1422 1999-11-30  William M. Perry  <wmperry@aventail.com>
1424         * lisp/url-proxy.el (url-proxy): Minor tweaks to get proxy support
1425         working.
1427         * lisp/url-parse.el (url-generic-parse-url): Fix bad call to
1428         url-parse-args, which had changed the type of arguments it expects.
1430         * lisp/url-handlers.el (url-insert-file-contents): Ditto.
1431         (url-copy-file): Ditto.
1433         * lisp/url.el (url-mm-callback): Use mm-destroy-parts instead of
1434         just killing the buffer.  Use defined interfaces when available!
1436         * aclocal.m4 (AC_EMACS_LISP): Correctly redirect things out to
1437         AC_FD_CC so they show up in config.log
1438         (AC_EMACS_CHECK_LIB): Duh, fixed stupid mistake that would make
1439         this always return 't' instead of 'yes' on successfully finding
1440         the library.
1442         * lisp/url-http.el (url-http-parse-headers): Add some
1443         DAV-specific error codes.
1445         * lisp/url.el (url-retrieve): Allow pre-parsed URLs to be passed in.
1446         (url-retrieve-synchronously): Duh, make this function actually
1447         work again.  Numerous problems with it, including variable name
1448         collisions - I love dynamically scoped lisps!
1450         * lisp/url-nfs.el (url-nfs-create-wrapper): New function to create
1451         wrappers onto the appropriate file-based URLs for file-name-handlers.
1453         * lisp/url-ftp.el: Moved the FTP stuff into it's own file - it
1454         might get messy with file-name-handlers and things.
1456         * lisp/url-http.el (url-http-clean-headers): Fix problem when
1457         using 'HEAD' requests.  Thou shalt not change the length of the
1458         region during an after-change-function.
1460         * lisp/url-methods.el (url-scheme-methods): New variable that
1461         holds a list of the methods/variables we look for in a URL scheme.
1462         (url-scheme-get-property): Use it.
1464 1999-11-29  William M. Perry  <wmperry@aventail.com>
1466         * lisp/url-http.el (url-http-file-attributes): Reimplement.
1467         (url-http-file-exists-p): Ditto.
1469         * lisp/url-nfs.el: Reimplemented the `nfs' URL scheme.
1471         * lisp/url-file.el (url-file-create-wrapper): New macro to create
1472         file-name-handler stubs for all the FTP/FILE stuff.
1474         * lisp/url-handlers.el: New file to handle file-name-handler-alist
1475         cruft.  Generic interface on top of functions that each URL
1476         loader provides, if capable.
1478 1999-11-27  William M. Perry  <wmperry@aventail.com>
1480         * lisp/url-https.el: Implemented HTTPS support.
1482 1999-11-26  William M. Perry  <wmperry@aventail.com>
1484         * url-privacy.el (url-setup-privacy-info): Don't rely on
1485         device-type being defined.  Not going to bother redistributing
1486         devices.el for just one function.
1488         * url-methods.el (url-scheme-get-property): Emacs does not have
1489         the 3rd-argument to plist-get to specify the default.  *sigh*
1491         * url-dired.el (add-minor-mode): Add definition for Emacs.
1493         * url-http.el (url-http-generic-after-change-function):
1494         New function, since Emacs does not allow you to change the
1495         after-change-functions variable from within a function run by
1496         said hook.  This just hands it off to the REAL function.
1497         Side-effect is that this now works on Emacs at all. :)
1499         * Initial checkin of rewritten URL library.
1501 Local variables:
1502 coding: utf-8
1503 End:
1505 ;; arch-tag: ac117078-3091-4533-be93-098162ac2926