Merged from emacs@sv.gnu.org
[emacs.git] / lisp / url / ChangeLog
blob92bdf480e060b5ab9c9a5eaa8380ef563f2197eb
1 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * url-gw.el (url-open-stream): Don't hide errors.
4         (url-gateway-nslookup-host, url-open-telnet): Use with-current-buffer.
6         * url-handlers.el (url-insert): New function.
7         (url-insert-file-contents): Use it.
9 2006-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11         * url-handlers.el (url-handler-directory-file-name): New handler.
12         (url-file-local-copy): Plug race condition security hole.
14 2006-03-27  Romain Francoise  <romain@orebokech.com>
16         * url-irc.el (url-irc-rcirc, url-irc-erc): New functions.
17         (url-irc-function): Add rcirc and ERC to the list of IRC clients.
18         Default to rcirc, since ZenIRC isn't part of Emacs.
20 2006-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22         * url-http.el (url-http-find-free-connection): Fix braino in last fix.
24 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26         * url-http.el (url-http-find-free-connection): Don't kill the process
27         when killing the temp buffer.
28         (url-http-symbol-value-in-buffer): Massage to make it clear to the
29         byte-compiler that the function is defined.
31 2006-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33         * url.el (url-redirect-buffer): New var.
34         (url-retrieve-synchronously): Use it to follow redirections.
36         * url-http.el: Require `url' rather than try to autoload parts of it.
37         (url-http-find-free-connection): `url-open-stream' needs a real buffer.
38         (url-http-parse-headers): Set `url-redirect-buffer' when following
39         a redirection reply.
41 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
43         * url-news.el: Move defvars out of eval-when-compile.
44         (url-news-fetch-message-id, url-news-fetch-newsgroup):
45         Use with-current-buffer.
47 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
49         * url.el (url-retrieve-synchronously): Adjust the workaround so as not
50         to stop in the middle of a redirection.
52         * url-vars.el (url-privacy-level): Add setter.
54 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
56         * url-history.el (url-history-hash-table): Initialize in declaration.
57         (url-history-parse-history): Don't reset the history.
58         (url-history-save-history): Create parent dir if necessary.
59         (url-history-save-history): Don't write the initialization of
60         url-history-hash-table into the history file.
61         (url-have-visited-url): Simplify since url-history-hash-table isn't nil.
62         (url-completion-function): Simplify.
64         * url-cookie.el (url-cookie-parse-file): Don't complain of missing file.
65         (url-cookie-parse-file, url-cookie-write-file, url-cookie-retrieve)
66         (url-cookie-generate-header-lines, url-cookie-handle-set-cookie)
67         (url-cookie-setup-save-timer): Remove autoload cookies.
68         They're only called from files that require url-cookie anyway.
70         * url-history.el (url-history-setup-save-timer)
71         (url-history-parse-history, url-history-save-history):
72         Remove autoload cookies.  They're only called from url.el which requires
73         url-history anyway.
74         (url-history-parse-history): Don't complain if the file is missing.
76 2006-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
78         * url-handlers.el (url-retrieve-synchronously): Don't autoload.
80         * url.el (url-retrieve, url-retrieve-synchronously): Autoload.
82         * url-cache.el: Require `url'.
84 2005-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
86         * url-cache.el (url-store-in-cache): Use save-current-buffer.
88         * url.el (url-configuration-directory): Don't autoload because the
89         default value needs to be computed at run-time, not dump-time.
91 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
93         * url-cookie.el (url-cookie-write-file): Create parent dir.
95         * url.el (url-configuration-directory): Use ~/.emacs.d if possible.
97 2005-12-07  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
99         * url-cookie.el (url-cookie-save-interval): Simplify.
100         (url-cookie-setup-save-timer): Simplify.
102 2005-12-04  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
104         * url-history.el (url-history-list): Var deleted.
105         (url-history-save-interval): Simplify.
106         (url-history-setup-save-timer): Simplify.
108 2005-12-01  Kim F. Storm  <storm@cua.dk>
110         * url-history.el (url-history-track): Fix last change.
112 2005-12-01  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
114         * url-history.el (url-history-track):
115         Call url-history-setup-save-timer in :set function.
116         :type allows three alternatives.
117         (url-history-setup-save-timer): Test url-history-track.
118         * url.el (url-retrieve): Test url-history-track.
120 2005-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
122         * url-http.el: Use with-current-buffer.
123         (url-http-target-url): Rename from url-http-cookies-sources.
124         (url-http-parse-headers): Use it.
125         (url-http-handle-authentication): Use subst-char-in-string.
127 2005-11-16  Juergen Hoetzel  <emacs@hoetzel.info>  (tiny change)
129         * url-handlers.el (url-insert-file-contents): Use the charset info
130         provided by the HTTP server, if any.
132 2005-10-20  CHENG Gao  <chenggao@gmail.com>  (tiny change)
134         * url-nfs.el (top level):
135         * url-handlers.el (directory-files):
136         * url-file.el (top level):
137         * url-dired.el (url-dired-minor-mode-map):
138         * url-http.el (url-http-chunked-encoding-after-change-function):
139         Remove XEmacs support.
141 2005-10-15  Richard M. Stallman  <rms@gnu.org>
143         * url.el: Don't try to autoload hash table functions.
145 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
147         * url-http.el (url-http-create-request): Avoid incorrect implicit
148         unibyte->multibyte conversion.
150 2005-09-17  Richard M. Stallman  <rms@gnu.org>
152         * url-vars.el (url-mail-command): Don't test fboundp of `compose-mail'.
154         * url-mailto.el (url-mailto): Special case `mail'.
155         Don't test fboundp of `compose-mail'.
157 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
159         * url-mailto.el (url-mailto): Delete mail buffer after sending
160         autogenerated mail.
161         Call `compose-mail with `new' argument if possible.
163 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
165         * url-mailto.el (url-mailto): Always use a new mail buffer.
167 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
169         * url-util.el (url-parse-query-string): New optional argument
170         allow-newlines allows decoding of newlines.
172         * url-mailto.el (url-mailto): Allow newlines in URL arguments.
173         Don't lose original "to" value when there is a "to" header.
174         Remove carriage return characters in message body.
176 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
178         * url-news.el (nntp-open-tls-stream, nntp-open-ssl-stream):
179         * url-http.el (url-http-cookies-sources): Defvar at compile time.
181 2005-07-15  Richard M. Stallman  <rms@gnu.org>
183         * url-http.el (url-http-parse-headers): Add :redirect arg-pair
184         when calling url-retrieve, to indicate a redirect.
186         * url.el (url-retrieve): The callback function can get an additional
187         keyword arg pair.
189 2005-07-04  Lute Kamstra  <lute@gnu.org>
191         Update FSF's address in GPL notices.
193 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
195         * url-history.el (url-history-track): Doc fix.
196         (url-history): Finish `defgroup' description with period.
198         * url-cookie.el (url-cookie):
199         * url-gw.el (url-gateway):
200         * url-news.el (url-news):
201         * url-vars.el (url, url-file, url-cache, url-mime, url-hairy):
202         Finish `defgroup' description with period.
204 2005-06-28  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
206         * url-http.el (url-http-create-request): Call url-recreate-url
207         in proxy case.
209 2005-06-27  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
211         * url-http.el (url-http-create-request): When computing real-fname,
212         call url-filename in both cases.
214 2005-06-27  Richard M. Stallman  <rms@gnu.org>
216         * url-cookie.el (url-cookie-store): Rename arg PATH to LOCALPART.
217         (url-cookie-retrieve): Likewise.
218         (url-cookie-generate-header-lines): Likewise.
219         (url-cookie-handle-set-cookie): Likewise.
220         (url-cookie-create): Expect :localpart instead of :path.
221         (url-cookie-localpart): Renamed from url-cookie-path.
222         (url-cookie-set-localpart): Renamed from url-cookie-set-path.
223         (url-cookie-file): Doc fix.
224         (url-cookie-p): Add doc string.
226 2005-06-23  Richard M. Stallman  <rms@gnu.org>
228         * url-cookie.el (url-cookie-generate-header-lines): Fix autoload cookie.
230 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
232         * url-gw.el (url-open-stream):
233         * url-vars.el (url-gateway-unplugged): Fix spellings.
235 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
237         * url-history.el (url-completion-function): Follow error
238         conventions.
240 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
242         * url-file.el (url-file, url-file-asynch-callback): with-current-buffer.
244 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
246         * url-dav.el: Remove most autoload cookies.
247         Don't hook into the url-file-handler since it currently breaks all
248         non-HTTP URLs.
250         * url-handlers.el (vc-registered): Explicitly disable VC for URL files.
252         * url.el (url-retrieve-synchronously): Don't exit precipitously when
253         fetching a file via ange-ftp.
255 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
257         * url-cookie.el (url-cookie-multiple-line): Fix spelling in docstring.
259 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
261         * url-cookie.el (url-cookie-multiple-line):
262         Specify group and type in defcustom.
264 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
266         * url-auth.el (url-register-auth-scheme):
267         * url-cookie.el (url-cookie-expired-p):
268         * url-dav.el (url-dav-process-date-property)
269         (url-dav-process-boolean-property, url-dav-process-DAV:status):
270         * url-http.el (url-http-chunked-encoding-after-change-function)
271         (url-http-wait-for-headers-change-function):
272         * url-ns.el (isInNet):
273         * url-parse.el (url-generic-parse-url):
274         * url-util.el (url-get-normalized-date): Replace `string-to-int'
275         by `string-to-number'.
277 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
279         * url.el (url-retrieve-synchronously): Work around the fact that
280         url-http sometimes doesn't call the callback.
282 2005-04-04  Lute Kamstra  <lute@gnu.org>
284         * url-handlers.el (url-handler-mode): Specify :group.
286 2005-02-26  James Cloos  <cloos@jhcloos.com>  (tiny change)
288         * url-history.el (url-have-visited-url): Don't barf if
289         url-history-hash-table is nil.
291 2005-02-14  Michael Welsh Duggan  <md5i@cs.cmu.edu>
293         * url-http.el (url-http-parse-headers): Test url-automatic-caching.
295 2005-01-22  Klaus Straubinger  <KSNetz@Arcor.DE>  (tiny change)
297         * url-http.el (url-http-parse-headers) <302>: Reset url-http-data
298         to nil, like for the 303 response.
300 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
302         * url.el (url-retrieve-synchronously): Use accept-process-output rather
303         than sit-for.
305 2005-01-03  Klaus Straubinger  <ksnetz@arcor.de>  (tiny change)
307         * url-http.el (url-http-handle-authentication):
308         Don't kill the current buffer.
310 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
312         * url-handlers.el: Don't `require' everything eagerly.
314 2004-11-30  Paul Pogonyshev  <pogonyshev@gmx.net>
316         * url-http.el (url-http-handle-cookies): Bind `url-current-object'
317         to `url-http-cookies-sources' so that cookies are attributed to
318         proper domain.
319         (url-http): Make local variable `url-http-cookies-sources'.
321 2004-11-28  Andreas Schwab  <schwab@suse.de>
323         * url-http.el (url-http-create-request): Don't add newline after
324         the request data.
326 2004-11-20  Masatake YAMATO  <jet@gyve.org>
328         * url.el (url-mm-callback): Delay the invocation
329         of `mm-destroy-parts'. Invoke `mm-destroy-parts'
330         when the buffer is killed.
332 2004-11-12  Masatake YAMATO  <jet@gyve.org>
334         * url-mailto.el (url-mailto): Fix a typo in the comment.
336 2004-11-02  Masatake YAMATO  <jet@gyve.org>
338         * url-imap.el (url-imap-open-host): Don't use
339         `string-to-int'. The port returned by `url-port'
340         is expected to be an integer.
342         * url-irc.el (url-irc): Ditto.
344         * url-news.el (url-news-open-host): Ditto.
346         * url-nfs.el (url-nfs-build-filename): Ditto.
348 2004-10-20  John Paul Wallington  <jpw@gnu.org>
350         * url-gw.el (url-gateway-nslookup-host):
351         Use `set-process-query-on-exit-flag'.
353 2004-10-10  Lars Hansen  <larsh@math.ku.dk>
355         * url-auth.el: Update header and footer.
357         * url-cache.el: Update header and footer.
359         * url-cid.el: Update header and footer.
361         * url-dired.el: Update header and footer.
363         * url-expand.el: Update header and footer.
365         * url-ftp.el: Update header and footer.
367         * url-gw.el: Update header and footer.
369         * url-imap.el: Update header and footer.
371         * url-irc.el: Update header and footer.
373         * url-misc.el: Update header and footer.
375         * url-news.el: Update header and footer.
377         * url-ns.el: Update header and footer.
379         * url-privacy.el: Update header and footer.
381         * url-proxy.el: Update header and footer.
383         * url-vars.el: Update header.
385 2004-10-16  Richard M. Stallman  <rms@gnu.org>
387         * url.el (url-do-setup): Don't set url-passwd-entry-func.
389         * url-vars.el (url-passwd-entry-func): Var deleted.
390         (mm-mime-mule-charset-alist): Remove compatibility code for old Gnus.
391         (url-weekday-alist): Rename from weekday-alist.
392         (url-monthabbrev-alist): Rename from monthabbrev-alist.
393         (url-vars-unload-hook): Initialize hook var to hold the function.
395         * url-util.el (url-get-normalized-date): Use url-weekday-alist and
396         url-monthabbrev-alist.
398         * url-misc.el: Load cl at compile time.
400         * url-mailto.el: Don't load cl.
401         (url-mailto): Fix call to `push'.
403         * url-gw.el (url-open-telnet): Use read-passwd.
405         * url-auth.el (url-basic-auth, url-digest-auth): Use read-passwd.
407 2004-10-12  Simon Josefsson  <jas@extundo.com>
409         * url-vars.el (url-gateway-method): Add new method `tls'.
411         * url-news.el (url-snews): Use nntp-open-tls-stream if
412         url-gateway-method is tls.
414         * url-ldap.el (url-ldap-certificate-formatter):
415         Use tls-certificate-information if ssl.el is not available.
417         * url-https.el (url-https-create-secure-wrapper): Use tls if ssl
418         is not available.
420         * url-gw.el (url-open-stream): Support tls url-gateway-method.
421         (url-open-stream): Likewise.
423 2004-10-10  Lars Hansen  <larsh@math.ku.dk>
425         * url-auth.el: Fix copyright notice.
427         * url-cache.el: Fix copyright notice.
429         * url-cookie.el: Fix copyright notice.
431         * url-dired.el: Fix copyright notice.
433         * url-file.el: Fix copyright notice.
435         * url-ftp.el: Fix copyright notice.
437         * url-handlers.el: Fix copyright notice.
439         * url-history.el: Fix copyright notice.
441         * url-irc.el: Fix copyright notice.
443         * url-mailto.el: Fix copyright notice.
445         * url-methods.el: Fix copyright notice.
447         * url-misc.el: Fix copyright notice.
449         * url-news.el: Fix copyright notice.
451         * url-nfs.el: Fix copyright notice.
453         * url-parse.el: Fix copyright notice.
455         * url-privacy.el: Fix copyright notice.
457         * url-vars.el: Fix copyright notice.
459         * url.el: Fix copyright notice.
461         * url-util.el: Fix copyright notice.
463 2004-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
465         * url-handlers.el (url-insert-file-contents): Use the URL to decide the
466         encoding, not the buffer-file-name (which might not even exist).
468 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
470         * url-handlers.el (url-insert-file-contents): Decode contents.
472 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
474         * url-util.el (url-debug): Use with-current-buffer.
476         * url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
477         (url-nfs-create-wrapper): Use new backquote syntax.
479         * url-https.el (url-https-file-attributes): Add id-format param.
481         * url-http.el (url-http-head-file-attributes)
482         (url-http-file-attributes): Add id-format parameter.
484         * url-handlers.el: Use new find-file-hook.
485         (url-file-attributes): Add id-format parameter.
487         * url-file.el (url-file-create-wrapper): Use new backquote syntax.
488         (url-file-file-attributes): Add id-format parameter.
490         * url-dav.el: Use with-current-buffer.
491         (url-dav-process-response): Fix regexps and spurious quote.
492         (url-dav-file-attributes): Add id-format param.
494 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
496         * url.el (url-retrieve): Use with-current-buffer.
498         * url-http.el (url-http-parse-headers, url-http-file-exists-p):
499         Remove unused var `version'.
501         * url-handlers.el (url-handler-mode): New minor mode.
502         (url-setup-file-name-handlers): Remove.
504 2004-04-12  John Paul Wallington  <jpw@gnu.org>
506         * url-cookie.el (url-cookie-handle-set-cookie): Replace calls
507         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
509 2004-04-11  Dave Love  <fx@gnu.org>
511         * url-mailto.el (url-mailto):
512         * url-history.el (url-history-setup-save-timer):
513         * url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
515         * url-file.el (url-file-build-filename): Don't use
516         directory-sep-char.
518         * url-auth.el (url-register-auth-scheme): Fix `format' call.
520         * url-about.el (url-scheme-registry): Defvar.
521         (url-about): Use text/plain.
523         * url-vars.el (cl): Don't require.
524         (url): Add :version.
525         (url-bug-address): Use bug-gnu-emacs.
527         * url-util.el (url-hexify-string): Don't give multibyte error
528         for char <16.
529         (mail-header-extract): Autoload.
531         * url-parse.el: Doc fixes.
533         * url-ldap.el (ldap): Require.
534         (url-ldap): Fix `format' call.
535         (url-ldap-certificate-formatter): Avoid warning.
537         * url-https.el (url-https-create-secure-wrapper): Use modern backquotes.
539         * url-dav.el (url-dav-rename-file): Fix args of `signal'.
540         (url-intersection): New.
541         (url-dav-supported-p): Use it.
542         (url-dav-save-resource): Declare url-http-response-status special.
544         * url-cache.el (url-util): Require.
546 2004-04-10  Miles Bader  <miles@gnu.org>
548         RCS keyword removal (only non-comment changes are enumerated here):
550         * url-vars.el (url-version): Use the constant string "Emacs"
551         instead of calculating something from the RCS `State' keyword
552         [the latter is almost entirely useless anyway].
554 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
556         * url-methods.el:
557         * url-parse.el: Don't require url-auto.
559 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
561         * url: Imported the URL package from its own CVS repository into Emacs.
563 ===========================================================================
564 ===========================================================================
565         Copy of the ChangeLog file from URL's own CVS repository:
566 ===========================================================================
567 ===========================================================================
569 2003-07-16  Dave Love  <fx@gnu.org>
571         * lisp/url.el (url-retrieve-synchronously): Revert last change.
572         Should be revisited.
574 2003-06-26  Sam Steingold  <sds@gnu.org>
576         * lisp/url-handlers.el (url-handlers-create-wrapper): Do not call
577         method on invalid urls.
579 2003-05-29  Dave Love  <fx@gnu.org>
581         * lisp/url.el (url-retrieve-synchronously): Use sleep-for, not
582         sit-for.  From monnier@gnu.org.
584 2002-11-04  Walter C. Pelissero <walter@pelissero.org>
586         * lisp/url-methods.el (url-scheme-register-proxy): Make sure to convert
587         port numbers to integers when creating the URL objects for proxies.
589 2002-10-29  William M. Perry  <wmperry@gnu.org>
591         * lisp/url-http.el (url-http-parse-headers): When doing a
592         redirect, some broken software (sourceforge) sends a redirect to
593         '/', which is blatantly illegal (see section 14.30 of the HTTP/1.1
594         specification).  I wish we could deal with such lame software
595         appropriately (spank the authors), but this is the web, so we have
596         to kow-tow to the servers.
598 2002-10-27  William M. Perry  <wmperry@gnu.org>
600         * lisp/url-http.el (url-http-create-request): If we are talking to
601         the default port for a the selected protocol, do NOT send the port
602         in the HOST header.  This fixes the login page at sourceforge.
604 2002-09-17  William M. Perry  <wmperry@gnu.org>
606         * lisp/url-http.el (url-http-handle-cookies): New function to deal
607         with cookie headers.
608         (url-http-parse-headers): Call `url-http-handle-cookies' here so
609         that cookie additions and deletions get handled immediately.
610         This is so that sites that set cookies while doing redirects
611         (my.yahoo.com, outlook web access, etc) work.  This should also
612         fix sites that delete cookies on invalid access or other error
613         pages the user might not actually see.
614         (url-http-parse-headers): Silently convert non-HEAD and non-GET
615         methods to GET in redirects.  Too many web sites do this now, and
616         it is just likely to confuse users.
618 2002-05-17  Dave Love  <fx@gnu.org>
620         * texi/url.txi: Start making it vaguely useful.
622         * texi/Makefile.in (install): Cope with Debian install-info.
623         From Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann).
625 2002-04-22  Dave Love  <fx@gnu.org>
627         * lisp/url-misc.el (man): Autoload to avoid warning.
628         (url-man): Don't require man here.
629         (url-data): Generalize in line with the RFC.
631         * lisp/url-gw.el (url-open-stream): Remove obsolete `tcp' case.
633         * lisp/url-vars.el: Doc fixes.
634         (url-mime-charset-string): New function.
635         (url-mime-charset-string): Use it to set the variable.
636         (url-set-mime-charset-string): New function.
637         (set-language-environment-hook): Use it.
638         (url-vars-unload-hook): New function.
640         * lisp/url-cookie.el (url-header-comparison): Delete.
641         (url-cookie-handle-set-cookie): Use assoc-ignore-case to avoid assoc*.
642         (url-cookie-save-interval): Make value agree with doc.
644         * lisp/url.el: Doc fixes.
645         (url-mm-callback): Don't call mm-destroy-parts immediately for
646         external viewing -- set up a process sentinel.
648 2002-02-02  William M. Perry  <wmperry@gnu.org>
650         * lisp/Makefile.in (SOURCES): Remove mule-sysdp.el from the build rules.
652 2001-12-12  William M. Perry  <wmperry@gnu.org>
654         * lisp/url-vars.el (url-nonrelative-link): Patch from Stefan
655         Monnier to use ` instead of ^ to match the relative link.
657 2001-12-10  William M. Perry  <wmperry@gnu.org>
659         * lisp/url-dav.el (url-dav-file-attributes): Fix bad call to
660         plist-get (reversed args).
662         * lisp/url-file.el (url-file-build-filename): Make sure that we
663         have a parsed URL in this function.
665 2002-01-22  Dave Love  <fx@gnu.org>
667         * lisp/url-cache.el (url-cache-file-writable-p): Doc fix.
669         * lisp/url-imap.el (url-imap): Maybe disable multibyte.
670         Bind coding-system-for-read.  Require mm-util.
672         * lisp/url.el (url-do-setup): Use (featurep 'xemacs).
674         * lisp/mule-sysdp.el: Removed (obsolete).
676 2001-12-09  William M. Perry  <wmperry@gnu.org>
678         * lisp/url-dav.el (url-dav-delete-something): Utility macro to
679         remove an arbitrary resource.
680         (url-dav-delete-directory): Use it.
681         (url-dav-delete-file): Ditto.
682         (url-dav-make-directory): New function.
683         (url-dav-rename-file): New function.
684         (url-dav-register-handler): New function to easily register a
685         WebDAV-specific file-name-handler operation.
686         (url-dav-file-name-all-completions, url-dav-file-name-completion):
687         New functions that allow file-name completion for WebDAV resources.
689 2001-12-08  William M. Perry  <wmperry@gnu.org>
691         * lisp/url-dav.el (url-dav-directory-files): New function to
692         mimic `directory-files' for WebDAV.
693         (url-dav-delete-directory): New function to mimic
694         `delete-directory' for WebDAV.
696 2001-12-06  William M. Perry  <wmperry@gnu.org>
698         * lisp/url-dav.el (url-dav-process-DAV:locktoken): Parse the
699         DAV:locktoken hrefs into a usable format.
700         (url-dav-process-response): Use an unwind-protect to make sure
701         that we clean up the buffer, even if there is a parsing error.
702         (url-dav-request): New function to act as the main entry point for
703         making DAV requests.  Takes care of building the XML document with
704         appropriate namespaces, depth, etc, and parses the results.
705         (url-dav-get-properties): Use new url-dav-request function.
706         This is now just a thin wrapper around that to use PROPFIND and set any
707         extra properties we are looking for.
708         (url-dav-unlock-resource): New function to release a lock given a
709         URL and a lock-token.
710         (url-dav-process-DAV:getlastmodified)
711         (url-dav-process-DAV:creationdate)
712         (url-dav-process-DAV:iscollection)
713         (url-dav-process-DAV:ishidden): Fix typos!  Its url-dav-*, not
714         url-dave-*!
715         (url-dav-active-locks): New function to get a list of all the
716         active locks for a resource.
717         (url-dav-save-resource): New function to actually save a resource
718         using the PUT method.  I can now successfully save files to an
719         HTTP server with some manual steps from a lisp-interaction buffer.
721         * lisp/url-http.el (url-http-wait-for-headers-change-function):
722         Special case the 204/205 response codes.  Some servers do not
723         send back a 0 content-length for these, and we would hang.
724         (url-http-parse-headers): Mark 204/205 response codes as
725         'successful' so that the callbacks get activated.
726         (url-http-options): Fix unbound variable usage.
728         * lisp/url-dav.el: Added full copyright information.
729         (url-dav-process-response): Make sure that we create a DAV:status
730         property when parsing a singleton response.
731         (url-dav-file-attributes): If the properties returned did not have
732         a succesful HTTP response code, then ignore them and use the
733         HEAD-based attributes.
735         * lisp/vc-dav.el: Added full copyright information.
737         * lisp/url-dav.el (url-dav-process-supportedlock-property):
738         Deal with text nodes in DAV:supportedlock nodes.
739         (url-dav-file-attributes-mode-string): This now gets the entire
740         property list instead of just the DAV:supportedlock node.
741         (url-dav-file-attributes): Make sure to pass the whole list in.
742         (url-dav-file-attributes-mode-string): Now properly sets do 'd' mode.
743         (url-dav-file-attributes-mode-string): Now uses the Apache mod_dav
744         'executable' bit to set the 'x' mode.  See `mod_dav's custom
745         properties' at http://www.webdav.org/mod_dav/ for more details.
746         (url-dav-find-parser): New function to find the proper parser for
747         a node-type.  Looks for
748         url-dav-process-XXX (url-dav-process-DAV:prop), otherwise falls
749         back to using url-dav-node-text.  Caches the results on the nodes
750         symbol name.
751         (url-dav-dispatch-node): Utility routine to call a nodes handler easily.
752         (url-dav-process-*): Rename most of the handlers and made them
753         use url-dav-dispatch-node where appropriate.
754         (url-dav-process-DAV:prop): Instead of using the dav-data-type
755         property to dispatch the node, now uses dav-dispatch-node so that
756         it is easy to add parsers for special nodes.
757         (url-dav-process-DAV:depth, url-dav-process-DAV:resourcetype)
758         (url-dav-process-DAV:locktype, url-dav-process-DAV:lockscope)
759         (url-dav-process-DAV:getcontentlength)
760         (url-dave-process-DAV:getlastmodified)
761         (url-dave-process-DAV:creationdate)
762         (url-dave-process-DAV:iscollection)
763         (url-dave-process-DAV:ishidden): Aliases for the generic
764         url-dav-process-foo-property routines.
765         (url-dav-process-DAV:activelock)
766         (url-dav-process-DAV:lockdiscovery): Can now correctly parse
767         DAV:lockdiscovery nodes, so that we can find out who has a
768         resource locked and properly parse the reponse to a LOCK request.
769         (url-dav-process-DAV:status): Now parses ou the numeric status
770         from the HTTP response line.
771         (url-dav-process-response): New function to handle all the
772         parsing of an XML response from WebDAV.  This handles all the
773         logic of checking the response content-type to make sure it is
774         XML, parses the tree, and interprets the tree.
775         (url-dav-process-response): Make sure that all responses look
776         like a DAV:multistatus response, even if we get a singleton
777         response back.  This will just make the upper layer logic simpler.
778         (url-dav-get-properties): New optional argument NAMESPACES that
779         specifies what namespaces to use in the XML request.
780         (url-dav-get-properties): Got rid of the D: namespace in
781         requests.  It doesn't save that much space.  Just use DAV:
782         (url-dav-lock-identifier): New variable that should hold a URI
783         pointing to contact information for the user.  This will be used
784         as the contents of the DAV:owner/DAV:href tag to identify the
785         owner of a LOCK when requesting it.  This will be shown to other
786         users when the DAV:lockdiscovery property is requested, so make
787         sure you are comfortable with it leaking to the outside world.
788         (url-dav-lock-resource): New function to LOCK a dav resource.
790 2001-12-05  William M. Perry  <wmperry@gnu.org>
792         * lisp/url-dav.el (url-dav-get-properties): New argument
793         ATTRIBUTES that allows you to ask for specific properties instead
794         of getting all properties via DAV:allprop.
796         * lisp/url-http.el (url-http-real-basic-auth-storage):
797         New variable for normal HTTP basic authentication.
798         (url-http-proxy-basic-auth-storage): New variable for HTTP proxy
799         basic authentication.
800         (url-http-handle-authentication): Follow new semantics for
801         url-basic-auth-storage.
803         * lisp/url-auth.el (url-basic-auth-storage): Change meaning of
804         this variable.  It is now a symbol pointing to where we really
805         want to store the authorization information.  This fixes proxy
806         auth and normal basic auth because of some local bindings that were
807         making it impossible to store the credentials in the global binding.
808         (url-basic-auth): Make sure we dereference url-basic-auth-storage
809         everywhere.
811         * lisp/url-util.el (url-debug): Add new types 'dav and
812         'retrieval to the customization list.
814         * lisp/url.el (url-retrieve-synchronously): Put in some debugging
815         statements.
817         * lisp/url-http.el (url-http-head-file-attributes): Rename old
818         url-http-file-attributes so that we can have a smarter one that
819         tries WebDAV first, then HEAD.
820         (url-http-file-attributes): New smart version that tries WebDAV first.
821         (url-http-options): New function that returns information gleaned
822         from an OPTIONS request for a URL.  Returns a property list
823         returning the methods supported for the resource, what DAV and
824         DASL levels are supported, p3p information, and whether
825         byte-ranges are supported or not.
826         (url-http-wait-for-headers-change-function): If we got a 0-byte
827         content-length, activate the callback immediately.
828         (url-http-wait-for-headers-change-function): For content-length
829         responses with actual body-data in the chunk we are handling, call
830         url-http-content-length-after-change-function with the remaining
831         data.  Otherwise we can deadlock if the headers and the entire
832         body exist arrive in one chunk.
834         * lisp/url-dav.el: New file to contain the WebDAV
835         (http://www.webdav.org/) implementation.
836         (url-dav-supported-p): Cheap way to figure out whether we will be
837         able to do DAV at all.  We rely on the XML parser expanding
838         namespaces for us, and currently you need a patched version of
839         xml.el to do this.  Patch sent to author for consideration.
840         (url-dav-file-attributes): Much more complete version of
841         `file-attributes' using the WebDAV PROPFIND method.  Now correctly
842         finds out whether something is a directory (a WebDAV collection),
843         the last modification time, and permissions (based on the
844         DAV:supportedlock information).
845         (url-dav-get-properties): Generic interface to get WebDAV
846         properties for a URL.  Can specify an optional `depth' parameter
847         to tell the web server how many directory (collection) levels to
848         recurse when retrieving the property lists.  Returns an assoc
849         list keyed off of the resource, the cdr of which is a property list.
850         (url-dav-datatype-attribute): We support the XML-Data note
851         (http://www.w3.org/TR/1998/NOTE-XML-data) to figure out what the
852         datatypes of attributes are.  Currently only date, dateTime, int,
853         number, float, boolean, and uri are supported.
855 2001-12-04  William M. Perry  <wmperry@gnu.org>
857         * lisp/url-handlers.el (file-name-absolute-p): New hooked
858         version.  If the filename matches our regexp, then it is always
859         absolute, so just return `t'.
860         (expand-file-name): New hooked version.  If the fragment is an
861         absolute file or URL, then expand it relative to '/'.
862         (url-handler-regexp): New regexp for specific schemes that we
863         want the file-name-handlers to work off of.
864         (url-setup-file-name-handlers): Use it when installing the handlers.
866         * lisp/url-http.el (url-http-find-free-connection): Better logging
867         about whether we are reusing an existing connection or not.
869         * lisp/url-methods.el (url-scheme-register-proxy): Fix bad call
870         to string-match instead of match-string (and with reversed
871         arguments even).
873         * lisp/url-http.el (url-http-debug): Change to now use the
874         generic url-debug function to do the actual logging.  Still a
875         separate function so that we can do our magic on the network
876         connection if the user quits while we are downloading.
878         * lisp/url-handlers.el (url-file-handler): Now logs the result of
879         the hooked or real call.
881         * lisp/url-util.el (url-debug): New function for generic debug logging.
883 2001-11-28  William M. Perry  <wmperry@gnu.org>
885         * lisp/url-imap.el (url-imap-open-host): Use backquote.
886         (url-imap): Now switches to 'login as the imap authenticator if
887         the URL provides a username and password.
889         * lisp/url-handlers.el (url-setup-file-name-handlers): Use cl &
890         push to replace some strange logic in here.
891         (url-run-real-handler): New function to run the real hooks in
892         case we get a false positive or an operation that we do not
893         support.  The old way disabled _ALL_ file-name-handlers when
894         we hit something we didn't understand - this disables JUST us.
895         (url-file-handler): Remove the logic about removing the leading
896         '/' off of the first argument... it may not be safe to always
897         assume that the first argument is the one we are acting on -
898         `default' is the second argument for expand-file-name for example.
899         (url-setup-file-name-handlers): Use url-nonrelative-link
900         directly.  This means that you must type in the URL directly
901         without prefixing it with a '/'.
903         (gnus-cache-articles-in-group "nnml+mail:comp.emacs-devel")
905         Ends up calling (expand-file-name "nnml+mail:comp.emacs-devel" ...)
906         which activates us (because 'nnml+mail' _is_ a valid scheme name
907         for a URI).  We get thoroughly confused and end up returning
908         `nil' when we shouldn't.
910 2001-11-26  William M. Perry  <wmperry@gnu.org>
912         * lisp/url-handlers.el (file-writable-p): Add NULL handler for
913         this so that visiting a URL directly will work.
914         (file-symlink-p): Ditto.
915         (url-insert-file-contents): If `visit' is non-nil then make sure
916         we set buffer-file-name.  After these changes you can visit
917         http://www.gnu.org/ directly from the minibuffer.
918         (url-insert-file-contents): When inserting the file contents,
919         use a save-excursion so that we behave just like the original.
921 2001-11-25  William M. Perry  <wmperry@gnu.org>
923         * lisp/url-util.el (url-hexify-string): Fix bad use of mapconcat.
925 2001-11-24  William M. Perry  <wmperry@gnu.org>
927         * lisp/url-about.el (url-about): New loader scheme to handle
928         about:foo URLs.  Automatically tries to find a `url-about-foo'
929         function to display the actual data.
930         (url-about-protocols): Implement about:protocols
932         * lisp/url-http.el (url-http): Make sure that we signal an error
933         when we cannot open a network connection for whatever reason.
934         Before, it would just silently clean up after itself and the user
935         got absolutely no indication that an error had occured.  If the
936         error should truly be ignored, the caller should do that for us.
937         (url-http-chunked-encoding-after-change-function): Doh!  Need to
938         user marker-position in some log messages now that
939         url-http-chunked-start is a marker.
941 2001-11-22  William M. Perry  <wmperry@gnu.org>
943         * lisp/url-https.el: Fixed definition of url-https - was using the
944         wrong signature.  Too much cut & paste.
945         (url-https-create-secure-wrapper): Fix so that url-https works
946         at all.  Was not taking a null `method' into account when calling
947         the wrapped function so url-https tried to call url-http-nil.  *sigh*
949         * lisp/url-http.el
950         (url-http-chunked-encoding-after-change-function): Add some
951         feedback when not debugging about what content-type and chunk # we
952         are reading.
953         (url-http-chunked-encoding-after-change-function): Use a marker
954         for url-http-chunked-start so that we can safely delete the
955         chunk-tokens instead of just marking them as invisible.
956         (url-http-chunked-encoding-after-change-function): Actually delete
957         the chunk-tokens.  Now that we are not run from 'real'
958         after-change functions, this is safe, and the right thing to do.
959         Otherwise the HTML parser still saw them and inferred all sorts of
960         bad things about the document (ie: nothing had a title!)
962 2001-11-21  William M. Perry  <wmperry@gnu.org>
964         * lisp/url-http.el (url-http-debug): Document this variable.
965         People other than I might want to use it.
966         (url-http-debug): Put some code in here to check quit-flag
967         directly.  When the chunked encoding went into a tight spin, your
968         Emacs would be wedged forever.  This short-circuits all the
969         after-change functions and signals an error.
970         (url-http-debug): If url-http-debug is non-nil and non-t, then log
971         the debug messages using `message' as well as sending them to the
972         buffer.
973         (url-http-chunked-encoding-after-change-function): Got rid of the
974         no-initial-crlf.  Had an epiphany and I can just infer this from
975         url-http-chunked-counter being 0.
976         (url-http-chunked-encoding-after-change-function): Move the debug
977         statement about reading chunk #foo into the loop so that each
978         chunk will have a log message associated with it.
979         (url-http-chunked-encoding-after-change-function): Make sure to
980         set read-next-chunk to nil when the regular expression match fails
981         to fire.  Otherwise we could loop forever.
982         (url-http-chunked-encoding-after-change-function): Tweak the
983         regular expression to be a little less greedy when looking for a chunk.
984         (url-http-wait-for-headers-change-function): Remove the last
985         argument when calling
986         url-http-chunked-encoding-after-change-function.  It is no longer
987         needed.  I should use my brain sometime.
989         * lisp/url-vars.el (and): Fix feature test for xemacs and
990         coding-system-list behaviour.
992         * lisp/url-http.el
993         (url-http-chunked-encoding-after-change-function): Add optional
994         no-initial-crlf flag that modifies the regular expression.
995         This is only set from url-http-wait-for-headers-change-function so that
996         the initial CRLF in the HTTP headers is not swallowed.
997         (url-http-chunked-encoding-after-change-function): Fix a few
998         off-by-one errors by using (match-end 0) instead of 1.
999         (url-http-chunked-encoding-after-change-function): Add a few
1000         url-http-debug calls to help track down problems in the chunked
1001         encoding.
1002         (url-http-chunked-encoding-after-change-function): The chunk
1003         reading in here is now in a while loop so that if Emacs feeds us a
1004         chunk of data that happens to contain more than one 'chunk'
1005         delimiter, we behave correctly.
1006         (url-http-wait-for-headers-change-function): Make sure that we
1007         pass no-initial-crlf to
1008         url-http-chunked-encoding-after-change-function when passing
1009         initial data to the decoder.
1010         (url-http-generic-filter): url-http-debug statement so we can tell
1011         when/where our after-change-functions are being called.
1013 2001-10-11  Dave Love  <fx@gnu.org>
1015         * lisp/url-handlers.el: Doc fixes.
1016         (string-match): Use (featurep 'xemacs).
1018         * lisp/url-methods.el (url-scheme-get-property): Avoid `mapc'.
1020         * lisp/url-proxy.el (url-find-proxy-for-url): Avoid `pop'.
1022         * lisp/url-vars.el (url-running-xemacs): Delete.
1023         (url-gateway-unplugged): New variable.
1025         * lisp/url-gw.el (url-open-stream): Use url-gateway-unplugged.
1026         Comment out OS/2 stuff.
1028 2001-10-05  Dave Love  <fx@gnu.org>
1030         * lisp/url-mailto.el (url-mailto): Don't send auto-generated mail
1031         without confirmation.
1033 2001-10-02  Dave Love  <fx@gnu.org>
1035         * lisp/url-http.el (url-http-create-request): Check cache for
1036         proxy-obj, if defined, rather than url.
1037         (url-http): Use dolist, not mapc (runtime cl dependency).
1039         * lisp/url-methods.el: Maybe require cl at runtime.
1040         (url-scheme-register-proxy): Fix fetching from environment.
1041         Don't concat a number.
1043 2001-10-01  Dave Love  <fx@gnu.org>
1045         * lisp/url-parse.el: Use modern backquote syntax.
1047         * lisp/url-vars.el (url-uncompressor-alist): Add bzip2.
1048         (url-mail-command): Prefer compose-mail.
1049         (tcp-binary-process-input-services): Comment out.
1050         (url-working-buffer): New constant.
1052         * lisp/url-util.el (url-extract-mime-headers): New function.
1054         * lisp/url-mailto.el (url-mailto): Set source-url.  Don't add
1055         User-Agent.
1057 2001-09-20  Dave Love  <fx@gnu.org>
1059         * lisp/url-http.el (url-http-create-request): Don't concat a number.
1061 2001-06-05  Dave Love  <fx@gnu.org>
1063         * lisp/url.el (url-do-setup): Doc fix.  Don't try to frob
1064         tcp-binary-process-input-services.  Remove function wrapper for lambda.
1065         (url-retrieve): Barf with sensible message if url-type is null.
1067         * lisp/url-http.el (url-http): Don't try to set process
1068         coding-system here -- done in url-gw.
1070         * lisp/url-gw.el (url-gw-inhibit-code-conversion): Remove.
1071         (url-open-stream): Bind coding-system-for{read,write} when setting
1072         up the connexion.  Don't call url-gw-inhibit-code-conversion.
1074 2001-05-24  William M. Perry  <wmperry@gnu.org>
1076         * lisp/url.el (url-retrieve-synchronously): Avoid accept-process-output
1077         in url-retrieve-synchronously.
1079 2001-05-23  William M. Perry  <wmperry@gnu.org>
1081         * lisp/url.el (url-retrieve-synchronously): Don't put a timeout on
1082         accept-process-output.  This is evidently causing hangs in Emacs
1083         21 when viewing complex pages with images or stylesheets.
1084         www.yahoo.com is now viewable.
1086         * lisp/url-gw.el (url-open-stream): Avoid using mule-sysdp
1087         (mule-inhibit-code-conversion) and just have a local function that
1088         does this minimal cruft.
1089         (url-gw-inhibit-code-conversion): New function to turn off code
1090         conversion in a process.
1092 2001-05-22  William M. Perry  <wmperry@gnu.org>
1094         * lisp/url.el (url-retrieve-synchronously): Use lexical-let so
1095         that we can allow multiple asynch retrievals to happen at once.
1096         (url-retrieve-synchronously): Use a much smaller timeout when
1097         doing the accept-process-output.  This gets rid of the long delays
1098         if you are on a fast net connection and retrieve small documents
1099         that finish asynchronously before the first accept-process-output
1100         can be run.  All hail broadband and 100Mb in the house!
1101         (url-retrieve-synchronously): Add documentation for this function.
1102         (url-retrieve): Ditto.
1103         (url-mm-url): Ditto.
1105         * lisp/url-vars.el: Replaced `HTTP/1.0' with just `HTTP' in some
1106         documentation strings.  Ok, so I'm anal.
1108         * lisp/url-methods.el (url-scheme-methods): Add default methods
1109         for file-directory-p and file-truename.
1111 2001-05-22  Dave Love  <fx@gnu.org>
1113         * lisp/url-auth.el (url-warn): Autoload.
1115         * lisp/url-proxy.el (url-warn): Autoload.
1117         * lisp/url-nfs.el: Fix `file-truname' typo.
1119         * lisp/url-news.el: Require cl when compiling.
1120         (url-warn, gnus-group-read-ephemeral-group):  Autoload.
1121         (url-nntp-default-port, url-news-default-port, url-nntp): Delete.
1122         (url-news-fetch-newsgroup): Declare gnus-group-buffer special.
1124         * lisp/url-util.el (mule-decode-string): Don't autoload.
1125         (url-hexify-string): Just barf on multibyte characters.
1126         (url-generate-unique-filename): New function.
1128         * lisp/url-file.el (url-file): Use url-generate-unique-filename,
1129         not mm-generate-unique-filename.
1131         * lisp/url-http.el: Declare things special in various places.
1132         (url-http-activate-callback): Don't set
1133         url-http-real-after-change-function.
1135 2001-05-22  William M. Perry  <wmperry@gnu.org>
1137         * lisp/url-http.el (url-http-attempt-keepalives): New variable to
1138         control whether we try to do keep-alives for our connections.
1139         (url-http-version): New variable to control whether we advertise
1140         ourselves as an HTTP/1.1 client or not.  This can be useful for
1141         avoiding chunked encoding, and other 1.1 features we may not have
1142         fully implemented yet.
1143         (url-http-create-request): Honor the new variables.
1145 2001-05-21  Dave Love  <fx@gnu.org>
1147         * lisp/url-vars.el (mm-mime-mule-charset-alist): Don't readjust it
1148         in XEmacs.
1149         (url-mime-charset-string): Don't reverse the list before sorting.
1151 2001-05-17  William M. Perry  <wmperry@gnu.org>
1153         * lisp/url-http.el (url-http-generic-filter): Avoid using
1154         after-change-functions natively.  There are just too many ways
1155         that this screws up in Emacs 21.  Use a filter function on the
1156         process instead, and call the hook on
1157         url-http-after-change-function manually.  [Actually, it will work
1158         in Emacs 21, but one problem that has been fixed in Emacs 21
1159         exists in Emacs 20.  -- fx]
1161         * lisp/url-vars.el (url-mime-charset-string): sort-coding-systems
1162         does not exist on older versions of Emacs, or any version of
1163         XEmacs.  Do not call it unless it is bound.
1165 2001-05-17  Dave Love  <fx@gnu.org>
1167         * lisp/url-http.el (url-http-create-request): Fix non-GET requests.
1169 2001-05-16  Dave Love  <fx@gnu.org>
1171         * lisp/url-vars.el: Doc fixes.  Require mm-util.
1172         (url-mime-charset-string): New variable.
1174         * lisp/url-http.el: Doc fixes.
1175         (url-http-create-request): Rearrange how we assemble the request.
1176         Avoid generating bogus requests with an empty real-fname.
1177         (url-http-handle-authentication): Declare status and success special.
1178         (url-http): Call mm-disable-multibyte.  Set process buffer's
1179         coding systems to binary.
1181         * lisp/url-misc.el (url-data): Call mm-disable-multibyte.
1183         * lisp/url-file.el: Don't require mule-sysdp.  Fix `file-truname' typo.
1184         (url-file-find-possibly-compressed-file): Doc fix.
1185         (url-file): Bind coding-system-for-read.  Call mm-disable-multibyte.
1187         * lisp/url-cache.el: Don't require mule-sysdp.
1188         (url-store-in-cache): Avoid mule-write-region-no-coding-system.
1190         * lisp/url.el: Don't require mule-sysdp.
1191         (url-retrieve): Only set text properties if url is a string.
1193 2001-05-14  Dave Love  <fx@gnu.org>
1195         * lisp/url-http.el (url-http-create-request):
1196         Declare proxy-object, proxy-info special.
1197         (url-http-handle-authentication): Declare success special.
1199 2001-05-12  Dave Love  <fx@gnu.org>
1201         * lisp/url-http.el: Revert last change.
1203 2001-05-10  Dave Love  <fx@gnu.org>
1205         * lisp/url-http.el (url-http-generic-after-change-function):
1206         Make it permanent-local.
1208 2001-05-05  Dave Love  <fx@gnu.org>
1210         * lisp/url-http.el: Autoload some functions.
1211         (cl): Require when compiling.
1212         (url-http-extra-headers): Defvar when compiling.
1213         (url-http): Treat after-change-functions as a local hook.
1215         * lisp/url-history.el (url-parse): Require.
1216         (url-do-setup): Autoload.
1218         * lisp/url-gw.el: Require url-vars.  Autoload some functions.
1220         * lisp/url-file.el: Require mailcap.  Require cl when compiling.
1221         Use (featurep 'xemacs).
1222         (url-file-build-filename): Bind pos-index.
1223         (url-file): Call url-find-file-dired, not url-dired-find-file.
1225         * lisp/url-dired.el: Add copyright notice.  Autoload some functions.
1226         (url-dired-minor-mode-map): Use (featurep 'xemacs).
1227         (url-dired-find-file-mouse): Use mouse-set-point, not event-point.
1228         (url-find-file-dired): Rename from one version of url-dired-find-file.
1230         * lisp/url-cid.el: Don't require widget.  Require mm-decode
1231         unconditionally.
1233         * lisp/url-util.el: Autoload mule-decode-string,
1234         timezone-parse-date, timezone-make-date-arpa-standard.
1235         (url-unreserved-chars): Fix list per RFC 2396.
1236         (url-hexify-string): Maybe string-make-unibyte.
1238         * lisp/url-news.el: Require nntp.
1240         * lisp/url-imap.el: Require cl when compiling.  Require nnimap
1241         unconditionally.
1243 2001-05-04  Dave Love  <fx@gnu.org>
1245         * lisp/url-handlers.el (url-file-local-copy): Use make-temp-file,
1246         not non-existent mailcap-generate-unique-filename.
1248         * lisp/url-privacy.el: Require url-vars.  Require cl when compiling.
1250         * lisp/url-parse.el: Require url-vars.
1251         Autoload url-scheme-get-property.
1253         * lisp/url-nfs.el: Require cl when compiling.  Test for XEmacs
1254         with featurep.
1256         * lisp/url-mailto.el: Require cl when compiling.
1258         * lisp/url-cookie.el (url-cookie-handle-set-cookie):
1259         Call url-parse-args, not url-util-parse-args.
1261         * lisp/url-cache.el (url-cache-expired): Remove bogus `return'.
1263 2001-04-09  Dave Love  <fx@gnu.org>
1265         * lisp/mule-sysdp.el (mule-detect-coding-version)
1266         (mule-code-convert-region, mule-inhibit-code-conversion)
1267         (mule-write-region-no-coding-system, mule-encode-string)
1268         (mule-decode-string, mule-truncate-string)
1269         (mule-find-charset-region, mule-coding-system-name)
1270         (mule-find-coding-system, mule-make-iso-character): Grok Mule 5.0.
1271         [There must be a better way.]
1272         (mule-coding-system-p, string-width): Use defalias.
1274 2001-01-03  Sam Steingold  <sds@gnu.org>
1276         * lisp/url-http.el (url-http-wait-for-headers-change-function):
1277         set `url-http-end-of-headers' to 0 for HTTP 0.9
1279 2001-01-02  Sam Steingold  <sds@gnu.org>
1281         * lisp/url-auth.el (provide): `url-auth', not `urlauth'
1283 2000-12-22  Dave Love  <fx@gnu.org>
1285         * lisp/url-history.el (url): Don't require (to avoid recursion).
1286         (cl): Require when compiling.
1288         * lisp/url-http.el (url-auth): Require.
1289         (url-http-handle-authentication): Fix typo.
1291         * lisp/url-cookie.el (url-cookie-setup-save-timer): Fix typo.
1293 2000-12-20  Dave Love  <fx@gnu.org>
1295         * lisp/url.el: Require mm-decode, mm-view when compiling.
1296         <not (fboundp 'puthash)>: Define puthash and
1297         autoload other has functions rather than using cl-...hash.
1298         (url-warn): Define.
1300         * lisp/url-ns.el, lisp/url-methods.el, lisp/url-http.el:
1301         Avoid cl-...hash functions.
1303         * lisp/url-history.el: Avoid cl-...hash functions.
1304         (url): Require.
1306         * lisp/url-gw.el, lisp/url-cookie.el:  Require cl only when compiling.
1308 2000-10-03  William M. Perry  <wmperry@aventail.com>
1310         * lisp/url-util.el (url-get-url-at-point): Guard against 'url'
1311         getting set to nil due to bad string matching.  Subsequent matches
1312         would then choke because we passed string-match a nil.
1314         * lisp/url-http.el (url-http-parse-headers): Need to make the
1315         connection as 'free' when we get a 304 response (found in cache),
1316         or when a keep-alive conneection timed out, it would re-parse the
1317         headers and dispatch to the callback again.  Eek.
1319 2000-10-02  William M. Perry  <wmperry@aventail.com>
1321         * lisp/url-http.el (url-http-chunked-encoding-after-change-function):
1322         implement chunked transfer-coding.
1323         (url-http-create-request): We can now advertise ourselves as a 1.1
1324         compliant browser!
1326 2000-07-28  Sam Steingold  <sds@gnu.org>
1328         * lisp/url-methods.el (url-scheme-default-loader): `callback' and
1329         `cbargs' are optional args (for calling from w3).
1330         (url-scheme-register-proxy): Typos fixes: `url-match' replaced
1331         with `string-match' and `protocol' with `scheme'.
1333 2000-07-18  Sam Steingold  <sds@gnu.org>
1335         * lisp/url-handlers.el (require 'url): For url-retrieve-synchronously.
1336         * lisp/url-history.el (url-history-save-interval): Avoid circularity.
1338 2000-07-10  William M. Perry  <wmperry@aventail.com>
1340         * lisp/mule-sysdp.el (mule-make-iso-character): If we are not in
1341         mule, and the character requested is > 255, then return "~"
1342         instead of letting whoever call us signal an error when they try
1343         to insert the character.
1344         (mule-make-iso-character): Also wrap the whole thing in a
1345         condition case and return "~" on error, in case make-char bombs on us.
1347         * lisp/url-cid.el (url-cid): Fix stupid mistake in the loader
1348         for cid parts.
1350         * lisp/url-util.el (url-display-percentage): New routine that uses
1351         the progress bar under XEmacs if available.  Looks very sexy under
1352         XEmacs/GTK hacked to use the GNOME statusbar.
1354         * lisp/url-http.el
1355         (url-http-content-length-after-change-function): Use new function
1356         url-display-percentage instead of url-lazy-message.
1358 2000-01-27  William M. Perry  <wmperry@aventail.com>
1360         * lisp/url-file.el (url-file-build-filename): Work around for
1361         differences in ange-ftp / efs handling of port numbers other than 21.
1363 1999-12-24  William M. Perry  <wmperry@aventail.com>
1365         * lisp/url-irc.el: Added pointer to draft specification for the
1366         IRC URL so people don't think I'm crazy.
1368         * configure.in: Checks to make sure that Gnus was found, since we
1369         HAVE to have it now.  Removed conditional compilation of url-cid.el
1371 1999-12-16  Eric Marsden <emarsden@mail.dotcom.fr>
1373         * lisp/url-util.el (url-get-url-at-point): Allow URLs wrapped in
1374         () to have periods at the end of the chunk.
1376 1999-12-14  William M. Perry  <wmperry@aventail.com>
1378         * lisp/url-misc.el (url-man): Implement `man' URL types.
1379         (url-info): Autoload.
1380         (url-man): Ditto.
1381         (url-rlogin): Ditto.
1382         (url-telnet): Ditto.
1383         (url-tn3270): Ditto.
1384         (url-generic-emulator-loader): Ditto.
1386         * lisp/url-https.el (url-https-create-secure-wrapper): New macro
1387         to wrap arbitrary `http' methods with the appropriate magic to
1388         turn SSL on.
1389         (file-exists-p): Use it.
1390         (file-readable-p): Use it.
1391         (file-attributes): Use it.
1393         * lisp/url-news.el (url-news-fetch-newsgroup): When building the
1394         server spec for Gnus, make sure we set
1395         nntp-open-connection-function directly, so that other news-related
1396         functions above us can set it.
1397         (url-snews): Implement `snews' URLs using `nntp-open-ssl-stream'.
1398         (url-nntp): Autoload.
1399         (url-snews): Ditto.
1400         (url-news): Ditto.
1402 1999-12-12  William M. Perry  <wmperry@aventail.com>
1404         * lisp/url-http.el (url-http-parse-response): New function to
1405         parse just the HTTP response code out of the buffer, without
1406         taking any other actions.
1407         (url-http-wait-for-headers-change-function): Use it here when we
1408         know we have an HTTP/1.x response.
1409         (url-http-wait-for-headers-change-function): Special case a
1410         response code of '304' or there could be some delays waiting for
1411         keep-alives to time out on cached documents with no known
1412         content-length on the server.
1414 1999-12-11  William M. Perry  <wmperry@aventail.com>
1416         * aclocal.m4 (AC_CHECK_CUSTOMLOADS): Don't use $(EMACS) in here -
1417         the Makefile does that for us.  We just need to provide what files
1418         to load/functions to run.
1420         * lisp/url-imap.el (url-imap-open-host): Need to bind
1421         nnimap-server-buffer or `nnimap-open-server' chokes trying to use
1422         the current buffer as the IMAP server buffer, which fails miserably.
1424 1999-12-11  Simon Josefsson <jas@pdc.kth.se>
1426         * lisp/url-imap.el: Initial (rough) implementation for IMAP urls.
1428 1999-12-11  William M. Perry  <wmperry@aventail.com>
1430         * lisp/url-file.el (url-file-asynch-callback): Make the checks for
1431         ange-ftp vs. efs calling semantics consistent, so that if someone
1432         has NEITHER of them loaded, everything should still work.
1434         * lisp/url-handlers.el (url-copy-file): Autoload.
1435         (url-file-local-copy): Ditto.
1436         (url-insert-file-contents): Ditto.
1437         (url-setup-file-name-handlers): Ditto.
1439 1999-12-10  William M. Perry  <wmperry@aventail.com>
1441         * lisp/url-http.el (mail-parse): Since we use functions from here,
1442         we should require it, eh?
1444 1999-12-10 01:57:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
1446         * lisp/url-cookie.el (url-cookie-multiple-line): One line cookie
1447         if nil.
1448         (url-cookie-generate-header-lines): Use it.
1450 1999-12-06  William M. Perry  <wmperry@aventail.com>
1452         * lisp/mule-sysdp.el (mule-code-convert-region): Deal with Mule
1453         4.1 gracefully
1455         * lisp/url-news.el: Reimplemented news and nntp URL support.
1456         No longer bothers to check for outdated Gnus versions, since this
1457         will not work without them anyway.
1459 1999-12-05  Dave Love  <fx@gnu.org>
1461         * lisp/url-methods.el, lisp/url-proxy.el, lisp/url-util.el,
1462         lisp/url.el:
1463         Require url-parse.
1465 1999-12-05  William M. Perry  <wmperry@aventail.com>
1467         * lisp/url-http.el (url-http-find-free-connection): Spit out a
1468         message when we have to contact a host so the user always gets
1469         at least some feedback.
1471         * lisp/url-expand.el (url-expander-remove-relative-links): Moved and
1472         renamed function.
1473         (url-default-expander): Use it.
1475         * lisp/url-file.el (url-file-asynch-callback): Deal with just efs-auto
1476         as well as efs.
1477         (url-file): Add default content-type of application/octet-stream if
1478         none known.
1479         (url-file): Correct bad call to url-host-is-local-p
1481         * lisp/url-handlers.el (url-insert-file-contents): Emacs doesn't
1482         like buffer-substring with nil arguments.
1483         (url-copy-file): Use mm-destroy-parts instead of just killing
1484         the buffer.  Use defined interfaces when available!
1485         (url-insert-file-contents): Ditto.
1487         * lisp/url-http.el (url-http-create-request): Lots of changes to
1488         get proxying working.
1490         * lisp/url-methods.el (url-scheme-register-proxy): New function to
1491         find and register a proxy for a specific scheme.
1492         (url-scheme-get-property): Use it when we load a URL scheme for
1493         the first time.
1495         * lisp/url-util.el (url-get-url-at-point): Re-integrated
1497 1999-12-04  William M. Perry  <wmperry@aventail.com>
1499         * lisp/url-file.el (url-file): Signal an error if
1500         url-file-build-filename could not find the filename.
1502 1999-12-01  William M. Perry  <wmperry@aventail.com>
1504         * lisp/url.el (url-retrieve): Use url-history-update-url instead
1505         of manipulating the hash table directly.
1507         * lisp/url-history.el (url-completion-function): New function to
1508         use for reading a URL with completion.
1509         (url-history-update-url): New function to hide the hashtable
1510         implementation from people inserting things into the history.
1512 1999-11-30  William M. Perry  <wmperry@aventail.com>
1514         * lisp/url-proxy.el (url-proxy): Minor tweaks to get proxy support
1515         working.
1517         * lisp/url-parse.el (url-generic-parse-url): Fix bad call to
1518         url-parse-args, which had changed the type of arguments it expects.
1520         * lisp/url-handlers.el (url-insert-file-contents): Ditto.
1521         (url-copy-file): Ditto.
1523         * lisp/url.el (url-mm-callback): Use mm-destroy-parts instead of
1524         just killing the buffer.  Use defined interfaces when available!
1526         * aclocal.m4 (AC_EMACS_LISP): Correctly redirect things out to
1527         AC_FD_CC so they show up in config.log
1528         (AC_EMACS_CHECK_LIB): Duh, fixed stupid mistake that would make
1529         this always return 't' instead of 'yes' on successfully finding
1530         the library.
1532         * lisp/url-http.el (url-http-parse-headers): Add some
1533         DAV-specific error codes.
1535         * lisp/url.el (url-retrieve): Allow pre-parsed URLs to be passed in.
1536         (url-retrieve-synchronously): Duh, make this function actually
1537         work again.  Numerous problems with it, including variable name
1538         collisions - I love dynamically scoped lisps!
1540         * lisp/url-nfs.el (url-nfs-create-wrapper): New function to create
1541         wrappers onto the appropriate file-based URLs for file-name-handlers.
1543         * lisp/url-ftp.el: Moved the FTP stuff into it's own file - it
1544         might get messy with file-name-handlers and things.
1546         * lisp/url-http.el (url-http-clean-headers): Fix problem when
1547         using 'HEAD' requests.  Thou shalt not change the length of the
1548         region during an after-change-function.
1550         * lisp/url-methods.el (url-scheme-methods): New variable that
1551         holds a list of the methods/variables we look for in a URL scheme.
1552         (url-scheme-get-property): Use it.
1554 1999-11-29  William M. Perry  <wmperry@aventail.com>
1556         * lisp/url-http.el (url-http-file-attributes): Reimplement.
1557         (url-http-file-exists-p): Ditto.
1559         * lisp/url-nfs.el: Reimplemented the `nfs' URL scheme.
1561         * lisp/url-file.el (url-file-create-wrapper): New macro to create
1562         file-name-handler stubs for all the FTP/FILE stuff.
1564         * lisp/url-handlers.el: New file to handle file-name-handler-alist
1565         cruft.  Generic interface on top of functions that each URL
1566         loader provides, if capable.
1568 1999-11-27  William M. Perry  <wmperry@aventail.com>
1570         * lisp/url-https.el: Implemented HTTPS support.
1572 1999-11-26  William M. Perry  <wmperry@aventail.com>
1574         * url-privacy.el (url-setup-privacy-info): Don't rely on
1575         device-type being defined.  Not going to bother redistributing
1576         devices.el for just one function.
1578         * url-methods.el (url-scheme-get-property): Emacs does not have
1579         the 3rd-argument to plist-get to specify the default.  *sigh*
1581         * url-dired.el (add-minor-mode): Add definition for Emacs.
1583         * url-http.el (url-http-generic-after-change-function):
1584         New function, since Emacs does not allow you to change the
1585         after-change-functions variable from within a function run by
1586         said hook.  This just hands it off to the REAL function.
1587         Side-effect is that this now works on Emacs at all. :)
1589         * Initial checkin of rewritten URL library.
1591 Local variables:
1592 coding: utf-8
1593 End:
1595 ;; arch-tag: ac117078-3091-4533-be93-098162ac2926