aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc/ChangeLog
diff options
context:
space:
mode:
authorMichael Olson2007-12-09 06:40:47 +0000
committerMichael Olson2007-12-09 06:40:47 +0000
commit1c36df9774d33066c804b9d4f124216ffcd5c813 (patch)
tree5d49d29618ebbf5f54eb84f5074b22d16225368b /lisp/erc/ChangeLog
parent1d1df709e13c089bdc4567d8553b53e8411edd1a (diff)
downloademacs-1c36df9774d33066c804b9d4f124216ffcd5c813.tar.gz
emacs-1c36df9774d33066c804b9d4f124216ffcd5c813.zip
Sync from ERC upstream
Changes include: - Add nickserv support for GRnet. - Parse 275 (secure connection) response. - Provide new hook `erc-nickserv-identified-hook' that runs when nickserv confirms that the user has successfully identified.
Diffstat (limited to 'lisp/erc/ChangeLog')
-rw-r--r--lisp/erc/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index d968a5a6ce9..cdb64e87d0d 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,9 +1,33 @@
12007-12-09 Michael Olson <mwolson@gnu.org>
2
3 * erc-services.el (erc-nickserv-alist): Fix regexps for GRnet.
4
52007-12-09 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6
7 * erc-backend.el, erc.el:
8 Parse 275 (secure connection) responses.
9
10 * erc-services.el: Add identification hooks for GRnet, the Greek
11 IRC network <http://www.irc.gr>.
12
12007-12-08 David Kastrup <dak@gnu.org> 132007-12-08 David Kastrup <dak@gnu.org>
2 14
3 * erc-stamp.el (erc-echo-timestamp): 15 * erc-stamp.el (erc-echo-timestamp):
4 * erc-lang.el (language): 16 * erc-lang.el (language):
5 * erc-backend.el (erc-server-connect): Fix buggy call to `message'. 17 * erc-backend.el (erc-server-connect): Fix buggy call to `message'.
6 18
192007-12-07 Edward O'Connor <ted@oconnor.cx>
20
21 * erc-services.el: Provide a hook that runs when nickserv confirms
22 that the user has successfully identified.
23 (services, erc-nickserv-identify-mode): Add and remove
24 erc-nickserv-identification-autodetect from
25 erc-server-NOTICE-functions.
26 (erc-nickserv-alist): Add SUCCESS-REGEXP to each entry.
27 (erc-nickserv-alist-identified-regexp)
28 (erc-nickserv-identification-autodetect): New functions.
29 (erc-nickserv-identified-hook): New hook.
30
72007-12-06 D. Goel <deego3@gmail.com> 312007-12-06 D. Goel <deego3@gmail.com>
8 32
9 * erc-match.el (erc-add-entry-to-list): Fix buggy call to `error'. 33 * erc-match.el (erc-add-entry-to-list): Fix buggy call to `error'.