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