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