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