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