comparison lisp/erc/ChangeLog @ 72249:268989954f79

Merge from erc--emacs--21 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-379 Creator: Michael Olson <mwolson@gnu.org>
author Miles Bader <miles@gnu.org>
date Thu, 03 Aug 2006 05:10:38 +0000
parents 3d0d6e217db9
children 0bacf06559e2
comparison
equal deleted inserted replaced
72248:a1a0b1eed3a8 72249:268989954f79
1 2006-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
13 2006-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
19 2006-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
24 2006-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
1 2006-07-12 Michael Olson <mwolson@gnu.org> 38 2006-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
4 than call toggle-read-only. 41 than call toggle-read-only.
5 42