aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Olson2007-10-29 01:00:33 +0000
committerMichael Olson2007-10-29 01:00:33 +0000
commitb6675b2d62e7962cd924051f5d30d2cd7deede66 (patch)
tree58b6ae7414eadc169f812711c40dd4e1f6c113fc /etc
parent08446d5eeb448b3473daa4e209ccf71ceef496b5 (diff)
downloademacs-b6675b2d62e7962cd924051f5d30d2cd7deede66.tar.gz
emacs-b6675b2d62e7962cd924051f5d30d2cd7deede66.zip
Sync from upstream ERC
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/ERC-NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 2e6ae072c8b..d9f9f0722f1 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-10-29 Michael Olson <mwolson@gnu.org>
2
3 * ERC-NEWS: Update for recent change.
4
12007-10-27 Juanma Barranquero <lekktu@gmail.com> 52007-10-27 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * .cvsignore: Add *.pyc. 7 * .cvsignore: Add *.pyc.
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS
index 53b595a753f..2d2e0d8164c 100644
--- a/etc/ERC-NEWS
+++ b/etc/ERC-NEWS
@@ -11,6 +11,10 @@ It requires the tls.el library.
11** The function `erc-ssl' will now always use ssl.el, even in the version 11** The function `erc-ssl' will now always use ssl.el, even in the version
12of ERC that comes with Emacs. 12of ERC that comes with Emacs.
13 13
14** Type `C-u' before `C-c C-j' to prompt for a channel key
15`erc-join-channel' now accepts a prefix-argument to prompt for the key
16when channels are protected by keywords.
17
14** Changes and additions to modules 18** Changes and additions to modules
15 19
16*** Channel tracking (erc-track.el) 20*** Channel tracking (erc-track.el)