comparison lisp/erc/ChangeLog @ 85771:a7aa5ee6bc3a

Revert bad erc-track change; ignore erc-track-minor-mode properly in desktop * lisp/desktop.el (desktop-minor-mode-table): Add line for ERC.
author Michael Olson <mwolson@gnu.org>
date Tue, 30 Oct 2007 00:50:07 +0000
parents e811bd6ee020
children e95712050fdc
comparison
equal deleted inserted replaced
85770:d432c3fad643 85771:a7aa5ee6bc3a
1 2007-10-29 Michael Olson <mwolson@gnu.org> 1 2007-10-29 Michael Olson <mwolson@gnu.org>
2 2
3 * erc-ibuffer.el (erc-modified-channels-alist): Use 3 * erc-ibuffer.el (erc-modified-channels-alist): Use
4 eval-when-compile, and explain why we are doing this. 4 eval-when-compile, and explain why we are doing this.
5
6 * erc-track.el: Make sure that the state of erc-track-minor-mode
7 is not preserved when using desktop.el. Thanks to Levin for the
8 report.
9 5
10 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu> 6 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
11 7
12 * erc-ibuffer.el (erc-modified-channels-alist): Pacify 8 * erc-ibuffer.el (erc-modified-channels-alist): Pacify
13 byte-compiler. 9 byte-compiler.