erc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erc-commit] [commit][master] erc-track: Make tracking of dangerous-host


From: mwolson
Subject: [Erc-commit] [commit][master] erc-track: Make tracking of dangerous-host and fool work w/o buttons.
Date: Wed, 23 Jan 2008 18:50:04 -0500

commit 7d00f062930ce437e5f869fc1ca5a794aa1ed02d
Author: Michael W. Olson <address@hidden>
Date:   Wed Jan 23 18:42:38 2008 -0500

    erc-track: Make tracking of dangerous-host and fool work w/o buttons.

diff --git a/ChangeLog b/ChangeLog
index c81ce8c..b79167c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,9 @@
 
        * erc-track.el (erc-track-faces-priority-list): Move
        erc-nick-default-face higher, so that it can be used for the
-       activity indication effect.  Add erc-current-nick-face and
-       erc-pal-face by themselves.
+       activity indication effect.  Add erc-current-nick-face,
+       erc-pal-face, erc-dangerous-host-face, and erc-fool-face by
+       themselves.
        (erc-track-faces-normal-list): New option that contains a list of
        faces to consider "normal".
        (erc-track-position-in-mode-line): Minor docfix.
diff --git a/erc-track.el b/erc-track.el
index 546dbb0..39633b6 100644
--- a/erc-track.el
+++ b/erc-track.el
@@ -185,11 +185,13 @@ The faces used are the same as used for text in the 
buffers.
     erc-direct-msg-face
     (erc-button erc-default-face)
     (erc-nick-default-face erc-dangerous-host-face)
+    erc-dangerous-host-face
     erc-nick-default-face
     (erc-nick-default-face erc-default-face)
     erc-default-face
     erc-action-face
     (erc-nick-default-face erc-fool-face)
+    erc-fool-face
     erc-notice-face
     erc-input-face
     erc-prompt-face)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]