diff options
Diffstat (limited to 'lisp/erc/ChangeLog')
| -rw-r--r-- | lisp/erc/ChangeLog | 38 |
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 @@ | |||
| 1 | 2007-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 | |||
| 11 | 2007-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 | |||
| 16 | 2007-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 | |||
| 21 | 2007-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 | |||
| 28 | 2007-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 | |||
| 1 | 2007-11-01 Michael Olson <mwolson@gnu.org> | 39 | 2007-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 |