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