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