diff options
author | Miles Bader <miles@gnu.org> | 2007-01-17 18:17:25 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-01-17 18:17:25 +0000 |
commit | 6904f7fe8ed11bf4c94c009b4ef300f4ccdfa2e6 (patch) | |
tree | 5d3f9cf0ca50143225d6e0622620942f90d90d78 /etc/ERC-NEWS | |
parent | c5f847b6b3c1733731e079c3adaca0c30ed69522 (diff) | |
download | emacs-6904f7fe8ed11bf4c94c009b4ef300f4ccdfa2e6.tar.gz |
Merge from erc--main--0
Highlights:
- Display messages starting with "/" but are not commands correctly.
- Add erc-capab.el file, with capab-identify module.
- Fix various ERC menu bugs and add "Current channel" submenu.
- Make header-line display look nicer.
- Fix warning when auto-authenticating to bitlbee.
- New option erc-system-name allows the hostname next to your nick to be
customized.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-599
Creator: Michael Olson <mwolson@gnu.org>
Diffstat (limited to 'etc/ERC-NEWS')
-rw-r--r-- | etc/ERC-NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS index a927419c8c7..d2dcb0b00a1 100644 --- a/etc/ERC-NEWS +++ b/etc/ERC-NEWS @@ -22,6 +22,17 @@ reconnection attempts that ERC will make per server. amount of time, in seconds, that ERC will wait between successive reconnect attempts. +** New face: `erc-my-nick-face' +This helps make it easier to distinguish messages sent by yourself +from messages sent by other users when the value of the variable +`erc-show-my-nick' is non-nil. + +** New modules + +*** Capab identify (erc-capab.el) +Mark users who haven't identified to NickServ on servers supporting +CAPAB IDENTIFY-MSG. + ** Changes and additions to modules *** Channel lists (erc-list.el) |