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