diff options
author | Miles Bader <miles@gnu.org> | 2006-11-20 06:50:29 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-11-20 06:50:29 +0000 |
commit | 0030b57b12d4fb19e4c5554230fbf01e86376a61 (patch) | |
tree | 72a29387a3ff96de0035c32da43b4ac85e4bc540 /etc/ERC-NEWS | |
parent | 4ac781b4b1dbf65b279587493bee3efb16828ebf (diff) | |
download | emacs-0030b57b12d4fb19e4c5554230fbf01e86376a61.tar.gz |
Merge from erc--emacs--22
Merge from my ERC Emacs 22 integration branch. The version is now "5.2
stable pre-release". This will probably be the last change to the
version of ERC in Emacs 22 before the release, pending any bugfixes. For
details on the changes, see the lisp/erc/ChangeLog file.
Note that ERC is now invoked with M-x erc, not M-x erc-select. If you
were using the old `erc' function programmatically, use `erc-open'
instead.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-520
Creator: Michael Olson <mwolson@gnu.org>
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 3a026ee1162..cce444749c4 100644 --- a/etc/ERC-NEWS +++ b/etc/ERC-NEWS @@ -1,5 +1,21 @@ ERC NEWS -*- outline -*- +* Changes in ERC 5.2 (stable pre-release for Emacs 22) + +** M-x erc RET now starts ERC. +`erc-select' has been changed to `erc'. `erc-select' still remains as +an alias of `erc'. Likewise, `erc-select-ssl' has been renamed to +`erc-ssl' with `erc-select-ssl' as its alias. The function that was +known as `erc' is now `erc-open'. + +** Changes and additions to modules + +*** Channel tracking (erc-track.el) + +**** Use mouse-face and help-echo for channel names in the mode-line. +This helps people using a mouse know that they are buttons and can be +clicked on. + * Changes in ERC 5.1.4 ** Make find-function and find-variable work in Emacs 22 for |