comparison lisp/erc/ChangeLog @ 69942:45937d0cd26d

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-208 Creator: Michael Olson <mwolson@gnu.org> Sync from erc--emacs--0
author Miles Bader <miles@gnu.org>
date Tue, 11 Apr 2006 22:09:49 +0000
parents fc5d7c91100d
children 3d0d6e217db9
comparison
equal deleted inserted replaced
69941:b561f476cb6a 69942:45937d0cd26d
1 2006-04-05 Diane Murray <disumu@x3y2z1.net>
2
3 * erc.el (erc-cmd-SV): Removed the exclamation point. Show the
4 build date as it's shown in `emacs-version'.
5
6 * erc-capab.el (erc-capab-identify-add-prefix): Insert the prefix
7 with the same face property as the previous character.
8
9 2006-04-02 Michael Olson <mwolson@gnu.org>
10
11 * erc-backend.el, erc-ezbounce.el, erc-join.el, erc-netsplit.el,
12 erc.el: Make sure to include a newline inside of negated classes,
13 so that a newline is not matched.
14
15 2006-04-01 Michael Olson <mwolson@gnu.org>
16
17 * erc-backend.el (erc-server-connect-function): Don't try to
18 detect the existence of the `open-network-stream-nowait' function,
19 since I can't find it in Emacs21, XEmacs21, or Emacs22.
20
1 2006-03-26 Michael Olson <mwolson@gnu.org> 21 2006-03-26 Michael Olson <mwolson@gnu.org>
2 22
3 * erc.el (erc-header-line): New face that will be used to colorize 23 * erc.el (erc-header-line): New face that will be used to colorize
4 the text of the header-line, provided that 24 the text of the header-line, provided that
5 `erc-header-line-face-method' is non-nil. 25 `erc-header-line-face-method' is non-nil.