diff options
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 16 |
2 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4738fb4812f..0fe85f0d221 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-10-12 Simon Josefsson <jas@extundo.com> | ||
| 2 | |||
| 3 | * net/tls.el (tls-certtool-program): New variable. | ||
| 4 | (tls-certificate-information): New function, based on | ||
| 5 | ssl-certificate-information. | ||
| 6 | |||
| 1 | 2004-10-12 Kenichi Handa <handa@m17n.org> | 7 | 2004-10-12 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * international/mule.el (coding-system-equal): Moved from | 9 | * international/mule.el (coding-system-equal): Moved from |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index c441dc37d7a..91a6c869a21 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-10-10 Lars Hansen <larsh@math.ku.dk> | 17 | 2004-10-10 Lars Hansen <larsh@math.ku.dk> |
| 2 | 18 | ||
| 3 | * url-auth.el: Fix copyright notice. | 19 | * url-auth.el: Fix copyright notice. |