diff options
author | Michael Olson <mwolson@gnu.org> | 2007-09-08 03:07:09 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2007-09-08 03:07:09 +0000 |
commit | 526dc846a10978763f1d5c883c0ec61fe43fb9bf (patch) | |
tree | 3bbde03d323d54c6fa8065eff28d1a25ca6502c2 /etc/ERC-NEWS | |
parent | 9a4d5e0c05815ade4cf75523b54686594dcb9dfc (diff) | |
download | emacs-526dc846a10978763f1d5c883c0ec61fe43fb9bf.tar.gz |
Sync ERC 5.3 (devel) from upstream
Diffstat (limited to 'etc/ERC-NEWS')
-rw-r--r-- | etc/ERC-NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS index f5bf1e89dde..409dcf03da6 100644 --- a/etc/ERC-NEWS +++ b/etc/ERC-NEWS @@ -3,6 +3,22 @@ ERC NEWS -*- outline -*- Copyright (C) 2006, 2007 Free Software Foundation, Inc. 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. + +** Changes and additions to modules + +*** Channel tracking (erc-track.el) + +If erc-track-position-in-mode-line is set to nil, the tracking +information won't be shown in the mode line, which is a change +from the previous behavior of showing it "After all other +information". + * Changes in ERC 5.2 ** M-x erc RET now starts ERC. |