aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/erc/ChangeLog')
-rw-r--r--lisp/erc/ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index 929df097790..bd20dfbed45 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,3 +1,41 @@
12007-12-01 Glenn Morris <rgm@gnu.org>
2
3 * erc-backend.el (erc-server-send-ping): Move after definition of
4 erc-server-send.
5
6 * erc.el (iswitchb-temp-buflist, iswitchb-read-buffer)
7 (erc-controls-strip): Declare for compiler.
8 (erc-iswitchb): Don't require iswitchb when compiling. Test
9 iswitchb-mode is bound.
10
112007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12
13 * erc.el (open-ssl-stream, open-tls-stream, erc-network-name):
14 Declare as functions.
15
162007-11-29 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
17
18 * erc-backend.el, erc.el:
19 Parse 307 (nick has identified) responses.
20
212007-11-15 Juanma Barranquero <lekktu@gmail.com>
22
23 * erc.el (erc-open):
24 * erc-backend.el (define-erc-response-handler):
25 * erc-log.el (log):
26 * erc-match.el (erc-log-matches): Fix typos in docstrings.
27
282007-11-11 Michael Olson <mwolson@gnu.org>
29
30 * erc-autoaway.el (erc-autoaway-possibly-set-away):
31 * erc-netsplit.el (erc-netsplit-timer):
32 * erc-notify.el (erc-notify-timer):
33 * erc-track.el (erc-user-is-active): Only run if we have
34 successfully established a connection to the server and have
35 logged in. I suspect that sending messages too soon may make some
36 IRC servers not respond well, particularly when the network
37 connection is iffy or subject to traffic-shaping.
38
12007-11-01 Michael Olson <mwolson@gnu.org> 392007-11-01 Michael Olson <mwolson@gnu.org>
2 40
3 * erc-compat.el (erc-set-write-file-functions): New compatibility 41 * erc-compat.el (erc-set-write-file-functions): New compatibility