comparison etc/ERC-NEWS @ 74093:bc5d69739d5e

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>
author Miles Bader <miles@gnu.org>
date Mon, 20 Nov 2006 06:50:29 +0000
parents 268989954f79
children e9bc018298b2
comparison
equal deleted inserted replaced
74092:b4cb60fd110d 74093:bc5d69739d5e
1 ERC NEWS -*- outline -*- 1 ERC NEWS -*- outline -*-
2
3 * Changes in ERC 5.2 (stable pre-release for Emacs 22)
4
5 ** M-x erc RET now starts ERC.
6 `erc-select' has been changed to `erc'. `erc-select' still remains as
7 an alias of `erc'. Likewise, `erc-select-ssl' has been renamed to
8 `erc-ssl' with `erc-select-ssl' as its alias. The function that was
9 known as `erc' is now `erc-open'.
10
11 ** Changes and additions to modules
12
13 *** Channel tracking (erc-track.el)
14
15 **** Use mouse-face and help-echo for channel names in the mode-line.
16 This helps people using a mouse know that they are buttons and can be
17 clicked on.
2 18
3 * Changes in ERC 5.1.4 19 * Changes in ERC 5.1.4
4 20
5 ** Make find-function and find-variable work in Emacs 22 for 21 ** Make find-function and find-variable work in Emacs 22 for
6 names that are constructed by `define-erc-module'. 22 names that are constructed by `define-erc-module'.