aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatt Armstrong <marmstrong@google.com>2016-08-14 15:17:42 -0700
committerDavid Bremner <david@tethera.net>2016-09-12 08:12:10 -0300
commitd25d33ff2d818d5a423e07b7f465add9c970dc75 (patch)
treef11360548c693ffb6d914ad9129a0f53aaf63561 /NEWS
parent3856286e21ab4ef282bbb262b700477282327923 (diff)
emacs: make the remaining faces configurable.
I believe this moves all "anonymous" face specifications in notmuch code into a configurable defface.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index dbb92987..edbca4cd 100644
--- a/NEWS
+++ b/NEWS
@@ -6,10 +6,10 @@ Emacs
Face customization is easier
- New faces `notmuch-search-flagged-face` and
- `notmuch-search-unread-face` are used by default by
- `notmuch-search-line-faces`. Customize `notmuch-faces` to modify
- them.
+ New faces `notmuch-tag-unread`, `notmuch-tag-flagged`,
+ `notmuch-tag-deleted`, `notmuch-tag-added`,
+ `notmuch-search-flagged-face` and `notmuch-search-unread-face` are
+ now used by default. Customize `notmuch-faces` to modify them.
Ruby Bindings
-------------