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