*** empty log message ***
[emacs.git] / lisp / url / ChangeLog
blobf45c73216f76d16f644982d6ceaa183169aa70f2
1 2005-10-20  CHENG Gao  <chenggao@gmail.com>  (tiny change)
3         * url-nfs.el (top level): 
4         * url-handlers.el (directory-files): 
5         * url-file.el (top level):
6         * url-dired.el (url-dired-minor-mode-map): 
7         * url-http.el (url-http-chunked-encoding-after-change-function):
8         Remove XEmacs support.
10 2005-10-15  Richard M. Stallman  <rms@gnu.org>
12         * url.el: Don't try to autoload hash table functions.
14 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16         * url-http.el (url-http-create-request): Avoid incorrect implicit
17         unibyte->multibyte conversion.
19 2005-09-17  Richard M. Stallman  <rms@gnu.org>
21         * url-vars.el (url-mail-command): Don't test fboundp of `compose-mail'.
23         * url-mailto.el (url-mailto): Special case `mail'.
24         Don't test fboundp of `compose-mail'.
26 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
28         * url-mailto.el (url-mailto): Delete mail buffer after sending
29         autogenerated mail.
30         Call `compose-mail with `new' argument if possible.
32 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
34         * url-mailto.el (url-mailto): Always use a new mail buffer.
36 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
38         * url-util.el (url-parse-query-string): New optional argument
39         allow-newlines allows decoding of newlines.
41         * url-mailto.el (url-mailto): Allow newlines in URL arguments.
42         Don't lose original "to" value when there is a "to" header.
43         Remove carriage return characters in message body.
45 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
47         * url-news.el (nntp-open-tls-stream, nntp-open-ssl-stream):
48         * url-http.el (url-http-cookies-sources): Defvar at compile time.
50 2005-07-15  Richard M. Stallman  <rms@gnu.org>
52         * url-http.el (url-http-parse-headers): Add :redirect arg-pair
53         when calling url-retrieve, to indicate a redirect.
55         * url.el (url-retrieve): The callback function can get an additional
56         keyword arg pair.
58 2005-07-04  Lute Kamstra  <lute@gnu.org>
60         Update FSF's address in GPL notices.
62 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
64         * url-history.el (url-history-track): Doc fix.
65         (url-history): Finish `defgroup' description with period.
67         * url-cookie.el (url-cookie):
68         * url-gw.el (url-gateway):
69         * url-news.el (url-news):
70         * url-vars.el (url, url-file, url-cache, url-mime, url-hairy):
71         Finish `defgroup' description with period.
73 2005-06-28  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
75         * url-http.el (url-http-create-request): Call url-recreate-url
76         in proxy case.
78 2005-06-27  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
80         * url-http.el (url-http-create-request): When computing real-fname,
81         call url-filename in both cases.
83 2005-06-27  Richard M. Stallman  <rms@gnu.org>
85         * url-cookie.el (url-cookie-store): Rename arg PATH to LOCALPART.
86         (url-cookie-retrieve): Likewise.
87         (url-cookie-generate-header-lines): Likewise.
88         (url-cookie-handle-set-cookie): Likewise.
89         (url-cookie-create): Expect :localpart instead of :path.
90         (url-cookie-localpart): Renamed from url-cookie-path.
91         (url-cookie-set-localpart): Renamed from url-cookie-set-path.
92         (url-cookie-file): Doc fix.
93         (url-cookie-p): Add doc string.
95 2005-06-23  Richard M. Stallman  <rms@gnu.org>
97         * url-cookie.el (url-cookie-generate-header-lines): Fix autoload cookie.
99 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
101         * url-gw.el (url-open-stream):
102         * url-vars.el (url-gateway-unplugged): Fix spellings.
104 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
106         * url-history.el (url-completion-function): Follow error
107         conventions.
109 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
111         * url-file.el (url-file, url-file-asynch-callback): with-current-buffer.
113 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
115         * url-dav.el: Remove most autoload cookies.
116         Don't hook into the url-file-handler since it currently breaks all
117         non-HTTP URLs.
119         * url-handlers.el (vc-registered): Explicitly disable VC for URL files.
121         * url.el (url-retrieve-synchronously): Don't exit precipitously when
122         fetching a file via ange-ftp.
124 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
126         * url-cookie.el (url-cookie-multiple-line): Fix spelling in docstring.
128 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
130         * url-cookie.el (url-cookie-multiple-line):
131         Specify group and type in defcustom.
133 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
135         * url-auth.el (url-register-auth-scheme):
136         * url-cookie.el (url-cookie-expired-p):
137         * url-dav.el (url-dav-process-date-property)
138         (url-dav-process-boolean-property, url-dav-process-DAV:status):
139         * url-http.el (url-http-chunked-encoding-after-change-function)
140         (url-http-wait-for-headers-change-function):
141         * url-ns.el (isInNet):
142         * url-parse.el (url-generic-parse-url):
143         * url-util.el (url-get-normalized-date): Replace `string-to-int'
144         by `string-to-number'.
146 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
148         * url.el (url-retrieve-synchronously): Work around the fact that
149         url-http sometimes doesn't call the callback.
151 2005-04-04  Lute Kamstra  <lute@gnu.org>
153         * url-handlers.el (url-handler-mode): Specify :group.
155 2005-02-26  James Cloos  <cloos@jhcloos.com>  (tiny change)
157         * url-history.el (url-have-visited-url): Don't barf if
158         url-history-hash-table is nil.
160 2005-02-14  Michael Welsh Duggan  <md5i@cs.cmu.edu>
162         * url-http.el (url-http-parse-headers): Test url-automatic-caching.
164 2005-01-22  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
166         * url-http.el (url-http-parse-headers) <302>: Reset url-http-data
167         to nil, like for the 303 response.
169 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
171         * url.el (url-retrieve-synchronously): Use accept-process-output rather
172         than sit-for.
174 2005-01-03  Klaus Straubinger  <ksnetz@arcor.de>  (tiny change)
176         * url-http.el (url-http-handle-authentication):
177         Don't kill the current buffer.
179 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
181         * url-handlers.el: Don't `require' everything eagerly.
183 2004-11-30  Paul Pogonyshev  <pogonyshev@gmx.net>
185         * url-http.el (url-http-handle-cookies): Bind `url-current-object'
186         to `url-http-cookies-sources' so that cookies are attributed to
187         proper domain.
188         (url-http): Make local variable `url-http-cookies-sources'.
190 2004-11-28  Andreas Schwab  <schwab@suse.de>
192         * url-http.el (url-http-create-request): Don't add newline after
193         the request data.
195 2004-11-20  Masatake YAMATO  <jet@gyve.org>
197         * url.el (url-mm-callback): Delay the invocation
198         of `mm-destroy-parts'. Invoke `mm-destroy-parts'
199         when the buffer is killed.
201 2004-11-12  Masatake YAMATO  <jet@gyve.org>
203         * url-mailto.el (url-mailto): Fix a typo in the comment.
205 2004-11-02  Masatake YAMATO  <jet@gyve.org>
207         * url-imap.el (url-imap-open-host): Don't use
208         `string-to-int'. The port returned by `url-port'
209         is expected to be an integer.
211         * url-irc.el (url-irc): Ditto.
213         * url-news.el (url-news-open-host): Ditto.
215         * url-nfs.el (url-nfs-build-filename): Ditto.
217 2004-10-20  John Paul Wallington  <jpw@gnu.org>
219         * url-gw.el (url-gateway-nslookup-host):
220         Use `set-process-query-on-exit-flag'.
222 2004-10-10  Lars Hansen  <larsh@math.ku.dk>
224         * url-auth.el: Update header and footer.
226         * url-cache.el: Update header and footer.
228         * url-cid.el: Update header and footer.
230         * url-dired.el: Update header and footer.
232         * url-expand.el: Update header and footer.
234         * url-ftp.el: Update header and footer.
236         * url-gw.el: Update header and footer.
238         * url-imap.el: Update header and footer.
240         * url-irc.el: Update header and footer.
242         * url-misc.el: Update header and footer.
244         * url-news.el: Update header and footer.
246         * url-ns.el: Update header and footer.
248         * url-privacy.el: Update header and footer.
250         * url-proxy.el: Update header and footer.
252         * url-vars.el: Update header.
254 2004-10-16  Richard M. Stallman  <rms@gnu.org>
256         * url.el (url-do-setup): Don't set url-passwd-entry-func.
258         * url-vars.el (url-passwd-entry-func): Var deleted.
259         (mm-mime-mule-charset-alist): Remove compatibility code for old Gnus.
260         (url-weekday-alist): Rename from weekday-alist.
261         (url-monthabbrev-alist): Rename from monthabbrev-alist.
262         (url-vars-unload-hook): Initialize hook var to hold the function.
264         * url-util.el (url-get-normalized-date): Use url-weekday-alist and
265         url-monthabbrev-alist.
267         * url-misc.el: Load cl at compile time.
269         * url-mailto.el: Don't load cl.
270         (url-mailto): Fix call to `push'.
272         * url-gw.el (url-open-telnet): Use read-passwd.
274         * url-auth.el (url-basic-auth, url-digest-auth): Use read-passwd.
276 2004-10-12  Simon Josefsson  <jas@extundo.com>
278         * url-vars.el (url-gateway-method): Add new method `tls'.
280         * url-news.el (url-snews): Use nntp-open-tls-stream if
281         url-gateway-method is tls.
283         * url-ldap.el (url-ldap-certificate-formatter):
284         Use tls-certificate-information if ssl.el is not available.
286         * url-https.el (url-https-create-secure-wrapper): Use tls if ssl
287         is not available.
289         * url-gw.el (url-open-stream): Support tls url-gateway-method.
290         (url-open-stream): Likewise.
292 2004-10-10  Lars Hansen  <larsh@math.ku.dk>
294         * url-auth.el: Fix copyright notice.
296         * url-cache.el: Fix copyright notice.
298         * url-cookie.el: Fix copyright notice.
300         * url-dired.el: Fix copyright notice.
302         * url-file.el: Fix copyright notice.
304         * url-ftp.el: Fix copyright notice.
306         * url-handlers.el: Fix copyright notice.
308         * url-history.el: Fix copyright notice.
310         * url-irc.el: Fix copyright notice.
312         * url-mailto.el: Fix copyright notice.
314         * url-methods.el: Fix copyright notice.
316         * url-misc.el: Fix copyright notice.
318         * url-news.el: Fix copyright notice.
320         * url-nfs.el: Fix copyright notice.
322         * url-parse.el: Fix copyright notice.
324         * url-privacy.el: Fix copyright notice.
326         * url-vars.el: Fix copyright notice.
328         * url.el: Fix copyright notice.
330         * url-util.el: Fix copyright notice.
332 2004-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
334         * url-handlers.el (url-insert-file-contents): Use the URL to decide the
335         encoding, not the buffer-file-name (which might not even exist).
337 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
339         * url-handlers.el (url-insert-file-contents): Decode contents.
341 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
343         * url-util.el (url-debug): Use with-current-buffer.
345         * url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
346         (url-nfs-create-wrapper): Use new backquote syntax.
348         * url-https.el (url-https-file-attributes): Add id-format param.
350         * url-http.el (url-http-head-file-attributes)
351         (url-http-file-attributes): Add id-format parameter.
353         * url-handlers.el: Use new find-file-hook.
354         (url-file-attributes): Add id-format parameter.
356         * url-file.el (url-file-create-wrapper): Use new backquote syntax.
357         (url-file-file-attributes): Add id-format parameter.
359         * url-dav.el: Use with-current-buffer.
360         (url-dav-process-response): Fix regexps and spurious quote.
361         (url-dav-file-attributes): Add id-format param.
363 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
365         * url.el (url-retrieve): Use with-current-buffer.
367         * url-http.el (url-http-parse-headers, url-http-file-exists-p):
368         Remove unused var `version'.
370         * url-handlers.el (url-handler-mode): New minor mode.
371         (url-setup-file-name-handlers): Remove.
373 2004-04-12  John Paul Wallington  <jpw@gnu.org>
375         * url-cookie.el (url-cookie-handle-set-cookie): Replace calls
376         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
378 2004-04-11  Dave Love  <fx@gnu.org>
380         * url-mailto.el (url-mailto):
381         * url-history.el (url-history-setup-save-timer):
382         * url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
384         * url-file.el (url-file-build-filename): Don't use
385         directory-sep-char.
387         * url-auth.el (url-register-auth-scheme): Fix `format' call.
389         * url-about.el (url-scheme-registry): Defvar.
390         (url-about): Use text/plain.
392         * url-vars.el (cl): Don't require.
393         (url): Add :version.
394         (url-bug-address): Use bug-gnu-emacs.
396         * url-util.el (url-hexify-string): Don't give multibyte error
397         for char <16.
398         (mail-header-extract): Autoload.
400         * url-parse.el: Doc fixes.
402         * url-ldap.el (ldap): Require.
403         (url-ldap): Fix `format' call.
404         (url-ldap-certificate-formatter): Avoid warning.
406         * url-https.el (url-https-create-secure-wrapper): Use modern backquotes.
408         * url-dav.el (url-dav-rename-file): Fix args of `signal'.
409         (url-intersection): New.
410         (url-dav-supported-p): Use it.
411         (url-dav-save-resource): Declare url-http-response-status special.
413         * url-cache.el (url-util): Require.
415 2004-04-10  Miles Bader  <miles@gnu.org>
417         RCS keyword removal (only non-comment changes are enumerated here):
419         * url-vars.el (url-version): Use the constant string "Emacs"
420         instead of calculating something from the RCS `State' keyword
421         [the latter is almost entirely useless anyway].
423 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
425         * url-methods.el:
426         * url-parse.el: Don't require url-auto.
428 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
430         * url: Imported the URL package from its own CVS repository into Emacs.
432 ===========================================================================
433 ===========================================================================
434         Copy of the ChangeLog file from URL's own CVS repository:
435 ===========================================================================
436 ===========================================================================
438 2003-07-16  Dave Love  <fx@gnu.org>
440         * lisp/url.el (url-retrieve-synchronously): Revert last change.
441         Should be revisited.
443 2003-06-26  Sam Steingold  <sds@gnu.org>
445         * lisp/url-handlers.el (url-handlers-create-wrapper): Do not call
446         method on invalid urls.
448 2003-05-29  Dave Love  <fx@gnu.org>
450         * lisp/url.el (url-retrieve-synchronously): Use sleep-for, not
451         sit-for.  From monnier@gnu.org.
453 2002-11-04  Walter C. Pelissero <walter@pelissero.org>
455         * lisp/url-methods.el (url-scheme-register-proxy): Make sure to convert
456         port numbers to integers when creating the URL objects for proxies.
458 2002-10-29  William M. Perry  <wmperry@gnu.org>
460         * lisp/url-http.el (url-http-parse-headers): When doing a
461         redirect, some broken software (sourceforge) sends a redirect to
462         '/', which is blatantly illegal (see section 14.30 of the HTTP/1.1
463         specification).  I wish we could deal with such lame software
464         appropriately (spank the authors), but this is the web, so we have
465         to kow-tow to the servers.
467 2002-10-27  William M. Perry  <wmperry@gnu.org>
469         * lisp/url-http.el (url-http-create-request): If we are talking to
470         the default port for a the selected protocol, do NOT send the port
471         in the HOST header.  This fixes the login page at sourceforge.
473 2002-09-17  William M. Perry  <wmperry@gnu.org>
475         * lisp/url-http.el (url-http-handle-cookies): New function to deal
476         with cookie headers.
477         (url-http-parse-headers): Call `url-http-handle-cookies' here so
478         that cookie additions and deletions get handled immediately.
479         This is so that sites that set cookies while doing redirects
480         (my.yahoo.com, outlook web access, etc) work.  This should also
481         fix sites that delete cookies on invalid access or other error
482         pages the user might not actually see.
483         (url-http-parse-headers): Silently convert non-HEAD and non-GET
484         methods to GET in redirects.  Too many web sites do this now, and
485         it is just likely to confuse users.
487 2002-05-17  Dave Love  <fx@gnu.org>
489         * texi/url.txi: Start making it vaguely useful.
491         * texi/Makefile.in (install): Cope with Debian install-info.
492         From Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann).
494 2002-04-22  Dave Love  <fx@gnu.org>
496         * lisp/url-misc.el (man): Autoload to avoid warning.
497         (url-man): Don't require man here.
498         (url-data): Generalize in line with the RFC.
500         * lisp/url-gw.el (url-open-stream): Remove obsolete `tcp' case.
502         * lisp/url-vars.el: Doc fixes.
503         (url-mime-charset-string): New function.
504         (url-mime-charset-string): Use it to set the variable.
505         (url-set-mime-charset-string): New function.
506         (set-language-environment-hook): Use it.
507         (url-vars-unload-hook): New function.
509         * lisp/url-cookie.el (url-header-comparison): Delete.
510         (url-cookie-handle-set-cookie): Use assoc-ignore-case to avoid assoc*.
511         (url-cookie-save-interval): Make value agree with doc.
513         * lisp/url.el: Doc fixes.
514         (url-mm-callback): Don't call mm-destroy-parts immediately for
515         external viewing -- set up a process sentinel.
517 2002-02-02  William M. Perry  <wmperry@gnu.org>
519         * lisp/Makefile.in (SOURCES): Remove mule-sysdp.el from the build rules.
521 2001-12-12  William M. Perry  <wmperry@gnu.org>
523         * lisp/url-vars.el (url-nonrelative-link): Patch from Stefan
524         Monnier to use ` instead of ^ to match the relative link.
526 2001-12-10  William M. Perry  <wmperry@gnu.org>
528         * lisp/url-dav.el (url-dav-file-attributes): Fix bad call to
529         plist-get (reversed args).
531         * lisp/url-file.el (url-file-build-filename): Make sure that we
532         have a parsed URL in this function.
534 2002-01-22  Dave Love  <fx@gnu.org>
536         * lisp/url-cache.el (url-cache-file-writable-p): Doc fix.
538         * lisp/url-imap.el (url-imap): Maybe disable multibyte.
539         Bind coding-system-for-read.  Require mm-util.
541         * lisp/url.el (url-do-setup): Use (featurep 'xemacs).
543         * lisp/mule-sysdp.el: Removed (obsolete).
545 2001-12-09  William M. Perry  <wmperry@gnu.org>
547         * lisp/url-dav.el (url-dav-delete-something): Utility macro to
548         remove an arbitrary resource.
549         (url-dav-delete-directory): Use it.
550         (url-dav-delete-file): Ditto.
551         (url-dav-make-directory): New function.
552         (url-dav-rename-file): New function.
553         (url-dav-register-handler): New function to easily register a
554         WebDAV-specific file-name-handler operation.
555         (url-dav-file-name-all-completions, url-dav-file-name-completion):
556         New functions that allow file-name completion for WebDAV resources.
558 2001-12-08  William M. Perry  <wmperry@gnu.org>
560         * lisp/url-dav.el (url-dav-directory-files): New function to
561         mimic `directory-files' for WebDAV.
562         (url-dav-delete-directory): New function to mimic
563         `delete-directory' for WebDAV.
565 2001-12-06  William M. Perry  <wmperry@gnu.org>
567         * lisp/url-dav.el (url-dav-process-DAV:locktoken): Parse the
568         DAV:locktoken hrefs into a usable format.
569         (url-dav-process-response): Use an unwind-protect to make sure
570         that we clean up the buffer, even if there is a parsing error.
571         (url-dav-request): New function to act as the main entry point for
572         making DAV requests.  Takes care of building the XML document with
573         appropriate namespaces, depth, etc, and parses the results.
574         (url-dav-get-properties): Use new url-dav-request function.
575         This is now just a thin wrapper around that to use PROPFIND and set any
576         extra properties we are looking for.
577         (url-dav-unlock-resource): New function to release a lock given a
578         URL and a lock-token.
579         (url-dav-process-DAV:getlastmodified)
580         (url-dav-process-DAV:creationdate)
581         (url-dav-process-DAV:iscollection)
582         (url-dav-process-DAV:ishidden): Fix typos!  Its url-dav-*, not
583         url-dave-*!
584         (url-dav-active-locks): New function to get a list of all the
585         active locks for a resource.
586         (url-dav-save-resource): New function to actually save a resource
587         using the PUT method.  I can now successfully save files to an
588         HTTP server with some manual steps from a lisp-interaction buffer.
590         * lisp/url-http.el (url-http-wait-for-headers-change-function):
591         Special case the 204/205 response codes.  Some servers do not
592         send back a 0 content-length for these, and we would hang.
593         (url-http-parse-headers): Mark 204/205 response codes as
594         'successful' so that the callbacks get activated.
595         (url-http-options): Fix unbound variable usage.
597         * lisp/url-dav.el: Added full copyright information.
598         (url-dav-process-response): Make sure that we create a DAV:status
599         property when parsing a singleton response.
600         (url-dav-file-attributes): If the properties returned did not have
601         a succesful HTTP response code, then ignore them and use the
602         HEAD-based attributes.
604         * lisp/vc-dav.el: Added full copyright information.
606         * lisp/url-dav.el (url-dav-process-supportedlock-property):
607         Deal with text nodes in DAV:supportedlock nodes.
608         (url-dav-file-attributes-mode-string): This now gets the entire
609         property list instead of just the DAV:supportedlock node.
610         (url-dav-file-attributes): Make sure to pass the whole list in.
611         (url-dav-file-attributes-mode-string): Now properly sets do 'd' mode.
612         (url-dav-file-attributes-mode-string): Now uses the Apache mod_dav
613         'executable' bit to set the 'x' mode.  See `mod_dav's custom
614         properties' at http://www.webdav.org/mod_dav/ for more details.
615         (url-dav-find-parser): New function to find the proper parser for
616         a node-type.  Looks for
617         url-dav-process-XXX (url-dav-process-DAV:prop), otherwise falls
618         back to using url-dav-node-text.  Caches the results on the nodes
619         symbol name.
620         (url-dav-dispatch-node): Utility routine to call a nodes handler easily.
621         (url-dav-process-*): Rename most of the handlers and made them
622         use url-dav-dispatch-node where appropriate.
623         (url-dav-process-DAV:prop): Instead of using the dav-data-type
624         property to dispatch the node, now uses dav-dispatch-node so that
625         it is easy to add parsers for special nodes.
626         (url-dav-process-DAV:depth, url-dav-process-DAV:resourcetype)
627         (url-dav-process-DAV:locktype, url-dav-process-DAV:lockscope)
628         (url-dav-process-DAV:getcontentlength)
629         (url-dave-process-DAV:getlastmodified)
630         (url-dave-process-DAV:creationdate)
631         (url-dave-process-DAV:iscollection)
632         (url-dave-process-DAV:ishidden): Aliases for the generic
633         url-dav-process-foo-property routines.
634         (url-dav-process-DAV:activelock)
635         (url-dav-process-DAV:lockdiscovery): Can now correctly parse
636         DAV:lockdiscovery nodes, so that we can find out who has a
637         resource locked and properly parse the reponse to a LOCK request.
638         (url-dav-process-DAV:status): Now parses ou the numeric status
639         from the HTTP response line.
640         (url-dav-process-response): New function to handle all the
641         parsing of an XML response from WebDAV.  This handles all the
642         logic of checking the response content-type to make sure it is
643         XML, parses the tree, and interprets the tree.
644         (url-dav-process-response): Make sure that all responses look
645         like a DAV:multistatus response, even if we get a singleton
646         response back.  This will just make the upper layer logic simpler.
647         (url-dav-get-properties): New optional argument NAMESPACES that
648         specifies what namespaces to use in the XML request.
649         (url-dav-get-properties): Got rid of the D: namespace in
650         requests.  It doesn't save that much space.  Just use DAV:
651         (url-dav-lock-identifier): New variable that should hold a URI
652         pointing to contact information for the user.  This will be used
653         as the contents of the DAV:owner/DAV:href tag to identify the
654         owner of a LOCK when requesting it.  This will be shown to other
655         users when the DAV:lockdiscovery property is requested, so make
656         sure you are comfortable with it leaking to the outside world.
657         (url-dav-lock-resource): New function to LOCK a dav resource.
659 2001-12-05  William M. Perry  <wmperry@gnu.org>
661         * lisp/url-dav.el (url-dav-get-properties): New argument
662         ATTRIBUTES that allows you to ask for specific properties instead
663         of getting all properties via DAV:allprop.
665         * lisp/url-http.el (url-http-real-basic-auth-storage):
666         New variable for normal HTTP basic authentication.
667         (url-http-proxy-basic-auth-storage): New variable for HTTP proxy
668         basic authentication.
669         (url-http-handle-authentication): Follow new semantics for
670         url-basic-auth-storage.
672         * lisp/url-auth.el (url-basic-auth-storage): Change meaning of
673         this variable.  It is now a symbol pointing to where we really
674         want to store the authorization information.  This fixes proxy
675         auth and normal basic auth because of some local bindings that were
676         making it impossible to store the credentials in the global binding.
677         (url-basic-auth): Make sure we dereference url-basic-auth-storage
678         everywhere.
680         * lisp/url-util.el (url-debug): Add new types 'dav and
681         'retrieval to the customization list.
683         * lisp/url.el (url-retrieve-synchronously): Put in some debugging
684         statements.
686         * lisp/url-http.el (url-http-head-file-attributes): Rename old
687         url-http-file-attributes so that we can have a smarter one that
688         tries WebDAV first, then HEAD.
689         (url-http-file-attributes): New smart version that tries WebDAV first.
690         (url-http-options): New function that returns information gleaned
691         from an OPTIONS request for a URL.  Returns a property list
692         returning the methods supported for the resource, what DAV and
693         DASL levels are supported, p3p information, and whether
694         byte-ranges are supported or not.
695         (url-http-wait-for-headers-change-function): If we got a 0-byte
696         content-length, activate the callback immediately.
697         (url-http-wait-for-headers-change-function): For content-length
698         responses with actual body-data in the chunk we are handling, call
699         url-http-content-length-after-change-function with the remaining
700         data.  Otherwise we can deadlock if the headers and the entire
701         body exist arrive in one chunk.
703         * lisp/url-dav.el: New file to contain the WebDAV
704         (http://www.webdav.org/) implementation.
705         (url-dav-supported-p): Cheap way to figure out whether we will be
706         able to do DAV at all.  We rely on the XML parser expanding
707         namespaces for us, and currently you need a patched version of
708         xml.el to do this.  Patch sent to author for consideration.
709         (url-dav-file-attributes): Much more complete version of
710         `file-attributes' using the WebDAV PROPFIND method.  Now correctly
711         finds out whether something is a directory (a WebDAV collection),
712         the last modification time, and permissions (based on the
713         DAV:supportedlock information).
714         (url-dav-get-properties): Generic interface to get WebDAV
715         properties for a URL.  Can specify an optional `depth' parameter
716         to tell the web server how many directory (collection) levels to
717         recurse when retrieving the property lists.  Returns an assoc
718         list keyed off of the resource, the cdr of which is a property list.
719         (url-dav-datatype-attribute): We support the XML-Data note
720         (http://www.w3.org/TR/1998/NOTE-XML-data) to figure out what the
721         datatypes of attributes are.  Currently only date, dateTime, int,
722         number, float, boolean, and uri are supported.
724 2001-12-04  William M. Perry  <wmperry@gnu.org>
726         * lisp/url-handlers.el (file-name-absolute-p): New hooked
727         version.  If the filename matches our regexp, then it is always
728         absolute, so just return `t'.
729         (expand-file-name): New hooked version.  If the fragment is an
730         absolute file or URL, then expand it relative to '/'.
731         (url-handler-regexp): New regexp for specific schemes that we
732         want the file-name-handlers to work off of.
733         (url-setup-file-name-handlers): Use it when installing the handlers.
735         * lisp/url-http.el (url-http-find-free-connection): Better logging
736         about whether we are reusing an existing connection or not.
738         * lisp/url-methods.el (url-scheme-register-proxy): Fix bad call
739         to string-match instead of match-string (and with reversed
740         arguments even).
742         * lisp/url-http.el (url-http-debug): Change to now use the
743         generic url-debug function to do the actual logging.  Still a
744         separate function so that we can do our magic on the network
745         connection if the user quits while we are downloading.
747         * lisp/url-handlers.el (url-file-handler): Now logs the result of
748         the hooked or real call.
750         * lisp/url-util.el (url-debug): New function for generic debug logging.
752 2001-11-28  William M. Perry  <wmperry@gnu.org>
754         * lisp/url-imap.el (url-imap-open-host): Use backquote.
755         (url-imap): Now switches to 'login as the imap authenticator if
756         the URL provides a username and password.
758         * lisp/url-handlers.el (url-setup-file-name-handlers): Use cl &
759         push to replace some strange logic in here.
760         (url-run-real-handler): New function to run the real hooks in
761         case we get a false positive or an operation that we do not
762         support.  The old way disabled _ALL_ file-name-handlers when
763         we hit something we didn't understand - this disables JUST us.
764         (url-file-handler): Remove the logic about removing the leading
765         '/' off of the first argument... it may not be safe to always
766         assume that the first argument is the one we are acting on -
767         `default' is the second argument for expand-file-name for example.
768         (url-setup-file-name-handlers): Use url-nonrelative-link
769         directly.  This means that you must type in the URL directly
770         without prefixing it with a '/'.
772         (gnus-cache-articles-in-group "nnml+mail:comp.emacs-devel")
774         Ends up calling (expand-file-name "nnml+mail:comp.emacs-devel" ...)
775         which activates us (because 'nnml+mail' _is_ a valid scheme name
776         for a URI).  We get thoroughly confused and end up returning
777         `nil' when we shouldn't.
779 2001-11-26  William M. Perry  <wmperry@gnu.org>
781         * lisp/url-handlers.el (file-writable-p): Add NULL handler for
782         this so that visiting a URL directly will work.
783         (file-symlink-p): Ditto.
784         (url-insert-file-contents): If `visit' is non-nil then make sure
785         we set buffer-file-name.  After these changes you can visit
786         http://www.gnu.org/ directly from the minibuffer.
787         (url-insert-file-contents): When inserting the file contents,
788         use a save-excursion so that we behave just like the original.
790 2001-11-25  William M. Perry  <wmperry@gnu.org>
792         * lisp/url-util.el (url-hexify-string): Fix bad use of mapconcat.
794 2001-11-24  William M. Perry  <wmperry@gnu.org>
796         * lisp/url-about.el (url-about): New loader scheme to handle
797         about:foo URLs.  Automatically tries to find a `url-about-foo'
798         function to display the actual data.
799         (url-about-protocols): Implement about:protocols
801         * lisp/url-http.el (url-http): Make sure that we signal an error
802         when we cannot open a network connection for whatever reason.
803         Before, it would just silently clean up after itself and the user
804         got absolutely no indication that an error had occured.  If the
805         error should truly be ignored, the caller should do that for us.
806         (url-http-chunked-encoding-after-change-function): Doh!  Need to
807         user marker-position in some log messages now that
808         url-http-chunked-start is a marker.
810 2001-11-22  William M. Perry  <wmperry@gnu.org>
812         * lisp/url-https.el: Fixed definition of url-https - was using the
813         wrong signature.  Too much cut & paste.
814         (url-https-create-secure-wrapper): Fix so that url-https works
815         at all.  Was not taking a null `method' into account when calling
816         the wrapped function so url-https tried to call url-http-nil.  *sigh*
818         * lisp/url-http.el
819         (url-http-chunked-encoding-after-change-function): Add some
820         feedback when not debugging about what content-type and chunk # we
821         are reading.
822         (url-http-chunked-encoding-after-change-function): Use a marker
823         for url-http-chunked-start so that we can safely delete the
824         chunk-tokens instead of just marking them as invisible.
825         (url-http-chunked-encoding-after-change-function): Actually delete
826         the chunk-tokens.  Now that we are not run from 'real'
827         after-change functions, this is safe, and the right thing to do.
828         Otherwise the HTML parser still saw them and inferred all sorts of
829         bad things about the document (ie: nothing had a title!)
831 2001-11-21  William M. Perry  <wmperry@gnu.org>
833         * lisp/url-http.el (url-http-debug): Document this variable.
834         People other than I might want to use it.
835         (url-http-debug): Put some code in here to check quit-flag
836         directly.  When the chunked encoding went into a tight spin, your
837         Emacs would be wedged forever.  This short-circuits all the
838         after-change functions and signals an error.
839         (url-http-debug): If url-http-debug is non-nil and non-t, then log
840         the debug messages using `message' as well as sending them to the
841         buffer.
842         (url-http-chunked-encoding-after-change-function): Got rid of the
843         no-initial-crlf.  Had an epiphany and I can just infer this from
844         url-http-chunked-counter being 0.
845         (url-http-chunked-encoding-after-change-function): Move the debug
846         statement about reading chunk #foo into the loop so that each
847         chunk will have a log message associated with it.
848         (url-http-chunked-encoding-after-change-function): Make sure to
849         set read-next-chunk to nil when the regular expression match fails
850         to fire.  Otherwise we could loop forever.
851         (url-http-chunked-encoding-after-change-function): Tweak the
852         regular expression to be a little less greedy when looking for a chunk.
853         (url-http-wait-for-headers-change-function): Remove the last
854         argument when calling
855         url-http-chunked-encoding-after-change-function.  It is no longer
856         needed.  I should use my brain sometime.
858         * lisp/url-vars.el (and): Fix feature test for xemacs and
859         coding-system-list behaviour.
861         * lisp/url-http.el
862         (url-http-chunked-encoding-after-change-function): Add optional
863         no-initial-crlf flag that modifies the regular expression.
864         This is only set from url-http-wait-for-headers-change-function so that
865         the initial CRLF in the HTTP headers is not swallowed.
866         (url-http-chunked-encoding-after-change-function): Fix a few
867         off-by-one errors by using (match-end 0) instead of 1.
868         (url-http-chunked-encoding-after-change-function): Add a few
869         url-http-debug calls to help track down problems in the chunked
870         encoding.
871         (url-http-chunked-encoding-after-change-function): The chunk
872         reading in here is now in a while loop so that if Emacs feeds us a
873         chunk of data that happens to contain more than one 'chunk'
874         delimiter, we behave correctly.
875         (url-http-wait-for-headers-change-function): Make sure that we
876         pass no-initial-crlf to
877         url-http-chunked-encoding-after-change-function when passing
878         initial data to the decoder.
879         (url-http-generic-filter): url-http-debug statement so we can tell
880         when/where our after-change-functions are being called.
882 2001-10-11  Dave Love  <fx@gnu.org>
884         * lisp/url-handlers.el: Doc fixes.
885         (string-match): Use (featurep 'xemacs).
887         * lisp/url-methods.el (url-scheme-get-property): Avoid `mapc'.
889         * lisp/url-proxy.el (url-find-proxy-for-url): Avoid `pop'.
891         * lisp/url-vars.el (url-running-xemacs): Delete.
892         (url-gateway-unplugged): New variable.
894         * lisp/url-gw.el (url-open-stream): Use url-gateway-unplugged.
895         Comment out OS/2 stuff.
897 2001-10-05  Dave Love  <fx@gnu.org>
899         * lisp/url-mailto.el (url-mailto): Don't send auto-generated mail
900         without confirmation.
902 2001-10-02  Dave Love  <fx@gnu.org>
904         * lisp/url-http.el (url-http-create-request): Check cache for
905         proxy-obj, if defined, rather than url.
906         (url-http): Use dolist, not mapc (runtime cl dependency).
908         * lisp/url-methods.el: Maybe require cl at runtime.
909         (url-scheme-register-proxy): Fix fetching from environment.
910         Don't concat a number.
912 2001-10-01  Dave Love  <fx@gnu.org>
914         * lisp/url-parse.el: Use modern backquote syntax.
916         * lisp/url-vars.el (url-uncompressor-alist): Add bzip2.
917         (url-mail-command): Prefer compose-mail.
918         (tcp-binary-process-input-services): Comment out.
919         (url-working-buffer): New constant.
921         * lisp/url-util.el (url-extract-mime-headers): New function.
923         * lisp/url-mailto.el (url-mailto): Set source-url.  Don't add
924         User-Agent.
926 2001-09-20  Dave Love  <fx@gnu.org>
928         * lisp/url-http.el (url-http-create-request): Don't concat a number.
930 2001-06-05  Dave Love  <fx@gnu.org>
932         * lisp/url.el (url-do-setup): Doc fix.  Don't try to frob
933         tcp-binary-process-input-services.  Remove function wrapper for lambda.
934         (url-retrieve): Barf with sensible message if url-type is null.
936         * lisp/url-http.el (url-http): Don't try to set process
937         coding-system here -- done in url-gw.
939         * lisp/url-gw.el (url-gw-inhibit-code-conversion): Remove.
940         (url-open-stream): Bind coding-system-for{read,write} when setting
941         up the connexion.  Don't call url-gw-inhibit-code-conversion.
943 2001-05-24  William M. Perry  <wmperry@gnu.org>
945         * lisp/url.el (url-retrieve-synchronously): Avoid accept-process-output
946         in url-retrieve-synchronously.
948 2001-05-23  William M. Perry  <wmperry@gnu.org>
950         * lisp/url.el (url-retrieve-synchronously): Don't put a timeout on
951         accept-process-output.  This is evidently causing hangs in Emacs
952         21 when viewing complex pages with images or stylesheets.
953         www.yahoo.com is now viewable.
955         * lisp/url-gw.el (url-open-stream): Avoid using mule-sysdp
956         (mule-inhibit-code-conversion) and just have a local function that
957         does this minimal cruft.
958         (url-gw-inhibit-code-conversion): New function to turn off code
959         conversion in a process.
961 2001-05-22  William M. Perry  <wmperry@gnu.org>
963         * lisp/url.el (url-retrieve-synchronously): Use lexical-let so
964         that we can allow multiple asynch retrievals to happen at once.
965         (url-retrieve-synchronously): Use a much smaller timeout when
966         doing the accept-process-output.  This gets rid of the long delays
967         if you are on a fast net connection and retrieve small documents
968         that finish asynchronously before the first accept-process-output
969         can be run.  All hail broadband and 100Mb in the house!
970         (url-retrieve-synchronously): Add documentation for this function.
971         (url-retrieve): Ditto.
972         (url-mm-url): Ditto.
974         * lisp/url-vars.el: Replaced `HTTP/1.0' with just `HTTP' in some
975         documentation strings.  Ok, so I'm anal.
977         * lisp/url-methods.el (url-scheme-methods): Add default methods
978         for file-directory-p and file-truename.
980 2001-05-22  Dave Love  <fx@gnu.org>
982         * lisp/url-auth.el (url-warn): Autoload.
984         * lisp/url-proxy.el (url-warn): Autoload.
986         * lisp/url-nfs.el: Fix `file-truname' typo.
988         * lisp/url-news.el: Require cl when compiling.
989         (url-warn, gnus-group-read-ephemeral-group):  Autoload.
990         (url-nntp-default-port, url-news-default-port, url-nntp): Delete.
991         (url-news-fetch-newsgroup): Declare gnus-group-buffer special.
993         * lisp/url-util.el (mule-decode-string): Don't autoload.
994         (url-hexify-string): Just barf on multibyte characters.
995         (url-generate-unique-filename): New function.
997         * lisp/url-file.el (url-file): Use url-generate-unique-filename,
998         not mm-generate-unique-filename.
1000         * lisp/url-http.el: Declare things special in various places.
1001         (url-http-activate-callback): Don't set
1002         url-http-real-after-change-function.
1004 2001-05-22  William M. Perry  <wmperry@gnu.org>
1006         * lisp/url-http.el (url-http-attempt-keepalives): New variable to
1007         control whether we try to do keep-alives for our connections.
1008         (url-http-version): New variable to control whether we advertise
1009         ourselves as an HTTP/1.1 client or not.  This can be useful for
1010         avoiding chunked encoding, and other 1.1 features we may not have
1011         fully implemented yet.
1012         (url-http-create-request): Honor the new variables.
1014 2001-05-21  Dave Love  <fx@gnu.org>
1016         * lisp/url-vars.el (mm-mime-mule-charset-alist): Don't readjust it
1017         in XEmacs.
1018         (url-mime-charset-string): Don't reverse the list before sorting.
1020 2001-05-17  William M. Perry  <wmperry@gnu.org>
1022         * lisp/url-http.el (url-http-generic-filter): Avoid using
1023         after-change-functions natively.  There are just too many ways
1024         that this screws up in Emacs 21.  Use a filter function on the
1025         process instead, and call the hook on
1026         url-http-after-change-function manually.  [Actually, it will work
1027         in Emacs 21, but one problem that has been fixed in Emacs 21
1028         exists in Emacs 20.  -- fx]
1030         * lisp/url-vars.el (url-mime-charset-string): sort-coding-systems
1031         does not exist on older versions of Emacs, or any version of
1032         XEmacs.  Do not call it unless it is bound.
1034 2001-05-17  Dave Love  <fx@gnu.org>
1036         * lisp/url-http.el (url-http-create-request): Fix non-GET requests.
1038 2001-05-16  Dave Love  <fx@gnu.org>
1040         * lisp/url-vars.el: Doc fixes.  Require mm-util.
1041         (url-mime-charset-string): New variable.
1043         * lisp/url-http.el: Doc fixes.
1044         (url-http-create-request): Rearrange how we assemble the request.
1045         Avoid generating bogus requests with an empty real-fname.
1046         (url-http-handle-authentication): Declare status and success special.
1047         (url-http): Call mm-disable-multibyte.  Set process buffer's
1048         coding systems to binary.
1050         * lisp/url-misc.el (url-data): Call mm-disable-multibyte.
1052         * lisp/url-file.el: Don't require mule-sysdp.  Fix `file-truname' typo.
1053         (url-file-find-possibly-compressed-file): Doc fix.
1054         (url-file): Bind coding-system-for-read.  Call mm-disable-multibyte.
1056         * lisp/url-cache.el: Don't require mule-sysdp.
1057         (url-store-in-cache): Avoid mule-write-region-no-coding-system.
1059         * lisp/url.el: Don't require mule-sysdp.
1060         (url-retrieve): Only set text properties if url is a string.
1062 2001-05-14  Dave Love  <fx@gnu.org>
1064         * lisp/url-http.el (url-http-create-request):
1065         Declare proxy-object, proxy-info special.
1066         (url-http-handle-authentication): Declare success special.
1068 2001-05-12  Dave Love  <fx@gnu.org>
1070         * lisp/url-http.el: Revert last change.
1072 2001-05-10  Dave Love  <fx@gnu.org>
1074         * lisp/url-http.el (url-http-generic-after-change-function):
1075         Make it permanent-local.
1077 2001-05-05  Dave Love  <fx@gnu.org>
1079         * lisp/url-http.el: Autoload some functions.
1080         (cl): Require when compiling.
1081         (url-http-extra-headers): Defvar when compiling.
1082         (url-http): Treat after-change-functions as a local hook.
1084         * lisp/url-history.el (url-parse): Require.
1085         (url-do-setup): Autoload.
1087         * lisp/url-gw.el: Require url-vars.  Autoload some functions.
1089         * lisp/url-file.el: Require mailcap.  Require cl when compiling.
1090         Use (featurep 'xemacs).
1091         (url-file-build-filename): Bind pos-index.
1092         (url-file): Call url-find-file-dired, not url-dired-find-file.
1094         * lisp/url-dired.el: Add copyright notice.  Autoload some functions.
1095         (url-dired-minor-mode-map): Use (featurep 'xemacs).
1096         (url-dired-find-file-mouse): Use mouse-set-point, not event-point.
1097         (url-find-file-dired): Rename from one version of url-dired-find-file.
1099         * lisp/url-cid.el: Don't require widget.  Require mm-decode
1100         unconditionally.
1102         * lisp/url-util.el: Autoload mule-decode-string,
1103         timezone-parse-date, timezone-make-date-arpa-standard.
1104         (url-unreserved-chars): Fix list per RFC 2396.
1105         (url-hexify-string): Maybe string-make-unibyte.
1107         * lisp/url-news.el: Require nntp.
1109         * lisp/url-imap.el: Require cl when compiling.  Require nnimap
1110         unconditionally.
1112 2001-05-04  Dave Love  <fx@gnu.org>
1114         * lisp/url-handlers.el (url-file-local-copy): Use make-temp-file,
1115         not non-existent mailcap-generate-unique-filename.
1117         * lisp/url-privacy.el: Require url-vars.  Require cl when compiling.
1119         * lisp/url-parse.el: Require url-vars.
1120         Autoload url-scheme-get-property.
1122         * lisp/url-nfs.el: Require cl when compiling.  Test for XEmacs
1123         with featurep.
1125         * lisp/url-mailto.el: Require cl when compiling.
1127         * lisp/url-cookie.el (url-cookie-handle-set-cookie):
1128         Call url-parse-args, not url-util-parse-args.
1130         * lisp/url-cache.el (url-cache-expired): Remove bogus `return'.
1132 2001-04-09  Dave Love  <fx@gnu.org>
1134         * lisp/mule-sysdp.el (mule-detect-coding-version)
1135         (mule-code-convert-region, mule-inhibit-code-conversion)
1136         (mule-write-region-no-coding-system, mule-encode-string)
1137         (mule-decode-string, mule-truncate-string)
1138         (mule-find-charset-region, mule-coding-system-name)
1139         (mule-find-coding-system, mule-make-iso-character): Grok Mule 5.0.
1140         [There must be a better way.]
1141         (mule-coding-system-p, string-width): Use defalias.
1143 2001-01-03  Sam Steingold  <sds@gnu.org>
1145         * lisp/url-http.el (url-http-wait-for-headers-change-function):
1146         set `url-http-end-of-headers' to 0 for HTTP 0.9
1148 2001-01-02  Sam Steingold  <sds@gnu.org>
1150         * lisp/url-auth.el (provide): `url-auth', not `urlauth'
1152 2000-12-22  Dave Love  <fx@gnu.org>
1154         * lisp/url-history.el (url): Don't require (to avoid recursion).
1155         (cl): Require when compiling.
1157         * lisp/url-http.el (url-auth): Require.
1158         (url-http-handle-authentication): Fix typo.
1160         * lisp/url-cookie.el (url-cookie-setup-save-timer): Fix typo.
1162 2000-12-20  Dave Love  <fx@gnu.org>
1164         * lisp/url.el: Require mm-decode, mm-view when compiling.
1165         <not (fboundp 'puthash)>: Define puthash and
1166         autoload other has functions rather than using cl-...hash.
1167         (url-warn): Define.
1169         * lisp/url-ns.el, lisp/url-methods.el, lisp/url-http.el:
1170         Avoid cl-...hash functions.
1172         * lisp/url-history.el: Avoid cl-...hash functions.
1173         (url): Require.
1175         * lisp/url-gw.el, lisp/url-cookie.el:  Require cl only when compiling.
1177 2000-10-03  William M. Perry  <wmperry@aventail.com>
1179         * lisp/url-util.el (url-get-url-at-point): Guard against 'url'
1180         getting set to nil due to bad string matching.  Subsequent matches
1181         would then choke because we passed string-match a nil.
1183         * lisp/url-http.el (url-http-parse-headers): Need to make the
1184         connection as 'free' when we get a 304 response (found in cache),
1185         or when a keep-alive conneection timed out, it would re-parse the
1186         headers and dispatch to the callback again.  Eek.
1188 2000-10-02  William M. Perry  <wmperry@aventail.com>
1190         * lisp/url-http.el (url-http-chunked-encoding-after-change-function):
1191         implement chunked transfer-coding.
1192         (url-http-create-request): We can now advertise ourselves as a 1.1
1193         compliant browser!
1195 2000-07-28  Sam Steingold  <sds@gnu.org>
1197         * lisp/url-methods.el (url-scheme-default-loader): `callback' and
1198         `cbargs' are optional args (for calling from w3).
1199         (url-scheme-register-proxy): Typos fixes: `url-match' replaced
1200         with `string-match' and `protocol' with `scheme'.
1202 2000-07-18  Sam Steingold  <sds@gnu.org>
1204         * lisp/url-handlers.el (require 'url): For url-retrieve-synchronously.
1205         * lisp/url-history.el (url-history-save-interval): Avoid circularity.
1207 2000-07-10  William M. Perry  <wmperry@aventail.com>
1209         * lisp/mule-sysdp.el (mule-make-iso-character): If we are not in
1210         mule, and the character requested is > 255, then return "~"
1211         instead of letting whoever call us signal an error when they try
1212         to insert the character.
1213         (mule-make-iso-character): Also wrap the whole thing in a
1214         condition case and return "~" on error, in case make-char bombs on us.
1216         * lisp/url-cid.el (url-cid): Fix stupid mistake in the loader
1217         for cid parts.
1219         * lisp/url-util.el (url-display-percentage): New routine that uses
1220         the progress bar under XEmacs if available.  Looks very sexy under
1221         XEmacs/GTK hacked to use the GNOME statusbar.
1223         * lisp/url-http.el
1224         (url-http-content-length-after-change-function): Use new function
1225         url-display-percentage instead of url-lazy-message.
1227 2000-01-27  William M. Perry  <wmperry@aventail.com>
1229         * lisp/url-file.el (url-file-build-filename): Work around for
1230         differences in ange-ftp / efs handling of port numbers other than 21.
1232 1999-12-24  William M. Perry  <wmperry@aventail.com>
1234         * lisp/url-irc.el: Added pointer to draft specification for the
1235         IRC URL so people don't think I'm crazy.
1237         * configure.in: Checks to make sure that Gnus was found, since we
1238         HAVE to have it now.  Removed conditional compilation of url-cid.el
1240 1999-12-16  Eric Marsden <emarsden@mail.dotcom.fr>
1242         * lisp/url-util.el (url-get-url-at-point): Allow URLs wrapped in
1243         () to have periods at the end of the chunk.
1245 1999-12-14  William M. Perry  <wmperry@aventail.com>
1247         * lisp/url-misc.el (url-man): Implement `man' URL types.
1248         (url-info): Autoload.
1249         (url-man): Ditto.
1250         (url-rlogin): Ditto.
1251         (url-telnet): Ditto.
1252         (url-tn3270): Ditto.
1253         (url-generic-emulator-loader): Ditto.
1255         * lisp/url-https.el (url-https-create-secure-wrapper): New macro
1256         to wrap arbitrary `http' methods with the appropriate magic to
1257         turn SSL on.
1258         (file-exists-p): Use it.
1259         (file-readable-p): Use it.
1260         (file-attributes): Use it.
1262         * lisp/url-news.el (url-news-fetch-newsgroup): When building the
1263         server spec for Gnus, make sure we set
1264         nntp-open-connection-function directly, so that other news-related
1265         functions above us can set it.
1266         (url-snews): Implement `snews' URLs using `nntp-open-ssl-stream'.
1267         (url-nntp): Autoload.
1268         (url-snews): Ditto.
1269         (url-news): Ditto.
1271 1999-12-12  William M. Perry  <wmperry@aventail.com>
1273         * lisp/url-http.el (url-http-parse-response): New function to
1274         parse just the HTTP response code out of the buffer, without
1275         taking any other actions.
1276         (url-http-wait-for-headers-change-function): Use it here when we
1277         know we have an HTTP/1.x response.
1278         (url-http-wait-for-headers-change-function): Special case a
1279         response code of '304' or there could be some delays waiting for
1280         keep-alives to time out on cached documents with no known
1281         content-length on the server.
1283 1999-12-11  William M. Perry  <wmperry@aventail.com>
1285         * aclocal.m4 (AC_CHECK_CUSTOMLOADS): Don't use $(EMACS) in here -
1286         the Makefile does that for us.  We just need to provide what files
1287         to load/functions to run.
1289         * lisp/url-imap.el (url-imap-open-host): Need to bind
1290         nnimap-server-buffer or `nnimap-open-server' chokes trying to use
1291         the current buffer as the IMAP server buffer, which fails miserably.
1293 1999-12-11  Simon Josefsson <jas@pdc.kth.se>
1295         * lisp/url-imap.el: Initial (rough) implementation for IMAP urls.
1297 1999-12-11  William M. Perry  <wmperry@aventail.com>
1299         * lisp/url-file.el (url-file-asynch-callback): Make the checks for
1300         ange-ftp vs. efs calling semantics consistent, so that if someone
1301         has NEITHER of them loaded, everything should still work.
1303         * lisp/url-handlers.el (url-copy-file): Autoload.
1304         (url-file-local-copy): Ditto.
1305         (url-insert-file-contents): Ditto.
1306         (url-setup-file-name-handlers): Ditto.
1308 1999-12-10  William M. Perry  <wmperry@aventail.com>
1310         * lisp/url-http.el (mail-parse): Since we use functions from here,
1311         we should require it, eh?
1313 1999-12-10 01:57:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1315         * lisp/url-cookie.el (url-cookie-multiple-line): One line cookie
1316         if nil.
1317         (url-cookie-generate-header-lines): Use it.
1319 1999-12-06  William M. Perry  <wmperry@aventail.com>
1321         * lisp/mule-sysdp.el (mule-code-convert-region): Deal with Mule
1322         4.1 gracefully
1324         * lisp/url-news.el: Reimplemented news and nntp URL support.
1325         No longer bothers to check for outdated Gnus versions, since this
1326         will not work without them anyway.
1328 1999-12-05  Dave Love  <fx@gnu.org>
1330         * lisp/url-methods.el, lisp/url-proxy.el, lisp/url-util.el,
1331         lisp/url.el:
1332         Require url-parse.
1334 1999-12-05  William M. Perry  <wmperry@aventail.com>
1336         * lisp/url-http.el (url-http-find-free-connection): Spit out a
1337         message when we have to contact a host so the user always gets
1338         at least some feedback.
1340         * lisp/url-expand.el (url-expander-remove-relative-links): Moved and
1341         renamed function.
1342         (url-default-expander): Use it.
1344         * lisp/url-file.el (url-file-asynch-callback): Deal with just efs-auto
1345         as well as efs.
1346         (url-file): Add default content-type of application/octet-stream if
1347         none known.
1348         (url-file): Correct bad call to url-host-is-local-p
1350         * lisp/url-handlers.el (url-insert-file-contents): Emacs doesn't
1351         like buffer-substring with nil arguments.
1352         (url-copy-file): Use mm-destroy-parts instead of just killing
1353         the buffer.  Use defined interfaces when available!
1354         (url-insert-file-contents): Ditto.
1356         * lisp/url-http.el (url-http-create-request): Lots of changes to
1357         get proxying working.
1359         * lisp/url-methods.el (url-scheme-register-proxy): New function to
1360         find and register a proxy for a specific scheme.
1361         (url-scheme-get-property): Use it when we load a URL scheme for
1362         the first time.
1364         * lisp/url-util.el (url-get-url-at-point): Re-integrated
1366 1999-12-04  William M. Perry  <wmperry@aventail.com>
1368         * lisp/url-file.el (url-file): Signal an error if
1369         url-file-build-filename could not find the filename.
1371 1999-12-01  William M. Perry  <wmperry@aventail.com>
1373         * lisp/url.el (url-retrieve): Use url-history-update-url instead
1374         of manipulating the hash table directly.
1376         * lisp/url-history.el (url-completion-function): New function to
1377         use for reading a URL with completion.
1378         (url-history-update-url): New function to hide the hashtable
1379         implementation from people inserting things into the history.
1381 1999-11-30  William M. Perry  <wmperry@aventail.com>
1383         * lisp/url-proxy.el (url-proxy): Minor tweaks to get proxy support
1384         working.
1386         * lisp/url-parse.el (url-generic-parse-url): Fix bad call to
1387         url-parse-args, which had changed the type of arguments it expects.
1389         * lisp/url-handlers.el (url-insert-file-contents): Ditto.
1390         (url-copy-file): Ditto.
1392         * lisp/url.el (url-mm-callback): Use mm-destroy-parts instead of
1393         just killing the buffer.  Use defined interfaces when available!
1395         * aclocal.m4 (AC_EMACS_LISP): Correctly redirect things out to
1396         AC_FD_CC so they show up in config.log
1397         (AC_EMACS_CHECK_LIB): Duh, fixed stupid mistake that would make
1398         this always return 't' instead of 'yes' on successfully finding
1399         the library.
1401         * lisp/url-http.el (url-http-parse-headers): Add some
1402         DAV-specific error codes.
1404         * lisp/url.el (url-retrieve): Allow pre-parsed URLs to be passed in.
1405         (url-retrieve-synchronously): Duh, make this function actually
1406         work again.  Numerous problems with it, including variable name
1407         collisions - I love dynamically scoped lisps!
1409         * lisp/url-nfs.el (url-nfs-create-wrapper): New function to create
1410         wrappers onto the appropriate file-based URLs for file-name-handlers.
1412         * lisp/url-ftp.el: Moved the FTP stuff into it's own file - it
1413         might get messy with file-name-handlers and things.
1415         * lisp/url-http.el (url-http-clean-headers): Fix problem when
1416         using 'HEAD' requests.  Thou shalt not change the length of the
1417         region during an after-change-function.
1419         * lisp/url-methods.el (url-scheme-methods): New variable that
1420         holds a list of the methods/variables we look for in a URL scheme.
1421         (url-scheme-get-property): Use it.
1423 1999-11-29  William M. Perry  <wmperry@aventail.com>
1425         * lisp/url-http.el (url-http-file-attributes): Reimplement.
1426         (url-http-file-exists-p): Ditto.
1428         * lisp/url-nfs.el: Reimplemented the `nfs' URL scheme.
1430         * lisp/url-file.el (url-file-create-wrapper): New macro to create
1431         file-name-handler stubs for all the FTP/FILE stuff.
1433         * lisp/url-handlers.el: New file to handle file-name-handler-alist
1434         cruft.  Generic interface on top of functions that each URL
1435         loader provides, if capable.
1437 1999-11-27  William M. Perry  <wmperry@aventail.com>
1439         * lisp/url-https.el: Implemented HTTPS support.
1441 1999-11-26  William M. Perry  <wmperry@aventail.com>
1443         * url-privacy.el (url-setup-privacy-info): Don't rely on
1444         device-type being defined.  Not going to bother redistributing
1445         devices.el for just one function.
1447         * url-methods.el (url-scheme-get-property): Emacs does not have
1448         the 3rd-argument to plist-get to specify the default.  *sigh*
1450         * url-dired.el (add-minor-mode): Add definition for Emacs.
1452         * url-http.el (url-http-generic-after-change-function):
1453         New function, since Emacs does not allow you to change the
1454         after-change-functions variable from within a function run by
1455         said hook.  This just hands it off to the REAL function.
1456         Side-effect is that this now works on Emacs at all. :)
1458         * Initial checkin of rewritten URL library.
1460 Local variables:
1461 coding: utf-8
1462 End:
1464 ;; arch-tag: ac117078-3091-4533-be93-098162ac2926