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