Allow word wrap together with whitespace-mode (bug #11341)
[bpt/emacs.git] / lisp / url / ChangeLog
CommitLineData
a967e26b
WX
12012-04-10 William Xu <william.xwl@gmail.com> (tiny change)
2
3 * url.el (url-retrieve-internal): Hexify multibye URL string first
4 when necessary (bug#7017).
5
62012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7
8 * url.el (url-retrieve-internal): Mention utf-8 encoding.
9 (url-retrieve): Ditto.
10
9ea49b28
LMI
112012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12
13 * url-domsurf.el: New file (bug#1401).
14
15 * url-cookie.el (url-cookie-two-dot-domains): Remove.
16 (url-cookie-host-can-set-p): Use `url-domsuf-cookie-allowed-p'
17 instead of the variable above.
18
e0fe1d55
LMI
192012-03-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
20
21 * url-queue.el (url-queue-kill-job): Check whether the buffer has
22 been killed asynchronously before selecting it.
23
cc2ab732
LMI
242012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
25
26 * url-queue.el (url-queue-kill-job): Make sure that the callback
27 is always called, even if we have a timeout.
28
09100633
CY
292012-03-11 Chong Yidong <cyd@gnu.org>
30
31 * url-http.el (url-http-end-of-document-sentinel): Handle
32 keepalive expiry by calling url-http again (Bug#10223).
33 (url-http): New arg, for the above.
34
179f6911
DSM
352012-03-11 Devon Sean McCullough <emacs-hacker2012@jovi.net>
36
37 * url-http.el (url-http-find-free-connection): Don't pass a nil
38 argument to url-http-mark-connection-as-busy (bug#10891).
39
1e54a73b
LI
402012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
41
27e7172c
LI
42 * url-queue.el (url-queue-kill-job): Delete the process sentinel
43 before killing the process to avoid a race condition between the
44 two processes killing off the process buffer.
45
1e54a73b
LI
46 * url.el (url-retrieve-internal): Warn about file errors when
47 pruning the cache instead of bugging out (bug#10831).
48
55645c67
LI
492012-02-19 Lars Ingebrigtsen <larsi@gnus.org>
50
51 * url-queue.el (url-queue-callback-function): Remove the job from
52 the queue so that we don't kill the current buffer, which will
53 then make the callback function kill a random buffer.
54
f15bcb40
LI
552012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
56
57 * url-queue.el (url-queue-kill-job): Refactored out code.
58 (url-queue-remove-jobs-from-host): Use it to kill jobs that are in
59 flight.
60
e72a771d
TZ
612012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
62
63 * url-future.el: Minor doc update.
64
1deeb569
LL
652012-02-14 Leo Liu <sdl.web@gmail.com>
66
67 * url-future.el: Fix last change.
68
6c0c7cfc
TZ
692012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
70
71 * url-future.el (url-future-test): Move to test/automated.
72
3b8eb822
LI
732012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
74
75 * url-http.el (url-http-parse-headers): When redirecting, pass on
76 the `inhibit-cookie' parameter.
77
a48ec60c
GM
782012-02-10 Glenn Morris <rgm@gnu.org>
79
80 * url-queue.el (url-queue-retrieve): Fic previous doc fix.
81
d7c5e162
AS
822012-02-10 Andreas Schwab <schwab@linux-m68k.org>
83
84 * url-http.el (url-http-clean-headers): Return the number of
85 removed characters.
86 (url-http-wait-for-headers-change-function): Adjust end position
87 after cleaning the headers. (Bug#10768)
88
b74c9672
GM
892012-02-10 Glenn Morris <rgm@gnu.org>
90
91 * url-queue.el (url-queue-retrieve): Doc fix.
92
aacaa419
LI
932012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
94
95 * url-parse.el (url): Add the `use-cookies' slot to the URL struct
96 to be able to keep track of whether to do cookies or not on a
97 per-URL basis.
98
99 * url-queue.el (url-queue-retrieve): Take an optional
100 `inhibit-cookies' parameter.
101
102 * url.el (url-retrieve): Ditto
103
104 * url-http.el (url-http-create-request): Don't send cookies unless
105 requested.
106 (url-http-parse-headers): Don't store cookies unless requested.
107
b6ea20f3
LI
1082012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
109
1968bb1b 110 * url-cache.el (url-cache-prune-cache): New function.
7dd679eb
LI
111 (url-cache-prune-cache): Check that the directory exists before
112 trying to delete it.
1968bb1b
LI
113
114 * url.el (url-retrieve-number-of-calls): New variable.
115 (url-retrieve-internal): Use it to expire the cache once in a
116 while.
117
b6ea20f3
LI
118 * url-queue.el (url-queue-setup-runners): New function that uses
119 `run-with-idle-timer' for extra asynchronicity.
120 (url-queue-remove-jobs-from-host): New function.
121 (url-queue-callback-function): Remove jobs from the same host if
122 connection failed.
123
d8d469ef
GM
1242012-01-12 Glenn Morris <rgm@gnu.org>
125
e7a8cb8f
GM
126 * url-auth.el (url-basic-auth, url-digest-auth):
127 Allow reading usernames etc when the minibuffer is already in use,
128 eg in url-handler-mode. (Bug#10298)
d8d469ef 129
c7015153
JB
1302011-11-15 Juanma Barranquero <lekktu@gmail.com>
131
132 * url-dav.el (url-dav-delete-file): Fix typo.
133
122d9463
LMI
1342011-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
135
136 * url-http.el (url-http-async-sentinel): If the server hangs up
137 while we're talking to it, just `message' the error instead of
138 throwing an error.
139
14e1d9ea
LMI
1402011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
141
142 * url-cookie.el (url-cookie-expired-p): Protect against
143 zero-length cookie expiry dates.
144
ac6c8639
CY
1452011-10-19 Chong Yidong <cyd@gnu.org>
146
147 * url-handlers.el (url-handler-mode): Doc fix.
148
b02ba905
CW
1492011-09-24 Christopher J. White <chris@grierwhite.com> (tiny change)
150
151 * url-http.el (url-http-create-request): Avoid adding extra CRLF
152 (Bug#8931).
153
ad87170f
LMI
1542011-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
155
156 * url-http.el (url-http-find-free-connection): If there was an
157 error on connect, make sure the user isn't bothered with
158 irrelevant questions.
159
98fdd2b8
CY
1602011-08-07 Chong Yidong <cyd@stupidchicken.com>
161
162 * url-http.el (url-http-parse-headers): For HTTP 301/302/307,
163 don't convert to a GET request (Bug#701).
164
b0c9af93
CN
1652011-07-13 Chris Newton <redshodan@gmail.com> (tiny change)
166
167 * url-http.el (url-http): Copy over `url-show-status' to the async
168 buffer so that `url-display-percentage' does the right thing
169 (bug#4680).
170
53d21671
JD
1712011-07-06 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
172
173 * url-cache.el (url-cache-extract): Set buffer multibyte flag to
174 nil (bug#8827).
175
3487ca85
NA
1762011-07-03 Nicolas Avrutin <nicolasavru@gmail.com> (tiny change)
177
178 * url-http.el (url-http-create-request): Remove double carriage
179 return and newline (bug#8931).
180
9aec558a
LMI
1812011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
182
183 * url-http.el (url-http-wait-for-headers-change-function): Remove
184 pointless "HTTP/0.9 How I hate thee!" message (bug#6735).
185
5993c059
AS
1862011-06-04 Andreas Schwab <schwab@linux-m68k.org>
187
188 * url-future.el (url-future-test): Fix scope of `saver'.
189
3b7d5980
GM
1902011-06-01 Glenn Morris <rgm@gnu.org>
191
192 * url-queue.el (url-queue-parallel-processes, url-queue-timeout):
193 Add :version tag for options that will be new in 24.1.
194
5a94384b
LMI
1952011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
196
197 * url-queue.el (url-queue-parallel-processes): Increase the
198 default to 6, since 2 seems too conservative for normal usage.
199
e300a61b
TZ
2002011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
201
202 * url-future.el: Add general futures facility.
203
b1c83d95
LL
2042011-05-29 Leo Liu <sdl.web@gmail.com>
205
206 * url-cookie.el (url-cookie): Add option :named so that
207 url-cookie-p is defined. (Bug#8747)
208
5c77c3ed
LMI
2092011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
210
211 * url-queue.el: New file.
6df6ae42 212 (url-queue-run-queue): Pick the first waiting job, and not the last.
471129b1
LMI
213 (url-queue-parallel-processes): Lower the concurrency level, since
214 Emacs doesn't seem to like too many async processes.
215 (url-queue-prune-old-entries): Fix up the pruning code.
5c77c3ed 216
10472dd0
LMI
2172011-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
218
6df6ae42
JB
219 * url-http.el (url-http-wait-for-headers-change-function):
220 Protect against malformed headerless responses from servers.
10472dd0 221
43c594f2
CY
2222011-04-02 Chong Yidong <cyd@stupidchicken.com>
223
224 * url-gw.el (url-open-stream): Use new open-network-stream
225 functionality to perform encryption.
226
9952e40b
JB
2272011-04-01 Juanma Barranquero <lekktu@gmail.com>
228
229 * url-cookie.el (url-cookie-handle-set-cookie):
230 Use `dolist' rather than `mapcar'.
231
33383987
JB
2322011-03-07 Chong Yidong <cyd@stupidchicken.com>
233
234 * Version 23.3 released.
235
563790b6
TZ
2362011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
237
238 * url-parse.el (url-bit-for-url, url-user-for-url)
239 (url-password-for-url): Use `auto-source-search' instead of
240 `auto-source-user-or-password'.
241
242 * url-auth.el: Autoload `auto-source-search' instead of
243 `auto-source-user-or-password'.
244 (url-basic-auth, url-digest-auth, url-do-auth-source-search): Use it.
245
b301d174
LI
2462011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
247
6df6ae42
JB
248 * url-http.el (url-http-wait-for-headers-change-function):
249 Don't move point if the callback function has moved/changed/killed
250 the process buffer.
b301d174 251
10c1b751 2522010-12-16 Miles Bader <miles@gnu.org>
3cbc281e
MB
253
254 * url-cookie.el: Require 'cl when compiling -- it's necessary for
255 defstruct.
256
105a786f
GM
2572010-12-14 Glenn Morris <rgm@gnu.org>
258
259 * url-cookie.el: Don't require cl when compiling.
260 (url-cookie-clean-up, url-cookie-generate-header-lines): Use dolist.
261 (url-cookie-parse-file, url-cookie-store, url-cookie-retrieve)
262 (url-cookie-handle-set-cookie): Simplify.
263
f49d1f52 2642010-12-13 Chong Yidong <cyd@stupidchicken.com>
37bf6ce2
CY
265
266 * url-cookie.el (url-cookie-retrieve): Handle null LOCALPART.
267 Suggested by Lennart Borgman (Bug#7543).
268
023ec128
LMI
2692010-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
270
271 * url-file.el (url-file-build-filename): Avoid interpreting
272 file:/foo:/bar URLs via tramp.
273
7a9fc593
LMI
2742010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
275
276 * url-gw.el (url-open-stream): Use open-gnutls-stream if it exists.
277
b0e0b216
LMI
2782010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
279
280 * url-http.el (url-http-end-of-document-sentinel): Protect against
281 the process buffer being killed.
282
697ebdb0
LMI
2832010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
284
f49d1f52
SM
285 * url-http.el (url-http-wait-for-headers-change-function):
286 Protect against url-http-response-status for degenerate documents.
d23832a2
LMI
287 (url-http-wait-for-headers-change-function): Revert previous
288 change. It lead to really slow loads.
697ebdb0 289
5589b70e
GM
2902010-10-03 Glenn Morris <rgm@gnu.org>
291
292 * url-util.el (url-get-url-filename-chars): Don't eval-and-compile.
293 (url-get-url-at-point): Don't use eval-when-compile.
294
295 * url-cache.el (url-cache-create-filename-human-readable)
296 (url-cache-create-filename-using-md5):
297 * url-util.el (url-file-directory, url-file-nondirectory):
298 Don't use eval-when-compile and regexp-quote.
299
b39e2446
LMI
3002010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
301
f49d1f52 302 * url-vars.el (url-mime-charset-string): Change the default to
b39e2446
LMI
303 nil to avoid sending 1171 bytes of not very useful data to the
304 HTTP server every request.
305
08b8ba9f
LMI
3062010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
307
308 * url-util.el (url-display-percentage): Don't message when the URL
309 is silent.
310 (url-lazy-message): Ditto.
573a83b8 311 (url-lazy-message): Remove leftover debugging code.
08b8ba9f
LMI
312
313 * url-http.el (url-http-parse-headers): Pass the SILENT parameter
314 back to the fetching function.
315
316 * url.el (url-retrieve): Add a silent parameter.
317 (url-retrieve-internal): Ditto.
318
319 * url-parse.el (url): Add a `silent' slot in the URL struct.
320
6ca26f1d
LMI
3212010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
322
6df6ae42
JB
323 * url-cookie.el (url-cookie-handle-set-cookie): Use url-lazy-message
324 for the cookie warning, which isn't very interesting.
82b9f9f5 325
6ca26f1d
LMI
326 * url-http.el (url-http-async-sentinel): Check that the buffer is
327 still alive before switching to it.
328
cbdd0d58
JD
3292010-09-25 Julien Danjou <julien@danjou.info>
330
331 * url-cache.el (url-cache-create-filename): Ensure no-port and
332 default-port end up with the same cache file.
333 (url-cache-create-filename-human-readable)
334 (url-cache-create-filename-using-md5): Argument is always in the form of
335 a string now.
336
266a86bd 3372010-09-23 Glenn Morris <rgm@gnu.org>
7ee54def
GM
338
339 * url-cache.el (url-is-cached): Doc fix.
340
48ff1664
GM
3412010-09-23 Glenn Morris <rgm@gnu.org>
342
343 * url-cache.el (url-cache-expired): Don't autoload.
344 Tweak previous change.
97161df8 345 (url-cache-expire-time): Doc fix.
48ff1664 346
18d68e52
JD
3472010-09-23 Julien Danjou <julien@danjou.info>
348
349 * url-cache.el (url-cache-expire-time): New option.
350 (url-cache-expired): Rewrite.
351
50e4f0bf
JD
3522010-09-19 Julien Danjou <julien@danjou.info>
353
354 * url-cache.el (url-fetch-from-cache): New function.
355
b0fd24c8
JD
3562010-09-18 Julien Danjou <julien@danjou.info>
357
77413977 358 * url-vars.el (url-cache-expired): Remove unused variable.
b0fd24c8 359
6664fc59 3602010-09-14 Julien Danjou <julien@danjou.info>
6f6dc4da 361
2f5e7c6f
GM
362 * url-cache.el (url-store-in-cache):
363 Make `buff' argument really optional.
6f6dc4da 364
6664fc59 3652010-09-14 Glenn Morris <rgm@gnu.org>
c4ae64d1
GM
366
367 * url-cookie.el (url-cookie-expired-p): Tweak previous change.
368
6664fc59 3692010-09-14 shawn boles <shawn.boles@gmail.com> (tiny change)
966bb6c0 370
371 * url-cookie.el (url-cookie-expired-p): Simplify and fix. (Bug#6957)
372
a5cda60e
GM
3732010-09-11 Glenn Morris <rgm@gnu.org>
374
375 * url-cache.el, url-gw.el, url-history.el, url-irc.el, url-util.el:
376 * url-vars.el: Remove leading `*' from defcustom docs.
377
0ed082fe 3782010-07-27 Michael Albinus <michael.albinus@gmx.de>
c48763bb 379
2f5e7c6f 380 * url-http.el (url-http-parse-headers): Disable file name handlers at
c48763bb
MA
381 all (not only Tramp). (Bug#6717)
382
0ed082fe 3832010-07-27 Michael Albinus <michael.albinus@gmx.de>
4ac3a65c 384
2f5e7c6f 385 * url-http.el (url-http-parse-headers): Disable Tramp. (Bug#6717)
4ac3a65c 386
e4f6153f
MH
3872010-07-01 Mark A. Hershberger <mah@everybody.org>
388
389 * url-http.el (url-http-create-request): Add a CRLF on the end so
6df6ae42 390 that POSTs with content to https URLs work.
f49d1f52 391 See <https://bugs.launchpad.net/mediawiki-el/+bug/540759>
e4f6153f 392
04c23739
MH
3932010-06-22 Mark A. Hershberger <mah@everybody.org>
394
395 * url-parse.el (url-user-for-url, url-password-for-url):
6df6ae42 396 Convenience functions that get usernames and passwords for URLs
04c23739
MH
397 from auth-source functions.
398
7fb277a9
Å N
3992010-06-12 Štěpán Němec <stepnem@gmail.com> (tiny change)
400
401 * url-vars.el (url-privacy-level): Fix doc typo. (Bug#6406)
402
c3bb441d
SM
4032010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
404
405 * url-util.el (url-unhex-string): Don't accidentally decode as latin-1.
406
61a808e8
CY
4072010-05-07 Chong Yidong <cyd@stupidchicken.com>
408
409 * Version 23.2 released.
410
56eb0904
SM
4112010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * url-dired.el (url-dired-minor-mode): Use define-minor-mode.
414
89734fb6
TZ
4152010-03-24 Teodor Zlatanov <tzz@lifelogs.com>
416
417 * url-http.el (url-http-parse-headers): Fix wrong variable name.
418
1e9d758c
TZ
4192010-03-24 Teodor Zlatanov <tzz@lifelogs.com>
420
421 * url-http.el (url-http-codes): New variable to hold a mapping of
422 HTTP status codes' numbers, their symbolic name, and their text.
423 (url-http-parse-headers): Use it, leaving the original numeric
424 code in a comment.
425
aa8f8277
GM
4262010-03-19 Glenn Morris <rgm@gnu.org>
427
428 * url.el: Move mailcap require earlier in the file.
429
eba5b4dd
CY
4302010-03-12 Chong Yidong <cyd@stupidchicken.com>
431
26f4b8ab 432 * url-vars.el (url): Put in comm group.
eba5b4dd 433
288f9fc0
CY
4342010-03-10 Chong Yidong <cyd@stupidchicken.com>
435
436 * Branch for 23.2.
437
e17d428f
CY
4382010-01-23 Chong Yidong <cyd@stupidchicken.com>
439
440 * url-util.el: Require url-vars (Bug#5459).
441
c074ba4a
SM
4422009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * url-parse.el (url-generic-parse-url): Bind deactivate-mark.
445
c98f55ca
CY
4462009-11-08 Kai Tetzlaff <kai.tetzlaff@web.de> (tiny change)
447
448 * url-http.el (url-http-handle-authentication): Use proxy server,
449 if any, for authentication (Bug#4883).
450
937e6a56
SM
4512009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
452
453 * url-util.el (url-insert-entities-in-string):
454 * url-nfs.el (url-nfs-unescape):
455 * url-ldap.el (url-ldap):
456 * url-imap.el (url-imap):
457 * url-cid.el (url-cid-gnus, url-cid): Use with-current-buffer.
458
f9c9a239
GM
4592009-10-01 Glenn Morris <rgm@gnu.org>
460
461 * url-http.el (url-dav-file-attributes): Fix declaration.
462
120812a0
CY
4632009-09-13 Chong Yidong <cyd@stupidchicken.com>
464
465 * url-handlers.el (url-copy-file): Add fifth arg for compatibility
466 with 2005-06-25 change to copy-file (Bug#4410).
467
4f0f48df
GM
4682009-09-13 Glenn Morris <rgm@gnu.org>
469
470 * url-file.el (url-file): Avoid assignment to free variable `filename'.
471
63255710
CY
4722009-09-12 Chong Yidong <cyd@stupidchicken.com>
473
474 * url-methods.el (url-scheme--registering-proxy): New variable.
0235128c
SM
475 (url-scheme-register-proxy, url-scheme-get-property):
476 Avoid calling url-scheme-register-proxy in an infloop (Bug#4191).
63255710 477
3f12e3f4
GM
4782009-08-22 Glenn Morris <rgm@gnu.org>
479
480 * url-file.el (url-file-build-filename):
481 * url-privacy.el (url-setup-privacy-info): Remove code for defunct
482 system-types Apple-Macintosh, emx, ms-windows, next-mach.
483
70243478
CY
4842009-06-21 Chong Yidong <cyd@stupidchicken.com>
485
486 * Branch for 23.1.
487
d696b0d5
SM
4882009-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
489
490 * url-handlers.el (url-file-handler): Save match data.
491
db922cc0
JR
4922009-02-21 Jason Rumney <jasonr@gnu.org>
493
494 * url-expand.el (url-default-expander): Use concat to combine
5ce6e4f4 495 parts. (Bug #1020)
db922cc0 496
f0cfa8f0
GM
4972009-02-10 Glenn Morris <rgm@gnu.org>
498
499 * url-util.el (url-generate-unique-filename): Silence compiler.
500
64594ef9
CY
5012009-02-07 Chong Yidong <cyd@stupidchicken.com>
502
503 * url-file.el (url-file): Use make-temp-file.
504
505 * url-util.el (url-generate-unique-filename): Mark as obsolete.
506
507 * url-vars.el (url-temporary-directory): Mark as obsolete.
508
200c0424
CY
5092009-01-15 Chong Yidong <cyd@stupidchicken.com>
510
68fe704b 511 * url-cookie.el (url-cookie-retrieve): Fix last change.
200c0424 512
26343c7f
CY
5132009-01-14 Chong Yidong <cyd@stupidchicken.com>
514
515 * url-cookie.el (url-cookie-retrieve): Handle null localpart.
516
d9e52e92
JB
5172009-01-13 Juanma Barranquero <lekktu@gmail.com>
518
519 * url-util.el (url-truncate-url-for-viewing): Doc fix.
520
78892d1b
GM
5212009-01-09 Glenn Morris <rgm@gnu.org>
522
523 * url-cid.el (url-cid-gnus): Fix typo in header name.
524
92066e83
CY
5252008-11-04 Chong Yidong <cyd@stupidchicken.com>
526
527 * url-util.el (url-basepath): Add url-basepath as an alias for
528 url-file-directory.
529
d6c180c4
JB
5302008-10-24 Juanma Barranquero <lekktu@gmail.com>
531
532 * url.el (url-configuration-directory): Use `locate-user-emacs-file'.
533
3b4df550
CY
5342008-10-20 İsmail Dönmez <ismail@namtrac.org> (tiny change)
535
536 * url-auth.el (url-basic-auth): Encode password string.
537
e77e9cf4
GM
5382008-08-30 Glenn Morris <rgm@gnu.org>
539
540 * url-http.el (url-https-expand-file-name): Resolve directly to
541 url-default-expander rather than via another alias.
542 (url-default-expander): Autoload an autoload. (Bug#825).
543
d1ce47b0
JB
5442008-07-02 Juanma Barranquero <lekktu@gmail.com>
545
546 * url.el (url-do-setup):
547 * url-dired.el (url-dired-minor-mode):
548 * url-file.el (url-file-find-possibly-compressed-file):
549 * url-gw.el (url-gateway-broken-resolution):
550 * url-handlers.el (url-handler-regexp):
551 * url-imap.el (url-imap-default-port):
552 * url-methods.el (url-scheme-get-property): Fix typos in docstrings.
553
554 * url-auth.el (url-basic-auth-storage, url-digest-auth):
555 Fix typos in docstrings.
556 (url-digest-auth-storage, url-register-auth-scheme): Reflow docstrings.
557
558 * url-cache.el (url-cache-prepare): Doc fix.
559 (url-cache-create-filename-human-readable, url-cache-extract):
560 Fix typos in docstrings.
561
562 * url-dav.el (url-intersection, url-dav-iso8601-regexp)
563 (url-dav-delete-something): Fix typos in docstrings.
564 (url-dav-http-success-p, url-dav-file-name-all-completions)
565 (url-dav-directory-files, url-dav-file-name-completion): Doc fixes.
566
567 * url-http.el (url-http-idle-sentinel): Doc fix.
568
569 * url-irc.el (url-irc-default-port): Fix typo in docstring.
570 (url-irc-function): Doc fix.
571
572 * url-util.el (url-get-url-filename-chars, url-unhex-string):
573 Fix typos in docstrings.
574 (url-file-extension): Doc fix.
575
576 * url-vars.el (url-current-object, url-current-mime-headers)
577 (url-privacy-level, url-mail-command, url-mime-language-string):
578 Fix typos in docstrings.
579 (url-honor-refresh-requests): Reflow docstring.
580 (url-using-proxy): Doc fix.
581
0b5c4225
DN
5822008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
583
584 * vc-dav.el: Move to the parent directory to be together with the
585 rest of the VC backends.
586
8705576e
GM
5872008-06-07 Glenn Morris <rgm@gnu.org>
588
589 * url-auth.el (auth-source-user-or-password): Remove unnecessary
590 eval-and-compile.
591
a118b59b
SM
5922008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * url-handlers.el (url-file-name-completion): Add missing argument.
595
97d1c236
TZ
5962008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
597
ba60bd44 598 * url-auth.el: Add autoload cookie for `auth-source-user-or-password'.
97d1c236
TZ
599 (url-basic-auth, url-digest-auth): Use it with any realm,
600 overriding the user name and password before the prompt.
601
c385aa1a
JB
6022008-04-28 Juanma Barranquero <lekktu@gmail.com>
603
604 * url-vars.el (url-load-hook): Fix typo in docstring.
605
84f089d3
MH
6062008-03-09 Magnus Henoch <mange@freemail.hu>
607
608 * url-http.el (url-http-chunked-encoding-after-change-function):
a628ad9d 609 Remove superfluous CRLF at end of file. (Bug #42)
84f089d3 610
26d72be8
AS
6112008-03-02 Andreas Schwab <schwab@suse.de>
612
613 * url-util.el: Require cl when compiling.
614
d626f888
TZ
6152008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
616
ba60bd44
JB
617 * url-util.el (url-get-normalized-date): Simplify to use
618 `format-time-string'. Always generate date in UTC, but
d626f888
TZ
619 call it GMT for full compatibility with the RFCs.
620
a9f31e3d
MA
6212008-02-06 Michael Albinus <michael.albinus@gmx.de>
622
623 * url-handlers.el (file-remote-p): Add handler.
624 (url-handler-file-remote-p): New fun.
625
791fe182
SM
6262008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
627
628 * url-handlers.el (url-handler-unhandled-file-name-directory):
629 Handle `file' URLs specially. Return nil for non-local filenames.
630
b72ef564
MH
6312008-02-04 Magnus Henoch <mange@freemail.hu>
632
633 * url-expand.el: Require cl when compiling, for setf.
634
e652840b
JW
6352008-01-29 John Wiegley <johnw@newartisans.com>
636
637 * url-auth.el (url-digest-auth): If the 'opaque' argument is not
638 being used, don't add it to the response text. Also, changed an
639 if so that the interaction between the PROMPT and OVERWRITE
640 arguments can no longer result in the user being queried twice for
641 the same login and password information.
642
ce4059ee
SM
6432008-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * url-handlers.el (unhandled-file-name-directory): Add handler.
646 (url-handler-unhandled-file-name-directory): New fun.
647
80e4b01d
MA
6482008-01-07 Michael Albinus <michael.albinus@gmx.de>
649
650 * url-handlers.el (url-file-handler): Autoload.
651
9824ded5
GM
6522007-12-11 Glenn Morris <rgm@gnu.org>
653
654 * url.el (url-configuration-directory): Make it a defcustom.
655
656 * url-util.el (url-make-private-file): New function.
657 * url-cookie.el (url-cookie-write-file):
658 * url-history.el (url-history-save-history):
659 Use url-make-private-file and with-temp-buffer.
660
40234eaf
GM
6612007-12-06 Glenn Morris <rgm@gnu.org>
662
663 * url-file.el, url-mailto.el: Remove directory part from filenames
664 in function declarations.
665
24030ea3
GM
6662007-12-02 Glenn Morris <rgm@gnu.org>
667
e05b1e72
GM
668 * url-about.el, url-handlers.el: Don't require cl when compiling.
669
670 * url-dav.el (url-dav-delete-directory): Fix message typo.
671
672 * url-history.el (top-level): Don't require cl when compiling.
673 (url-history-setup-save-timer, url-history-save-history):
674 Use condition-case rather than ignore-errors.
675
676 * url-imap.el (top-level): Don't require cl when compiling.
677 (url-imap): Use signal rather than check-type.
678
24030ea3
GM
679 * url-news.el (top-level): Don't require cl when compiling.
680 (gnus-group-buffer): Define for compiler.
681 (url-news-fetch-message-id): Don't use `declare'.
682 (nntp-open-tls-stream, nntp-open-ssl-stream):
683 No need to define for compiler.
684 (url-snews): Use nntp-open-tls-stream unless ssl is requested.
c2bf6d2c 685 Correct quoting of nntp-open-connection-function value.
24030ea3 686
29c7eba8
GM
6872007-12-01 Glenn Morris <rgm@gnu.org>
688
689 * url-handlers.el (top-level): Always require url-parse, not just
690 when compiling.
691
36176341
GM
6922007-11-30 Glenn Morris <rgm@gnu.org>
693
694 * url-cookie.el (url-cookie-p): Declare as a function.
695
0bd90741
GM
6962007-11-29 Glenn Morris <rgm@gnu.org>
697
698 * url-file.el (url-file-build-filename, url-file): Wrap uses of
699 efs in (featurep 'xemacs) test.
700
701 * url-irc.el (zenirc, zenirc-send-line): Declare as functions.
702
7ba1d5ae
GM
7032007-11-28 Diane Murray <disumu@x3y2z1.net>
704
705 * url-dired.el: Don't require w3-fetch and w3-open-local.
c385aa1a 706 (url-dired-find-file): Use `find-file'. Doc fix.
7ba1d5ae
GM
707 (url-dired-find-file-mouse, url-dired-minor-mode): Doc fix.
708
9f34397d
GM
7092007-11-24 Glenn Morris <rgm@gnu.org>
710
711 * url-privacy.el (url-device-type): Fix typo.
712
153ef845
DN
7132007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
714
715 * url-mailto.el (mail-send-and-exit):
716 * url-http.el (url-dav-file-attributes):
d4aa48db 717 * url-file.el (ange-ftp-set-passwd, ange-ftp-copy-file-internal)
6d00e226
DN
718 (url-generate-unique-filename): Declare as functions.
719
153ef845
DN
720 * url-privacy.el (url-device-type): Define unconditionally.
721
9ffb9521
RS
7222007-11-15 Richard Stallman <rms@gnu.org>
723
724 * url.el (url-retrieve-synchronously): Call delete-process.
725
3a47bb3e
JB
7262007-10-31 Juanma Barranquero <lekktu@gmail.com>
727
728 * url-vars.el (url-vars-unload-hook): Remove function and variable.
729 Hooks are automatically removed by `unload-feature'.
730
4148f522
RS
7312007-10-13 Richard Stallman <rms@gnu.org>
732
733 * url-util.el (url-basepath): Function deleted.
734 (url-file-directory, url-file-nondirectory): New functions
735 replacing url-basepath. Callers changed.
736
737 * url-expand.el (url-default-expander): Use `url-file-directory'.
738
739 * url-auth.el (url-digest-auth, url-basic-auth):
740 Rename `path' to `file'. Use `url-file-directory'.
741
3aa491bc
GM
7422007-10-12 Diane Murray <disumu@x3y2z1.net>
743
744 * url-auth.el (url-basic-auth): Set path to "/" when URL has an
2a5be7dc 745 empty string filename.
3aa491bc 746
d1d80b80
RS
7472007-10-09 Richard Stallman <rms@gnu.org>
748
749 * url-parse.el (url-type, url-user, url-password, url-host)
750 (url-port, url-filename, url-target, url-attributes)
751 (url-fullness, url-set-type, url-set-user, url-set-password)
752 (url-set-host, url-set-port, url-set-filename, url-set-target)
753 (url-set-attributes, url-set-full): Change macros to defuns.
754
259b63b4
JB
7552007-09-26 Juanma Barranquero <lekktu@gmail.com>
756
757 * url-dav.el (top):
758 * url-vars.el (top): Use `mapc' rather than `mapcar'.
759
8a35aa36
GM
7602007-09-22 Diane Murray <disumu@x3y2z1.net>
761
762 * url-misc.el (url-generic-emulator-loader): Send the port as a
2a5be7dc 763 string to `url-do-terminal-emulator'.
8a35aa36 764
965d1f0e
GM
7652007-09-21 Diane Murray <disumu@x3y2z1.net>
766
3a47bb3e 767 * url-news.el (url-news-fetch-newsgroup): Fix formatting of Gnus method.
d01b3550 768
965d1f0e
GM
769 * url-util.el (url-get-normalized-date): Pass full timezone
770 information to timezone-make-date-arpa-standard, since zone name
771 may be unknown.
772
72f25299
GM
7732007-09-03 Diane Murray <disumu@x3y2z1.net>
774
0f71f9da 775 * url-http.el (url-http-parse-headers): Bind the current buffer
72f25299
GM
776 rather than calling `url-mark-buffer-as-dead' with
777 `current-buffer', so that the correct buffer is killed if
778 `url-retrieve-synchronously' gets redirected to a new URL.
779
d18ec89f
SM
7802007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * url-parse.el (url): Use defstruct rather than macros.
783 (url-generic-parse-url):
784 * url-util.el (url-normalize-url, url-truncate-url-for-viewing):
785 * url-methods.el (url-scheme-register-proxy):
786 * url-mailto.el (url-mailto):
787 * url-file.el (url-file-build-filename):
788 * url-expand.el (url-identity-expander, url-default-expander):
789 Update all callers.
790
0f71f9da
JB
7912007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
792
793 * url-auth.el (url-basic-auth): When prompting for username
794 and password, default to the username and password in the URL.
795
df26688b
GM
7962007-08-08 Glenn Morris <rgm@gnu.org>
797
798 * url-auth.el, url-cache.el, url-dav.el, url-file.el, vc-dav.el:
799 Replace `iff' in doc-strings and comments.
800
cacc7b51
GM
8012007-07-25 Glenn Morris <rgm@gnu.org>
802
803 * Relicense all FSF files to GPLv3 or later.
804
c0ed4c23
CY
8052007-06-12 Tom Tromey <tromey@redhat.com>
806
807 * url.el (url-configuration-directory): Use user-emacs-directory.
808
495fa7db
SM
8092007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
810
811 * url-cookie.el (url-cookie-name, url-cookie-value)
812 (url-cookie-expires, url-cookie-localpart, url-cookie-domain)
813 (url-cookie-secure, url-cookie-set-name, url-cookie-set-value)
814 (url-cookie-set-expires, url-cookie-set-localpart)
815 (url-cookie-set-domain, url-cookie-set-secure)
816 (url-cookie-retrieve-arg, url-cookie-create, url-cookie-p): Remove.
817 (url-cookie): New struct.
818 (url-cookie-store): Use setf instead of url-cookie-set-*.
819
345c7f05
CY
8202007-05-29 Chong Yidong <cyd@stupidchicken.com>
821
822 * url-mailto.el (url-mailto): Insert body after
de74fffc 823 mail-header-separator if present, so that it is before signature.
345c7f05
CY
824 Suggested by Leo <sdl.web@gmail.com>.
825
5cfdb0fb
CY
8262007-04-15 Chong Yidong <cyd@stupidchicken.com>
827
828 * url-parse.el (url-generic-parse-url): Revert 2006-10-09 changes.
829
f25a9946
CY
8302007-04-13 Chong Yidong <cyd@stupidchicken.com>
831
832 * url-http.el (url-http-parse-headers): Stop after a set number of
833 redirections. Suggested by Diane Murray.
834
835 * url-vars.el (url-max-redirections): New var.
836
60df22cc 8372007-04-01 Diane Murray <disumu@x3y2z1.net> (tiny change)
f3e30bd0
CY
838
839 * url-http.el (url-http-handle-cookies): Reverse list returned by
840 `mail-fetch-field', so that cookies are set in the correct order.
841
842 * url-cookie.el (url-cookie-retrieve, url-cookie-host-can-set-p):
843 Deal with wildcard dots in domain values.
844
fd1e2cde
EZ
8452007-03-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
846
847 * url-http.el (url-http-mark-connection-as-busy)
848 (url-http-mark-connection-as-free): Clear query-on-exit flag on
849 idle connections.
850
b3cd7f61
CY
8512007-02-04 Chong Yidong <cyd@stupidchicken.com>
852
853 * url-http.el (url-http-connection-opened): New variable.
854 (url-http): Initialize it.
855 (url-http-async-sentinel): Don't try changing sentinels.
856 Run url-http-end-of-document-sentinel if necessary.
857
8f77631e
JB
8582007-01-29 Juanma Barranquero <lekktu@gmail.com>
859
860 * url-auth.el (url-get-authentication): Fix typo in docstring.
861
00d972eb
MH
8622007-01-14 Magnus Henoch <mange@freemail.hu>
863
864 * url-proxy.el (url-proxy-object): Remove.
865 (url-proxy): Don't use `url-proxy-object'. Act according to type of
866 proxy (currently only HTTP supported).
867
868 * url.el (url-retrieve-internal): Don't use `url-proxy-object'.
869
870 * url-http.el (url-http-proxy): New variable.
871 (url-http-create-request): Use it. Don't use `url-proxy-object'.
872 (url-http): Treat `url' argument as resource to download, and
f49d1f52
SM
873 dynamic variable `url-using-proxy' as proxy to use.
874 Set `url-current-object' to actual URL, and `url-http-proxy' to proxy
00d972eb
MH
875 used.
876 (url-http-handle-cookies): Assume that `url-current-object' does
877 not point to the proxy used.
878 (url-http-async-sentinel): Adapt error message.
879
28e86dc4
JB
8802006-12-10 Juanma Barranquero <lekktu@gmail.com>
881
882 * url-gw.el (url-gateway-nslookup-program): Doc fix.
883
b8976ce0
MH
8842006-12-08 Magnus Henoch <mange@freemail.hu>
885
886 * url-proxy.el (url-proxy-object): New variable.
887 (url-proxy): Bind it instead of `proxy-object'.
888
889 * url-http.el (url-http-create-request): Remove url argument, use
f49d1f52
SM
890 the buffer-local variable `url-http-target-url' instead.
891 Both callers updated. Simplify proxy handling.
b8976ce0
MH
892 (url-http): Don't make proxy-object buffer local.
893
894 * url.el (url-retrieve-internal): Bind url-proxy-object to nil.
895
57babe17
MH
8962006-11-26 Magnus Henoch <mange@freemail.hu>
897
f49d1f52
SM
898 * url-http.el (url-http-wait-for-headers-change-function):
899 Use `when' instead of `if' when possible.
b9b172ac
MH
900 (url-http): Define url-http-response-version.
901 (url-http-parse-response): Set it.
902 (url-http-parse-headers): Use it to determine keep-alive behavior.
57babe17 903
60df22cc 9042006-11-23 Diane Murray <disumu@x3y2z1.net> (tiny change)
48d2bac4 905
f49d1f52
SM
906 * url-http.el (url-http-content-length-after-change-function):
907 Use `url-lazy-message'.
48d2bac4
MH
908
909 * url-util.el (url-display-percentage): Only show a message if
910 `url-show-status' is non-nil.
911
d58fae84
MH
9122006-11-15 Magnus Henoch <mange@freemail.hu>
913
6e2988e6
MH
914 * url-http.el (url-http): Make proxy-object buffer-local, to
915 handle proxied asynchronous connections correctly.
916
d58fae84
MH
917 * url-parse.el (url-generic-parse-url): Use with-temp-buffer.
918
1ac3c910 9192006-11-15 Shun-ichi GOTO <gotoh@taiyo.co.jp> (tiny change)
98325235 920
1ac3c910
JB
921 * url-http.el (url-http-wait-for-headers-change-function):
922 Defer detection of HTTP 0.9 until we have at least one line.
98325235 923
1ac3c910 9242006-11-10 Shun-ichi GOTO <gotoh@taiyo.co.jp> (tiny change)
8529c21d
CY
925
926 * url-http.el (url-http-mark-connection-as-free)
927 (url-http-find-free-connection): Don't treat process with status
928 `connect' as free.
929 (url-http-async-sentinel): Request correct url.
930
947612be
MH
9312006-11-08 Magnus Henoch <mange@freemail.hu>
932
385b64c5
MH
933 * url-http.el (url-http-handle-authentication): If there are
934 several authentication headers, use the strongest available
935 method.
936
947612be
MH
937 * url.el (url-retrieve-synchronously): Allow quitting when
938 inhibit-quit is t.
939
1ac3c910 9402006-11-03 Shun-ichi GOTO <gotoh@taiyo.co.jp> (tiny change)
8917392a
MH
941
942 * url-http.el (url-http-handle-authentication): If there are
943 several authentication headers, use the first with a supported
944 method.
945
8ea88265
MH
9462006-11-01 Magnus Henoch <mange@freemail.hu>
947
948 * url-http.el (url-http-create-request): Use buffer-local
949 equivalents of dynamically bound variables.
950
080234b6
MH
9512006-10-29 Magnus Henoch <mange@freemail.hu>
952
953 * url-gw.el (url-open-stream): Really use asynchronous
954 connections (accidentally disabled during debugging).
955
ced20bfb
MH
9562006-10-28 Magnus Henoch <mange@freemail.hu>
957
958 * url-http.el (url-http-parse-headers): Fix misplaced paren.
959
5695d1dd
CY
9602006-10-27 Magnus Henoch <mange@freemail.hu>
961
962 * url-http.el (url-http-mark-connection-as-free): Verify that
963 connection is open before saving it.
964 (url-http-handle-authentication): Use url-retrieve-internal
965 instead of url-retrieve.
966 (url-http-parse-headers): Adapt to new callback interface.
967 (url-http): Handle non-blocking connections.
968 (url-http-async-sentinel): Create.
969
970 * url.el (url-retrieve): Update docstring for new callback interface.
971 Remove all code.
972 (url-retrieve-internal): Move code from url-retrieve here.
973
974 * url-gw.el (url-open-stream): Use a non-blocking socket for
975 `native' gateway method, if available.
976
784f5416
MH
9772006-10-16 Magnus Henoch <mange@freemail.hu>
978
1ac3c910
JB
979 * url-http.el (url-https-create-secure-wrapper):
980 Always use tls gateway method.
784f5416 981
dfea17e0
MH
9822006-10-12 Magnus Henoch <mange@freemail.hu>
983
1ac3c910
JB
984 * url-http.el (url-http-find-free-connection):
985 Handle url-open-stream returning nil.
dfea17e0 986
9c51663a
MH
9872006-10-11 Magnus Henoch <mange@freemail.hu>
988
989 * url-https.el: Remove (clashes with url-http on 8+3 systems).
990
991 * url-http.el: Move contents of url-https.el here. Add autoloads.
992
f6fb70fc
MH
9932006-10-09 Magnus Henoch <mange@freemail.hu>
994
995 * url-parse.el (url-generic-parse-url): Handle URLs with empty
996 path component and non-empty query component. Untangle path,
997 query and fragment parsing code. Add references to RFC 3986 in
998 comments.
c385aa1a 999 (url-recreate-url-attributes): Start query string with "?", not ";".
f6fb70fc 1000
162fbe11
SM
10012006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * url-dav.el (url-dav-file-attributes): Simplify.
1004
1005 * url-http.el (url-http-head-file-attributes): Add device "info".
1006
f316efd9
MB
10072006-09-18 Michael Olson <mwolson@gnu.org>
1008
1009 * url-methods.el (url-scheme-register-proxy): Handle case where
1010 getenv returns an empty string for http_proxy. This prevents an
1011 error when calling `format' later on.
1012
60df22cc 10132006-08-31 Diane Murray <disumu@x3y2z1.net> (tiny change)
7660c02f 1014
c2a7ddb1
SM
1015 * url-parse.el (url-recreate-url-attributes): New function, code
1016 simply moved from `url-recreate-url'.
1017 (url-recreate-url): Use it.
1018 Put the `url-target' at the end of the URL after the attributes.
1019
1020 * url-http.el (url-http-create-request):
1021 Use `url-recreate-url-attributes' when setting real-fname.
1022
60df22cc 10232006-08-29 Diane Murray <disumu@x3y2z1.net> (tiny change)
c2a7ddb1
SM
1024
1025 * url-cookie.el (url-cookie-write-file): Really don't use versioned
1026 backups.
7660c02f 1027
d0f891a7
SM
10282006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1029
1030 * url-handlers.el (url-file-local-copy): Tell url-copy-file that the
1031 dest file will already exist.
1032
07e9b3f0
SM
10332006-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * url-util.el (url-hexify-string): Only utf-8 encode if it's
1036 a multibyte string.
1037 (url-normalize-url): Remove unused var `grok'.
1038 (url-truncate-url-for-viewing): Remove unused var `tail'.
1039
ecfbb488
TTN
10402006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
1041
1042 * url-util.el (url-hexify-string): Rewrite.
1043 Suggested by David Smith <davidsmith@acm.org>.
1044
0b6bb130
MB
10452006-07-12 Michael Olson <mwolson@gnu.org>
1046
1047 * url-irc.el (url-irc-erc): Call erc-handle-irc-url.
1048
bc684c16
SM
10492006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * url-cookie.el: Remove spurious * in docstrings.
1052 (url-cookie-write-file): Don't use versioned backups.
1053 (url-cookie-host-can-set-p): Remove unused var `tmp'.
1054
3d3a26eb 10552006-07-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
bc684c16
SM
1056
1057 * url-cookie.el (url-cookie-save-interval): Move to url-cookie group.
1058 (url-cookie-write-file): Reset url-cookies-changed-since-last-save.
1059
d10a6bf1
RS
10602006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1061
1062 * url-http.el (url-http-file-exists-p): Test if status is integer.
1063
3d3a26eb 10642006-05-05 Andreas Seltenreich <seltenreich@gmx.de>
3dfed653
EZ
1065
1066 * url-http.el (url-http-parse-headers): Don't reuse connection if
1067 "Connection: close" header was seen.
1068
351b838f
SM
10692006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 * url-gw.el (url-open-stream): Don't hide errors.
1072 (url-gateway-nslookup-host, url-open-telnet): Use with-current-buffer.
1073
1074 * url-handlers.el (url-insert): New function.
1075 (url-insert-file-contents): Use it.
1076
bdba217b
SM
10772006-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1078
1079 * url-handlers.el (url-handler-directory-file-name): New handler.
1080 (url-file-local-copy): Plug race condition security hole.
1081
7608c40c
RF
10822006-03-27 Romain Francoise <romain@orebokech.com>
1083
1084 * url-irc.el (url-irc-rcirc, url-irc-erc): New functions.
1085 (url-irc-function): Add rcirc and ERC to the list of IRC clients.
1086 Default to rcirc, since ZenIRC isn't part of Emacs.
1087
bedeb7fd
SM
10882006-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
1089
1090 * url-http.el (url-http-find-free-connection): Fix braino in last fix.
1091
8dff56de
SM
10922006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1093
1094 * url-http.el (url-http-find-free-connection): Don't kill the process
1095 when killing the temp buffer.
1096 (url-http-symbol-value-in-buffer): Massage to make it clear to the
1097 byte-compiler that the function is defined.
1098
9b4cf231
SM
10992006-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1100
1101 * url.el (url-redirect-buffer): New var.
1102 (url-retrieve-synchronously): Use it to follow redirections.
1103
1104 * url-http.el: Require `url' rather than try to autoload parts of it.
1105 (url-http-find-free-connection): `url-open-stream' needs a real buffer.
1106 (url-http-parse-headers): Set `url-redirect-buffer' when following
1107 a redirection reply.
1108
81cafdfe
SM
11092006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * url-news.el: Move defvars out of eval-when-compile.
1112 (url-news-fetch-message-id, url-news-fetch-newsgroup):
1113 Use with-current-buffer.
1114
5dc3ceeb
SM
11152006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1116
e7ea7cac
SM
1117 * url.el (url-retrieve-synchronously): Adjust the workaround so as not
1118 to stop in the middle of a redirection.
1119
5dc3ceeb
SM
1120 * url-vars.el (url-privacy-level): Add setter.
1121
72a30be4
SM
11222006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1123
176c99dc
SM
1124 * url-history.el (url-history-hash-table): Initialize in declaration.
1125 (url-history-parse-history): Don't reset the history.
1126 (url-history-save-history): Create parent dir if necessary.
1127 (url-history-save-history): Don't write the initialization of
1128 url-history-hash-table into the history file.
9b4cf231 1129 (url-have-visited-url): Simplify since url-history-hash-table isn't nil.
176c99dc
SM
1130 (url-completion-function): Simplify.
1131
72a30be4
SM
1132 * url-cookie.el (url-cookie-parse-file): Don't complain of missing file.
1133 (url-cookie-parse-file, url-cookie-write-file, url-cookie-retrieve)
1134 (url-cookie-generate-header-lines, url-cookie-handle-set-cookie)
1135 (url-cookie-setup-save-timer): Remove autoload cookies.
1136 They're only called from files that require url-cookie anyway.
1137
1138 * url-history.el (url-history-setup-save-timer)
1139 (url-history-parse-history, url-history-save-history):
1140 Remove autoload cookies. They're only called from url.el which requires
1141 url-history anyway.
1142 (url-history-parse-history): Don't complain if the file is missing.
1143
55262b16
SM
11442006-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * url-handlers.el (url-retrieve-synchronously): Don't autoload.
1147
1148 * url.el (url-retrieve, url-retrieve-synchronously): Autoload.
1149
1150 * url-cache.el: Require `url'.
1151
d476efde
SM
11522005-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1153
32d5ce4d
SM
1154 * url-cache.el (url-store-in-cache): Use save-current-buffer.
1155
d476efde
SM
1156 * url.el (url-configuration-directory): Don't autoload because the
1157 default value needs to be computed at run-time, not dump-time.
1158
32fa5844
SM
11592005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
1160
1161 * url-cookie.el (url-cookie-write-file): Create parent dir.
1162
1163 * url.el (url-configuration-directory): Use ~/.emacs.d if possible.
1164
0c069924
RS
11652005-12-07 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change)
1166
1167 * url-cookie.el (url-cookie-save-interval): Simplify.
1168 (url-cookie-setup-save-timer): Simplify.
1169
8553120c
RS
11702005-12-04 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change)
1171
1172 * url-history.el (url-history-list): Var deleted.
1173 (url-history-save-interval): Simplify.
1174 (url-history-setup-save-timer): Simplify.
1175
b0ab1a06
KS
11762005-12-01 Kim F. Storm <storm@cua.dk>
1177
1178 * url-history.el (url-history-track): Fix last change.
1179
1942d6cc
RS
11802005-12-01 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change)
1181
1182 * url-history.el (url-history-track):
1183 Call url-history-setup-save-timer in :set function.
1184 :type allows three alternatives.
1185 (url-history-setup-save-timer): Test url-history-track.
1186 * url.el (url-retrieve): Test url-history-track.
1187
12f1edc8
SM
11882005-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1189
1190 * url-http.el: Use with-current-buffer.
1191 (url-http-target-url): Rename from url-http-cookies-sources.
1192 (url-http-parse-headers): Use it.
1193 (url-http-handle-authentication): Use subst-char-in-string.
1194
2b1b005c 11952005-11-16 Jürgen Hötzel <emacs@hoetzel.info> (tiny change)
77f05e24
SM
1196
1197 * url-handlers.el (url-insert-file-contents): Use the charset info
1198 provided by the HTTP server, if any.
1199
ce13796f
EZ
12002005-10-20 CHENG Gao <chenggao@gmail.com> (tiny change)
1201
77f05e24
SM
1202 * url-nfs.el (top level):
1203 * url-handlers.el (directory-files):
ce13796f 1204 * url-file.el (top level):
77f05e24 1205 * url-dired.el (url-dired-minor-mode-map):
ce13796f
EZ
1206 * url-http.el (url-http-chunked-encoding-after-change-function):
1207 Remove XEmacs support.
1208
a4684cb0
RS
12092005-10-15 Richard M. Stallman <rms@gnu.org>
1210
1211 * url.el: Don't try to autoload hash table functions.
1212
1430e7f9
SM
12132005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * url-http.el (url-http-create-request): Avoid incorrect implicit
1216 unibyte->multibyte conversion.
1217
8ccd3630
RS
12182005-09-17 Richard M. Stallman <rms@gnu.org>
1219
1220 * url-vars.el (url-mail-command): Don't test fboundp of `compose-mail'.
1221
1222 * url-mailto.el (url-mailto): Special case `mail'.
1223 Don't test fboundp of `compose-mail'.
1224
b0742512
CY
12252005-09-15 Chong Yidong <cyd@stupidchicken.com>
1226
1227 * url-mailto.el (url-mailto): Delete mail buffer after sending
1228 autogenerated mail.
8ded3f47 1229 Call `compose-mail with `new' argument if possible.
b0742512 1230
c8359e8f
CY
12312005-09-13 Chong Yidong <cyd@stupidchicken.com>
1232
1233 * url-mailto.el (url-mailto): Always use a new mail buffer.
1234
6fd388f3
CY
12352005-09-01 Chong Yidong <cyd@stupidchicken.com>
1236
1237 * url-util.el (url-parse-query-string): New optional argument
1238 allow-newlines allows decoding of newlines.
1239
1240 * url-mailto.el (url-mailto): Allow newlines in URL arguments.
1241 Don't lose original "to" value when there is a "to" header.
1242 Remove carriage return characters in message body.
1243
26d874b2
JB
12442005-08-24 Juanma Barranquero <lekktu@gmail.com>
1245
1246 * url-news.el (nntp-open-tls-stream, nntp-open-ssl-stream):
1247 * url-http.el (url-http-cookies-sources): Defvar at compile time.
1248
dc524e8b
RS
12492005-07-15 Richard M. Stallman <rms@gnu.org>
1250
1251 * url-http.el (url-http-parse-headers): Add :redirect arg-pair
1252 when calling url-retrieve, to indicate a redirect.
1253
1254 * url.el (url-retrieve): The callback function can get an additional
1255 keyword arg pair.
1256
a0ec7a4a
LK
12572005-07-04 Lute Kamstra <lute@gnu.org>
1258
1259 Update FSF's address in GPL notices.
1260
59fda2fa
JB
12612005-07-04 Juanma Barranquero <lekktu@gmail.com>
1262
1263 * url-history.el (url-history-track): Doc fix.
1264 (url-history): Finish `defgroup' description with period.
1265
1266 * url-cookie.el (url-cookie):
1267 * url-gw.el (url-gateway):
1268 * url-news.el (url-news):
1269 * url-vars.el (url, url-file, url-cache, url-mime, url-hairy):
1270 Finish `defgroup' description with period.
1271
231add10
RS
12722005-06-28 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change)
1273
1274 * url-http.el (url-http-create-request): Call url-recreate-url
1275 in proxy case.
1276
e893ce91
RS
12772005-06-27 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change)
1278
1279 * url-http.el (url-http-create-request): When computing real-fname,
1280 call url-filename in both cases.
1281
12822005-06-27 Richard M. Stallman <rms@gnu.org>
1283
1284 * url-cookie.el (url-cookie-store): Rename arg PATH to LOCALPART.
1285 (url-cookie-retrieve): Likewise.
1286 (url-cookie-generate-header-lines): Likewise.
1287 (url-cookie-handle-set-cookie): Likewise.
1288 (url-cookie-create): Expect :localpart instead of :path.
f49d1f52
SM
1289 (url-cookie-localpart): Rename from url-cookie-path.
1290 (url-cookie-set-localpart): Rename from url-cookie-set-path.
e893ce91
RS
1291 (url-cookie-file): Doc fix.
1292 (url-cookie-p): Add doc string.
1293
528b6abc
RS
12942005-06-23 Richard M. Stallman <rms@gnu.org>
1295
1296 * url-cookie.el (url-cookie-generate-header-lines): Fix autoload cookie.
1297
23873c96
JB
12982005-06-21 Juanma Barranquero <lekktu@gmail.com>
1299
1300 * url-gw.el (url-open-stream):
1301 * url-vars.el (url-gateway-unplugged): Fix spellings.
1302
0b46b379
JB
13032005-06-14 Juanma Barranquero <lekktu@gmail.com>
1304
d6c180c4 1305 * url-history.el (url-completion-function): Follow error conventions.
0b46b379 1306
175384d1
SM
13072005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * url-file.el (url-file, url-file-asynch-callback): with-current-buffer.
1310
7f954571
SM
13112005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1312
0090e048
SM
1313 * url-dav.el: Remove most autoload cookies.
1314 Don't hook into the url-file-handler since it currently breaks all
1315 non-HTTP URLs.
1316
7f954571
SM
1317 * url-handlers.el (vc-registered): Explicitly disable VC for URL files.
1318
1319 * url.el (url-retrieve-synchronously): Don't exit precipitously when
1320 fetching a file via ange-ftp.
1321
466c78c0
JB
13222005-06-10 Juanma Barranquero <lekktu@gmail.com>
1323
7f954571 1324 * url-cookie.el (url-cookie-multiple-line): Fix spelling in docstring.
466c78c0 1325
93c8c9cd
JB
13262005-05-19 Juanma Barranquero <lekktu@gmail.com>
1327
1328 * url-cookie.el (url-cookie-multiple-line):
1329 Specify group and type in defcustom.
1330
216d3806
JB
13312005-05-06 Juanma Barranquero <lekktu@gmail.com>
1332
1333 * url-auth.el (url-register-auth-scheme):
1334 * url-cookie.el (url-cookie-expired-p):
1335 * url-dav.el (url-dav-process-date-property)
1336 (url-dav-process-boolean-property, url-dav-process-DAV:status):
1337 * url-http.el (url-http-chunked-encoding-after-change-function)
1338 (url-http-wait-for-headers-change-function):
1339 * url-ns.el (isInNet):
1340 * url-parse.el (url-generic-parse-url):
1341 * url-util.el (url-get-normalized-date): Replace `string-to-int'
1342 by `string-to-number'.
1343
799fba8f
SM
13442005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * url.el (url-retrieve-synchronously): Work around the fact that
1347 url-http sometimes doesn't call the callback.
1348
8c6ef2ca
LK
13492005-04-04 Lute Kamstra <lute@gnu.org>
1350
1351 * url-handlers.el (url-handler-mode): Specify :group.
1352
a6efc2c2
EZ
13532005-02-26 James Cloos <cloos@jhcloos.com> (tiny change)
1354
1355 * url-history.el (url-have-visited-url): Don't barf if
1356 url-history-hash-table is nil.
1357
134948fc
RS
13582005-02-14 Michael Welsh Duggan <md5i@cs.cmu.edu>
1359
1360 * url-http.el (url-http-parse-headers): Test url-automatic-caching.
1361
1a8461d3
EZ
13622005-01-22 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change)
1363
557724a8
EZ
1364 * url-http.el (url-http-parse-headers) <302>: Reset url-http-data
1365 to nil, like for the 303 response.
1a8461d3 1366
944b2ab6
SM
13672005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * url.el (url-retrieve-synchronously): Use accept-process-output rather
1370 than sit-for.
1371
e817f9a2
TTN
13722005-01-03 Klaus Straubinger <ksnetz@arcor.de> (tiny change)
1373
1374 * url-http.el (url-http-handle-authentication):
1375 Don't kill the current buffer.
1376
5007cdc9
SM
13772004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * url-handlers.el: Don't `require' everything eagerly.
1380
cacfe88b
AS
13812004-11-30 Paul Pogonyshev <pogonyshev@gmx.net>
1382
1383 * url-http.el (url-http-handle-cookies): Bind `url-current-object'
1384 to `url-http-cookies-sources' so that cookies are attributed to
1385 proper domain.
1386 (url-http): Make local variable `url-http-cookies-sources'.
1387
dc1a0a7a
AS
13882004-11-28 Andreas Schwab <schwab@suse.de>
1389
1390 * url-http.el (url-http-create-request): Don't add newline after
1391 the request data.
1392
14e25c87
MY
13932004-11-20 Masatake YAMATO <jet@gyve.org>
1394
1395 * url.el (url-mm-callback): Delay the invocation
1ac3c910 1396 of `mm-destroy-parts'. Invoke `mm-destroy-parts'
14e25c87
MY
1397 when the buffer is killed.
1398
de0234ea
MY
13992004-11-12 Masatake YAMATO <jet@gyve.org>
1400
5007cdc9 1401 * url-mailto.el (url-mailto): Fix a typo in the comment.
de0234ea 1402
60b5eb78
MY
14032004-11-02 Masatake YAMATO <jet@gyve.org>
1404
1405 * url-imap.el (url-imap-open-host): Don't use
1ac3c910 1406 `string-to-int'. The port returned by `url-port'
60b5eb78
MY
1407 is expected to be an integer.
1408
1409 * url-irc.el (url-irc): Ditto.
1410
1411 * url-news.el (url-news-open-host): Ditto.
1412
1413 * url-nfs.el (url-nfs-build-filename): Ditto.
1414
ed87225a
JPW
14152004-10-20 John Paul Wallington <jpw@gnu.org>
1416
1417 * url-gw.el (url-gateway-nslookup-host):
1418 Use `set-process-query-on-exit-flag'.
1419
2a6c7fe5
LH
14202004-10-10 Lars Hansen <larsh@math.ku.dk>
1421
4169c186
KS
1422 * url-auth.el:
1423 * url-cache.el:
1424 * url-cid.el:
1425 * url-dired.el:
1426 * url-expand.el:
1427 * url-ftp.el:
1428 * url-gw.el:
1429 * url-imap.el:
1430 * url-irc.el:
1431 * url-misc.el:
1432 * url-news.el:
1433 * url-ns.el:
1434 * url-privacy.el:
2a6c7fe5
LH
1435 * url-proxy.el: Update header and footer.
1436
1437 * url-vars.el: Update header.
1438
c2e2ede7
RS
14392004-10-16 Richard M. Stallman <rms@gnu.org>
1440
1441 * url.el (url-do-setup): Don't set url-passwd-entry-func.
1442
1443 * url-vars.el (url-passwd-entry-func): Var deleted.
1444 (mm-mime-mule-charset-alist): Remove compatibility code for old Gnus.
5007cdc9
SM
1445 (url-weekday-alist): Rename from weekday-alist.
1446 (url-monthabbrev-alist): Rename from monthabbrev-alist.
c2e2ede7
RS
1447 (url-vars-unload-hook): Initialize hook var to hold the function.
1448
5007cdc9
SM
1449 * url-util.el (url-get-normalized-date): Use url-weekday-alist and
1450 url-monthabbrev-alist.
c2e2ede7
RS
1451
1452 * url-misc.el: Load cl at compile time.
1453
1454 * url-mailto.el: Don't load cl.
1455 (url-mailto): Fix call to `push'.
1456
1457 * url-gw.el (url-open-telnet): Use read-passwd.
1458
1459 * url-auth.el (url-basic-auth, url-digest-auth): Use read-passwd.
1460
3bb53a84
SJ
14612004-10-12 Simon Josefsson <jas@extundo.com>
1462
1463 * url-vars.el (url-gateway-method): Add new method `tls'.
1464
1465 * url-news.el (url-snews): Use nntp-open-tls-stream if
1466 url-gateway-method is tls.
1467
5007cdc9
SM
1468 * url-ldap.el (url-ldap-certificate-formatter):
1469 Use tls-certificate-information if ssl.el is not available.
3bb53a84
SJ
1470
1471 * url-https.el (url-https-create-secure-wrapper): Use tls if ssl
1472 is not available.
1473
1474 * url-gw.el (url-open-stream): Support tls url-gateway-method.
1475 (url-open-stream): Likewise.
1476
df41da5e
LH
14772004-10-10 Lars Hansen <larsh@math.ku.dk>
1478
4169c186
KS
1479 * url-auth.el:
1480 * url-cache.el:
1481 * url-cookie.el:
1482 * url-dired.el:
1483 * url-file.el:
1484 * url-ftp.el:
1485 * url-handlers.el:
1486 * url-history.el:
1487 * url-irc.el:
1488 * url-mailto.el:
1489 * url-methods.el:
1490 * url-misc.el:
1491 * url-news.el:
1492 * url-nfs.el:
1493 * url-parse.el:
1494 * url-privacy.el:
1495 * url-vars.el:
1496 * url.el:
df41da5e
LH
1497 * url-util.el: Fix copyright notice.
1498
ccd59305
SM
14992004-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1500
1501 * url-handlers.el (url-insert-file-contents): Use the URL to decide the
1502 encoding, not the buffer-file-name (which might not even exist).
1503
d4fdad60
SM
15042004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1505
1506 * url-handlers.el (url-insert-file-contents): Decode contents.
1507
10a6e6ba
SM
15082004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1509
1510 * url-util.el (url-debug): Use with-current-buffer.
1511
1512 * url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
1513 (url-nfs-create-wrapper): Use new backquote syntax.
1514
1515 * url-https.el (url-https-file-attributes): Add id-format param.
1516
1517 * url-http.el (url-http-head-file-attributes)
1518 (url-http-file-attributes): Add id-format parameter.
1519
1520 * url-handlers.el: Use new find-file-hook.
1521 (url-file-attributes): Add id-format parameter.
1522
1523 * url-file.el (url-file-create-wrapper): Use new backquote syntax.
1524 (url-file-file-attributes): Add id-format parameter.
1525
1526 * url-dav.el: Use with-current-buffer.
1527 (url-dav-process-response): Fix regexps and spurious quote.
1528 (url-dav-file-attributes): Add id-format param.
1529
15302004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * url.el (url-retrieve): Use with-current-buffer.
1533
1534 * url-http.el (url-http-parse-headers, url-http-file-exists-p):
1535 Remove unused var `version'.
1536
1537 * url-handlers.el (url-handler-mode): New minor mode.
1538 (url-setup-file-name-handlers): Remove.
1539
15402004-04-12 John Paul Wallington <jpw@gnu.org>
1541
1542 * url-cookie.el (url-cookie-handle-set-cookie): Replace calls
1543 to obsolete `assoc-ignore-case' with calls to `assoc-string'.
1544
15452004-04-11 Dave Love <fx@gnu.org>
1546
1547 * url-mailto.el (url-mailto):
1548 * url-history.el (url-history-setup-save-timer):
1549 * url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
1550
1551 * url-file.el (url-file-build-filename): Don't use
1552 directory-sep-char.
1553
1554 * url-auth.el (url-register-auth-scheme): Fix `format' call.
1555
1556 * url-about.el (url-scheme-registry): Defvar.
1557 (url-about): Use text/plain.
1558
1559 * url-vars.el (cl): Don't require.
1560 (url): Add :version.
1561 (url-bug-address): Use bug-gnu-emacs.
1562
1563 * url-util.el (url-hexify-string): Don't give multibyte error
1564 for char <16.
1565 (mail-header-extract): Autoload.
1566
1567 * url-parse.el: Doc fixes.
1568
1569 * url-ldap.el (ldap): Require.
1570 (url-ldap): Fix `format' call.
1571 (url-ldap-certificate-formatter): Avoid warning.
1572
4dfde3dd 1573 * url-https.el (url-https-create-secure-wrapper): Use modern backquotes.
10a6e6ba
SM
1574
1575 * url-dav.el (url-dav-rename-file): Fix args of `signal'.
1576 (url-intersection): New.
1577 (url-dav-supported-p): Use it.
1578 (url-dav-save-resource): Declare url-http-response-status special.
1579
1580 * url-cache.el (url-util): Require.
1581
15822004-04-10 Miles Bader <miles@gnu.org>
1583
1584 RCS keyword removal (only non-comment changes are enumerated here):
1585
1586 * url-vars.el (url-version): Use the constant string "Emacs"
1587 instead of calculating something from the RCS `State' keyword
1588 [the latter is almost entirely useless anyway].
1589
15902004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * url-methods.el:
1593 * url-parse.el: Don't require url-auto.
1594
15952004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * url: Imported the URL package from its own CVS repository into Emacs.
1598
1599===========================================================================
1600===========================================================================
1601 Copy of the ChangeLog file from URL's own CVS repository:
1602===========================================================================
1603===========================================================================
1604
16052003-07-16 Dave Love <fx@gnu.org>
1606
1607 * lisp/url.el (url-retrieve-synchronously): Revert last change.
1608 Should be revisited.
1609
16102003-06-26 Sam Steingold <sds@gnu.org>
1611
1612 * lisp/url-handlers.el (url-handlers-create-wrapper): Do not call
1613 method on invalid urls.
1614
16152003-05-29 Dave Love <fx@gnu.org>
1616
1617 * lisp/url.el (url-retrieve-synchronously): Use sleep-for, not
1618 sit-for. From monnier@gnu.org.
1619
1ac3c910 16202002-11-04 Walter C. Pelissero <walter@pelissero.org>
10a6e6ba 1621
4dfde3dd
SM
1622 * lisp/url-methods.el (url-scheme-register-proxy): Make sure to convert
1623 port numbers to integers when creating the URL objects for proxies.
10a6e6ba
SM
1624
16252002-10-29 William M. Perry <wmperry@gnu.org>
1626
1627 * lisp/url-http.el (url-http-parse-headers): When doing a
1628 redirect, some broken software (sourceforge) sends a redirect to
1629 '/', which is blatantly illegal (see section 14.30 of the HTTP/1.1
1630 specification). I wish we could deal with such lame software
1631 appropriately (spank the authors), but this is the web, so we have
1632 to kow-tow to the servers.
1633
16342002-10-27 William M. Perry <wmperry@gnu.org>
1635
1636 * lisp/url-http.el (url-http-create-request): If we are talking to
1637 the default port for a the selected protocol, do NOT send the port
1638 in the HOST header. This fixes the login page at sourceforge.
1639
16402002-09-17 William M. Perry <wmperry@gnu.org>
1641
1642 * lisp/url-http.el (url-http-handle-cookies): New function to deal
1643 with cookie headers.
1644 (url-http-parse-headers): Call `url-http-handle-cookies' here so
4dfde3dd
SM
1645 that cookie additions and deletions get handled immediately.
1646 This is so that sites that set cookies while doing redirects
10a6e6ba
SM
1647 (my.yahoo.com, outlook web access, etc) work. This should also
1648 fix sites that delete cookies on invalid access or other error
1649 pages the user might not actually see.
1650 (url-http-parse-headers): Silently convert non-HEAD and non-GET
1651 methods to GET in redirects. Too many web sites do this now, and
1652 it is just likely to confuse users.
1653
16542002-05-17 Dave Love <fx@gnu.org>
1655
1656 * texi/url.txi: Start making it vaguely useful.
1657
1658 * texi/Makefile.in (install): Cope with Debian install-info.
2a5be7dc 1659 From Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Grossjohann).
10a6e6ba
SM
1660
16612002-04-22 Dave Love <fx@gnu.org>
1662
1663 * lisp/url-misc.el (man): Autoload to avoid warning.
1664 (url-man): Don't require man here.
1665 (url-data): Generalize in line with the RFC.
1666
1667 * lisp/url-gw.el (url-open-stream): Remove obsolete `tcp' case.
1668
1669 * lisp/url-vars.el: Doc fixes.
1670 (url-mime-charset-string): New function.
1671 (url-mime-charset-string): Use it to set the variable.
1672 (url-set-mime-charset-string): New function.
1673 (set-language-environment-hook): Use it.
1674 (url-vars-unload-hook): New function.
1675
4dfde3dd
SM
1676 * lisp/url-cookie.el (url-header-comparison): Delete.
1677 (url-cookie-handle-set-cookie): Use assoc-ignore-case to avoid assoc*.
10a6e6ba
SM
1678 (url-cookie-save-interval): Make value agree with doc.
1679
1680 * lisp/url.el: Doc fixes.
1681 (url-mm-callback): Don't call mm-destroy-parts immediately for
1682 external viewing -- set up a process sentinel.
1683
16842002-02-02 William M. Perry <wmperry@gnu.org>
1685
4dfde3dd 1686 * lisp/Makefile.in (SOURCES): Remove mule-sysdp.el from the build rules.
10a6e6ba
SM
1687
16882001-12-12 William M. Perry <wmperry@gnu.org>
1689
1690 * lisp/url-vars.el (url-nonrelative-link): Patch from Stefan
1691 Monnier to use ` instead of ^ to match the relative link.
1692
16932001-12-10 William M. Perry <wmperry@gnu.org>
1694
1695 * lisp/url-dav.el (url-dav-file-attributes): Fix bad call to
1696 plist-get (reversed args).
1697
1698 * lisp/url-file.el (url-file-build-filename): Make sure that we
1699 have a parsed URL in this function.
1700
17012002-01-22 Dave Love <fx@gnu.org>
1702
1703 * lisp/url-cache.el (url-cache-file-writable-p): Doc fix.
1704
4dfde3dd
SM
1705 * lisp/url-imap.el (url-imap): Maybe disable multibyte.
1706 Bind coding-system-for-read. Require mm-util.
10a6e6ba
SM
1707
1708 * lisp/url.el (url-do-setup): Use (featurep 'xemacs).
1709
1710 * lisp/mule-sysdp.el: Removed (obsolete).
1711
17122001-12-09 William M. Perry <wmperry@gnu.org>
1713
1714 * lisp/url-dav.el (url-dav-delete-something): Utility macro to
1715 remove an arbitrary resource.
1716 (url-dav-delete-directory): Use it.
1717 (url-dav-delete-file): Ditto.
1718 (url-dav-make-directory): New function.
1719 (url-dav-rename-file): New function.
1720 (url-dav-register-handler): New function to easily register a
1721 WebDAV-specific file-name-handler operation.
1722 (url-dav-file-name-all-completions, url-dav-file-name-completion):
4dfde3dd 1723 New functions that allow file-name completion for WebDAV resources.
10a6e6ba
SM
1724
17252001-12-08 William M. Perry <wmperry@gnu.org>
1726
1727 * lisp/url-dav.el (url-dav-directory-files): New function to
1728 mimic `directory-files' for WebDAV.
1729 (url-dav-delete-directory): New function to mimic
1730 `delete-directory' for WebDAV.
1731
17322001-12-06 William M. Perry <wmperry@gnu.org>
1733
1734 * lisp/url-dav.el (url-dav-process-DAV:locktoken): Parse the
1735 DAV:locktoken hrefs into a usable format.
1736 (url-dav-process-response): Use an unwind-protect to make sure
1737 that we clean up the buffer, even if there is a parsing error.
1738 (url-dav-request): New function to act as the main entry point for
1739 making DAV requests. Takes care of building the XML document with
1740 appropriate namespaces, depth, etc, and parses the results.
4dfde3dd
SM
1741 (url-dav-get-properties): Use new url-dav-request function.
1742 This is now just a thin wrapper around that to use PROPFIND and set any
10a6e6ba
SM
1743 extra properties we are looking for.
1744 (url-dav-unlock-resource): New function to release a lock given a
1745 URL and a lock-token.
1746 (url-dav-process-DAV:getlastmodified)
1747 (url-dav-process-DAV:creationdate)
1748 (url-dav-process-DAV:iscollection)
1749 (url-dav-process-DAV:ishidden): Fix typos! Its url-dav-*, not
1750 url-dave-*!
1751 (url-dav-active-locks): New function to get a list of all the
1752 active locks for a resource.
1753 (url-dav-save-resource): New function to actually save a resource
1754 using the PUT method. I can now successfully save files to an
4dfde3dd 1755 HTTP server with some manual steps from a lisp-interaction buffer.
10a6e6ba
SM
1756
1757 * lisp/url-http.el (url-http-wait-for-headers-change-function):
1758 Special case the 204/205 response codes. Some servers do not
1759 send back a 0 content-length for these, and we would hang.
1760 (url-http-parse-headers): Mark 204/205 response codes as
1761 'successful' so that the callbacks get activated.
1762 (url-http-options): Fix unbound variable usage.
1763
1764 * lisp/url-dav.el: Added full copyright information.
1765 (url-dav-process-response): Make sure that we create a DAV:status
1766 property when parsing a singleton response.
1767 (url-dav-file-attributes): If the properties returned did not have
10d1d0af 1768 a successful HTTP response code, then ignore them and use the
10a6e6ba
SM
1769 HEAD-based attributes.
1770
1771 * lisp/vc-dav.el: Added full copyright information.
1772
4dfde3dd
SM
1773 * lisp/url-dav.el (url-dav-process-supportedlock-property):
1774 Deal with text nodes in DAV:supportedlock nodes.
10a6e6ba
SM
1775 (url-dav-file-attributes-mode-string): This now gets the entire
1776 property list instead of just the DAV:supportedlock node.
1777 (url-dav-file-attributes): Make sure to pass the whole list in.
4dfde3dd 1778 (url-dav-file-attributes-mode-string): Now properly sets do 'd' mode.
10a6e6ba
SM
1779 (url-dav-file-attributes-mode-string): Now uses the Apache mod_dav
1780 'executable' bit to set the 'x' mode. See `mod_dav's custom
1781 properties' at http://www.webdav.org/mod_dav/ for more details.
1782 (url-dav-find-parser): New function to find the proper parser for
1783 a node-type. Looks for
1784 url-dav-process-XXX (url-dav-process-DAV:prop), otherwise falls
1785 back to using url-dav-node-text. Caches the results on the nodes
1786 symbol name.
4dfde3dd
SM
1787 (url-dav-dispatch-node): Utility routine to call a nodes handler easily.
1788 (url-dav-process-*): Rename most of the handlers and made them
10a6e6ba
SM
1789 use url-dav-dispatch-node where appropriate.
1790 (url-dav-process-DAV:prop): Instead of using the dav-data-type
1791 property to dispatch the node, now uses dav-dispatch-node so that
1792 it is easy to add parsers for special nodes.
1793 (url-dav-process-DAV:depth, url-dav-process-DAV:resourcetype)
1794 (url-dav-process-DAV:locktype, url-dav-process-DAV:lockscope)
1795 (url-dav-process-DAV:getcontentlength)
1796 (url-dave-process-DAV:getlastmodified)
1797 (url-dave-process-DAV:creationdate)
1798 (url-dave-process-DAV:iscollection)
1799 (url-dave-process-DAV:ishidden): Aliases for the generic
1800 url-dav-process-foo-property routines.
1801 (url-dav-process-DAV:activelock)
1802 (url-dav-process-DAV:lockdiscovery): Can now correctly parse
1803 DAV:lockdiscovery nodes, so that we can find out who has a
c80e3b4a 1804 resource locked and properly parse the response to a LOCK request.
10d1d0af 1805 (url-dav-process-DAV:status): Now parses out the numeric status
10a6e6ba
SM
1806 from the HTTP response line.
1807 (url-dav-process-response): New function to handle all the
1808 parsing of an XML response from WebDAV. This handles all the
1809 logic of checking the response content-type to make sure it is
1810 XML, parses the tree, and interprets the tree.
1811 (url-dav-process-response): Make sure that all responses look
1812 like a DAV:multistatus response, even if we get a singleton
4dfde3dd 1813 response back. This will just make the upper layer logic simpler.
10a6e6ba
SM
1814 (url-dav-get-properties): New optional argument NAMESPACES that
1815 specifies what namespaces to use in the XML request.
1816 (url-dav-get-properties): Got rid of the D: namespace in
1817 requests. It doesn't save that much space. Just use DAV:
1818 (url-dav-lock-identifier): New variable that should hold a URI
1819 pointing to contact information for the user. This will be used
1820 as the contents of the DAV:owner/DAV:href tag to identify the
1821 owner of a LOCK when requesting it. This will be shown to other
1822 users when the DAV:lockdiscovery property is requested, so make
1823 sure you are comfortable with it leaking to the outside world.
1824 (url-dav-lock-resource): New function to LOCK a dav resource.
1825
18262001-12-05 William M. Perry <wmperry@gnu.org>
1827
1828 * lisp/url-dav.el (url-dav-get-properties): New argument
1829 ATTRIBUTES that allows you to ask for specific properties instead
1830 of getting all properties via DAV:allprop.
1831
4dfde3dd
SM
1832 * lisp/url-http.el (url-http-real-basic-auth-storage):
1833 New variable for normal HTTP basic authentication.
10a6e6ba
SM
1834 (url-http-proxy-basic-auth-storage): New variable for HTTP proxy
1835 basic authentication.
1836 (url-http-handle-authentication): Follow new semantics for
1837 url-basic-auth-storage.
1838
4dfde3dd 1839 * lisp/url-auth.el (url-basic-auth-storage): Change meaning of
10a6e6ba
SM
1840 this variable. It is now a symbol pointing to where we really
1841 want to store the authorization information. This fixes proxy
4dfde3dd
SM
1842 auth and normal basic auth because of some local bindings that were
1843 making it impossible to store the credentials in the global binding.
10a6e6ba
SM
1844 (url-basic-auth): Make sure we dereference url-basic-auth-storage
1845 everywhere.
1846
4dfde3dd 1847 * lisp/url-util.el (url-debug): Add new types 'dav and
10a6e6ba
SM
1848 'retrieval to the customization list.
1849
1850 * lisp/url.el (url-retrieve-synchronously): Put in some debugging
1851 statements.
1852
4dfde3dd 1853 * lisp/url-http.el (url-http-head-file-attributes): Rename old
10a6e6ba
SM
1854 url-http-file-attributes so that we can have a smarter one that
1855 tries WebDAV first, then HEAD.
4dfde3dd 1856 (url-http-file-attributes): New smart version that tries WebDAV first.
10a6e6ba
SM
1857 (url-http-options): New function that returns information gleaned
1858 from an OPTIONS request for a URL. Returns a property list
1859 returning the methods supported for the resource, what DAV and
1860 DASL levels are supported, p3p information, and whether
1861 byte-ranges are supported or not.
1862 (url-http-wait-for-headers-change-function): If we got a 0-byte
1863 content-length, activate the callback immediately.
1864 (url-http-wait-for-headers-change-function): For content-length
1865 responses with actual body-data in the chunk we are handling, call
1866 url-http-content-length-after-change-function with the remaining
1867 data. Otherwise we can deadlock if the headers and the entire
1868 body exist arrive in one chunk.
1869
1870 * lisp/url-dav.el: New file to contain the WebDAV
1871 (http://www.webdav.org/) implementation.
1872 (url-dav-supported-p): Cheap way to figure out whether we will be
1873 able to do DAV at all. We rely on the XML parser expanding
1874 namespaces for us, and currently you need a patched version of
1875 xml.el to do this. Patch sent to author for consideration.
1876 (url-dav-file-attributes): Much more complete version of
1877 `file-attributes' using the WebDAV PROPFIND method. Now correctly
1878 finds out whether something is a directory (a WebDAV collection),
1879 the last modification time, and permissions (based on the
1880 DAV:supportedlock information).
1881 (url-dav-get-properties): Generic interface to get WebDAV
1882 properties for a URL. Can specify an optional `depth' parameter
1883 to tell the web server how many directory (collection) levels to
1884 recurse when retrieving the property lists. Returns an assoc
4dfde3dd 1885 list keyed off of the resource, the cdr of which is a property list.
10a6e6ba
SM
1886 (url-dav-datatype-attribute): We support the XML-Data note
1887 (http://www.w3.org/TR/1998/NOTE-XML-data) to figure out what the
1888 datatypes of attributes are. Currently only date, dateTime, int,
1889 number, float, boolean, and uri are supported.
1890
18912001-12-04 William M. Perry <wmperry@gnu.org>
1892
1893 * lisp/url-handlers.el (file-name-absolute-p): New hooked
1894 version. If the filename matches our regexp, then it is always
1895 absolute, so just return `t'.
1896 (expand-file-name): New hooked version. If the fragment is an
1897 absolute file or URL, then expand it relative to '/'.
1898 (url-handler-regexp): New regexp for specific schemes that we
1899 want the file-name-handlers to work off of.
4dfde3dd 1900 (url-setup-file-name-handlers): Use it when installing the handlers.
10a6e6ba
SM
1901
1902 * lisp/url-http.el (url-http-find-free-connection): Better logging
1903 about whether we are reusing an existing connection or not.
1904
4dfde3dd 1905 * lisp/url-methods.el (url-scheme-register-proxy): Fix bad call
10a6e6ba
SM
1906 to string-match instead of match-string (and with reversed
1907 arguments even).
1908
4dfde3dd 1909 * lisp/url-http.el (url-http-debug): Change to now use the
10a6e6ba
SM
1910 generic url-debug function to do the actual logging. Still a
1911 separate function so that we can do our magic on the network
1912 connection if the user quits while we are downloading.
1913
1914 * lisp/url-handlers.el (url-file-handler): Now logs the result of
1915 the hooked or real call.
1916
4dfde3dd 1917 * lisp/url-util.el (url-debug): New function for generic debug logging.
10a6e6ba
SM
1918
19192001-11-28 William M. Perry <wmperry@gnu.org>
1920
1921 * lisp/url-imap.el (url-imap-open-host): Use backquote.
1922 (url-imap): Now switches to 'login as the imap authenticator if
1923 the URL provides a username and password.
1924
1925 * lisp/url-handlers.el (url-setup-file-name-handlers): Use cl &
1926 push to replace some strange logic in here.
1927 (url-run-real-handler): New function to run the real hooks in
1928 case we get a false positive or an operation that we do not
1929 support. The old way disabled _ALL_ file-name-handlers when
1930 we hit something we didn't understand - this disables JUST us.
4dfde3dd 1931 (url-file-handler): Remove the logic about removing the leading
10a6e6ba
SM
1932 '/' off of the first argument... it may not be safe to always
1933 assume that the first argument is the one we are acting on -
4dfde3dd 1934 `default' is the second argument for expand-file-name for example.
10a6e6ba
SM
1935 (url-setup-file-name-handlers): Use url-nonrelative-link
1936 directly. This means that you must type in the URL directly
1937 without prefixing it with a '/'.
1938
1939 (gnus-cache-articles-in-group "nnml+mail:comp.emacs-devel")
1940
1941 Ends up calling (expand-file-name "nnml+mail:comp.emacs-devel" ...)
1942 which activates us (because 'nnml+mail' _is_ a valid scheme name
1943 for a URI). We get thoroughly confused and end up returning
1944 `nil' when we shouldn't.
1945
19462001-11-26 William M. Perry <wmperry@gnu.org>
1947
1948 * lisp/url-handlers.el (file-writable-p): Add NULL handler for
1949 this so that visiting a URL directly will work.
1950 (file-symlink-p): Ditto.
1951 (url-insert-file-contents): If `visit' is non-nil then make sure
1952 we set buffer-file-name. After these changes you can visit
1953 http://www.gnu.org/ directly from the minibuffer.
1954 (url-insert-file-contents): When inserting the file contents,
1955 use a save-excursion so that we behave just like the original.
1956
19572001-11-25 William M. Perry <wmperry@gnu.org>
1958
4dfde3dd 1959 * lisp/url-util.el (url-hexify-string): Fix bad use of mapconcat.
10a6e6ba
SM
1960
19612001-11-24 William M. Perry <wmperry@gnu.org>
1962
1963 * lisp/url-about.el (url-about): New loader scheme to handle
1964 about:foo URLs. Automatically tries to find a `url-about-foo'
1965 function to display the actual data.
2941ce4b 1966 (url-about-protocols): Implement about:protocols.
10a6e6ba
SM
1967
1968 * lisp/url-http.el (url-http): Make sure that we signal an error
1969 when we cannot open a network connection for whatever reason.
1970 Before, it would just silently clean up after itself and the user
183080b6 1971 got absolutely no indication that an error had occurred. If the
10a6e6ba
SM
1972 error should truly be ignored, the caller should do that for us.
1973 (url-http-chunked-encoding-after-change-function): Doh! Need to
1974 user marker-position in some log messages now that
1975 url-http-chunked-start is a marker.
1976
19772001-11-22 William M. Perry <wmperry@gnu.org>
1978
1979 * lisp/url-https.el: Fixed definition of url-https - was using the
1980 wrong signature. Too much cut & paste.
4dfde3dd 1981 (url-https-create-secure-wrapper): Fix so that url-https works
10a6e6ba 1982 at all. Was not taking a null `method' into account when calling
4dfde3dd 1983 the wrapped function so url-https tried to call url-http-nil. *sigh*
10a6e6ba
SM
1984
1985 * lisp/url-http.el
4dfde3dd 1986 (url-http-chunked-encoding-after-change-function): Add some
10a6e6ba
SM
1987 feedback when not debugging about what content-type and chunk # we
1988 are reading.
1989 (url-http-chunked-encoding-after-change-function): Use a marker
1990 for url-http-chunked-start so that we can safely delete the
1991 chunk-tokens instead of just marking them as invisible.
1992 (url-http-chunked-encoding-after-change-function): Actually delete
1993 the chunk-tokens. Now that we are not run from 'real'
1994 after-change functions, this is safe, and the right thing to do.
1995 Otherwise the HTML parser still saw them and inferred all sorts of
1996 bad things about the document (ie: nothing had a title!)
1997
19982001-11-21 William M. Perry <wmperry@gnu.org>
1999
2000 * lisp/url-http.el (url-http-debug): Document this variable.
2001 People other than I might want to use it.
2002 (url-http-debug): Put some code in here to check quit-flag
2003 directly. When the chunked encoding went into a tight spin, your
2004 Emacs would be wedged forever. This short-circuits all the
2005 after-change functions and signals an error.
2006 (url-http-debug): If url-http-debug is non-nil and non-t, then log
2007 the debug messages using `message' as well as sending them to the
2008 buffer.
2009 (url-http-chunked-encoding-after-change-function): Got rid of the
2010 no-initial-crlf. Had an epiphany and I can just infer this from
2011 url-http-chunked-counter being 0.
4dfde3dd 2012 (url-http-chunked-encoding-after-change-function): Move the debug
10a6e6ba
SM
2013 statement about reading chunk #foo into the loop so that each
2014 chunk will have a log message associated with it.
2015 (url-http-chunked-encoding-after-change-function): Make sure to
2016 set read-next-chunk to nil when the regular expression match fails
2017 to fire. Otherwise we could loop forever.
4dfde3dd
SM
2018 (url-http-chunked-encoding-after-change-function): Tweak the
2019 regular expression to be a little less greedy when looking for a chunk.
10a6e6ba
SM
2020 (url-http-wait-for-headers-change-function): Remove the last
2021 argument when calling
2022 url-http-chunked-encoding-after-change-function. It is no longer
2023 needed. I should use my brain sometime.
2024
4dfde3dd 2025 * lisp/url-vars.el (and): Fix feature test for xemacs and
fffa137c 2026 coding-system-list behavior.
10a6e6ba
SM
2027
2028 * lisp/url-http.el
4dfde3dd
SM
2029 (url-http-chunked-encoding-after-change-function): Add optional
2030 no-initial-crlf flag that modifies the regular expression.
2031 This is only set from url-http-wait-for-headers-change-function so that
10a6e6ba 2032 the initial CRLF in the HTTP headers is not swallowed.
4dfde3dd 2033 (url-http-chunked-encoding-after-change-function): Fix a few
10a6e6ba 2034 off-by-one errors by using (match-end 0) instead of 1.
4dfde3dd 2035 (url-http-chunked-encoding-after-change-function): Add a few
10a6e6ba
SM
2036 url-http-debug calls to help track down problems in the chunked
2037 encoding.
2038 (url-http-chunked-encoding-after-change-function): The chunk
2039 reading in here is now in a while loop so that if Emacs feeds us a
2040 chunk of data that happens to contain more than one 'chunk'
2041 delimiter, we behave correctly.
2042 (url-http-wait-for-headers-change-function): Make sure that we
2043 pass no-initial-crlf to
2044 url-http-chunked-encoding-after-change-function when passing
2045 initial data to the decoder.
2046 (url-http-generic-filter): url-http-debug statement so we can tell
2047 when/where our after-change-functions are being called.
2048
20492001-10-11 Dave Love <fx@gnu.org>
2050
2051 * lisp/url-handlers.el: Doc fixes.
2052 (string-match): Use (featurep 'xemacs).
2053
2054 * lisp/url-methods.el (url-scheme-get-property): Avoid `mapc'.
2055
2056 * lisp/url-proxy.el (url-find-proxy-for-url): Avoid `pop'.
2057
2058 * lisp/url-vars.el (url-running-xemacs): Delete.
2059 (url-gateway-unplugged): New variable.
2060
2061 * lisp/url-gw.el (url-open-stream): Use url-gateway-unplugged.
2062 Comment out OS/2 stuff.
2063
20642001-10-05 Dave Love <fx@gnu.org>
2065
2066 * lisp/url-mailto.el (url-mailto): Don't send auto-generated mail
2067 without confirmation.
2068
20692001-10-02 Dave Love <fx@gnu.org>
2070
2071 * lisp/url-http.el (url-http-create-request): Check cache for
2072 proxy-obj, if defined, rather than url.
2073 (url-http): Use dolist, not mapc (runtime cl dependency).
2074
2075 * lisp/url-methods.el: Maybe require cl at runtime.
4dfde3dd
SM
2076 (url-scheme-register-proxy): Fix fetching from environment.
2077 Don't concat a number.
10a6e6ba
SM
2078
20792001-10-01 Dave Love <fx@gnu.org>
2080
2081 * lisp/url-parse.el: Use modern backquote syntax.
2082
2083 * lisp/url-vars.el (url-uncompressor-alist): Add bzip2.
2084 (url-mail-command): Prefer compose-mail.
2085 (tcp-binary-process-input-services): Comment out.
2086 (url-working-buffer): New constant.
2087
2088 * lisp/url-util.el (url-extract-mime-headers): New function.
2089
2090 * lisp/url-mailto.el (url-mailto): Set source-url. Don't add
2091 User-Agent.
2092
20932001-09-20 Dave Love <fx@gnu.org>
2094
4dfde3dd 2095 * lisp/url-http.el (url-http-create-request): Don't concat a number.
10a6e6ba
SM
2096
20972001-06-05 Dave Love <fx@gnu.org>
2098
2099 * lisp/url.el (url-do-setup): Doc fix. Don't try to frob
4dfde3dd 2100 tcp-binary-process-input-services. Remove function wrapper for lambda.
10a6e6ba
SM
2101 (url-retrieve): Barf with sensible message if url-type is null.
2102
2103 * lisp/url-http.el (url-http): Don't try to set process
2104 coding-system here -- done in url-gw.
2105
2106 * lisp/url-gw.el (url-gw-inhibit-code-conversion): Remove.
2107 (url-open-stream): Bind coding-system-for{read,write} when setting
e4769531 2108 up the connection. Don't call url-gw-inhibit-code-conversion.
10a6e6ba 2109
4dfde3dd
SM
21102001-05-24 William M. Perry <wmperry@gnu.org>
2111
2112 * lisp/url.el (url-retrieve-synchronously): Avoid accept-process-output
2113 in url-retrieve-synchronously.
2114
10a6e6ba
SM
21152001-05-23 William M. Perry <wmperry@gnu.org>
2116
2117 * lisp/url.el (url-retrieve-synchronously): Don't put a timeout on
2118 accept-process-output. This is evidently causing hangs in Emacs
2119 21 when viewing complex pages with images or stylesheets.
2120 www.yahoo.com is now viewable.
2121
2122 * lisp/url-gw.el (url-open-stream): Avoid using mule-sysdp
2123 (mule-inhibit-code-conversion) and just have a local function that
2124 does this minimal cruft.
2125 (url-gw-inhibit-code-conversion): New function to turn off code
2126 conversion in a process.
2127
21282001-05-22 William M. Perry <wmperry@gnu.org>
2129
2130 * lisp/url.el (url-retrieve-synchronously): Use lexical-let so
2131 that we can allow multiple asynch retrievals to happen at once.
2132 (url-retrieve-synchronously): Use a much smaller timeout when
2133 doing the accept-process-output. This gets rid of the long delays
2134 if you are on a fast net connection and retrieve small documents
2135 that finish asynchronously before the first accept-process-output
2136 can be run. All hail broadband and 100Mb in the house!
4dfde3dd 2137 (url-retrieve-synchronously): Add documentation for this function.
10a6e6ba
SM
2138 (url-retrieve): Ditto.
2139 (url-mm-url): Ditto.
2140
2141 * lisp/url-vars.el: Replaced `HTTP/1.0' with just `HTTP' in some
2142 documentation strings. Ok, so I'm anal.
2143
2144 * lisp/url-methods.el (url-scheme-methods): Add default methods
2145 for file-directory-p and file-truename.
2146
21472001-05-22 Dave Love <fx@gnu.org>
2148
2149 * lisp/url-auth.el (url-warn): Autoload.
2150
2151 * lisp/url-proxy.el (url-warn): Autoload.
2152
2153 * lisp/url-nfs.el: Fix `file-truname' typo.
2154
2155 * lisp/url-news.el: Require cl when compiling.
1ac3c910 2156 (url-warn, gnus-group-read-ephemeral-group): Autoload.
4dfde3dd 2157 (url-nntp-default-port, url-news-default-port, url-nntp): Delete.
10a6e6ba
SM
2158 (url-news-fetch-newsgroup): Declare gnus-group-buffer special.
2159
2160 * lisp/url-util.el (mule-decode-string): Don't autoload.
2161 (url-hexify-string): Just barf on multibyte characters.
2162 (url-generate-unique-filename): New function.
2163
2164 * lisp/url-file.el (url-file): Use url-generate-unique-filename,
2165 not mm-generate-unique-filename.
2166
2167 * lisp/url-http.el: Declare things special in various places.
2168 (url-http-activate-callback): Don't set
2169 url-http-real-after-change-function.
2170
21712001-05-22 William M. Perry <wmperry@gnu.org>
2172
2173 * lisp/url-http.el (url-http-attempt-keepalives): New variable to
2174 control whether we try to do keep-alives for our connections.
2175 (url-http-version): New variable to control whether we advertise
2176 ourselves as an HTTP/1.1 client or not. This can be useful for
2177 avoiding chunked encoding, and other 1.1 features we may not have
2178 fully implemented yet.
2179 (url-http-create-request): Honor the new variables.
2180
21812001-05-21 Dave Love <fx@gnu.org>
2182
2183 * lisp/url-vars.el (mm-mime-mule-charset-alist): Don't readjust it
2184 in XEmacs.
2185 (url-mime-charset-string): Don't reverse the list before sorting.
2186
21872001-05-17 William M. Perry <wmperry@gnu.org>
2188
2189 * lisp/url-http.el (url-http-generic-filter): Avoid using
2190 after-change-functions natively. There are just too many ways
2191 that this screws up in Emacs 21. Use a filter function on the
2192 process instead, and call the hook on
2193 url-http-after-change-function manually. [Actually, it will work
2194 in Emacs 21, but one problem that has been fixed in Emacs 21
2195 exists in Emacs 20. -- fx]
2196
2197 * lisp/url-vars.el (url-mime-charset-string): sort-coding-systems
2198 does not exist on older versions of Emacs, or any version of
2199 XEmacs. Do not call it unless it is bound.
2200
22012001-05-17 Dave Love <fx@gnu.org>
2202
2203 * lisp/url-http.el (url-http-create-request): Fix non-GET requests.
2204
22052001-05-16 Dave Love <fx@gnu.org>
2206
2207 * lisp/url-vars.el: Doc fixes. Require mm-util.
2208 (url-mime-charset-string): New variable.
2209
2210 * lisp/url-http.el: Doc fixes.
2211 (url-http-create-request): Rearrange how we assemble the request.
2212 Avoid generating bogus requests with an empty real-fname.
4dfde3dd 2213 (url-http-handle-authentication): Declare status and success special.
10a6e6ba
SM
2214 (url-http): Call mm-disable-multibyte. Set process buffer's
2215 coding systems to binary.
2216
2217 * lisp/url-misc.el (url-data): Call mm-disable-multibyte.
2218
4dfde3dd 2219 * lisp/url-file.el: Don't require mule-sysdp. Fix `file-truname' typo.
10a6e6ba 2220 (url-file-find-possibly-compressed-file): Doc fix.
4dfde3dd 2221 (url-file): Bind coding-system-for-read. Call mm-disable-multibyte.
10a6e6ba
SM
2222
2223 * lisp/url-cache.el: Don't require mule-sysdp.
2224 (url-store-in-cache): Avoid mule-write-region-no-coding-system.
2225
2226 * lisp/url.el: Don't require mule-sysdp.
2227 (url-retrieve): Only set text properties if url is a string.
2228
22292001-05-14 Dave Love <fx@gnu.org>
2230
4dfde3dd
SM
2231 * lisp/url-http.el (url-http-create-request):
2232 Declare proxy-object, proxy-info special.
10a6e6ba
SM
2233 (url-http-handle-authentication): Declare success special.
2234
22352001-05-12 Dave Love <fx@gnu.org>
2236
2237 * lisp/url-http.el: Revert last change.
2238
22392001-05-10 Dave Love <fx@gnu.org>
2240
4dfde3dd
SM
2241 * lisp/url-http.el (url-http-generic-after-change-function):
2242 Make it permanent-local.
10a6e6ba
SM
2243
22442001-05-05 Dave Love <fx@gnu.org>
2245
2246 * lisp/url-http.el: Autoload some functions.
2247 (cl): Require when compiling.
2248 (url-http-extra-headers): Defvar when compiling.
2249 (url-http): Treat after-change-functions as a local hook.
2250
2251 * lisp/url-history.el (url-parse): Require.
2252 (url-do-setup): Autoload.
2253
2254 * lisp/url-gw.el: Require url-vars. Autoload some functions.
2255
2256 * lisp/url-file.el: Require mailcap. Require cl when compiling.
2257 Use (featurep 'xemacs).
2258 (url-file-build-filename): Bind pos-index.
2259 (url-file): Call url-find-file-dired, not url-dired-find-file.
2260
4dfde3dd 2261 * lisp/url-dired.el: Add copyright notice. Autoload some functions.
10a6e6ba
SM
2262 (url-dired-minor-mode-map): Use (featurep 'xemacs).
2263 (url-dired-find-file-mouse): Use mouse-set-point, not event-point.
4dfde3dd 2264 (url-find-file-dired): Rename from one version of url-dired-find-file.
10a6e6ba
SM
2265
2266 * lisp/url-cid.el: Don't require widget. Require mm-decode
2267 unconditionally.
2268
2269 * lisp/url-util.el: Autoload mule-decode-string,
2270 timezone-parse-date, timezone-make-date-arpa-standard.
2271 (url-unreserved-chars): Fix list per RFC 2396.
2272 (url-hexify-string): Maybe string-make-unibyte.
2273
2274 * lisp/url-news.el: Require nntp.
2275
2276 * lisp/url-imap.el: Require cl when compiling. Require nnimap
2277 unconditionally.
2278
22792001-05-04 Dave Love <fx@gnu.org>
2280
2281 * lisp/url-handlers.el (url-file-local-copy): Use make-temp-file,
2282 not non-existent mailcap-generate-unique-filename.
2283
4dfde3dd 2284 * lisp/url-privacy.el: Require url-vars. Require cl when compiling.
10a6e6ba 2285
4dfde3dd
SM
2286 * lisp/url-parse.el: Require url-vars.
2287 Autoload url-scheme-get-property.
10a6e6ba
SM
2288
2289 * lisp/url-nfs.el: Require cl when compiling. Test for XEmacs
2290 with featurep.
2291
2292 * lisp/url-mailto.el: Require cl when compiling.
2293
4dfde3dd
SM
2294 * lisp/url-cookie.el (url-cookie-handle-set-cookie):
2295 Call url-parse-args, not url-util-parse-args.
10a6e6ba
SM
2296
2297 * lisp/url-cache.el (url-cache-expired): Remove bogus `return'.
2298
22992001-04-09 Dave Love <fx@gnu.org>
2300
2301 * lisp/mule-sysdp.el (mule-detect-coding-version)
2302 (mule-code-convert-region, mule-inhibit-code-conversion)
2303 (mule-write-region-no-coding-system, mule-encode-string)
2304 (mule-decode-string, mule-truncate-string)
2305 (mule-find-charset-region, mule-coding-system-name)
2306 (mule-find-coding-system, mule-make-iso-character): Grok Mule 5.0.
2307 [There must be a better way.]
2308 (mule-coding-system-p, string-width): Use defalias.
2309
23102001-01-03 Sam Steingold <sds@gnu.org>
2311
2312 * lisp/url-http.el (url-http-wait-for-headers-change-function):
2941ce4b 2313 set `url-http-end-of-headers' to 0 for HTTP 0.9.
10a6e6ba
SM
2314
23152001-01-02 Sam Steingold <sds@gnu.org>
2316
2941ce4b 2317 * lisp/url-auth.el (provide): `url-auth', not `urlauth'.
10a6e6ba
SM
2318
23192000-12-22 Dave Love <fx@gnu.org>
2320
2321 * lisp/url-history.el (url): Don't require (to avoid recursion).
2322 (cl): Require when compiling.
2323
2324 * lisp/url-http.el (url-auth): Require.
2325 (url-http-handle-authentication): Fix typo.
2326
2327 * lisp/url-cookie.el (url-cookie-setup-save-timer): Fix typo.
2328
23292000-12-20 Dave Love <fx@gnu.org>
2330
2331 * lisp/url.el: Require mm-decode, mm-view when compiling.
2332 <not (fboundp 'puthash)>: Define puthash and
2333 autoload other has functions rather than using cl-...hash.
2334 (url-warn): Define.
2335
4dfde3dd
SM
2336 * lisp/url-ns.el, lisp/url-methods.el, lisp/url-http.el:
2337 Avoid cl-...hash functions.
10a6e6ba
SM
2338
2339 * lisp/url-history.el: Avoid cl-...hash functions.
2340 (url): Require.
2341
1ac3c910 2342 * lisp/url-gw.el, lisp/url-cookie.el: Require cl only when compiling.
10a6e6ba
SM
2343
23442000-10-03 William M. Perry <wmperry@aventail.com>
2345
4dfde3dd 2346 * lisp/url-util.el (url-get-url-at-point): Guard against 'url'
10a6e6ba
SM
2347 getting set to nil due to bad string matching. Subsequent matches
2348 would then choke because we passed string-match a nil.
2349
2350 * lisp/url-http.el (url-http-parse-headers): Need to make the
2351 connection as 'free' when we get a 304 response (found in cache),
10d1d0af 2352 or when a keep-alive connection timed out, it would re-parse the
10a6e6ba
SM
2353 headers and dispatch to the callback again. Eek.
2354
23552000-10-02 William M. Perry <wmperry@aventail.com>
2356
2357 * lisp/url-http.el (url-http-chunked-encoding-after-change-function):
4dfde3dd 2358 implement chunked transfer-coding.
10a6e6ba
SM
2359 (url-http-create-request): We can now advertise ourselves as a 1.1
2360 compliant browser!
2361
23622000-07-28 Sam Steingold <sds@gnu.org>
2363
2364 * lisp/url-methods.el (url-scheme-default-loader): `callback' and
2365 `cbargs' are optional args (for calling from w3).
4dfde3dd 2366 (url-scheme-register-proxy): Typos fixes: `url-match' replaced
10a6e6ba
SM
2367 with `string-match' and `protocol' with `scheme'.
2368
23692000-07-18 Sam Steingold <sds@gnu.org>
2370
4dfde3dd
SM
2371 * lisp/url-handlers.el (require 'url): For url-retrieve-synchronously.
2372 * lisp/url-history.el (url-history-save-interval): Avoid circularity.
10a6e6ba
SM
2373
23742000-07-10 William M. Perry <wmperry@aventail.com>
2375
2376 * lisp/mule-sysdp.el (mule-make-iso-character): If we are not in
2377 mule, and the character requested is > 255, then return "~"
2378 instead of letting whoever call us signal an error when they try
2379 to insert the character.
2380 (mule-make-iso-character): Also wrap the whole thing in a
4dfde3dd 2381 condition case and return "~" on error, in case make-char bombs on us.
10a6e6ba 2382
4dfde3dd 2383 * lisp/url-cid.el (url-cid): Fix stupid mistake in the loader
10a6e6ba
SM
2384 for cid parts.
2385
2386 * lisp/url-util.el (url-display-percentage): New routine that uses
2387 the progress bar under XEmacs if available. Looks very sexy under
2388 XEmacs/GTK hacked to use the GNOME statusbar.
2389
2390 * lisp/url-http.el
2391 (url-http-content-length-after-change-function): Use new function
2392 url-display-percentage instead of url-lazy-message.
2393
23942000-01-27 William M. Perry <wmperry@aventail.com>
2395
2396 * lisp/url-file.el (url-file-build-filename): Work around for
4dfde3dd 2397 differences in ange-ftp / efs handling of port numbers other than 21.
10a6e6ba
SM
2398
23991999-12-24 William M. Perry <wmperry@aventail.com>
2400
2401 * lisp/url-irc.el: Added pointer to draft specification for the
2402 IRC URL so people don't think I'm crazy.
2403
2404 * configure.in: Checks to make sure that Gnus was found, since we
2941ce4b 2405 HAVE to have it now. Removed conditional compilation of url-cid.el.
10a6e6ba 2406
1ac3c910 24071999-12-16 Eric Marsden <emarsden@mail.dotcom.fr>
10a6e6ba
SM
2408
2409 * lisp/url-util.el (url-get-url-at-point): Allow URLs wrapped in
2410 () to have periods at the end of the chunk.
2411
24121999-12-14 William M. Perry <wmperry@aventail.com>
2413
4dfde3dd 2414 * lisp/url-misc.el (url-man): Implement `man' URL types.
10a6e6ba
SM
2415 (url-info): Autoload.
2416 (url-man): Ditto.
2417 (url-rlogin): Ditto.
2418 (url-telnet): Ditto.
2419 (url-tn3270): Ditto.
2420 (url-generic-emulator-loader): Ditto.
2421
2422 * lisp/url-https.el (url-https-create-secure-wrapper): New macro
2423 to wrap arbitrary `http' methods with the appropriate magic to
2424 turn SSL on.
2425 (file-exists-p): Use it.
2426 (file-readable-p): Use it.
2427 (file-attributes): Use it.
2428
2429 * lisp/url-news.el (url-news-fetch-newsgroup): When building the
2430 server spec for Gnus, make sure we set
2431 nntp-open-connection-function directly, so that other news-related
2432 functions above us can set it.
2433 (url-snews): Implement `snews' URLs using `nntp-open-ssl-stream'.
2434 (url-nntp): Autoload.
2435 (url-snews): Ditto.
2436 (url-news): Ditto.
2437
24381999-12-12 William M. Perry <wmperry@aventail.com>
2439
2440 * lisp/url-http.el (url-http-parse-response): New function to
2441 parse just the HTTP response code out of the buffer, without
2442 taking any other actions.
2443 (url-http-wait-for-headers-change-function): Use it here when we
2444 know we have an HTTP/1.x response.
2445 (url-http-wait-for-headers-change-function): Special case a
2446 response code of '304' or there could be some delays waiting for
2447 keep-alives to time out on cached documents with no known
2448 content-length on the server.
2449
24501999-12-11 William M. Perry <wmperry@aventail.com>
2451
2452 * aclocal.m4 (AC_CHECK_CUSTOMLOADS): Don't use $(EMACS) in here -
2453 the Makefile does that for us. We just need to provide what files
2454 to load/functions to run.
2455
2456 * lisp/url-imap.el (url-imap-open-host): Need to bind
2457 nnimap-server-buffer or `nnimap-open-server' chokes trying to use
4dfde3dd 2458 the current buffer as the IMAP server buffer, which fails miserably.
10a6e6ba 2459
1ac3c910 24601999-12-11 Simon Josefsson <jas@pdc.kth.se>
10a6e6ba
SM
2461
2462 * lisp/url-imap.el: Initial (rough) implementation for IMAP urls.
2463
24641999-12-11 William M. Perry <wmperry@aventail.com>
2465
2466 * lisp/url-file.el (url-file-asynch-callback): Make the checks for
2467 ange-ftp vs. efs calling semantics consistent, so that if someone
2468 has NEITHER of them loaded, everything should still work.
2469
2470 * lisp/url-handlers.el (url-copy-file): Autoload.
2471 (url-file-local-copy): Ditto.
2472 (url-insert-file-contents): Ditto.
2473 (url-setup-file-name-handlers): Ditto.
2474
24751999-12-10 William M. Perry <wmperry@aventail.com>
2476
2477 * lisp/url-http.el (mail-parse): Since we use functions from here,
2478 we should require it, eh?
2479
1ac3c910 24801999-12-10 Shenghuo ZHU <zsh@cs.rochester.edu>
10a6e6ba
SM
2481
2482 * lisp/url-cookie.el (url-cookie-multiple-line): One line cookie
2483 if nil.
2484 (url-cookie-generate-header-lines): Use it.
2485
24861999-12-06 William M. Perry <wmperry@aventail.com>
2487
2488 * lisp/mule-sysdp.el (mule-code-convert-region): Deal with Mule
2941ce4b 2489 4.1 gracefully.
10a6e6ba 2490
4dfde3dd
SM
2491 * lisp/url-news.el: Reimplemented news and nntp URL support.
2492 No longer bothers to check for outdated Gnus versions, since this
10a6e6ba
SM
2493 will not work without them anyway.
2494
24951999-12-05 Dave Love <fx@gnu.org>
2496
2497 * lisp/url-methods.el, lisp/url-proxy.el, lisp/url-util.el,
2498 lisp/url.el:
2499 Require url-parse.
2500
25011999-12-05 William M. Perry <wmperry@aventail.com>
2502
2503 * lisp/url-http.el (url-http-find-free-connection): Spit out a
2504 message when we have to contact a host so the user always gets
2505 at least some feedback.
2506
f49d1f52 2507 * lisp/url-expand.el (url-expander-remove-relative-links): Move and
10a6e6ba
SM
2508 renamed function.
2509 (url-default-expander): Use it.
2510
4dfde3dd
SM
2511 * lisp/url-file.el (url-file-asynch-callback): Deal with just efs-auto
2512 as well as efs.
2513 (url-file): Add default content-type of application/octet-stream if
2514 none known.
2941ce4b 2515 (url-file): Correct bad call to url-host-is-local-p.
10a6e6ba
SM
2516
2517 * lisp/url-handlers.el (url-insert-file-contents): Emacs doesn't
2518 like buffer-substring with nil arguments.
2519 (url-copy-file): Use mm-destroy-parts instead of just killing
2520 the buffer. Use defined interfaces when available!
2521 (url-insert-file-contents): Ditto.
2522
2523 * lisp/url-http.el (url-http-create-request): Lots of changes to
2524 get proxying working.
2525
2526 * lisp/url-methods.el (url-scheme-register-proxy): New function to
2527 find and register a proxy for a specific scheme.
2528 (url-scheme-get-property): Use it when we load a URL scheme for
2529 the first time.
2530
2941ce4b 2531 * lisp/url-util.el (url-get-url-at-point): Re-integrated.
10a6e6ba
SM
2532
25331999-12-04 William M. Perry <wmperry@aventail.com>
2534
2535 * lisp/url-file.el (url-file): Signal an error if
2536 url-file-build-filename could not find the filename.
2537
25381999-12-01 William M. Perry <wmperry@aventail.com>
2539
2540 * lisp/url.el (url-retrieve): Use url-history-update-url instead
2541 of manipulating the hash table directly.
2542
2543 * lisp/url-history.el (url-completion-function): New function to
2544 use for reading a URL with completion.
2545 (url-history-update-url): New function to hide the hashtable
2546 implementation from people inserting things into the history.
2547
25481999-11-30 William M. Perry <wmperry@aventail.com>
2549
2550 * lisp/url-proxy.el (url-proxy): Minor tweaks to get proxy support
2551 working.
2552
2553 * lisp/url-parse.el (url-generic-parse-url): Fix bad call to
4dfde3dd 2554 url-parse-args, which had changed the type of arguments it expects.
10a6e6ba
SM
2555
2556 * lisp/url-handlers.el (url-insert-file-contents): Ditto.
2557 (url-copy-file): Ditto.
2558
2559 * lisp/url.el (url-mm-callback): Use mm-destroy-parts instead of
2560 just killing the buffer. Use defined interfaces when available!
2561
2562 * aclocal.m4 (AC_EMACS_LISP): Correctly redirect things out to
2563 AC_FD_CC so they show up in config.log
2564 (AC_EMACS_CHECK_LIB): Duh, fixed stupid mistake that would make
2565 this always return 't' instead of 'yes' on successfully finding
2566 the library.
2567
4dfde3dd 2568 * lisp/url-http.el (url-http-parse-headers): Add some
10a6e6ba
SM
2569 DAV-specific error codes.
2570
4dfde3dd 2571 * lisp/url.el (url-retrieve): Allow pre-parsed URLs to be passed in.
10a6e6ba
SM
2572 (url-retrieve-synchronously): Duh, make this function actually
2573 work again. Numerous problems with it, including variable name
2574 collisions - I love dynamically scoped lisps!
2575
2576 * lisp/url-nfs.el (url-nfs-create-wrapper): New function to create
4dfde3dd 2577 wrappers onto the appropriate file-based URLs for file-name-handlers.
10a6e6ba 2578
a98edce9 2579 * lisp/url-ftp.el: Moved the FTP stuff into its own file - it
10a6e6ba
SM
2580 might get messy with file-name-handlers and things.
2581
2582 * lisp/url-http.el (url-http-clean-headers): Fix problem when
2583 using 'HEAD' requests. Thou shalt not change the length of the
2584 region during an after-change-function.
2585
2586 * lisp/url-methods.el (url-scheme-methods): New variable that
4dfde3dd 2587 holds a list of the methods/variables we look for in a URL scheme.
10a6e6ba
SM
2588 (url-scheme-get-property): Use it.
2589
25901999-11-29 William M. Perry <wmperry@aventail.com>
2591
4dfde3dd 2592 * lisp/url-http.el (url-http-file-attributes): Reimplement.
10a6e6ba
SM
2593 (url-http-file-exists-p): Ditto.
2594
2595 * lisp/url-nfs.el: Reimplemented the `nfs' URL scheme.
2596
2597 * lisp/url-file.el (url-file-create-wrapper): New macro to create
2598 file-name-handler stubs for all the FTP/FILE stuff.
2599
2600 * lisp/url-handlers.el: New file to handle file-name-handler-alist
2601 cruft. Generic interface on top of functions that each URL
2602 loader provides, if capable.
2603
26041999-11-27 William M. Perry <wmperry@aventail.com>
2605
2606 * lisp/url-https.el: Implemented HTTPS support.
2607
26081999-11-26 William M. Perry <wmperry@aventail.com>
2609
2610 * url-privacy.el (url-setup-privacy-info): Don't rely on
2611 device-type being defined. Not going to bother redistributing
2612 devices.el for just one function.
2613
2614 * url-methods.el (url-scheme-get-property): Emacs does not have
2615 the 3rd-argument to plist-get to specify the default. *sigh*
2616
4dfde3dd 2617 * url-dired.el (add-minor-mode): Add definition for Emacs.
10a6e6ba 2618
4dfde3dd
SM
2619 * url-http.el (url-http-generic-after-change-function):
2620 New function, since Emacs does not allow you to change the
10a6e6ba
SM
2621 after-change-functions variable from within a function run by
2622 said hook. This just hands it off to the REAL function.
2623 Side-effect is that this now works on Emacs at all. :)
2624
2625 * Initial checkin of rewritten URL library.
2626
1513a14b
GM
2627;; Local variables:
2628;; coding: utf-8
1513a14b
GM
2629;; End:
2630
acaf905b 2631 Copyright (C) 1999, 2001-2002, 2004-2012 Free Software Foundation, Inc.
5b87ad55
GM
2632
2633 This file is part of GNU Emacs.
2634
4936186e 2635 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 2636 it under the terms of the GNU General Public License as published by
4936186e
GM
2637 the Free Software Foundation, either version 3 of the License, or
2638 (at your option) any later version.
5b87ad55
GM
2639
2640 GNU Emacs is distributed in the hope that it will be useful,
2641 but WITHOUT ANY WARRANTY; without even the implied warranty of
2642 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2643 GNU General Public License for more details.
2644
2645 You should have received a copy of the GNU General Public License
4936186e 2646 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.