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