diff options
author | Michael Olson <mwolson@gnu.org> | 2007-09-10 01:20:44 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2007-09-10 01:20:44 +0000 |
commit | c10b0597182554a35d3b6c7e6a5551d034fc9445 (patch) | |
tree | 113a26cc2c586b82b9515c5fbf3078e74c3a3589 /etc/ERC-NEWS | |
parent | 627a10ff06be3e099414e5fa803e4e1dfd1d6ead (diff) | |
download | emacs-c10b0597182554a35d3b6c7e6a5551d034fc9445.tar.gz |
ERC-NEWS: Improve description of erc-ssl and erc-tls change
Diffstat (limited to 'etc/ERC-NEWS')
-rw-r--r-- | etc/ERC-NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS index 409dcf03da6..53b595a753f 100644 --- a/etc/ERC-NEWS +++ b/etc/ERC-NEWS @@ -6,9 +6,10 @@ See the end of the file for license conditions. * Changes in ERC 5.3 ** New function `erc-tls' is to be used for connecting to a server via TLS. -The function `erc-ssl' should never be used for that purpose any -longer, which was the case with the version of ERC that is included -with Emacs. +It requires the tls.el library. + +** The function `erc-ssl' will now always use ssl.el, even in the version +of ERC that comes with Emacs. ** Changes and additions to modules |