aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2006-08-03 05:10:38 +0000
committerMiles Bader2006-08-03 05:10:38 +0000
commit2e3ef421a9e7888ed48241bbeecedaeefb58ab54 (patch)
treed7a59eb24269a42164aff762ed8b4c952293cdac /lisp/erc/ChangeLog
parent6b2fcbb546b8b69b2eef40c5042439d3f822bec7 (diff)
downloademacs-2e3ef421a9e7888ed48241bbeecedaeefb58ab54.tar.gz
emacs-2e3ef421a9e7888ed48241bbeecedaeefb58ab54.zip
Merge from erc--emacs--21
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-379 Creator: Michael Olson <mwolson@gnu.org>
Diffstat (limited to 'lisp/erc/ChangeLog')
-rw-r--r--lisp/erc/ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index 216d14d0aa6..0129bd43976 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,3 +1,40 @@
12006-08-02 Michael Olson <mwolson@gnu.org>
2
3 * erc.el (erc-version-string): Release ERC 5.1.4.
4
5 * Makefile, NEWS, erc.texi: Update for the 5.1.4 release.
6
7 * erc.el (erc-active-buffer): Fix bug that caused messages to go
8 to the wrong buffer. Thanks to offby1 for the report.
9
10 * erc-backend.el (erc-coding-system-for-target): Handle case where
11 target is nil. Thanks to Kai Fan for the patch.
12
132006-07-29 Michael Olson <mwolson@gnu.org>
14
15 * erc-log.el (erc-log-setup-logging): Don't offer to save the
16 buffer. It will be saved automatically killed. Thanks to Johan
17 Bockgård and Tassilo Horn for pointing this out.
18
192006-07-27 Johan Bockgård <bojohan@users.sourceforge.net>
20
21 * erc.el (define-erc-module): Make find-function and find-variable
22 find the names constructed by `define-erc-module' in Emacs 22.
23
242006-07-14 Michael Olson <mwolson@gnu.org>
25
26 * erc-log.el (log): Make sure that we enable logging on
27 already-opened buffers as well, in case the user toggles this
28 module after loading ERC. Also be sure to remove logging ability
29 from all ERC buffers when the module is disabled.
30 (erc-log-setup-logging): Set buffer-file-name to nil rather than
31 the empty string. This should fix some errors that occur when
32 quitting Emacs without first killing all ERC buffers.
33 (erc-log-disable-logging): New function that removes the logging
34 ability from the current buffer.
35
36 * erc-spelling.el (spelling): Use dolist and buffer-live-p.
37
12006-07-12 Michael Olson <mwolson@gnu.org> 382006-07-12 Michael Olson <mwolson@gnu.org>
2 39
3 * erc-match.el (erc-log-matches): Bind inhibit-read-only rather 40 * erc-match.el (erc-log-matches): Bind inhibit-read-only rather