Mercurial > emacs
diff lisp/erc/ChangeLog @ 68481:52b6d55ff868
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-27
Creator: Michael Olson <mwolson@gnu.org>
Merge ERC-related Viper hacks into Viper.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 30 Jan 2006 03:16:50 +0000 |
parents | a7a6f6c663c9 |
children | 528aecb860cf |
line wrap: on
line diff
--- a/lisp/erc/ChangeLog Mon Jan 30 02:08:05 2006 +0000 +++ b/lisp/erc/ChangeLog Mon Jan 30 03:16:50 2006 +0000 @@ -17,6 +17,11 @@ sections may be skipped if using the version of ERC that comes with Emacs. +2006-01-29 Edward O'Connor <ted@oconnor.cx> + + * erc-viper.el: Remove. Now that ERC is included in Emacs, these + work-arounds live in Viper itself. + 2006-01-28 Michael Olson <mwolson@gnu.org> * erc-*.el, erc.texi, NEWS: Add Arch taglines as per Emacs @@ -200,7 +205,8 @@ * erc.el, erc-backend.el, erc-ezbounce.el, erc-list.el, erc-log.el, erc-match.el, erc-nets.el, erc-netsplit.el, erc-nicklist.el, erc-nickserv.el, erc-notify.el, erc-pcomplete.el: - Use (eval-when-compile 'cl), so that compilation doesn't fail. + Use (eval-when-compile (require 'cl)), so that compilation doesn't + fail. * erc-fill.el, erc-truncate.el: Whitespace munging.