From: Protesilaos Stavrou Date: Wed, 10 Feb 2021 04:03:33 +0000 (+0200) Subject: Update NEWS entry for vc-dir faces X-Git-Tag: emacs-28.0.90~3831 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0826e592ae40d05217e69f28bbf2d1dfe4b9085;p=emacs.git Update NEWS entry for vc-dir faces * NEWS: Remove reference to specific backend, as it now applies to all of them. Update name of 'vc-dir-status-ignored'. This follows from the discussion in bug#46358. --- diff --git a/etc/NEWS b/etc/NEWS index bd209de18e6..3cbf2a0fe7c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -602,10 +602,11 @@ This is used when expanding commit messages from 'vc-print-root-log' and similar commands. --- -*** New faces for 'vc-dir' buffers and their Git VC backend. +*** New faces for 'vc-dir' buffers. Those are: 'vc-dir-header', 'vc-dir-header-value', 'vc-dir-directory', 'vc-dir-file', 'vc-dir-mark-indicator', 'vc-dir-status-warning', -'vc-dir-status-edited', 'vc-dir-status-up-to-date', 'vc-dir-ignored'. +'vc-dir-status-edited', 'vc-dir-status-up-to-date', +'vc-dir-status-ignored'. --- *** The responsible VC backend is now the most specific one.