summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorkwhite <kwhite@gnu.org>2015-05-21 14:30:18 -0500
committerkwhite <kwhite@gnu.org>2015-05-21 14:30:18 -0500
commitfdad335016c5e830f90bb8da3ed4f1365273a524 (patch)
treee58e8cfd62cd689952339e981ae71d1b63c4545b /etc
parent96794d2f97cd064e4c2bf4f71459b42558cc8c79 (diff)
downloademacs-fdad335016c5e830f90bb8da3ed4f1365273a524.tar.gz
* lisp/erc/erc.el: Hide network/channel messages
(erc-network-hide-list, etc-channel-hide-list): New lists to define message types per network/channel. (erc-add-targets): New function to parse list of targets (erc-hide-current-message-p): Modified to check for new targets
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2540756b9be..7ad85bae5b2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -249,6 +249,13 @@ Unicode standards.
** The `save-place' variable is replaced by a `save-place-mode'.
+** ERC
+
+*** Hide message types by network or channel. `erc-hide-list' will
+hide all messages of the specified type, where `erc-network-hide-list'
+and `erc-channel-hide-list' will only hide the specified message types
+for the respective specified targets.
+
** Midnight-mode
*** `midnight-mode' is a proper minor mode.
*** clean-buffer-*-regexps can now specify buffers via predicate functions.