comparison 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
comparison
equal deleted inserted replaced
68480:a0bef9d6fe54 68481:52b6d55ff868
14 work without compiler warnings. 14 work without compiler warnings.
15 15
16 * man/erc.texi (Obtaining ERC, Installation): Note that these 16 * man/erc.texi (Obtaining ERC, Installation): Note that these
17 sections may be skipped if using the version of ERC that comes 17 sections may be skipped if using the version of ERC that comes
18 with Emacs. 18 with Emacs.
19
20 2006-01-29 Edward O'Connor <ted@oconnor.cx>
21
22 * erc-viper.el: Remove. Now that ERC is included in Emacs, these
23 work-arounds live in Viper itself.
19 24
20 2006-01-28 Michael Olson <mwolson@gnu.org> 25 2006-01-28 Michael Olson <mwolson@gnu.org>
21 26
22 * erc-*.el, erc.texi, NEWS: Add Arch taglines as per Emacs 27 * erc-*.el, erc.texi, NEWS: Add Arch taglines as per Emacs
23 guidelines. 28 guidelines.
198 erc-server-process-alive instead of erc-process-alive. 203 erc-server-process-alive instead of erc-process-alive.
199 204
200 * erc.el, erc-backend.el, erc-ezbounce.el, erc-list.el, 205 * erc.el, erc-backend.el, erc-ezbounce.el, erc-list.el,
201 erc-log.el, erc-match.el, erc-nets.el, erc-netsplit.el, 206 erc-log.el, erc-match.el, erc-nets.el, erc-netsplit.el,
202 erc-nicklist.el, erc-nickserv.el, erc-notify.el, erc-pcomplete.el: 207 erc-nicklist.el, erc-nickserv.el, erc-notify.el, erc-pcomplete.el:
203 Use (eval-when-compile 'cl), so that compilation doesn't fail. 208 Use (eval-when-compile (require 'cl)), so that compilation doesn't
209 fail.
204 210
205 * erc-fill.el, erc-truncate.el: Whitespace munging. 211 * erc-fill.el, erc-truncate.el: Whitespace munging.
206 212
207 * erc.el: Update copyright notice. Remove eval-after-load code. 213 * erc.el: Update copyright notice. Remove eval-after-load code.
208 (erc-with-buffer): Docfix. 214 (erc-with-buffer): Docfix.