comparison lisp/erc/ChangeLog @ 68471:87ff4350c1ce

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-24 Creator: Michael Olson <mwolson@gnu.org> Fix ERC compiler warnings.
author Miles Bader <miles@gnu.org>
date Mon, 30 Jan 2006 00:29:49 +0000
parents fc745b05e928
children a7a6f6c663c9
comparison
equal deleted inserted replaced
68470:4bd450a8dbe2 68471:87ff4350c1ce
1 2006-01-29 Michael Olson <mwolson@gnu.org>
2
3 * erc-speedbar.el (erc-speedbar-buttons): Fix reference to free
4 variable.
5 (erc-speedbar-goto-buffer): Fix compiler warning.
6
7 * erc-ibuffer.el: Use `define-ibuffer-filter' instead of
8 `ibuffer-degine-limiter'. Use `define-ibuffer-column' instead of
9 `ibuffer-define-column'. Require 'ibuf-ext so that the macros
10 work without compiler warnings.
11
12 * man/erc.texi (Obtaining ERC, Installation): Note that these
13 sections may be skipped if using the version of ERC that comes
14 with Emacs.
15
1 2006-01-28 Michael Olson <mwolson@gnu.org> 16 2006-01-28 Michael Olson <mwolson@gnu.org>
2 17
3 * erc-*.el, erc.texi, NEWS: Add Arch taglines as per Emacs 18 * erc-*.el, erc.texi, NEWS: Add Arch taglines as per Emacs
4 guidelines. 19 guidelines.
5 20