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