Mercurial > emacs
comparison lisp/erc/ChangeLog @ 69690:a90c92cb9783
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-179
Creator: Michael Olson <mwolson@gnu.org>
Update from erc--emacs--0
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 27 Mar 2006 11:27:46 +0000 |
parents | 65a6ac37752b |
children | fc5d7c91100d |
comparison
equal
deleted
inserted
replaced
69689:d9ccf8ac6466 | 69690:a90c92cb9783 |
---|---|
1 2006-03-26 Michael Olson <mwolson@gnu.org> | |
2 | |
3 * erc.el (erc-header-line): New face that will be used to colorize | |
4 the text of the header-line, provided that | |
5 `erc-header-line-face-method' is non-nil. | |
6 (erc-prompt-face): Fix formatting. | |
7 (erc-header-line-face-method): New option that determines the | |
8 method used for colorizing header-line text. This may be a | |
9 function, nil, or non-nil. | |
10 (erc-update-mode-line-buffer): Use the aforementioned option and | |
11 face to colorize the header-line text, if that is what the user | |
12 wants. | |
13 (erc-send-input): If flood control is not activated, don't split | |
14 the input line. | |
15 | |
16 2006-03-25 Michael Olson <mwolson@gnu.org> | |
17 | |
18 * erc.el (erc-cmd-QUOTE): Install patch from Aravind Gottipati | |
19 that fixes the case where there is no leading whitespace. Only | |
20 remove the first space character, though. | |
21 | |
22 * erc-identd.el (erc-identd-start): Fix a bug by making sure that | |
23 erc-identd-process is set properly. | |
24 (erc-identd-start, erc-identd-stop): Add autoload cookies. | |
25 (erc-identd-start): Pass :host parameter so this works with Emacs | |
26 22. | |
27 | |
28 2006-03-09 Diane Murray <disumu@x3y2z1.net> | |
29 | |
30 * erc-button.el (erc-button-keymap): Use <backtab> rather than | |
31 <C-tab> for `erc-button-previous' as it is a more standard key | |
32 binding for this type of function. | |
33 | |
1 2006-02-19 Michael Olson <mwolson@gnu.org> | 34 2006-02-19 Michael Olson <mwolson@gnu.org> |
2 | |
3 * erc-capab.el (erc-capab-send-identify-messages): Make sure some | |
4 parameters are strings before using them. Thanks to Alejandro | |
5 Benitez for the report. | |
6 | 35 |
7 * erc.el (erc-version-string): Release ERC 5.1.2. | 36 * erc.el (erc-version-string): Release ERC 5.1.2. |
8 | 37 |
9 2006-02-19 Diane Murray <disumu@x3y2z1.net> | 38 2006-02-19 Diane Murray <disumu@x3y2z1.net> |
10 | 39 |