aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog61
1 files changed, 61 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 69851ac5046..91a6c869a21 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,64 @@
12004-10-12 Simon Josefsson <jas@extundo.com>
2
3 * url-vars.el (url-gateway-method): Add new method `tls'.
4
5 * url-news.el (url-snews): Use nntp-open-tls-stream if
6 url-gateway-method is tls.
7
8 * url-ldap.el (url-ldap-certificate-formatter): Use
9 tls-certificate-information if ssl.el is not available.
10
11 * url-https.el (url-https-create-secure-wrapper): Use tls if ssl
12 is not available.
13
14 * url-gw.el (url-open-stream): Support tls url-gateway-method.
15 (url-open-stream): Likewise.
16
172004-10-10 Lars Hansen <larsh@math.ku.dk>
18
19 * url-auth.el: Fix copyright notice.
20
21 * url-cache.el: Fix copyright notice.
22
23 * url-cookie.el: Fix copyright notice.
24
25 * url-dired.el: Fix copyright notice.
26
27 * url-file.el: Fix copyright notice.
28
29 * url-ftp.el: Fix copyright notice.
30
31 * url-handlers.el: Fix copyright notice.
32
33 * url-history.el: Fix copyright notice.
34
35 * url-irc.el: Fix copyright notice.
36
37 * url-mailto.el: Fix copyright notice.
38
39 * url-methods.el: Fix copyright notice.
40
41 * url-misc.el: Fix copyright notice.
42
43 * url-news.el: Fix copyright notice.
44
45 * url-nfs.el: Fix copyright notice.
46
47 * url-parse.el: Fix copyright notice.
48
49 * url-privacy.el: Fix copyright notice.
50
51 * url-vars.el: Fix copyright notice.
52
53 * url.el: Fix copyright notice.
54
55 * url-util.el: Fix copyright notice.
56
572004-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * url-handlers.el (url-insert-file-contents): Use the URL to decide the
60 encoding, not the buffer-file-name (which might not even exist).
61
12004-09-20 Stefan Monnier <monnier@iro.umontreal.ca> 622004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 63
3 * url-handlers.el (url-insert-file-contents): Decode contents. 64 * url-handlers.el (url-insert-file-contents): Decode contents.