diff 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
line wrap: on
line diff
--- a/lisp/erc/ChangeLog	Mon Jan 30 00:29:30 2006 +0000
+++ b/lisp/erc/ChangeLog	Mon Jan 30 00:29:49 2006 +0000
@@ -1,3 +1,18 @@
+2006-01-29  Michael Olson  <mwolson@gnu.org>
+
+	* erc-speedbar.el (erc-speedbar-buttons): Fix reference to free
+	variable.
+	(erc-speedbar-goto-buffer): Fix compiler warning.
+
+	* erc-ibuffer.el: Use `define-ibuffer-filter' instead of
+	`ibuffer-degine-limiter'.  Use `define-ibuffer-column' instead of
+	`ibuffer-define-column'.  Require 'ibuf-ext so that the macros
+	work without compiler warnings.
+
+	* man/erc.texi (Obtaining ERC, Installation): Note that these
+	sections may be skipped if using the version of ERC that comes
+	with Emacs.
+
 2006-01-28  Michael Olson  <mwolson@gnu.org>
 
 	* erc-*.el, erc.texi, NEWS: Add Arch taglines as per Emacs