]> code.delx.au - gnu-emacs/blob - lisp/url/ChangeLog
4091d2eb7220900e6d1e57a724e8bd179c59f6a1
[gnu-emacs] / lisp / url / ChangeLog
1 2014-12-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * url-http.el (url-http-parse-headers): `gnutls-available-p' is
4 now always available.
5
6 2014-12-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7
8 * url-http.el (url-http-parse-headers): Check that
9 `gnutls-available-p' is defined (bug#19346).
10
11 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
12
13 * url-http.el (url-http-parse-headers): Pass the GnuTLS status of
14 the connection to the caller.
15 (url-http-parse-headers): When being redirected, make sure we
16 flush the previous certificate.
17
18 2014-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * url-http.el (url-http-activate-callback): Make debug more verbose.
21
22 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * url-future.el (url-future-done-p, url-future-completed-p)
25 (url-future-errored-p, url-future-cancelled-p):
26 * url-dav.el (url-dav-http-success-p): Use define-inline.
27
28 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
29
30 * url-http.el (url-http): Respect `url-request-noninteractive'.
31
32 * url-queue.el (url-queue-start-retrieve): Fetching through
33 url-queue should always be noninteractive.
34
35 * url-vars.el (url-request-noninteractive): New variable.
36
37 2014-11-14 David Reitter <david.reitter@gmail.com>
38
39 * url-domsuf.el (url-domsuf-parse-file): Read compressed
40 publicsuffix file if available.
41
42 2014-11-05 Teodor Zlatanov <tzz@lifelogs.com>
43
44 * url-http.el (url-user-agent): New variable, can be function or
45 string. Suggested by Vibhav Pant <vibhavp@ubuntu.com>.
46 Add :version. (Bug#16498)
47
48 (url-http-user-agent-string): Use it.
49
50 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
51
52 Simplify use of current-time and friends.
53 * url-cache.el (url-cache-prune-cache):
54 Rename local var to avoid confusion.
55 * url-util.el (url-get-normalized-date):
56 Omit unnecessary call to current-time.
57
58 2014-10-20 Glenn Morris <rgm@gnu.org>
59
60 * Merge in all changes up to 24.4 release.
61
62 2014-10-07 Eli Zaretskii <eliz@gnu.org>
63
64 * url-http.el (url-http-create-request): Recheck zlib availability
65 on windows-nt each time it might be required. (Bug#18650)
66
67 2014-09-28 Ulf Jasper <ulf.jasper@web.de>
68
69 * url-gw.el (url-open-stream): New optional parameter
70 `gateway-method'. If non-nil use it instead of global variable
71 `url-gateway-method'.
72
73 * url/url-http.el (url-http): New optional parameter
74 `gateway-method', pass it to `url-http-find-free-connection'.
75 (url-http-find-free-connection): New optional parameter
76 gateway-method, pass it to `url-open-stream'.
77 (url-https-create-secure-wrapper): Do not modify
78 `url-gateway-method' but explicitly provide 'tls as gateway-method
79 parameter to `url-https'.
80
81 2014-09-22 Dmitry Gutov <dgutov@yandex.ru>
82
83 * url.el (url-retrieve-internal): Clarify the docstring.
84
85 * url-http.el (url-http): Same. (Bug#18116)
86
87 2014-08-07 Reuben Thomas <rrt@sc3d.org>
88
89 * url-handlers.el: Remove a comment about VMS, which we no longer
90 support.
91
92 2014-08-03 Paul Eggert <eggert@cs.ucla.edu>
93
94 Don't mishandle dates in the year 9999 (Bug#18176).
95 * url-cookie.el (url-cookie-expired-p): Treat out-of-range
96 expiration dates as if they were far in the future.
97
98 2014-06-26 Leo Liu <sdl.web@gmail.com>
99
100 * url-http.el (url-http-end-of-headers): Remove duplicate defvar.
101
102 * url-handlers.el (url-http-parse-response): Remove unused autoload.
103 (url-insert-file-contents): Condition on url-http-response-status
104 for the HTTP/S specific part. (Bug#17549)
105
106 2014-05-14 Glenn Morris <rgm@gnu.org>
107
108 * url-util.el (url-make-private-file): Use with-file-modes.
109
110 2014-05-12 Michael Albinus <michael.albinus@gmx.de>
111
112 * url-handlers.el (url-file-handler-load-in-progress): New defvar.
113 (url-file-handler): Use it, in order to avoid recursive load.
114
115 2014-05-04 Glenn Morris <rgm@gnu.org>
116
117 * url-parse.el (url-generic-parse-url): Doc fix (replace `iff').
118
119 2014-04-01 Michael Albinus <michael.albinus@gmx.de>
120
121 * url-tramp.el: New file.
122
123 * url-handlers.el (url-handler-regexp): Add ssh, scp, rsync and telnet.
124 Add :version.
125 (url-file-handler): Call `url-tramp-file-handler' if appropriate.
126
127 2014-03-28 Glenn Morris <rgm@gnu.org>
128
129 * url-vars.el (url-bug-address): Make into an obsolete alias.
130 * url-http.el (url-http-handle-authentication):
131 * url-news.el (url-news-fetch-message-id):
132 Use M-x report-emacs-bug in help messages.
133
134 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
135
136 * url-handlers.el (url-http-parse-response): Add autoload.
137 (url-insert-file-contents): Signal file-error in case of HTTP error.
138
139 2014-02-05 Glenn Morris <rgm@gnu.org>
140
141 * url-cookie.el (url-cookie-list): Doc fix.
142
143 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
144
145 * url-vars.el (url): Link to info manual.
146
147 2014-01-08 Jarosław Rzeszótko <sztywny@gmail.com> (tiny change)
148
149 * url-http.el (url-http-create-request): Don't add extra \r\n after
150 http data (bug#16220).
151
152 2013-12-28 Glenn Morris <rgm@gnu.org>
153
154 * url-history.el (url-history-track):
155 * url-vars.el (url-honor-refresh-requests): Fix custom types.
156
157 2013-12-20 Leo Liu <sdl.web@gmail.com>
158
159 * url.el (url-retrieve-synchronously): Add optional arg SILENT and
160 INHIBIT-COOKIES.
161
162 2013-09-29 Leo Liu <sdl.web@gmail.com>
163
164 * url-util.el (url-pretty-length): Make obsolete and all uses
165 changed to file-size-human-readable.
166
167 2013-09-18 Glenn Morris <rgm@gnu.org>
168
169 * url-http.el (zlib-decompress-region): Declare.
170
171 2013-09-16 Glenn Morris <rgm@gnu.org>
172
173 * url-misc.el (url-data): Avoid match-data mix-up with base64 case.
174 Use Content-Transfer-Encoding rather than Content-Encoding. (Bug#15285)
175
176 2013-09-13 Glenn Morris <rgm@gnu.org>
177
178 * url-http.el (url-handle-content-transfer-encoding):
179 * url-vars.el (url-mime-encoding-string): Silence compiler.
180
181 2013-08-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
182
183 * url-http.el (url-http-parse-headers): Always place point at the
184 start of the buffer instead of just 80% of the time.
185
186 2013-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
187
188 * url-http.el (url-handle-content-transfer-encoding): Rename
189 `zlib-decompress-gzipped-region' and check whether it's available,
190 too.
191 (url-handle-content-transfer-encoding):
192 Rename `zlib-decompress-region' again.
193
194 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
195
196 * url-vars.el (url-mime-encoding-string): If we have built-in gzip
197 support, say that we accept gzipped content.
198
199 * url-http.el (url-handle-content-transfer-encoding):
200 Support decompressing gzipped content.
201
202 2013-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * url-handlers.el (url-file-name-completion)
205 (url-file-name-all-completions): Don't signal errors (bug#14806).
206
207 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * url-http.el (status): Remove, unused.
210 (success): Remove var.
211 (url-http-handle-authentication): Return the value that `success'
212 should take instead of setting `success' directly. Don't set `status'
213 since it's not used.
214 (url-http-parse-headers): Avoid unneeded setq.
215 Move the `setq success'.
216 (url-http): Use pcase.
217 (url-http-file-exists-p): Simplify.
218
219 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
220
221 * url-cookie.el: Implement a command and mode for displaying and
222 editing cookies.
223 (url-cookie-mode): Fix mode name.
224
225 2013-06-21 Glenn Morris <rgm@gnu.org>
226
227 * url-future.el (url-future-call): Remove useless value call.
228
229 2013-05-23 Glenn Morris <rgm@gnu.org>
230
231 * url.el (mm-dissect-buffer, mm-display-part): Declare.
232
233 2013-05-22 Glenn Morris <rgm@gnu.org>
234
235 * url-handlers.el (mm-save-part-to-file, mm-destroy-parts)
236 (mm-decode-string, mail-content-type-get): Declare.
237
238 2013-05-21 Glenn Morris <rgm@gnu.org>
239
240 * url-dav.el (url-http): Require it.
241 (url-http-head-file-attributes): Don't autoload it.
242
243 * url-proxy.el (url-http): Autoload it.
244
245 2013-05-15 Glenn Morris <rgm@gnu.org>
246
247 * url-news.el (url-news): Remove empty custom group.
248
249 2013-02-16 Glenn Morris <rgm@gnu.org>
250
251 * url-http.el (url-http-wait-for-headers-change-function):
252 Avoid prematurely finding the end of headers when they arrive
253 line-by-line. (Bug#13598)
254
255 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * url-cache.el (url-cache-create-filename-using-md5): Don't waste your
258 time `requiring' a builtin feature.
259
260 2012-12-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
261
262 * url-http.el (url-http-end-of-document-sentinel): Bind relevant
263 url-request-* variables around the call to url-http (Bug#11469).
264
265 * url-expand.el (url-default-expander): Don't calculate a default
266 url port before checking url-type (Bug#12374).
267
268 2012-12-22 Chong Yidong <cyd@gnu.org>
269
270 * url-parse.el (url-port): Doc fix.
271
272 2012-12-03 Chong Yidong <cyd@gnu.org>
273
274 * url-misc.el (url-do-terminal-emulator): Use make-term instead of
275 terminal-emulator.
276
277 2012-10-13 Liam Stitt <stittl@cuug.ab.ca> (tiny change)
278
279 * url-vars.el (url-uncompressor-alist):
280 * url-file.el (url-file-find-possibly-compressed-file, url-file):
281 Recognize .xz compression (Bug#11839).
282
283 2012-10-13 Chong Yidong <cyd@gnu.org>
284
285 * url-http.el (url-http):
286 * url.el (url-retrieve-internal): Doc fix (Bug#6407).
287
288 2012-10-08 Glenn Morris <rgm@gnu.org>
289
290 * url-methods.el (url-scheme-get-property): url-https.el was
291 merged into url-http.el, so load the latter for https. (Bug#12599)
292
293 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * url-http.el (url-http-user-agent-string): Leak less info.
296 (url-http, url-http-file-exists-p, url-http-file-readable-p)
297 (url-http-file-attributes, url-http-options, url-https-default-port)
298 (url-https-asynchronous-p): Don't autoload.
299
300 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * url-handlers.el (url-file-handler): Don't assume any url-FOO function
303 is a good handler for FOO.
304 (url-copy-file, url-file-local-copy, url-insert-file-contents)
305 (url-file-name-completion, url-file-name-all-completions)
306 (url-handlers-create-wrapper): Explicitly register as handler.
307
308 2012-09-29 Bastien Guerry <bzg@gnu.org>
309
310 * url-util.el (url-insert-entities-in-string)
311 (url-build-query-string): Fix docstrings.
312
313 2012-09-25 Chong Yidong <cyd@gnu.org>
314
315 * url-parse.el (url-recreate-url-attributes):
316 * url-util.el (url-generate-unique-filename): Use declare to mark
317 obsolete.
318
319 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * url-http.el (url-http-parse-headers): Re-enable file-name-handlers
322 (bug#11981).
323
324 2012-08-12 David Engster <deng@randomsample.de>
325
326 * url-util.el (url-file-directory, url-file-nondirectory): Avoid
327 file-name-directory and file-name-nondirectory internally (bug#11981).
328
329 2012-08-11 Jason Rumney <jasonr@gnu.org>
330
331 * url-http.el (url-http-create-request): Use url-http-proxy to
332 look up proxy credentials (Bug#12069).
333
334 2012-07-28 David Engster <deng@randomsample.de>
335
336 * url-dav.el (url-dav-supported-p): Add doc-string and remove
337 check for feature `xml' and function `xml-expand-namespace' which
338 never existed in Emacs proper.
339 (url-dav-process-response): Remove all indentation and newlines
340 from XML before parsing. Change call to `xml-parse-region' to do
341 namespace expansion with simple qualified names (Bug#11916).
342 (url-dav-request): Add autoload.
343 (url-dav-directory-files): Properly deal with empty directories.
344 Unhex URL before generating relative URLs.
345 (url-dav-file-directory-p): Fix check for 'DAV:collection.
346
347 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * url.el, url-queue.el, url-parse.el, url-http.el, url-future.el:
350 * url-dav.el, url-cookie.el: Use cl-lib.
351 * url-util.el, url-privacy.el, url-nfs.el, url-misc.el, url-methods.el:
352 * url-gw.el, url-file.el, url-expand.el: Dont use CL.
353
354 2012-06-30 Glenn Morris <rgm@gnu.org>
355
356 * url-vars.el (mm-mime-mule-charset-alist, mm-coding-system-p):
357 Declare.
358
359 2012-06-21 Chong Yidong <cyd@gnu.org>
360
361 * url.el (url-retrieve-internal): Fix last change (Bug#11627).
362
363 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
364
365 * url-handlers.el (url-handler-regexp): Declare.
366
367 2012-06-12 Chong Yidong <cyd@gnu.org>
368
369 * url-handlers.el: Re-order file to avoid recursive load.
370
371 2012-06-12 Chong Yidong <cyd@gnu.org>
372
373 * url-handlers.el (url-handler-regexp):
374 * url-nfs.el (url-nfs-automounter-directory-spec):
375 * url-vars.el (url-load-hook): Convert to defcustom.
376
377 2012-05-25 Leo Liu <sdl.web@gmail.com>
378
379 * url-http.el (url-http-codes): Fix mal-formed defconst.
380
381 2012-05-15 Ian Eure <ian@simplegeo.com>
382
383 * url-util.el (url-build-query-string): New function (Bug#8706).
384 (url-parse-query-string): Allow that '=' is not required and split
385 URL parameters on ';', not just '&'.
386
387 2012-05-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
388
389 * url-expand.el (url-default-expander): Copy over the fullness of
390 the new URL object based on the definition URL object.
391
392 2012-05-10 Chong Yidong <cyd@gnu.org>
393
394 * url-parse.el (url-path-and-query, url-port-if-non-default):
395 New functions.
396 (url-generic-parse-url): Don't set the portspec slot if it is not
397 specified; that is what `url-port' is for.
398 (url-port): Only require the scheme to be specified to call
399 url-scheme-get-property.
400
401 * url-util.el (url-encode-url): Use url-path-and-query.
402
403 * url-vars.el (url-mime-charset-string): Load mm-util lazily.
404
405 2012-05-09 Chong Yidong <cyd@gnu.org>
406
407 * url-util.el (url-encode-url): New function for URL quoting.
408 (url-encoding-table, url-host-allowed-chars)
409 (url-path-allowed-chars): New constants.
410 (url--allowed-chars): New helper function. Use upper-case.
411 (url-hexify-string): Use them.
412
413 * url-parse.el: Improve RFC 3986 conformance.
414 (url-generic-parse-url): Do not populate the ATTRIBUTES slot,
415 since this is not reliable for general RFC 3986 URIs. Keep the
416 whole path and query inside the FILENAME slot. Improve docstring.
417 (url-recreate-url-attributes): Mark as obsolete.
418 (url-recreate-url): Handle missing scheme and userinfo.
419 (url-path-and-query): New function.
420
421 * url-http.el (url-http-create-request): Ignore obsolete
422 attributes slot of url-object.
423
424 * url-vars.el (url-nonrelative-link): Make the regexp stricter.
425
426 * url.el (url-retrieve-internal): Use url-encode-url (Bug#7017).
427
428 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * url.el (url-retrieve-synchronously): Replace lexical-let by
431 lexical-binding.
432
433 2012-04-10 William Xu <william.xwl@gmail.com> (tiny change)
434
435 * url.el (url-retrieve-internal): Hexify multibye URL string first
436 when necessary (bug#7017).
437
438 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
439
440 * url.el (url-retrieve-internal): Mention utf-8 encoding.
441 (url-retrieve): Ditto.
442
443 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
444
445 * url-domsuf.el: New file (bug#1401).
446
447 * url-cookie.el (url-cookie-two-dot-domains): Remove.
448 (url-cookie-host-can-set-p): Use `url-domsuf-cookie-allowed-p'
449 instead of the variable above.
450
451 2012-03-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
452
453 * url-queue.el (url-queue-kill-job): Check whether the buffer has
454 been killed asynchronously before selecting it.
455
456 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
457
458 * url-queue.el (url-queue-kill-job): Make sure that the callback
459 is always called, even if we have a timeout.
460
461 2012-03-11 Chong Yidong <cyd@gnu.org>
462
463 * url-http.el (url-http-end-of-document-sentinel):
464 Handle keepalive expiry by calling url-http again (Bug#10223).
465 (url-http): New arg, for the above.
466
467 2012-03-11 Devon Sean McCullough <emacs-hacker2012@jovi.net>
468
469 * url-http.el (url-http-find-free-connection): Don't pass a nil
470 argument to url-http-mark-connection-as-busy (bug#10891).
471
472 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
473
474 * url-queue.el (url-queue-kill-job): Delete the process sentinel
475 before killing the process to avoid a race condition between the
476 two processes killing off the process buffer.
477
478 * url.el (url-retrieve-internal): Warn about file errors when
479 pruning the cache instead of bugging out (bug#10831).
480
481 2012-02-19 Lars Ingebrigtsen <larsi@gnus.org>
482
483 * url-queue.el (url-queue-callback-function): Remove the job from
484 the queue so that we don't kill the current buffer, which will
485 then make the callback function kill a random buffer.
486
487 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
488
489 * url-queue.el (url-queue-kill-job): Refactored out code.
490 (url-queue-remove-jobs-from-host): Use it to kill jobs that are in
491 flight.
492
493 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
494
495 * url-future.el: Minor doc update.
496
497 2012-02-14 Leo Liu <sdl.web@gmail.com>
498
499 * url-future.el: Fix last change.
500
501 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
502
503 * url-future.el (url-future-test): Move to test/automated.
504
505 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
506
507 * url-http.el (url-http-parse-headers): When redirecting, pass on
508 the `inhibit-cookie' parameter.
509
510 2012-02-10 Glenn Morris <rgm@gnu.org>
511
512 * url-queue.el (url-queue-retrieve): Fic previous doc fix.
513
514 2012-02-10 Andreas Schwab <schwab@linux-m68k.org>
515
516 * url-http.el (url-http-clean-headers): Return the number of
517 removed characters.
518 (url-http-wait-for-headers-change-function): Adjust end position
519 after cleaning the headers. (Bug#10768)
520
521 2012-02-10 Glenn Morris <rgm@gnu.org>
522
523 * url-queue.el (url-queue-retrieve): Doc fix.
524
525 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
526
527 * url-parse.el (url): Add the `use-cookies' slot to the URL struct
528 to be able to keep track of whether to do cookies or not on a
529 per-URL basis.
530
531 * url-queue.el (url-queue-retrieve): Take an optional
532 `inhibit-cookies' parameter.
533
534 * url.el (url-retrieve): Ditto.
535
536 * url-http.el (url-http-create-request): Don't send cookies unless
537 requested.
538 (url-http-parse-headers): Don't store cookies unless requested.
539
540 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
541
542 * url-cache.el (url-cache-prune-cache): New function.
543 (url-cache-prune-cache): Check that the directory exists before
544 trying to delete it.
545
546 * url.el (url-retrieve-number-of-calls): New variable.
547 (url-retrieve-internal): Use it to expire the cache once in a
548 while.
549
550 * url-queue.el (url-queue-setup-runners): New function that uses
551 `run-with-idle-timer' for extra asynchronicity.
552 (url-queue-remove-jobs-from-host): New function.
553 (url-queue-callback-function): Remove jobs from the same host if
554 connection failed.
555
556 2012-01-12 Glenn Morris <rgm@gnu.org>
557
558 * url-auth.el (url-basic-auth, url-digest-auth):
559 Allow reading usernames etc when the minibuffer is already in use,
560 eg in url-handler-mode. (Bug#10298)
561
562 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
563
564 * url-dav.el (url-dav-delete-file): Fix typo.
565
566 2011-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
567
568 * url-http.el (url-http-async-sentinel): If the server hangs up
569 while we're talking to it, just `message' the error instead of
570 throwing an error.
571
572 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
573
574 * url-cookie.el (url-cookie-expired-p): Protect against
575 zero-length cookie expiry dates.
576
577 2011-10-19 Chong Yidong <cyd@gnu.org>
578
579 * url-handlers.el (url-handler-mode): Doc fix.
580
581 2011-09-24 Christopher J. White <chris@grierwhite.com> (tiny change)
582
583 * url-http.el (url-http-create-request): Avoid adding extra CRLF
584 (Bug#8931).
585
586 2011-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
587
588 * url-http.el (url-http-find-free-connection): If there was an
589 error on connect, make sure the user isn't bothered with
590 irrelevant questions.
591
592 2011-08-07 Chong Yidong <cyd@stupidchicken.com>
593
594 * url-http.el (url-http-parse-headers): For HTTP 301/302/307,
595 don't convert to a GET request (Bug#701).
596
597 2011-07-13 Chris Newton <redshodan@gmail.com> (tiny change)
598
599 * url-http.el (url-http): Copy over `url-show-status' to the async
600 buffer so that `url-display-percentage' does the right thing
601 (bug#4680).
602
603 2011-07-06 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
604
605 * url-cache.el (url-cache-extract): Set buffer multibyte flag to
606 nil (bug#8827).
607
608 2011-07-03 Nicolas Avrutin <nicolasavru@gmail.com> (tiny change)
609
610 * url-http.el (url-http-create-request): Remove double carriage
611 return and newline (bug#8931).
612
613 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
614
615 * url-http.el (url-http-wait-for-headers-change-function):
616 Remove pointless "HTTP/0.9 How I hate thee!" message (bug#6735).
617
618 2011-06-04 Andreas Schwab <schwab@linux-m68k.org>
619
620 * url-future.el (url-future-test): Fix scope of `saver'.
621
622 2011-06-01 Glenn Morris <rgm@gnu.org>
623
624 * url-queue.el (url-queue-parallel-processes, url-queue-timeout):
625 Add :version tag for options that will be new in 24.1.
626
627 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
628
629 * url-queue.el (url-queue-parallel-processes): Increase the
630 default to 6, since 2 seems too conservative for normal usage.
631
632 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
633
634 * url-future.el: Add general futures facility.
635
636 2011-05-29 Leo Liu <sdl.web@gmail.com>
637
638 * url-cookie.el (url-cookie): Add option :named so that
639 url-cookie-p is defined. (Bug#8747)
640
641 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
642
643 * url-queue.el: New file.
644 (url-queue-run-queue): Pick the first waiting job, and not the last.
645 (url-queue-parallel-processes): Lower the concurrency level, since
646 Emacs doesn't seem to like too many async processes.
647 (url-queue-prune-old-entries): Fix up the pruning code.
648
649 2011-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
650
651 * url-http.el (url-http-wait-for-headers-change-function):
652 Protect against malformed headerless responses from servers.
653
654 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
655
656 * url-gw.el (url-open-stream): Use new open-network-stream
657 functionality to perform encryption.
658
659 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
660
661 * url-cookie.el (url-cookie-handle-set-cookie):
662 Use `dolist' rather than `mapcar'.
663
664 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
665
666 * Version 23.3 released.
667
668 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
669
670 * url-parse.el (url-bit-for-url, url-user-for-url)
671 (url-password-for-url): Use `auto-source-search' instead of
672 `auto-source-user-or-password'.
673
674 * url-auth.el: Autoload `auto-source-search' instead of
675 `auto-source-user-or-password'.
676 (url-basic-auth, url-digest-auth, url-do-auth-source-search): Use it.
677
678 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
679
680 * url-http.el (url-http-wait-for-headers-change-function):
681 Don't move point if the callback function has moved/changed/killed
682 the process buffer.
683
684 2010-12-16 Miles Bader <miles@gnu.org>
685
686 * url-cookie.el: Require 'cl when compiling -- it's necessary for
687 defstruct.
688
689 2010-12-14 Glenn Morris <rgm@gnu.org>
690
691 * url-cookie.el: Don't require cl when compiling.
692 (url-cookie-clean-up, url-cookie-generate-header-lines): Use dolist.
693 (url-cookie-parse-file, url-cookie-store, url-cookie-retrieve)
694 (url-cookie-handle-set-cookie): Simplify.
695
696 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
697
698 * url-cookie.el (url-cookie-retrieve): Handle null LOCALPART.
699 Suggested by Lennart Borgman (Bug#7543).
700
701 2010-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
702
703 * url-file.el (url-file-build-filename): Avoid interpreting
704 file:/foo:/bar URLs via tramp.
705
706 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
707
708 * url-gw.el (url-open-stream): Use open-gnutls-stream if it exists.
709
710 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
711
712 * url-http.el (url-http-end-of-document-sentinel): Protect against
713 the process buffer being killed.
714
715 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
716
717 * url-http.el (url-http-wait-for-headers-change-function):
718 Protect against url-http-response-status for degenerate documents.
719 (url-http-wait-for-headers-change-function): Revert previous
720 change. It lead to really slow loads.
721
722 2010-10-03 Glenn Morris <rgm@gnu.org>
723
724 * url-util.el (url-get-url-filename-chars): Don't eval-and-compile.
725 (url-get-url-at-point): Don't use eval-when-compile.
726
727 * url-cache.el (url-cache-create-filename-human-readable)
728 (url-cache-create-filename-using-md5):
729 * url-util.el (url-file-directory, url-file-nondirectory):
730 Don't use eval-when-compile and regexp-quote.
731
732 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
733
734 * url-vars.el (url-mime-charset-string): Change the default to
735 nil to avoid sending 1171 bytes of not very useful data to the
736 HTTP server every request.
737
738 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
739
740 * url-util.el (url-display-percentage): Don't message when the URL
741 is silent.
742 (url-lazy-message): Ditto.
743 (url-lazy-message): Remove leftover debugging code.
744
745 * url-http.el (url-http-parse-headers): Pass the SILENT parameter
746 back to the fetching function.
747
748 * url.el (url-retrieve): Add a silent parameter.
749 (url-retrieve-internal): Ditto.
750
751 * url-parse.el (url): Add a `silent' slot in the URL struct.
752
753 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
754
755 * url-cookie.el (url-cookie-handle-set-cookie): Use url-lazy-message
756 for the cookie warning, which isn't very interesting.
757
758 * url-http.el (url-http-async-sentinel): Check that the buffer is
759 still alive before switching to it.
760
761 2010-09-25 Julien Danjou <julien@danjou.info>
762
763 * url-cache.el (url-cache-create-filename): Ensure no-port and
764 default-port end up with the same cache file.
765 (url-cache-create-filename-human-readable)
766 (url-cache-create-filename-using-md5): Argument is always in the form of
767 a string now.
768
769 2010-09-23 Glenn Morris <rgm@gnu.org>
770
771 * url-cache.el (url-is-cached): Doc fix.
772
773 2010-09-23 Glenn Morris <rgm@gnu.org>
774
775 * url-cache.el (url-cache-expired): Don't autoload.
776 Tweak previous change.
777 (url-cache-expire-time): Doc fix.
778
779 2010-09-23 Julien Danjou <julien@danjou.info>
780
781 * url-cache.el (url-cache-expire-time): New option.
782 (url-cache-expired): Rewrite.
783
784 2010-09-19 Julien Danjou <julien@danjou.info>
785
786 * url-cache.el (url-fetch-from-cache): New function.
787
788 2010-09-18 Julien Danjou <julien@danjou.info>
789
790 * url-vars.el (url-cache-expired): Remove unused variable.
791
792 2010-09-14 Julien Danjou <julien@danjou.info>
793
794 * url-cache.el (url-store-in-cache):
795 Make `buff' argument really optional.
796
797 2010-09-14 Glenn Morris <rgm@gnu.org>
798
799 * url-cookie.el (url-cookie-expired-p): Tweak previous change.
800
801 2010-09-14 shawn boles <shawn.boles@gmail.com> (tiny change)
802
803 * url-cookie.el (url-cookie-expired-p): Simplify and fix. (Bug#6957)
804
805 2010-09-11 Glenn Morris <rgm@gnu.org>
806
807 * url-cache.el, url-gw.el, url-history.el, url-irc.el, url-util.el:
808 * url-vars.el: Remove leading `*' from defcustom docs.
809
810 2010-07-27 Michael Albinus <michael.albinus@gmx.de>
811
812 * url-http.el (url-http-parse-headers): Disable file name handlers at
813 all (not only Tramp). (Bug#6717)
814
815 2010-07-27 Michael Albinus <michael.albinus@gmx.de>
816
817 * url-http.el (url-http-parse-headers): Disable Tramp. (Bug#6717)
818
819 2010-07-01 Mark A. Hershberger <mah@everybody.org>
820
821 * url-http.el (url-http-create-request): Add a CRLF on the end so
822 that POSTs with content to https URLs work.
823 See <https://bugs.launchpad.net/mediawiki-el/+bug/540759>
824
825 2010-06-22 Mark A. Hershberger <mah@everybody.org>
826
827 * url-parse.el (url-user-for-url, url-password-for-url):
828 Convenience functions that get usernames and passwords for URLs
829 from auth-source functions.
830
831 2010-06-12 Štěpán Němec <stepnem@gmail.com> (tiny change)
832
833 * url-vars.el (url-privacy-level): Fix doc typo. (Bug#6406)
834
835 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * url-util.el (url-unhex-string): Don't accidentally decode as latin-1.
838
839 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
840
841 * Version 23.2 released.
842
843 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
844
845 * url-dired.el (url-dired-minor-mode): Use define-minor-mode.
846
847 2010-03-24 Teodor Zlatanov <tzz@lifelogs.com>
848
849 * url-http.el (url-http-parse-headers): Fix wrong variable name.
850
851 2010-03-24 Teodor Zlatanov <tzz@lifelogs.com>
852
853 * url-http.el (url-http-codes): New variable to hold a mapping of
854 HTTP status codes' numbers, their symbolic name, and their text.
855 (url-http-parse-headers): Use it, leaving the original numeric
856 code in a comment.
857
858 2010-03-19 Glenn Morris <rgm@gnu.org>
859
860 * url.el: Move mailcap require earlier in the file.
861
862 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
863
864 * url-vars.el (url): Put in comm group.
865
866 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
867
868 * Branch for 23.2.
869
870 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
871
872 * url-util.el: Require url-vars (Bug#5459).
873
874 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 * url-parse.el (url-generic-parse-url): Bind deactivate-mark.
877
878 2009-11-08 Kai Tetzlaff <kai.tetzlaff@web.de> (tiny change)
879
880 * url-http.el (url-http-handle-authentication): Use proxy server,
881 if any, for authentication (Bug#4883).
882
883 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * url-util.el (url-insert-entities-in-string):
886 * url-nfs.el (url-nfs-unescape):
887 * url-ldap.el (url-ldap):
888 * url-imap.el (url-imap):
889 * url-cid.el (url-cid-gnus, url-cid): Use with-current-buffer.
890
891 2009-10-01 Glenn Morris <rgm@gnu.org>
892
893 * url-http.el (url-dav-file-attributes): Fix declaration.
894
895 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
896
897 * url-handlers.el (url-copy-file): Add fifth arg for compatibility
898 with 2005-06-25 change to copy-file (Bug#4410).
899
900 2009-09-13 Glenn Morris <rgm@gnu.org>
901
902 * url-file.el (url-file): Avoid assignment to free variable `filename'.
903
904 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
905
906 * url-methods.el (url-scheme--registering-proxy): New variable.
907 (url-scheme-register-proxy, url-scheme-get-property):
908 Avoid calling url-scheme-register-proxy in an infloop (Bug#4191).
909
910 2009-08-22 Glenn Morris <rgm@gnu.org>
911
912 * url-file.el (url-file-build-filename):
913 * url-privacy.el (url-setup-privacy-info): Remove code for defunct
914 system-types Apple-Macintosh, emx, ms-windows, next-mach.
915
916 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
917
918 * Branch for 23.1.
919
920 2009-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * url-handlers.el (url-file-handler): Save match data.
923
924 2009-02-21 Jason Rumney <jasonr@gnu.org>
925
926 * url-expand.el (url-default-expander): Use concat to combine
927 parts. (Bug #1020)
928
929 2009-02-10 Glenn Morris <rgm@gnu.org>
930
931 * url-util.el (url-generate-unique-filename): Silence compiler.
932
933 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
934
935 * url-file.el (url-file): Use make-temp-file.
936
937 * url-util.el (url-generate-unique-filename): Mark as obsolete.
938
939 * url-vars.el (url-temporary-directory): Mark as obsolete.
940
941 2009-01-15 Chong Yidong <cyd@stupidchicken.com>
942
943 * url-cookie.el (url-cookie-retrieve): Fix last change.
944
945 2009-01-14 Chong Yidong <cyd@stupidchicken.com>
946
947 * url-cookie.el (url-cookie-retrieve): Handle null localpart.
948
949 2009-01-13 Juanma Barranquero <lekktu@gmail.com>
950
951 * url-util.el (url-truncate-url-for-viewing): Doc fix.
952
953 2009-01-09 Glenn Morris <rgm@gnu.org>
954
955 * url-cid.el (url-cid-gnus): Fix typo in header name.
956
957 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
958
959 * url-util.el (url-basepath): Add url-basepath as an alias for
960 url-file-directory.
961
962 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
963
964 * url.el (url-configuration-directory): Use `locate-user-emacs-file'.
965
966 2008-10-20 İsmail Dönmez <ismail@namtrac.org> (tiny change)
967
968 * url-auth.el (url-basic-auth): Encode password string.
969
970 2008-08-30 Glenn Morris <rgm@gnu.org>
971
972 * url-http.el (url-https-expand-file-name): Resolve directly to
973 url-default-expander rather than via another alias.
974 (url-default-expander): Autoload an autoload. (Bug#825).
975
976 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
977
978 * url.el (url-do-setup):
979 * url-dired.el (url-dired-minor-mode):
980 * url-file.el (url-file-find-possibly-compressed-file):
981 * url-gw.el (url-gateway-broken-resolution):
982 * url-handlers.el (url-handler-regexp):
983 * url-imap.el (url-imap-default-port):
984 * url-methods.el (url-scheme-get-property): Fix typos in docstrings.
985
986 * url-auth.el (url-basic-auth-storage, url-digest-auth):
987 Fix typos in docstrings.
988 (url-digest-auth-storage, url-register-auth-scheme): Reflow docstrings.
989
990 * url-cache.el (url-cache-prepare): Doc fix.
991 (url-cache-create-filename-human-readable, url-cache-extract):
992 Fix typos in docstrings.
993
994 * url-dav.el (url-intersection, url-dav-iso8601-regexp)
995 (url-dav-delete-something): Fix typos in docstrings.
996 (url-dav-http-success-p, url-dav-file-name-all-completions)
997 (url-dav-directory-files, url-dav-file-name-completion): Doc fixes.
998
999 * url-http.el (url-http-idle-sentinel): Doc fix.
1000
1001 * url-irc.el (url-irc-default-port): Fix typo in docstring.
1002 (url-irc-function): Doc fix.
1003
1004 * url-util.el (url-get-url-filename-chars, url-unhex-string):
1005 Fix typos in docstrings.
1006 (url-file-extension): Doc fix.
1007
1008 * url-vars.el (url-current-object, url-current-mime-headers)
1009 (url-privacy-level, url-mail-command, url-mime-language-string):
1010 Fix typos in docstrings.
1011 (url-honor-refresh-requests): Reflow docstring.
1012 (url-using-proxy): Doc fix.
1013
1014 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1015
1016 * vc-dav.el: Move to the parent directory to be together with the
1017 rest of the VC backends.
1018
1019 2008-06-07 Glenn Morris <rgm@gnu.org>
1020
1021 * url-auth.el (auth-source-user-or-password): Remove unnecessary
1022 eval-and-compile.
1023
1024 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * url-handlers.el (url-file-name-completion): Add missing argument.
1027
1028 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
1029
1030 * url-auth.el: Add autoload cookie for `auth-source-user-or-password'.
1031 (url-basic-auth, url-digest-auth): Use it with any realm,
1032 overriding the user name and password before the prompt.
1033
1034 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
1035
1036 * url-vars.el (url-load-hook): Fix typo in docstring.
1037
1038 2008-03-09 Magnus Henoch <mange@freemail.hu>
1039
1040 * url-http.el (url-http-chunked-encoding-after-change-function):
1041 Remove superfluous CRLF at end of file. (Bug #42)
1042
1043 2008-03-02 Andreas Schwab <schwab@suse.de>
1044
1045 * url-util.el: Require cl when compiling.
1046
1047 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
1048
1049 * url-util.el (url-get-normalized-date): Simplify to use
1050 `format-time-string'. Always generate date in UTC, but
1051 call it GMT for full compatibility with the RFCs.
1052
1053 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
1054
1055 * url-handlers.el (file-remote-p): Add handler.
1056 (url-handler-file-remote-p): New fun.
1057
1058 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1059
1060 * url-handlers.el (url-handler-unhandled-file-name-directory):
1061 Handle `file' URLs specially. Return nil for non-local filenames.
1062
1063 2008-02-04 Magnus Henoch <mange@freemail.hu>
1064
1065 * url-expand.el: Require cl when compiling, for setf.
1066
1067 2008-01-29 John Wiegley <johnw@newartisans.com>
1068
1069 * url-auth.el (url-digest-auth): If the 'opaque' argument is not
1070 being used, don't add it to the response text. Also, changed an
1071 if so that the interaction between the PROMPT and OVERWRITE
1072 arguments can no longer result in the user being queried twice for
1073 the same login and password information.
1074
1075 2008-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * url-handlers.el (unhandled-file-name-directory): Add handler.
1078 (url-handler-unhandled-file-name-directory): New fun.
1079
1080 2008-01-07 Michael Albinus <michael.albinus@gmx.de>
1081
1082 * url-handlers.el (url-file-handler): Autoload.
1083
1084 2007-12-11 Glenn Morris <rgm@gnu.org>
1085
1086 * url.el (url-configuration-directory): Make it a defcustom.
1087
1088 * url-util.el (url-make-private-file): New function.
1089 * url-cookie.el (url-cookie-write-file):
1090 * url-history.el (url-history-save-history):
1091 Use url-make-private-file and with-temp-buffer.
1092
1093 2007-12-06 Glenn Morris <rgm@gnu.org>
1094
1095 * url-file.el, url-mailto.el: Remove directory part from filenames
1096 in function declarations.
1097
1098 2007-12-02 Glenn Morris <rgm@gnu.org>
1099
1100 * url-about.el, url-handlers.el: Don't require cl when compiling.
1101
1102 * url-dav.el (url-dav-delete-directory): Fix message typo.
1103
1104 * url-history.el (top-level): Don't require cl when compiling.
1105 (url-history-setup-save-timer, url-history-save-history):
1106 Use condition-case rather than ignore-errors.
1107
1108 * url-imap.el (top-level): Don't require cl when compiling.
1109 (url-imap): Use signal rather than check-type.
1110
1111 * url-news.el (top-level): Don't require cl when compiling.
1112 (gnus-group-buffer): Define for compiler.
1113 (url-news-fetch-message-id): Don't use `declare'.
1114 (nntp-open-tls-stream, nntp-open-ssl-stream):
1115 No need to define for compiler.
1116 (url-snews): Use nntp-open-tls-stream unless ssl is requested.
1117 Correct quoting of nntp-open-connection-function value.
1118
1119 2007-12-01 Glenn Morris <rgm@gnu.org>
1120
1121 * url-handlers.el (top-level): Always require url-parse, not just
1122 when compiling.
1123
1124 2007-11-30 Glenn Morris <rgm@gnu.org>
1125
1126 * url-cookie.el (url-cookie-p): Declare as a function.
1127
1128 2007-11-29 Glenn Morris <rgm@gnu.org>
1129
1130 * url-file.el (url-file-build-filename, url-file): Wrap uses of
1131 efs in (featurep 'xemacs) test.
1132
1133 * url-irc.el (zenirc, zenirc-send-line): Declare as functions.
1134
1135 2007-11-28 Diane Murray <disumu@x3y2z1.net>
1136
1137 * url-dired.el: Don't require w3-fetch and w3-open-local.
1138 (url-dired-find-file): Use `find-file'. Doc fix.
1139 (url-dired-find-file-mouse, url-dired-minor-mode): Doc fix.
1140
1141 2007-11-24 Glenn Morris <rgm@gnu.org>
1142
1143 * url-privacy.el (url-device-type): Fix typo.
1144
1145 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1146
1147 * url-mailto.el (mail-send-and-exit):
1148 * url-http.el (url-dav-file-attributes):
1149 * url-file.el (ange-ftp-set-passwd, ange-ftp-copy-file-internal)
1150 (url-generate-unique-filename): Declare as functions.
1151
1152 * url-privacy.el (url-device-type): Define unconditionally.
1153
1154 2007-11-15 Richard Stallman <rms@gnu.org>
1155
1156 * url.el (url-retrieve-synchronously): Call delete-process.
1157
1158 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1159
1160 * url-vars.el (url-vars-unload-hook): Remove function and variable.
1161 Hooks are automatically removed by `unload-feature'.
1162
1163 2007-10-13 Richard Stallman <rms@gnu.org>
1164
1165 * url-util.el (url-basepath): Function deleted.
1166 (url-file-directory, url-file-nondirectory): New functions
1167 replacing url-basepath. Callers changed.
1168
1169 * url-expand.el (url-default-expander): Use `url-file-directory'.
1170
1171 * url-auth.el (url-digest-auth, url-basic-auth):
1172 Rename `path' to `file'. Use `url-file-directory'.
1173
1174 2007-10-12 Diane Murray <disumu@x3y2z1.net>
1175
1176 * url-auth.el (url-basic-auth): Set path to "/" when URL has an
1177 empty string filename.
1178
1179 2007-10-09 Richard Stallman <rms@gnu.org>
1180
1181 * url-parse.el (url-type, url-user, url-password, url-host)
1182 (url-port, url-filename, url-target, url-attributes)
1183 (url-fullness, url-set-type, url-set-user, url-set-password)
1184 (url-set-host, url-set-port, url-set-filename, url-set-target)
1185 (url-set-attributes, url-set-full): Change macros to defuns.
1186
1187 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
1188
1189 * url-dav.el (top):
1190 * url-vars.el (top): Use `mapc' rather than `mapcar'.
1191
1192 2007-09-22 Diane Murray <disumu@x3y2z1.net>
1193
1194 * url-misc.el (url-generic-emulator-loader): Send the port as a
1195 string to `url-do-terminal-emulator'.
1196
1197 2007-09-21 Diane Murray <disumu@x3y2z1.net>
1198
1199 * url-news.el (url-news-fetch-newsgroup): Fix formatting of Gnus method.
1200
1201 * url-util.el (url-get-normalized-date): Pass full timezone
1202 information to timezone-make-date-arpa-standard, since zone name
1203 may be unknown.
1204
1205 2007-09-03 Diane Murray <disumu@x3y2z1.net>
1206
1207 * url-http.el (url-http-parse-headers): Bind the current buffer
1208 rather than calling `url-mark-buffer-as-dead' with
1209 `current-buffer', so that the correct buffer is killed if
1210 `url-retrieve-synchronously' gets redirected to a new URL.
1211
1212 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * url-parse.el (url): Use defstruct rather than macros.
1215 (url-generic-parse-url):
1216 * url-util.el (url-normalize-url, url-truncate-url-for-viewing):
1217 * url-methods.el (url-scheme-register-proxy):
1218 * url-mailto.el (url-mailto):
1219 * url-file.el (url-file-build-filename):
1220 * url-expand.el (url-identity-expander, url-default-expander):
1221 Update all callers.
1222
1223 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1224
1225 * url-auth.el (url-basic-auth): When prompting for username
1226 and password, default to the username and password in the URL.
1227
1228 2007-08-08 Glenn Morris <rgm@gnu.org>
1229
1230 * url-auth.el, url-cache.el, url-dav.el, url-file.el, vc-dav.el:
1231 Replace `iff' in doc-strings and comments.
1232
1233 2007-07-25 Glenn Morris <rgm@gnu.org>
1234
1235 * Relicense all FSF files to GPLv3 or later.
1236
1237 2007-06-12 Tom Tromey <tromey@redhat.com>
1238
1239 * url.el (url-configuration-directory): Use user-emacs-directory.
1240
1241 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * url-cookie.el (url-cookie-name, url-cookie-value)
1244 (url-cookie-expires, url-cookie-localpart, url-cookie-domain)
1245 (url-cookie-secure, url-cookie-set-name, url-cookie-set-value)
1246 (url-cookie-set-expires, url-cookie-set-localpart)
1247 (url-cookie-set-domain, url-cookie-set-secure)
1248 (url-cookie-retrieve-arg, url-cookie-create, url-cookie-p): Remove.
1249 (url-cookie): New struct.
1250 (url-cookie-store): Use setf instead of url-cookie-set-*.
1251
1252 2007-05-29 Chong Yidong <cyd@stupidchicken.com>
1253
1254 * url-mailto.el (url-mailto): Insert body after
1255 mail-header-separator if present, so that it is before signature.
1256 Suggested by Leo <sdl.web@gmail.com>.
1257
1258 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
1259
1260 * url-parse.el (url-generic-parse-url): Revert 2006-10-09 changes.
1261
1262 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
1263
1264 * url-http.el (url-http-parse-headers): Stop after a set number of
1265 redirections. Suggested by Diane Murray.
1266
1267 * url-vars.el (url-max-redirections): New var.
1268
1269 2007-04-01 Diane Murray <disumu@x3y2z1.net> (tiny change)
1270
1271 * url-http.el (url-http-handle-cookies): Reverse list returned by
1272 `mail-fetch-field', so that cookies are set in the correct order.
1273
1274 * url-cookie.el (url-cookie-retrieve, url-cookie-host-can-set-p):
1275 Deal with wildcard dots in domain values.
1276
1277 2007-03-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1278
1279 * url-http.el (url-http-mark-connection-as-busy)
1280 (url-http-mark-connection-as-free): Clear query-on-exit flag on
1281 idle connections.
1282
1283 2007-02-04 Chong Yidong <cyd@stupidchicken.com>
1284
1285 * url-http.el (url-http-connection-opened): New variable.
1286 (url-http): Initialize it.
1287 (url-http-async-sentinel): Don't try changing sentinels.
1288 Run url-http-end-of-document-sentinel if necessary.
1289
1290 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
1291
1292 * url-auth.el (url-get-authentication): Fix typo in docstring.
1293
1294 2007-01-14 Magnus Henoch <mange@freemail.hu>
1295
1296 * url-proxy.el (url-proxy-object): Remove.
1297 (url-proxy): Don't use `url-proxy-object'. Act according to type of
1298 proxy (currently only HTTP supported).
1299
1300 * url.el (url-retrieve-internal): Don't use `url-proxy-object'.
1301
1302 * url-http.el (url-http-proxy): New variable.
1303 (url-http-create-request): Use it. Don't use `url-proxy-object'.
1304 (url-http): Treat `url' argument as resource to download, and
1305 dynamic variable `url-using-proxy' as proxy to use.
1306 Set `url-current-object' to actual URL, and `url-http-proxy' to proxy
1307 used.
1308 (url-http-handle-cookies): Assume that `url-current-object' does
1309 not point to the proxy used.
1310 (url-http-async-sentinel): Adapt error message.
1311
1312 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
1313
1314 * url-gw.el (url-gateway-nslookup-program): Doc fix.
1315
1316 2006-12-08 Magnus Henoch <mange@freemail.hu>
1317
1318 * url-proxy.el (url-proxy-object): New variable.
1319 (url-proxy): Bind it instead of `proxy-object'.
1320
1321 * url-http.el (url-http-create-request): Remove url argument, use
1322 the buffer-local variable `url-http-target-url' instead.
1323 Both callers updated. Simplify proxy handling.
1324 (url-http): Don't make proxy-object buffer local.
1325
1326 * url.el (url-retrieve-internal): Bind url-proxy-object to nil.
1327
1328 2006-11-26 Magnus Henoch <mange@freemail.hu>
1329
1330 * url-http.el (url-http-wait-for-headers-change-function):
1331 Use `when' instead of `if' when possible.
1332 (url-http): Define url-http-response-version.
1333 (url-http-parse-response): Set it.
1334 (url-http-parse-headers): Use it to determine keep-alive behavior.
1335
1336 2006-11-23 Diane Murray <disumu@x3y2z1.net> (tiny change)
1337
1338 * url-http.el (url-http-content-length-after-change-function):
1339 Use `url-lazy-message'.
1340
1341 * url-util.el (url-display-percentage): Only show a message if
1342 `url-show-status' is non-nil.
1343
1344 2006-11-15 Magnus Henoch <mange@freemail.hu>
1345
1346 * url-http.el (url-http): Make proxy-object buffer-local, to
1347 handle proxied asynchronous connections correctly.
1348
1349 * url-parse.el (url-generic-parse-url): Use with-temp-buffer.
1350
1351 2006-11-15 Shun-ichi GOTO <gotoh@taiyo.co.jp> (tiny change)
1352
1353 * url-http.el (url-http-wait-for-headers-change-function):
1354 Defer detection of HTTP 0.9 until we have at least one line.
1355
1356 2006-11-10 Shun-ichi GOTO <gotoh@taiyo.co.jp> (tiny change)
1357
1358 * url-http.el (url-http-mark-connection-as-free)
1359 (url-http-find-free-connection): Don't treat process with status
1360 `connect' as free.
1361 (url-http-async-sentinel): Request correct url.
1362
1363 2006-11-08 Magnus Henoch <mange@freemail.hu>
1364
1365 * url-http.el (url-http-handle-authentication): If there are
1366 several authentication headers, use the strongest available
1367 method.
1368
1369 * url.el (url-retrieve-synchronously): Allow quitting when
1370 inhibit-quit is t.
1371
1372 2006-11-03 Shun-ichi GOTO <gotoh@taiyo.co.jp> (tiny change)
1373
1374 * url-http.el (url-http-handle-authentication): If there are
1375 several authentication headers, use the first with a supported
1376 method.
1377
1378 2006-11-01 Magnus Henoch <mange@freemail.hu>
1379
1380 * url-http.el (url-http-create-request): Use buffer-local
1381 equivalents of dynamically bound variables.
1382
1383 2006-10-29 Magnus Henoch <mange@freemail.hu>
1384
1385 * url-gw.el (url-open-stream): Really use asynchronous
1386 connections (accidentally disabled during debugging).
1387
1388 2006-10-28 Magnus Henoch <mange@freemail.hu>
1389
1390 * url-http.el (url-http-parse-headers): Fix misplaced paren.
1391
1392 2006-10-27 Magnus Henoch <mange@freemail.hu>
1393
1394 * url-http.el (url-http-mark-connection-as-free): Verify that
1395 connection is open before saving it.
1396 (url-http-handle-authentication): Use url-retrieve-internal
1397 instead of url-retrieve.
1398 (url-http-parse-headers): Adapt to new callback interface.
1399 (url-http): Handle non-blocking connections.
1400 (url-http-async-sentinel): Create.
1401
1402 * url.el (url-retrieve): Update docstring for new callback interface.
1403 Remove all code.
1404 (url-retrieve-internal): Move code from url-retrieve here.
1405
1406 * url-gw.el (url-open-stream): Use a non-blocking socket for
1407 `native' gateway method, if available.
1408
1409 2006-10-16 Magnus Henoch <mange@freemail.hu>
1410
1411 * url-http.el (url-https-create-secure-wrapper):
1412 Always use tls gateway method.
1413
1414 2006-10-12 Magnus Henoch <mange@freemail.hu>
1415
1416 * url-http.el (url-http-find-free-connection):
1417 Handle url-open-stream returning nil.
1418
1419 2006-10-11 Magnus Henoch <mange@freemail.hu>
1420
1421 * url-https.el: Remove (clashes with url-http on 8+3 systems).
1422
1423 * url-http.el: Move contents of url-https.el here. Add autoloads.
1424
1425 2006-10-09 Magnus Henoch <mange@freemail.hu>
1426
1427 * url-parse.el (url-generic-parse-url): Handle URLs with empty
1428 path component and non-empty query component. Untangle path,
1429 query and fragment parsing code. Add references to RFC 3986 in
1430 comments.
1431 (url-recreate-url-attributes): Start query string with "?", not ";".
1432
1433 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * url-dav.el (url-dav-file-attributes): Simplify.
1436
1437 * url-http.el (url-http-head-file-attributes): Add device "info".
1438
1439 2006-09-18 Michael Olson <mwolson@gnu.org>
1440
1441 * url-methods.el (url-scheme-register-proxy): Handle case where
1442 getenv returns an empty string for http_proxy. This prevents an
1443 error when calling `format' later on.
1444
1445 2006-08-31 Diane Murray <disumu@x3y2z1.net> (tiny change)
1446
1447 * url-parse.el (url-recreate-url-attributes): New function, code
1448 simply moved from `url-recreate-url'.
1449 (url-recreate-url): Use it.
1450 Put the `url-target' at the end of the URL after the attributes.
1451
1452 * url-http.el (url-http-create-request):
1453 Use `url-recreate-url-attributes' when setting real-fname.
1454
1455 2006-08-29 Diane Murray <disumu@x3y2z1.net> (tiny change)
1456
1457 * url-cookie.el (url-cookie-write-file): Really don't use versioned
1458 backups.
1459
1460 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1461
1462 * url-handlers.el (url-file-local-copy): Tell url-copy-file that the
1463 dest file will already exist.
1464
1465 2006-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 * url-util.el (url-hexify-string): Only utf-8 encode if it's
1468 a multibyte string.
1469 (url-normalize-url): Remove unused var `grok'.
1470 (url-truncate-url-for-viewing): Remove unused var `tail'.
1471
1472 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
1473
1474 * url-util.el (url-hexify-string): Rewrite.
1475 Suggested by David Smith <davidsmith@acm.org>.
1476
1477 2006-07-12 Michael Olson <mwolson@gnu.org>
1478
1479 * url-irc.el (url-irc-erc): Call erc-handle-irc-url.
1480
1481 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1482
1483 * url-cookie.el: Remove spurious * in docstrings.
1484 (url-cookie-write-file): Don't use versioned backups.
1485 (url-cookie-host-can-set-p): Remove unused var `tmp'.
1486
1487 2006-07-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1488
1489 * url-cookie.el (url-cookie-save-interval): Move to url-cookie group.
1490 (url-cookie-write-file): Reset url-cookies-changed-since-last-save.
1491
1492 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1493
1494 * url-http.el (url-http-file-exists-p): Test if status is integer.
1495
1496 2006-05-05 Andreas Seltenreich <seltenreich@gmx.de>
1497
1498 * url-http.el (url-http-parse-headers): Don't reuse connection if
1499 "Connection: close" header was seen.
1500
1501 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1502
1503 * url-gw.el (url-open-stream): Don't hide errors.
1504 (url-gateway-nslookup-host, url-open-telnet): Use with-current-buffer.
1505
1506 * url-handlers.el (url-insert): New function.
1507 (url-insert-file-contents): Use it.
1508
1509 2006-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1510
1511 * url-handlers.el (url-handler-directory-file-name): New handler.
1512 (url-file-local-copy): Plug race condition security hole.
1513
1514 2006-03-27 Romain Francoise <romain@orebokech.com>
1515
1516 * url-irc.el (url-irc-rcirc, url-irc-erc): New functions.
1517 (url-irc-function): Add rcirc and ERC to the list of IRC clients.
1518 Default to rcirc, since ZenIRC isn't part of Emacs.
1519
1520 2006-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * url-http.el (url-http-find-free-connection): Fix braino in last fix.
1523
1524 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1525
1526 * url-http.el (url-http-find-free-connection): Don't kill the process
1527 when killing the temp buffer.
1528 (url-http-symbol-value-in-buffer): Massage to make it clear to the
1529 byte-compiler that the function is defined.
1530
1531 2006-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * url.el (url-redirect-buffer): New var.
1534 (url-retrieve-synchronously): Use it to follow redirections.
1535
1536 * url-http.el: Require `url' rather than try to autoload parts of it.
1537 (url-http-find-free-connection): `url-open-stream' needs a real buffer.
1538 (url-http-parse-headers): Set `url-redirect-buffer' when following
1539 a redirection reply.
1540
1541 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * url-news.el: Move defvars out of eval-when-compile.
1544 (url-news-fetch-message-id, url-news-fetch-newsgroup):
1545 Use with-current-buffer.
1546
1547 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1548
1549 * url.el (url-retrieve-synchronously): Adjust the workaround so as not
1550 to stop in the middle of a redirection.
1551
1552 * url-vars.el (url-privacy-level): Add setter.
1553
1554 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * url-history.el (url-history-hash-table): Initialize in declaration.
1557 (url-history-parse-history): Don't reset the history.
1558 (url-history-save-history): Create parent dir if necessary.
1559 (url-history-save-history): Don't write the initialization of
1560 url-history-hash-table into the history file.
1561 (url-have-visited-url): Simplify since url-history-hash-table isn't nil.
1562 (url-completion-function): Simplify.
1563
1564 * url-cookie.el (url-cookie-parse-file): Don't complain of missing file.
1565 (url-cookie-parse-file, url-cookie-write-file, url-cookie-retrieve)
1566 (url-cookie-generate-header-lines, url-cookie-handle-set-cookie)
1567 (url-cookie-setup-save-timer): Remove autoload cookies.
1568 They're only called from files that require url-cookie anyway.
1569
1570 * url-history.el (url-history-setup-save-timer)
1571 (url-history-parse-history, url-history-save-history):
1572 Remove autoload cookies. They're only called from url.el which requires
1573 url-history anyway.
1574 (url-history-parse-history): Don't complain if the file is missing.
1575
1576 2006-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * url-handlers.el (url-retrieve-synchronously): Don't autoload.
1579
1580 * url.el (url-retrieve, url-retrieve-synchronously): Autoload.
1581
1582 * url-cache.el: Require `url'.
1583
1584 2005-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1585
1586 * url-cache.el (url-store-in-cache): Use save-current-buffer.
1587
1588 * url.el (url-configuration-directory): Don't autoload because the
1589 default value needs to be computed at run-time, not dump-time.
1590
1591 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
1592
1593 * url-cookie.el (url-cookie-write-file): Create parent dir.
1594
1595 * url.el (url-configuration-directory): Use ~/.emacs.d if possible.
1596
1597 2005-12-07 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change)
1598
1599 * url-cookie.el (url-cookie-save-interval): Simplify.
1600 (url-cookie-setup-save-timer): Simplify.
1601
1602 2005-12-04 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change)
1603
1604 * url-history.el (url-history-list): Var deleted.
1605 (url-history-save-interval): Simplify.
1606 (url-history-setup-save-timer): Simplify.
1607
1608 2005-12-01 Kim F. Storm <storm@cua.dk>
1609
1610 * url-history.el (url-history-track): Fix last change.
1611
1612 2005-12-01 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change)
1613
1614 * url-history.el (url-history-track):
1615 Call url-history-setup-save-timer in :set function.
1616 :type allows three alternatives.
1617 (url-history-setup-save-timer): Test url-history-track.
1618 * url.el (url-retrieve): Test url-history-track.
1619
1620 2005-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1621
1622 * url-http.el: Use with-current-buffer.
1623 (url-http-target-url): Rename from url-http-cookies-sources.
1624 (url-http-parse-headers): Use it.
1625 (url-http-handle-authentication): Use subst-char-in-string.
1626
1627 2005-11-16 Jürgen Hötzel <emacs@hoetzel.info> (tiny change)
1628
1629 * url-handlers.el (url-insert-file-contents): Use the charset info
1630 provided by the HTTP server, if any.
1631
1632 2005-10-20 CHENG Gao <chenggao@gmail.com> (tiny change)
1633
1634 * url-nfs.el (top level):
1635 * url-handlers.el (directory-files):
1636 * url-file.el (top level):
1637 * url-dired.el (url-dired-minor-mode-map):
1638 * url-http.el (url-http-chunked-encoding-after-change-function):
1639 Remove XEmacs support.
1640
1641 2005-10-15 Richard M. Stallman <rms@gnu.org>
1642
1643 * url.el: Don't try to autoload hash table functions.
1644
1645 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1646
1647 * url-http.el (url-http-create-request): Avoid incorrect implicit
1648 unibyte->multibyte conversion.
1649
1650 2005-09-17 Richard M. Stallman <rms@gnu.org>
1651
1652 * url-vars.el (url-mail-command): Don't test fboundp of `compose-mail'.
1653
1654 * url-mailto.el (url-mailto): Special case `mail'.
1655 Don't test fboundp of `compose-mail'.
1656
1657 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1658
1659 * url-mailto.el (url-mailto): Delete mail buffer after sending
1660 autogenerated mail.
1661 Call `compose-mail with `new' argument if possible.
1662
1663 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1664
1665 * url-mailto.el (url-mailto): Always use a new mail buffer.
1666
1667 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1668
1669 * url-util.el (url-parse-query-string): New optional argument
1670 allow-newlines allows decoding of newlines.
1671
1672 * url-mailto.el (url-mailto): Allow newlines in URL arguments.
1673 Don't lose original "to" value when there is a "to" header.
1674 Remove carriage return characters in message body.
1675
1676 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
1677
1678 * url-news.el (nntp-open-tls-stream, nntp-open-ssl-stream):
1679 * url-http.el (url-http-cookies-sources): Defvar at compile time.
1680
1681 2005-07-15 Richard M. Stallman <rms@gnu.org>
1682
1683 * url-http.el (url-http-parse-headers): Add :redirect arg-pair
1684 when calling url-retrieve, to indicate a redirect.
1685
1686 * url.el (url-retrieve): The callback function can get an additional
1687 keyword arg pair.
1688
1689 2005-07-04 Lute Kamstra <lute@gnu.org>
1690
1691 Update FSF's address in GPL notices.
1692
1693 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
1694
1695 * url-history.el (url-history-track): Doc fix.
1696 (url-history): Finish `defgroup' description with period.
1697
1698 * url-cookie.el (url-cookie):
1699 * url-gw.el (url-gateway):
1700 * url-news.el (url-news):
1701 * url-vars.el (url, url-file, url-cache, url-mime, url-hairy):
1702 Finish `defgroup' description with period.
1703
1704 2005-06-28 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change)
1705
1706 * url-http.el (url-http-create-request): Call url-recreate-url
1707 in proxy case.
1708
1709 2005-06-27 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change)
1710
1711 * url-http.el (url-http-create-request): When computing real-fname,
1712 call url-filename in both cases.
1713
1714 2005-06-27 Richard M. Stallman <rms@gnu.org>
1715
1716 * url-cookie.el (url-cookie-store): Rename arg PATH to LOCALPART.
1717 (url-cookie-retrieve): Likewise.
1718 (url-cookie-generate-header-lines): Likewise.
1719 (url-cookie-handle-set-cookie): Likewise.
1720 (url-cookie-create): Expect :localpart instead of :path.
1721 (url-cookie-localpart): Rename from url-cookie-path.
1722 (url-cookie-set-localpart): Rename from url-cookie-set-path.
1723 (url-cookie-file): Doc fix.
1724 (url-cookie-p): Add doc string.
1725
1726 2005-06-23 Richard M. Stallman <rms@gnu.org>
1727
1728 * url-cookie.el (url-cookie-generate-header-lines): Fix autoload cookie.
1729
1730 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
1731
1732 * url-gw.el (url-open-stream):
1733 * url-vars.el (url-gateway-unplugged): Fix spellings.
1734
1735 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
1736
1737 * url-history.el (url-completion-function): Follow error conventions.
1738
1739 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1740
1741 * url-file.el (url-file, url-file-asynch-callback): with-current-buffer.
1742
1743 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * url-dav.el: Remove most autoload cookies.
1746 Don't hook into the url-file-handler since it currently breaks all
1747 non-HTTP URLs.
1748
1749 * url-handlers.el (vc-registered): Explicitly disable VC for URL files.
1750
1751 * url.el (url-retrieve-synchronously): Don't exit precipitously when
1752 fetching a file via ange-ftp.
1753
1754 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1755
1756 * url-cookie.el (url-cookie-multiple-line): Fix spelling in docstring.
1757
1758 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
1759
1760 * url-http.el (url-http-chunked-encoding-after-change-function):
1761 Use `url-http-debug' instead of `message'.
1762
1763 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
1764
1765 * url-http.el (url-http-parse-headers): Pass redirected URL
1766 as a callback argument.
1767
1768 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1769
1770 * url-cookie.el (url-cookie-multiple-line):
1771 Specify group and type in defcustom.
1772
1773 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
1774
1775 * url-auth.el (url-register-auth-scheme):
1776 * url-cookie.el (url-cookie-expired-p):
1777 * url-dav.el (url-dav-process-date-property)
1778 (url-dav-process-boolean-property, url-dav-process-DAV:status):
1779 * url-http.el (url-http-chunked-encoding-after-change-function)
1780 (url-http-wait-for-headers-change-function):
1781 * url-ns.el (isInNet):
1782 * url-parse.el (url-generic-parse-url):
1783 * url-util.el (url-get-normalized-date): Replace `string-to-int'
1784 by `string-to-number'.
1785
1786 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1787
1788 * url.el (url-retrieve-synchronously): Work around the fact that
1789 url-http sometimes doesn't call the callback.
1790
1791 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
1792
1793 * url-ldap.el (url-ldap): Add docstring. Fix call to
1794 `ldap-search-internal'.
1795
1796 2005-04-04 Lute Kamstra <lute@gnu.org>
1797
1798 * url-handlers.el (url-handler-mode): Specify :group.
1799
1800 2005-02-26 James Cloos <cloos@jhcloos.com> (tiny change)
1801
1802 * url-history.el (url-have-visited-url): Don't barf if
1803 url-history-hash-table is nil.
1804
1805 2005-02-14 Michael Welsh Duggan <md5i@cs.cmu.edu>
1806
1807 * url-http.el (url-http-parse-headers): Test url-automatic-caching.
1808
1809 2005-01-22 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change)
1810
1811 * url-http.el (url-http-parse-headers) <302>: Reset url-http-data
1812 to nil, like for the 303 response.
1813
1814 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1815
1816 * url.el (url-retrieve-synchronously): Use accept-process-output rather
1817 than sit-for.
1818
1819 2005-01-03 Klaus Straubinger <ksnetz@arcor.de> (tiny change)
1820
1821 * url-http.el (url-http-handle-authentication):
1822 Don't kill the current buffer.
1823
1824 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * url-handlers.el: Don't `require' everything eagerly.
1827
1828 2004-11-30 Paul Pogonyshev <pogonyshev@gmx.net>
1829
1830 * url-http.el (url-http-handle-cookies): Bind `url-current-object'
1831 to `url-http-cookies-sources' so that cookies are attributed to
1832 proper domain.
1833 (url-http): Make local variable `url-http-cookies-sources'.
1834
1835 2004-11-28 Andreas Schwab <schwab@suse.de>
1836
1837 * url-http.el (url-http-create-request): Don't add newline after
1838 the request data.
1839
1840 2004-11-20 Masatake YAMATO <jet@gyve.org>
1841
1842 * url.el (url-mm-callback): Delay the invocation
1843 of `mm-destroy-parts'. Invoke `mm-destroy-parts'
1844 when the buffer is killed.
1845
1846 2004-11-12 Masatake YAMATO <jet@gyve.org>
1847
1848 * url-mailto.el (url-mailto): Fix a typo in the comment.
1849
1850 2004-11-02 Masatake YAMATO <jet@gyve.org>
1851
1852 * url-imap.el (url-imap-open-host): Don't use
1853 `string-to-int'. The port returned by `url-port'
1854 is expected to be an integer.
1855
1856 * url-irc.el (url-irc): Ditto.
1857
1858 * url-news.el (url-news-open-host): Ditto.
1859
1860 * url-nfs.el (url-nfs-build-filename): Ditto.
1861
1862 2004-10-20 John Paul Wallington <jpw@gnu.org>
1863
1864 * url-gw.el (url-gateway-nslookup-host):
1865 Use `set-process-query-on-exit-flag'.
1866
1867 2004-10-10 Lars Hansen <larsh@math.ku.dk>
1868
1869 * url-auth.el:
1870 * url-cache.el:
1871 * url-cid.el:
1872 * url-dired.el:
1873 * url-expand.el:
1874 * url-ftp.el:
1875 * url-gw.el:
1876 * url-imap.el:
1877 * url-irc.el:
1878 * url-misc.el:
1879 * url-news.el:
1880 * url-ns.el:
1881 * url-privacy.el:
1882 * url-proxy.el: Update header and footer.
1883
1884 * url-vars.el: Update header.
1885
1886 2004-10-16 Richard M. Stallman <rms@gnu.org>
1887
1888 * url.el (url-do-setup): Don't set url-passwd-entry-func.
1889
1890 * url-vars.el (url-passwd-entry-func): Var deleted.
1891 (mm-mime-mule-charset-alist): Remove compatibility code for old Gnus.
1892 (url-weekday-alist): Rename from weekday-alist.
1893 (url-monthabbrev-alist): Rename from monthabbrev-alist.
1894 (url-vars-unload-hook): Initialize hook var to hold the function.
1895
1896 * url-util.el (url-get-normalized-date): Use url-weekday-alist and
1897 url-monthabbrev-alist.
1898
1899 * url-misc.el: Load cl at compile time.
1900
1901 * url-mailto.el: Don't load cl.
1902 (url-mailto): Fix call to `push'.
1903
1904 * url-gw.el (url-open-telnet): Use read-passwd.
1905
1906 * url-auth.el (url-basic-auth, url-digest-auth): Use read-passwd.
1907
1908 2004-10-12 Simon Josefsson <jas@extundo.com>
1909
1910 * url-vars.el (url-gateway-method): Add new method `tls'.
1911
1912 * url-news.el (url-snews): Use nntp-open-tls-stream if
1913 url-gateway-method is tls.
1914
1915 * url-ldap.el (url-ldap-certificate-formatter):
1916 Use tls-certificate-information if ssl.el is not available.
1917
1918 * url-https.el (url-https-create-secure-wrapper): Use tls if ssl
1919 is not available.
1920
1921 * url-gw.el (url-open-stream): Support tls url-gateway-method.
1922 (url-open-stream): Likewise.
1923
1924 2004-10-10 Lars Hansen <larsh@math.ku.dk>
1925
1926 * url-auth.el:
1927 * url-cache.el:
1928 * url-cookie.el:
1929 * url-dired.el:
1930 * url-file.el:
1931 * url-ftp.el:
1932 * url-handlers.el:
1933 * url-history.el:
1934 * url-irc.el:
1935 * url-mailto.el:
1936 * url-methods.el:
1937 * url-misc.el:
1938 * url-news.el:
1939 * url-nfs.el:
1940 * url-parse.el:
1941 * url-privacy.el:
1942 * url-vars.el:
1943 * url.el:
1944 * url-util.el: Fix copyright notice.
1945
1946 2004-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 * url-handlers.el (url-insert-file-contents): Use the URL to decide the
1949 encoding, not the buffer-file-name (which might not even exist).
1950
1951 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1952
1953 * url-handlers.el (url-insert-file-contents): Decode contents.
1954
1955 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * url-util.el (url-debug): Use with-current-buffer.
1958
1959 * url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
1960 (url-nfs-create-wrapper): Use new backquote syntax.
1961
1962 * url-https.el (url-https-file-attributes): Add id-format param.
1963
1964 * url-http.el (url-http-head-file-attributes)
1965 (url-http-file-attributes): Add id-format parameter.
1966
1967 * url-handlers.el: Use new find-file-hook.
1968 (url-file-attributes): Add id-format parameter.
1969
1970 * url-file.el (url-file-create-wrapper): Use new backquote syntax.
1971 (url-file-file-attributes): Add id-format parameter.
1972
1973 * url-dav.el: Use with-current-buffer.
1974 (url-dav-process-response): Fix regexps and spurious quote.
1975 (url-dav-file-attributes): Add id-format param.
1976
1977 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * url.el (url-retrieve): Use with-current-buffer.
1980
1981 * url-http.el (url-http-parse-headers, url-http-file-exists-p):
1982 Remove unused var `version'.
1983
1984 * url-handlers.el (url-handler-mode): New minor mode.
1985 (url-setup-file-name-handlers): Remove.
1986
1987 2004-04-12 John Paul Wallington <jpw@gnu.org>
1988
1989 * url-cookie.el (url-cookie-handle-set-cookie): Replace calls
1990 to obsolete `assoc-ignore-case' with calls to `assoc-string'.
1991
1992 2004-04-11 Dave Love <fx@gnu.org>
1993
1994 * url-mailto.el (url-mailto):
1995 * url-history.el (url-history-setup-save-timer):
1996 * url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
1997
1998 * url-file.el (url-file-build-filename): Don't use
1999 directory-sep-char.
2000
2001 * url-auth.el (url-register-auth-scheme): Fix `format' call.
2002
2003 * url-about.el (url-scheme-registry): Defvar.
2004 (url-about): Use text/plain.
2005
2006 * url-vars.el (cl): Don't require.
2007 (url): Add :version.
2008 (url-bug-address): Use bug-gnu-emacs.
2009
2010 * url-util.el (url-hexify-string): Don't give multibyte error
2011 for char <16.
2012 (mail-header-extract): Autoload.
2013
2014 * url-parse.el: Doc fixes.
2015
2016 * url-ldap.el (ldap): Require.
2017 (url-ldap): Fix `format' call.
2018 (url-ldap-certificate-formatter): Avoid warning.
2019
2020 * url-https.el (url-https-create-secure-wrapper): Use modern backquotes.
2021
2022 * url-dav.el (url-dav-rename-file): Fix args of `signal'.
2023 (url-intersection): New.
2024 (url-dav-supported-p): Use it.
2025 (url-dav-save-resource): Declare url-http-response-status special.
2026
2027 * url-cache.el (url-util): Require.
2028
2029 2004-04-10 Miles Bader <miles@gnu.org>
2030
2031 RCS keyword removal (only non-comment changes are enumerated here):
2032
2033 * url-vars.el (url-version): Use the constant string "Emacs"
2034 instead of calculating something from the RCS `State' keyword
2035 [the latter is almost entirely useless anyway].
2036
2037 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2038
2039 * url-methods.el:
2040 * url-parse.el: Don't require url-auto.
2041
2042 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2043
2044 * url: Imported the URL package from its own CVS repository into Emacs.
2045
2046 ===========================================================================
2047 ===========================================================================
2048 Copy of the ChangeLog file from URL's own CVS repository:
2049 ===========================================================================
2050 ===========================================================================
2051
2052 2003-07-16 Dave Love <fx@gnu.org>
2053
2054 * url.el (url-retrieve-synchronously): Revert last change.
2055 Should be revisited.
2056
2057 2003-06-26 Sam Steingold <sds@gnu.org>
2058
2059 * url-handlers.el (url-handlers-create-wrapper): Do not call
2060 method on invalid urls.
2061
2062 2003-05-29 Dave Love <fx@gnu.org>
2063
2064 * url.el (url-retrieve-synchronously): Use sleep-for, not
2065 sit-for. From monnier@gnu.org.
2066
2067 2002-11-04 Walter C. Pelissero <walter@pelissero.org>
2068
2069 * url-methods.el (url-scheme-register-proxy): Make sure to convert
2070 port numbers to integers when creating the URL objects for proxies.
2071
2072 2002-10-29 William M. Perry <wmperry@gnu.org>
2073
2074 * url-http.el (url-http-parse-headers): When doing a
2075 redirect, some broken software (sourceforge) sends a redirect to
2076 '/', which is blatantly illegal (see section 14.30 of the HTTP/1.1
2077 specification). I wish we could deal with such lame software
2078 appropriately (spank the authors), but this is the web, so we have
2079 to kow-tow to the servers.
2080
2081 2002-10-27 William M. Perry <wmperry@gnu.org>
2082
2083 * url-http.el (url-http-create-request): If we are talking to
2084 the default port for a the selected protocol, do NOT send the port
2085 in the HOST header. This fixes the login page at sourceforge.
2086
2087 2002-09-17 William M. Perry <wmperry@gnu.org>
2088
2089 * url-http.el (url-http-handle-cookies): New function to deal
2090 with cookie headers.
2091 (url-http-parse-headers): Call `url-http-handle-cookies' here so
2092 that cookie additions and deletions get handled immediately.
2093 This is so that sites that set cookies while doing redirects
2094 (my.yahoo.com, outlook web access, etc) work. This should also
2095 fix sites that delete cookies on invalid access or other error
2096 pages the user might not actually see.
2097 (url-http-parse-headers): Silently convert non-HEAD and non-GET
2098 methods to GET in redirects. Too many web sites do this now, and
2099 it is just likely to confuse users.
2100
2101 2002-04-22 Dave Love <fx@gnu.org>
2102
2103 * url-misc.el (man): Autoload to avoid warning.
2104 (url-man): Don't require man here.
2105 (url-data): Generalize in line with the RFC.
2106
2107 * url-gw.el (url-open-stream): Remove obsolete `tcp' case.
2108
2109 * url-vars.el: Doc fixes.
2110 (url-mime-charset-string): New function.
2111 (url-mime-charset-string): Use it to set the variable.
2112 (url-set-mime-charset-string): New function.
2113 (set-language-environment-hook): Use it.
2114 (url-vars-unload-hook): New function.
2115
2116 * url-cookie.el (url-header-comparison): Delete.
2117 (url-cookie-handle-set-cookie): Use assoc-ignore-case to avoid assoc*.
2118 (url-cookie-save-interval): Make value agree with doc.
2119
2120 * url.el: Doc fixes.
2121 (url-mm-callback): Don't call mm-destroy-parts immediately for
2122 external viewing -- set up a process sentinel.
2123
2124 2001-12-12 William M. Perry <wmperry@gnu.org>
2125
2126 * url-vars.el (url-nonrelative-link): Patch from Stefan
2127 Monnier to use ` instead of ^ to match the relative link.
2128
2129 2001-12-10 William M. Perry <wmperry@gnu.org>
2130
2131 * url-dav.el (url-dav-file-attributes): Fix bad call to
2132 plist-get (reversed args).
2133
2134 * url-file.el (url-file-build-filename): Make sure that we
2135 have a parsed URL in this function.
2136
2137 2002-01-22 Dave Love <fx@gnu.org>
2138
2139 * url-cache.el (url-cache-file-writable-p): Doc fix.
2140
2141 * url-imap.el (url-imap): Maybe disable multibyte.
2142 Bind coding-system-for-read. Require mm-util.
2143
2144 * url.el (url-do-setup): Use (featurep 'xemacs).
2145
2146 * mule-sysdp.el: Removed (obsolete).
2147
2148 2001-12-09 William M. Perry <wmperry@gnu.org>
2149
2150 * url-dav.el (url-dav-delete-something): Utility macro to
2151 remove an arbitrary resource.
2152 (url-dav-delete-directory): Use it.
2153 (url-dav-delete-file): Ditto.
2154 (url-dav-make-directory): New function.
2155 (url-dav-rename-file): New function.
2156 (url-dav-register-handler): New function to easily register a
2157 WebDAV-specific file-name-handler operation.
2158 (url-dav-file-name-all-completions, url-dav-file-name-completion):
2159 New functions that allow file-name completion for WebDAV resources.
2160
2161 2001-12-08 William M. Perry <wmperry@gnu.org>
2162
2163 * url-dav.el (url-dav-directory-files): New function to
2164 mimic `directory-files' for WebDAV.
2165 (url-dav-delete-directory): New function to mimic
2166 `delete-directory' for WebDAV.
2167
2168 2001-12-06 William M. Perry <wmperry@gnu.org>
2169
2170 * url-dav.el (url-dav-process-DAV:locktoken): Parse the
2171 DAV:locktoken hrefs into a usable format.
2172 (url-dav-process-response): Use an unwind-protect to make sure
2173 that we clean up the buffer, even if there is a parsing error.
2174 (url-dav-request): New function to act as the main entry point for
2175 making DAV requests. Takes care of building the XML document with
2176 appropriate namespaces, depth, etc, and parses the results.
2177 (url-dav-get-properties): Use new url-dav-request function.
2178 This is now just a thin wrapper around that to use PROPFIND and set any
2179 extra properties we are looking for.
2180 (url-dav-unlock-resource): New function to release a lock given a
2181 URL and a lock-token.
2182 (url-dav-process-DAV:getlastmodified)
2183 (url-dav-process-DAV:creationdate)
2184 (url-dav-process-DAV:iscollection)
2185 (url-dav-process-DAV:ishidden): Fix typos! Its url-dav-*, not
2186 url-dave-*!
2187 (url-dav-active-locks): New function to get a list of all the
2188 active locks for a resource.
2189 (url-dav-save-resource): New function to actually save a resource
2190 using the PUT method. I can now successfully save files to an
2191 HTTP server with some manual steps from a lisp-interaction buffer.
2192
2193 * url-http.el (url-http-wait-for-headers-change-function):
2194 Special case the 204/205 response codes. Some servers do not
2195 send back a 0 content-length for these, and we would hang.
2196 (url-http-parse-headers): Mark 204/205 response codes as
2197 'successful' so that the callbacks get activated.
2198 (url-http-options): Fix unbound variable usage.
2199
2200 * url-dav.el: Added full copyright information.
2201 (url-dav-process-response): Make sure that we create a DAV:status
2202 property when parsing a singleton response.
2203 (url-dav-file-attributes): If the properties returned did not have
2204 a successful HTTP response code, then ignore them and use the
2205 HEAD-based attributes.
2206
2207 * vc-dav.el: Added full copyright information.
2208
2209 * url-dav.el (url-dav-process-supportedlock-property):
2210 Deal with text nodes in DAV:supportedlock nodes.
2211 (url-dav-file-attributes-mode-string): This now gets the entire
2212 property list instead of just the DAV:supportedlock node.
2213 (url-dav-file-attributes): Make sure to pass the whole list in.
2214 (url-dav-file-attributes-mode-string): Now properly sets do 'd' mode.
2215 (url-dav-file-attributes-mode-string): Now uses the Apache mod_dav
2216 'executable' bit to set the 'x' mode. See `mod_dav's custom
2217 properties' at http://www.webdav.org/mod_dav/ for more details.
2218 (url-dav-find-parser): New function to find the proper parser for
2219 a node-type. Looks for
2220 url-dav-process-XXX (url-dav-process-DAV:prop), otherwise falls
2221 back to using url-dav-node-text. Caches the results on the nodes
2222 symbol name.
2223 (url-dav-dispatch-node): Utility routine to call a nodes handler easily.
2224 (url-dav-process-*): Rename most of the handlers and made them
2225 use url-dav-dispatch-node where appropriate.
2226 (url-dav-process-DAV:prop): Instead of using the dav-data-type
2227 property to dispatch the node, now uses dav-dispatch-node so that
2228 it is easy to add parsers for special nodes.
2229 (url-dav-process-DAV:depth, url-dav-process-DAV:resourcetype)
2230 (url-dav-process-DAV:locktype, url-dav-process-DAV:lockscope)
2231 (url-dav-process-DAV:getcontentlength)
2232 (url-dave-process-DAV:getlastmodified)
2233 (url-dave-process-DAV:creationdate)
2234 (url-dave-process-DAV:iscollection)
2235 (url-dave-process-DAV:ishidden): Aliases for the generic
2236 url-dav-process-foo-property routines.
2237 (url-dav-process-DAV:activelock)
2238 (url-dav-process-DAV:lockdiscovery): Can now correctly parse
2239 DAV:lockdiscovery nodes, so that we can find out who has a
2240 resource locked and properly parse the response to a LOCK request.
2241 (url-dav-process-DAV:status): Now parses out the numeric status
2242 from the HTTP response line.
2243 (url-dav-process-response): New function to handle all the
2244 parsing of an XML response from WebDAV. This handles all the
2245 logic of checking the response content-type to make sure it is
2246 XML, parses the tree, and interprets the tree.
2247 (url-dav-process-response): Make sure that all responses look
2248 like a DAV:multistatus response, even if we get a singleton
2249 response back. This will just make the upper layer logic simpler.
2250 (url-dav-get-properties): New optional argument NAMESPACES that
2251 specifies what namespaces to use in the XML request.
2252 (url-dav-get-properties): Got rid of the D: namespace in
2253 requests. It doesn't save that much space. Just use DAV:
2254 (url-dav-lock-identifier): New variable that should hold a URI
2255 pointing to contact information for the user. This will be used
2256 as the contents of the DAV:owner/DAV:href tag to identify the
2257 owner of a LOCK when requesting it. This will be shown to other
2258 users when the DAV:lockdiscovery property is requested, so make
2259 sure you are comfortable with it leaking to the outside world.
2260 (url-dav-lock-resource): New function to LOCK a dav resource.
2261
2262 2001-12-05 William M. Perry <wmperry@gnu.org>
2263
2264 * url-dav.el (url-dav-get-properties): New argument
2265 ATTRIBUTES that allows you to ask for specific properties instead
2266 of getting all properties via DAV:allprop.
2267
2268 * url-http.el (url-http-real-basic-auth-storage):
2269 New variable for normal HTTP basic authentication.
2270 (url-http-proxy-basic-auth-storage): New variable for HTTP proxy
2271 basic authentication.
2272 (url-http-handle-authentication): Follow new semantics for
2273 url-basic-auth-storage.
2274
2275 * url-auth.el (url-basic-auth-storage): Change meaning of
2276 this variable. It is now a symbol pointing to where we really
2277 want to store the authorization information. This fixes proxy
2278 auth and normal basic auth because of some local bindings that were
2279 making it impossible to store the credentials in the global binding.
2280 (url-basic-auth): Make sure we dereference url-basic-auth-storage
2281 everywhere.
2282
2283 * url-util.el (url-debug): Add new types 'dav and
2284 'retrieval to the customization list.
2285
2286 * url.el (url-retrieve-synchronously): Put in some debugging
2287 statements.
2288
2289 * url-http.el (url-http-head-file-attributes): Rename old
2290 url-http-file-attributes so that we can have a smarter one that
2291 tries WebDAV first, then HEAD.
2292 (url-http-file-attributes): New smart version that tries WebDAV first.
2293 (url-http-options): New function that returns information gleaned
2294 from an OPTIONS request for a URL. Returns a property list
2295 returning the methods supported for the resource, what DAV and
2296 DASL levels are supported, p3p information, and whether
2297 byte-ranges are supported or not.
2298 (url-http-wait-for-headers-change-function): If we got a 0-byte
2299 content-length, activate the callback immediately.
2300 (url-http-wait-for-headers-change-function): For content-length
2301 responses with actual body-data in the chunk we are handling, call
2302 url-http-content-length-after-change-function with the remaining
2303 data. Otherwise we can deadlock if the headers and the entire
2304 body exist arrive in one chunk.
2305
2306 * url-dav.el: New file to contain the WebDAV
2307 (http://www.webdav.org/) implementation.
2308 (url-dav-supported-p): Cheap way to figure out whether we will be
2309 able to do DAV at all. We rely on the XML parser expanding
2310 namespaces for us, and currently you need a patched version of
2311 xml.el to do this. Patch sent to author for consideration.
2312 (url-dav-file-attributes): Much more complete version of
2313 `file-attributes' using the WebDAV PROPFIND method. Now correctly
2314 finds out whether something is a directory (a WebDAV collection),
2315 the last modification time, and permissions (based on the
2316 DAV:supportedlock information).
2317 (url-dav-get-properties): Generic interface to get WebDAV
2318 properties for a URL. Can specify an optional `depth' parameter
2319 to tell the web server how many directory (collection) levels to
2320 recurse when retrieving the property lists. Returns an assoc
2321 list keyed off of the resource, the cdr of which is a property list.
2322 (url-dav-datatype-attribute): We support the XML-Data note
2323 (http://www.w3.org/TR/1998/NOTE-XML-data) to figure out what the
2324 datatypes of attributes are. Currently only date, dateTime, int,
2325 number, float, boolean, and uri are supported.
2326
2327 2001-12-04 William M. Perry <wmperry@gnu.org>
2328
2329 * url-handlers.el (file-name-absolute-p): New hooked
2330 version. If the filename matches our regexp, then it is always
2331 absolute, so just return `t'.
2332 (expand-file-name): New hooked version. If the fragment is an
2333 absolute file or URL, then expand it relative to '/'.
2334 (url-handler-regexp): New regexp for specific schemes that we
2335 want the file-name-handlers to work off of.
2336 (url-setup-file-name-handlers): Use it when installing the handlers.
2337
2338 * url-http.el (url-http-find-free-connection): Better logging
2339 about whether we are reusing an existing connection or not.
2340
2341 * url-methods.el (url-scheme-register-proxy): Fix bad call
2342 to string-match instead of match-string (and with reversed
2343 arguments even).
2344
2345 * url-http.el (url-http-debug): Change to now use the
2346 generic url-debug function to do the actual logging. Still a
2347 separate function so that we can do our magic on the network
2348 connection if the user quits while we are downloading.
2349
2350 * url-handlers.el (url-file-handler): Now logs the result of
2351 the hooked or real call.
2352
2353 * url-util.el (url-debug): New function for generic debug logging.
2354
2355 2001-11-28 William M. Perry <wmperry@gnu.org>
2356
2357 * url-imap.el (url-imap-open-host): Use backquote.
2358 (url-imap): Now switches to 'login as the imap authenticator if
2359 the URL provides a username and password.
2360
2361 * url-handlers.el (url-setup-file-name-handlers): Use cl &
2362 push to replace some strange logic in here.
2363 (url-run-real-handler): New function to run the real hooks in
2364 case we get a false positive or an operation that we do not
2365 support. The old way disabled _ALL_ file-name-handlers when
2366 we hit something we didn't understand - this disables JUST us.
2367 (url-file-handler): Remove the logic about removing the leading
2368 '/' off of the first argument... it may not be safe to always
2369 assume that the first argument is the one we are acting on -
2370 `default' is the second argument for expand-file-name for example.
2371 (url-setup-file-name-handlers): Use url-nonrelative-link
2372 directly. This means that you must type in the URL directly
2373 without prefixing it with a '/'.
2374
2375 (gnus-cache-articles-in-group "nnml+mail:comp.emacs-devel")
2376
2377 Ends up calling (expand-file-name "nnml+mail:comp.emacs-devel" ...)
2378 which activates us (because 'nnml+mail' _is_ a valid scheme name
2379 for a URI). We get thoroughly confused and end up returning
2380 `nil' when we shouldn't.
2381
2382 2001-11-26 William M. Perry <wmperry@gnu.org>
2383
2384 * url-handlers.el (file-writable-p): Add NULL handler for
2385 this so that visiting a URL directly will work.
2386 (file-symlink-p): Ditto.
2387 (url-insert-file-contents): If `visit' is non-nil then make sure
2388 we set buffer-file-name. After these changes you can visit
2389 http://www.gnu.org/ directly from the minibuffer.
2390 (url-insert-file-contents): When inserting the file contents,
2391 use a save-excursion so that we behave just like the original.
2392
2393 2001-11-25 William M. Perry <wmperry@gnu.org>
2394
2395 * url-util.el (url-hexify-string): Fix bad use of mapconcat.
2396
2397 2001-11-24 William M. Perry <wmperry@gnu.org>
2398
2399 * url-about.el (url-about): New loader scheme to handle
2400 about:foo URLs. Automatically tries to find a `url-about-foo'
2401 function to display the actual data.
2402 (url-about-protocols): Implement about:protocols.
2403
2404 * url-http.el (url-http): Make sure that we signal an error
2405 when we cannot open a network connection for whatever reason.
2406 Before, it would just silently clean up after itself and the user
2407 got absolutely no indication that an error had occurred. If the
2408 error should truly be ignored, the caller should do that for us.
2409 (url-http-chunked-encoding-after-change-function): Doh! Need to
2410 user marker-position in some log messages now that
2411 url-http-chunked-start is a marker.
2412
2413 2001-11-22 William M. Perry <wmperry@gnu.org>
2414
2415 * url-https.el: Fixed definition of url-https - was using the
2416 wrong signature. Too much cut & paste.
2417 (url-https-create-secure-wrapper): Fix so that url-https works
2418 at all. Was not taking a null `method' into account when calling
2419 the wrapped function so url-https tried to call url-http-nil. *sigh*
2420
2421 * url-http.el
2422 (url-http-chunked-encoding-after-change-function): Add some
2423 feedback when not debugging about what content-type and chunk # we
2424 are reading.
2425 (url-http-chunked-encoding-after-change-function): Use a marker
2426 for url-http-chunked-start so that we can safely delete the
2427 chunk-tokens instead of just marking them as invisible.
2428 (url-http-chunked-encoding-after-change-function): Actually delete
2429 the chunk-tokens. Now that we are not run from 'real'
2430 after-change functions, this is safe, and the right thing to do.
2431 Otherwise the HTML parser still saw them and inferred all sorts of
2432 bad things about the document (ie: nothing had a title!)
2433
2434 2001-11-21 William M. Perry <wmperry@gnu.org>
2435
2436 * url-http.el (url-http-debug): Document this variable.
2437 People other than I might want to use it.
2438 (url-http-debug): Put some code in here to check quit-flag
2439 directly. When the chunked encoding went into a tight spin, your
2440 Emacs would be wedged forever. This short-circuits all the
2441 after-change functions and signals an error.
2442 (url-http-debug): If url-http-debug is non-nil and non-t, then log
2443 the debug messages using `message' as well as sending them to the
2444 buffer.
2445 (url-http-chunked-encoding-after-change-function): Got rid of the
2446 no-initial-crlf. Had an epiphany and I can just infer this from
2447 url-http-chunked-counter being 0.
2448 (url-http-chunked-encoding-after-change-function): Move the debug
2449 statement about reading chunk #foo into the loop so that each
2450 chunk will have a log message associated with it.
2451 (url-http-chunked-encoding-after-change-function): Make sure to
2452 set read-next-chunk to nil when the regular expression match fails
2453 to fire. Otherwise we could loop forever.
2454 (url-http-chunked-encoding-after-change-function): Tweak the
2455 regular expression to be a little less greedy when looking for a chunk.
2456 (url-http-wait-for-headers-change-function): Remove the last
2457 argument when calling
2458 url-http-chunked-encoding-after-change-function. It is no longer
2459 needed. I should use my brain sometime.
2460
2461 * url-vars.el (and): Fix feature test for xemacs and
2462 coding-system-list behavior.
2463
2464 * url-http.el
2465 (url-http-chunked-encoding-after-change-function): Add optional
2466 no-initial-crlf flag that modifies the regular expression.
2467 This is only set from url-http-wait-for-headers-change-function so that
2468 the initial CRLF in the HTTP headers is not swallowed.
2469 (url-http-chunked-encoding-after-change-function): Fix a few
2470 off-by-one errors by using (match-end 0) instead of 1.
2471 (url-http-chunked-encoding-after-change-function): Add a few
2472 url-http-debug calls to help track down problems in the chunked
2473 encoding.
2474 (url-http-chunked-encoding-after-change-function): The chunk
2475 reading in here is now in a while loop so that if Emacs feeds us a
2476 chunk of data that happens to contain more than one 'chunk'
2477 delimiter, we behave correctly.
2478 (url-http-wait-for-headers-change-function): Make sure that we
2479 pass no-initial-crlf to
2480 url-http-chunked-encoding-after-change-function when passing
2481 initial data to the decoder.
2482 (url-http-generic-filter): url-http-debug statement so we can tell
2483 when/where our after-change-functions are being called.
2484
2485 2001-10-11 Dave Love <fx@gnu.org>
2486
2487 * url-handlers.el: Doc fixes.
2488 (string-match): Use (featurep 'xemacs).
2489
2490 * url-methods.el (url-scheme-get-property): Avoid `mapc'.
2491
2492 * url-proxy.el (url-find-proxy-for-url): Avoid `pop'.
2493
2494 * url-vars.el (url-running-xemacs): Delete.
2495 (url-gateway-unplugged): New variable.
2496
2497 * url-gw.el (url-open-stream): Use url-gateway-unplugged.
2498 Comment out OS/2 stuff.
2499
2500 2001-10-05 Dave Love <fx@gnu.org>
2501
2502 * url-mailto.el (url-mailto): Don't send auto-generated mail
2503 without confirmation.
2504
2505 2001-10-02 Dave Love <fx@gnu.org>
2506
2507 * url-http.el (url-http-create-request): Check cache for
2508 proxy-obj, if defined, rather than url.
2509 (url-http): Use dolist, not mapc (runtime cl dependency).
2510
2511 * url-methods.el: Maybe require cl at runtime.
2512 (url-scheme-register-proxy): Fix fetching from environment.
2513 Don't concat a number.
2514
2515 2001-10-01 Dave Love <fx@gnu.org>
2516
2517 * url-parse.el: Use modern backquote syntax.
2518
2519 * url-vars.el (url-uncompressor-alist): Add bzip2.
2520 (url-mail-command): Prefer compose-mail.
2521 (tcp-binary-process-input-services): Comment out.
2522 (url-working-buffer): New constant.
2523
2524 * url-util.el (url-extract-mime-headers): New function.
2525
2526 * url-mailto.el (url-mailto): Set source-url. Don't add
2527 User-Agent.
2528
2529 2001-09-20 Dave Love <fx@gnu.org>
2530
2531 * url-http.el (url-http-create-request): Don't concat a number.
2532
2533 2001-06-05 Dave Love <fx@gnu.org>
2534
2535 * url.el (url-do-setup): Doc fix. Don't try to frob
2536 tcp-binary-process-input-services. Remove function wrapper for lambda.
2537 (url-retrieve): Barf with sensible message if url-type is null.
2538
2539 * url-http.el (url-http): Don't try to set process
2540 coding-system here -- done in url-gw.
2541
2542 * url-gw.el (url-gw-inhibit-code-conversion): Remove.
2543 (url-open-stream): Bind coding-system-for{read,write} when setting
2544 up the connection. Don't call url-gw-inhibit-code-conversion.
2545
2546 2001-05-24 William M. Perry <wmperry@gnu.org>
2547
2548 * url.el (url-retrieve-synchronously): Avoid accept-process-output
2549 in url-retrieve-synchronously.
2550
2551 2001-05-23 William M. Perry <wmperry@gnu.org>
2552
2553 * url.el (url-retrieve-synchronously): Don't put a timeout on
2554 accept-process-output. This is evidently causing hangs in Emacs
2555 21 when viewing complex pages with images or stylesheets.
2556 www.yahoo.com is now viewable.
2557
2558 * url-gw.el (url-open-stream): Avoid using mule-sysdp
2559 (mule-inhibit-code-conversion) and just have a local function that
2560 does this minimal cruft.
2561 (url-gw-inhibit-code-conversion): New function to turn off code
2562 conversion in a process.
2563
2564 2001-05-22 William M. Perry <wmperry@gnu.org>
2565
2566 * url.el (url-retrieve-synchronously): Use lexical-let so
2567 that we can allow multiple asynch retrievals to happen at once.
2568 (url-retrieve-synchronously): Use a much smaller timeout when
2569 doing the accept-process-output. This gets rid of the long delays
2570 if you are on a fast net connection and retrieve small documents
2571 that finish asynchronously before the first accept-process-output
2572 can be run. All hail broadband and 100Mb in the house!
2573 (url-retrieve-synchronously): Add documentation for this function.
2574 (url-retrieve): Ditto.
2575 (url-mm-url): Ditto.
2576
2577 * url-vars.el: Replaced `HTTP/1.0' with just `HTTP' in some
2578 documentation strings. Ok, so I'm anal.
2579
2580 * url-methods.el (url-scheme-methods): Add default methods
2581 for file-directory-p and file-truename.
2582
2583 2001-05-22 Dave Love <fx@gnu.org>
2584
2585 * url-auth.el (url-warn): Autoload.
2586
2587 * url-proxy.el (url-warn): Autoload.
2588
2589 * url-nfs.el: Fix `file-truname' typo.
2590
2591 * url-news.el: Require cl when compiling.
2592 (url-warn, gnus-group-read-ephemeral-group): Autoload.
2593 (url-nntp-default-port, url-news-default-port, url-nntp): Delete.
2594 (url-news-fetch-newsgroup): Declare gnus-group-buffer special.
2595
2596 * url-util.el (mule-decode-string): Don't autoload.
2597 (url-hexify-string): Just barf on multibyte characters.
2598 (url-generate-unique-filename): New function.
2599
2600 * url-file.el (url-file): Use url-generate-unique-filename,
2601 not mm-generate-unique-filename.
2602
2603 * url-http.el: Declare things special in various places.
2604 (url-http-activate-callback): Don't set
2605 url-http-real-after-change-function.
2606
2607 2001-05-22 William M. Perry <wmperry@gnu.org>
2608
2609 * url-http.el (url-http-attempt-keepalives): New variable to
2610 control whether we try to do keep-alives for our connections.
2611 (url-http-version): New variable to control whether we advertise
2612 ourselves as an HTTP/1.1 client or not. This can be useful for
2613 avoiding chunked encoding, and other 1.1 features we may not have
2614 fully implemented yet.
2615 (url-http-create-request): Honor the new variables.
2616
2617 2001-05-21 Dave Love <fx@gnu.org>
2618
2619 * url-vars.el (mm-mime-mule-charset-alist): Don't readjust it
2620 in XEmacs.
2621 (url-mime-charset-string): Don't reverse the list before sorting.
2622
2623 2001-05-17 William M. Perry <wmperry@gnu.org>
2624
2625 * url-http.el (url-http-generic-filter): Avoid using
2626 after-change-functions natively. There are just too many ways
2627 that this screws up in Emacs 21. Use a filter function on the
2628 process instead, and call the hook on
2629 url-http-after-change-function manually. [Actually, it will work
2630 in Emacs 21, but one problem that has been fixed in Emacs 21
2631 exists in Emacs 20. -- fx]
2632
2633 * url-vars.el (url-mime-charset-string): sort-coding-systems
2634 does not exist on older versions of Emacs, or any version of
2635 XEmacs. Do not call it unless it is bound.
2636
2637 2001-05-17 Dave Love <fx@gnu.org>
2638
2639 * url-http.el (url-http-create-request): Fix non-GET requests.
2640
2641 2001-05-16 Dave Love <fx@gnu.org>
2642
2643 * url-vars.el: Doc fixes. Require mm-util.
2644 (url-mime-charset-string): New variable.
2645
2646 * url-http.el: Doc fixes.
2647 (url-http-create-request): Rearrange how we assemble the request.
2648 Avoid generating bogus requests with an empty real-fname.
2649 (url-http-handle-authentication): Declare status and success special.
2650 (url-http): Call mm-disable-multibyte. Set process buffer's
2651 coding systems to binary.
2652
2653 * url-misc.el (url-data): Call mm-disable-multibyte.
2654
2655 * url-file.el: Don't require mule-sysdp. Fix `file-truname' typo.
2656 (url-file-find-possibly-compressed-file): Doc fix.
2657 (url-file): Bind coding-system-for-read. Call mm-disable-multibyte.
2658
2659 * url-cache.el: Don't require mule-sysdp.
2660 (url-store-in-cache): Avoid mule-write-region-no-coding-system.
2661
2662 * url.el: Don't require mule-sysdp.
2663 (url-retrieve): Only set text properties if url is a string.
2664
2665 2001-05-14 Dave Love <fx@gnu.org>
2666
2667 * url-http.el (url-http-create-request):
2668 Declare proxy-object, proxy-info special.
2669 (url-http-handle-authentication): Declare success special.
2670
2671 2001-05-12 Dave Love <fx@gnu.org>
2672
2673 * url-http.el: Revert last change.
2674
2675 2001-05-10 Dave Love <fx@gnu.org>
2676
2677 * url-http.el (url-http-generic-after-change-function):
2678 Make it permanent-local.
2679
2680 2001-05-05 Dave Love <fx@gnu.org>
2681
2682 * url-http.el: Autoload some functions.
2683 (cl): Require when compiling.
2684 (url-http-extra-headers): Defvar when compiling.
2685 (url-http): Treat after-change-functions as a local hook.
2686
2687 * url-history.el (url-parse): Require.
2688 (url-do-setup): Autoload.
2689
2690 * url-gw.el: Require url-vars. Autoload some functions.
2691
2692 * url-file.el: Require mailcap. Require cl when compiling.
2693 Use (featurep 'xemacs).
2694 (url-file-build-filename): Bind pos-index.
2695 (url-file): Call url-find-file-dired, not url-dired-find-file.
2696
2697 * url-dired.el: Add copyright notice. Autoload some functions.
2698 (url-dired-minor-mode-map): Use (featurep 'xemacs).
2699 (url-dired-find-file-mouse): Use mouse-set-point, not event-point.
2700 (url-find-file-dired): Rename from one version of url-dired-find-file.
2701
2702 * url-cid.el: Don't require widget. Require mm-decode
2703 unconditionally.
2704
2705 * url-util.el: Autoload mule-decode-string,
2706 timezone-parse-date, timezone-make-date-arpa-standard.
2707 (url-unreserved-chars): Fix list per RFC 2396.
2708 (url-hexify-string): Maybe string-make-unibyte.
2709
2710 * url-news.el: Require nntp.
2711
2712 * url-imap.el: Require cl when compiling. Require nnimap
2713 unconditionally.
2714
2715 2001-05-04 Dave Love <fx@gnu.org>
2716
2717 * url-handlers.el (url-file-local-copy): Use make-temp-file,
2718 not non-existent mailcap-generate-unique-filename.
2719
2720 * url-privacy.el: Require url-vars. Require cl when compiling.
2721
2722 * url-parse.el: Require url-vars.
2723 Autoload url-scheme-get-property.
2724
2725 * url-nfs.el: Require cl when compiling. Test for XEmacs
2726 with featurep.
2727
2728 * url-mailto.el: Require cl when compiling.
2729
2730 * url-cookie.el (url-cookie-handle-set-cookie):
2731 Call url-parse-args, not url-util-parse-args.
2732
2733 * url-cache.el (url-cache-expired): Remove bogus `return'.
2734
2735 2001-04-09 Dave Love <fx@gnu.org>
2736
2737 * mule-sysdp.el (mule-detect-coding-version)
2738 (mule-code-convert-region, mule-inhibit-code-conversion)
2739 (mule-write-region-no-coding-system, mule-encode-string)
2740 (mule-decode-string, mule-truncate-string)
2741 (mule-find-charset-region, mule-coding-system-name)
2742 (mule-find-coding-system, mule-make-iso-character): Grok Mule 5.0.
2743 [There must be a better way.]
2744 (mule-coding-system-p, string-width): Use defalias.
2745
2746 2001-01-03 Sam Steingold <sds@gnu.org>
2747
2748 * url-http.el (url-http-wait-for-headers-change-function):
2749 set `url-http-end-of-headers' to 0 for HTTP 0.9.
2750
2751 2001-01-02 Sam Steingold <sds@gnu.org>
2752
2753 * url-auth.el (provide): `url-auth', not `urlauth'.
2754
2755 2000-12-22 Dave Love <fx@gnu.org>
2756
2757 * url-history.el (url): Don't require (to avoid recursion).
2758 (cl): Require when compiling.
2759
2760 * url-http.el (url-auth): Require.
2761 (url-http-handle-authentication): Fix typo.
2762
2763 * url-cookie.el (url-cookie-setup-save-timer): Fix typo.
2764
2765 2000-12-20 Dave Love <fx@gnu.org>
2766
2767 * url.el: Require mm-decode, mm-view when compiling.
2768 <not (fboundp 'puthash)>: Define puthash and
2769 autoload other has functions rather than using cl-...hash.
2770 (url-warn): Define.
2771
2772 * url-ns.el, url-methods.el, url-http.el:
2773 Avoid cl-...hash functions.
2774
2775 * url-history.el: Avoid cl-...hash functions.
2776 (url): Require.
2777
2778 * url-gw.el, url-cookie.el: Require cl only when compiling.
2779
2780 2000-10-03 William M. Perry <wmperry@aventail.com>
2781
2782 * url-util.el (url-get-url-at-point): Guard against 'url'
2783 getting set to nil due to bad string matching. Subsequent matches
2784 would then choke because we passed string-match a nil.
2785
2786 * url-http.el (url-http-parse-headers): Need to make the
2787 connection as 'free' when we get a 304 response (found in cache),
2788 or when a keep-alive connection timed out, it would re-parse the
2789 headers and dispatch to the callback again. Eek.
2790
2791 2000-10-02 William M. Perry <wmperry@aventail.com>
2792
2793 * url-http.el (url-http-chunked-encoding-after-change-function):
2794 implement chunked transfer-coding.
2795 (url-http-create-request): We can now advertise ourselves as a 1.1
2796 compliant browser!
2797
2798 2000-07-28 Sam Steingold <sds@gnu.org>
2799
2800 * url-methods.el (url-scheme-default-loader): `callback' and
2801 `cbargs' are optional args (for calling from w3).
2802 (url-scheme-register-proxy): Typos fixes: `url-match' replaced
2803 with `string-match' and `protocol' with `scheme'.
2804
2805 2000-07-18 Sam Steingold <sds@gnu.org>
2806
2807 * url-handlers.el (require 'url): For url-retrieve-synchronously.
2808 * url-history.el (url-history-save-interval): Avoid circularity.
2809
2810 2000-07-10 William M. Perry <wmperry@aventail.com>
2811
2812 * mule-sysdp.el (mule-make-iso-character): If we are not in
2813 mule, and the character requested is > 255, then return "~"
2814 instead of letting whoever call us signal an error when they try
2815 to insert the character.
2816 (mule-make-iso-character): Also wrap the whole thing in a
2817 condition case and return "~" on error, in case make-char bombs on us.
2818
2819 * url-cid.el (url-cid): Fix stupid mistake in the loader
2820 for cid parts.
2821
2822 * url-util.el (url-display-percentage): New routine that uses
2823 the progress bar under XEmacs if available. Looks very sexy under
2824 XEmacs/GTK hacked to use the GNOME statusbar.
2825
2826 * url-http.el
2827 (url-http-content-length-after-change-function): Use new function
2828 url-display-percentage instead of url-lazy-message.
2829
2830 2000-01-27 William M. Perry <wmperry@aventail.com>
2831
2832 * url-file.el (url-file-build-filename): Work around for
2833 differences in ange-ftp / efs handling of port numbers other than 21.
2834
2835 1999-12-24 William M. Perry <wmperry@aventail.com>
2836
2837 * url-irc.el: Added pointer to draft specification for the
2838 IRC URL so people don't think I'm crazy.
2839
2840 1999-12-16 Eric Marsden <emarsden@mail.dotcom.fr>
2841
2842 * url-util.el (url-get-url-at-point): Allow URLs wrapped in
2843 () to have periods at the end of the chunk.
2844
2845 1999-12-14 William M. Perry <wmperry@aventail.com>
2846
2847 * url-misc.el (url-man): Implement `man' URL types.
2848 (url-info): Autoload.
2849 (url-man): Ditto.
2850 (url-rlogin): Ditto.
2851 (url-telnet): Ditto.
2852 (url-tn3270): Ditto.
2853 (url-generic-emulator-loader): Ditto.
2854
2855 * url-https.el (url-https-create-secure-wrapper): New macro
2856 to wrap arbitrary `http' methods with the appropriate magic to
2857 turn SSL on.
2858 (file-exists-p): Use it.
2859 (file-readable-p): Use it.
2860 (file-attributes): Use it.
2861
2862 * url-news.el (url-news-fetch-newsgroup): When building the
2863 server spec for Gnus, make sure we set
2864 nntp-open-connection-function directly, so that other news-related
2865 functions above us can set it.
2866 (url-snews): Implement `snews' URLs using `nntp-open-ssl-stream'.
2867 (url-nntp): Autoload.
2868 (url-snews): Ditto.
2869 (url-news): Ditto.
2870
2871 1999-12-12 William M. Perry <wmperry@aventail.com>
2872
2873 * url-http.el (url-http-parse-response): New function to
2874 parse just the HTTP response code out of the buffer, without
2875 taking any other actions.
2876 (url-http-wait-for-headers-change-function): Use it here when we
2877 know we have an HTTP/1.x response.
2878 (url-http-wait-for-headers-change-function): Special case a
2879 response code of '304' or there could be some delays waiting for
2880 keep-alives to time out on cached documents with no known
2881 content-length on the server.
2882
2883 1999-12-11 William M. Perry <wmperry@aventail.com>
2884
2885 * url-imap.el (url-imap-open-host): Need to bind
2886 nnimap-server-buffer or `nnimap-open-server' chokes trying to use
2887 the current buffer as the IMAP server buffer, which fails miserably.
2888
2889 1999-12-11 Simon Josefsson <jas@pdc.kth.se>
2890
2891 * url-imap.el: Initial (rough) implementation for IMAP urls.
2892
2893 1999-12-11 William M. Perry <wmperry@aventail.com>
2894
2895 * url-file.el (url-file-asynch-callback): Make the checks for
2896 ange-ftp vs. efs calling semantics consistent, so that if someone
2897 has NEITHER of them loaded, everything should still work.
2898
2899 * url-handlers.el (url-copy-file): Autoload.
2900 (url-file-local-copy): Ditto.
2901 (url-insert-file-contents): Ditto.
2902 (url-setup-file-name-handlers): Ditto.
2903
2904 1999-12-10 William M. Perry <wmperry@aventail.com>
2905
2906 * url-http.el (mail-parse): Since we use functions from here,
2907 we should require it, eh?
2908
2909 1999-12-10 Shenghuo ZHU <zsh@cs.rochester.edu>
2910
2911 * url-cookie.el (url-cookie-multiple-line): One line cookie
2912 if nil.
2913 (url-cookie-generate-header-lines): Use it.
2914
2915 1999-12-06 William M. Perry <wmperry@aventail.com>
2916
2917 * mule-sysdp.el (mule-code-convert-region): Deal with Mule
2918 4.1 gracefully.
2919
2920 * url-news.el: Reimplemented news and nntp URL support.
2921 No longer bothers to check for outdated Gnus versions, since this
2922 will not work without them anyway.
2923
2924 1999-12-05 Dave Love <fx@gnu.org>
2925
2926 * url-methods.el, url-proxy.el, url-util.el,
2927 url.el:
2928 Require url-parse.
2929
2930 1999-12-05 William M. Perry <wmperry@aventail.com>
2931
2932 * url-http.el (url-http-find-free-connection): Spit out a
2933 message when we have to contact a host so the user always gets
2934 at least some feedback.
2935
2936 * url-expand.el (url-expander-remove-relative-links): Move and
2937 renamed function.
2938 (url-default-expander): Use it.
2939
2940 * url-file.el (url-file-asynch-callback): Deal with just efs-auto
2941 as well as efs.
2942 (url-file): Add default content-type of application/octet-stream if
2943 none known.
2944 (url-file): Correct bad call to url-host-is-local-p.
2945
2946 * url-handlers.el (url-insert-file-contents): Emacs doesn't
2947 like buffer-substring with nil arguments.
2948 (url-copy-file): Use mm-destroy-parts instead of just killing
2949 the buffer. Use defined interfaces when available!
2950 (url-insert-file-contents): Ditto.
2951
2952 * url-http.el (url-http-create-request): Lots of changes to
2953 get proxying working.
2954
2955 * url-methods.el (url-scheme-register-proxy): New function to
2956 find and register a proxy for a specific scheme.
2957 (url-scheme-get-property): Use it when we load a URL scheme for
2958 the first time.
2959
2960 * url-util.el (url-get-url-at-point): Re-integrated.
2961
2962 1999-12-04 William M. Perry <wmperry@aventail.com>
2963
2964 * url-file.el (url-file): Signal an error if
2965 url-file-build-filename could not find the filename.
2966
2967 1999-12-01 William M. Perry <wmperry@aventail.com>
2968
2969 * url.el (url-retrieve): Use url-history-update-url instead
2970 of manipulating the hash table directly.
2971
2972 * url-history.el (url-completion-function): New function to
2973 use for reading a URL with completion.
2974 (url-history-update-url): New function to hide the hashtable
2975 implementation from people inserting things into the history.
2976
2977 1999-11-30 William M. Perry <wmperry@aventail.com>
2978
2979 * url-proxy.el (url-proxy): Minor tweaks to get proxy support
2980 working.
2981
2982 * url-parse.el (url-generic-parse-url): Fix bad call to
2983 url-parse-args, which had changed the type of arguments it expects.
2984
2985 * url-handlers.el (url-insert-file-contents): Ditto.
2986 (url-copy-file): Ditto.
2987
2988 * url.el (url-mm-callback): Use mm-destroy-parts instead of
2989 just killing the buffer. Use defined interfaces when available!
2990
2991 * url-http.el (url-http-parse-headers): Add some
2992 DAV-specific error codes.
2993
2994 * url.el (url-retrieve): Allow pre-parsed URLs to be passed in.
2995 (url-retrieve-synchronously): Duh, make this function actually
2996 work again. Numerous problems with it, including variable name
2997 collisions - I love dynamically scoped lisps!
2998
2999 * url-nfs.el (url-nfs-create-wrapper): New function to create
3000 wrappers onto the appropriate file-based URLs for file-name-handlers.
3001
3002 * url-ftp.el: Moved the FTP stuff into its own file - it
3003 might get messy with file-name-handlers and things.
3004
3005 * url-http.el (url-http-clean-headers): Fix problem when
3006 using 'HEAD' requests. Thou shalt not change the length of the
3007 region during an after-change-function.
3008
3009 * url-methods.el (url-scheme-methods): New variable that
3010 holds a list of the methods/variables we look for in a URL scheme.
3011 (url-scheme-get-property): Use it.
3012
3013 1999-11-29 William M. Perry <wmperry@aventail.com>
3014
3015 * url-http.el (url-http-file-attributes): Reimplement.
3016 (url-http-file-exists-p): Ditto.
3017
3018 * url-nfs.el: Reimplemented the `nfs' URL scheme.
3019
3020 * url-file.el (url-file-create-wrapper): New macro to create
3021 file-name-handler stubs for all the FTP/FILE stuff.
3022
3023 * url-handlers.el: New file to handle file-name-handler-alist
3024 cruft. Generic interface on top of functions that each URL
3025 loader provides, if capable.
3026
3027 1999-11-27 William M. Perry <wmperry@aventail.com>
3028
3029 * url-https.el: Implemented HTTPS support.
3030
3031 1999-11-26 William M. Perry <wmperry@aventail.com>
3032
3033 * url-privacy.el (url-setup-privacy-info): Don't rely on
3034 device-type being defined. Not going to bother redistributing
3035 devices.el for just one function.
3036
3037 * url-methods.el (url-scheme-get-property): Emacs does not have
3038 the 3rd-argument to plist-get to specify the default. *sigh*
3039
3040 * url-dired.el (add-minor-mode): Add definition for Emacs.
3041
3042 * url-http.el (url-http-generic-after-change-function):
3043 New function, since Emacs does not allow you to change the
3044 after-change-functions variable from within a function run by
3045 said hook. This just hands it off to the REAL function.
3046 Side-effect is that this now works on Emacs at all. :)
3047
3048 * Initial checkin of rewritten URL library.
3049
3050 ;; Local variables:
3051 ;; coding: utf-8
3052 ;; End:
3053
3054 Copyright (C) 1999, 2001-2002, 2004-2014 Free Software Foundation, Inc.
3055
3056 This file is part of GNU Emacs.
3057
3058 GNU Emacs is free software: you can redistribute it and/or modify
3059 it under the terms of the GNU General Public License as published by
3060 the Free Software Foundation, either version 3 of the License, or
3061 (at your option) any later version.
3062
3063 GNU Emacs is distributed in the hope that it will be useful,
3064 but WITHOUT ANY WARRANTY; without even the implied warranty of
3065 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3066 GNU General Public License for more details.
3067
3068 You should have received a copy of the GNU General Public License
3069 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.