From: Óscar Fuentes Date: Sun, 16 Nov 2014 14:06:23 +0000 (+0100) Subject: Add faces for the VC modeline state indicator. X-Git-Tag: emacs-25.0.90~2635^2~455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48b2b327831d2f71b02f2f16096765e2cad1d4c5;p=emacs.git Add faces for the VC modeline state indicator. Fixes: debbugs:19043 Add faces for the VC modeline state indicator. * lisp/vc/vc-hooks.el: (vc-state-faces, vc-state-base-face vc-up-to-date-state, vc-needs-update-state, vc-locked-state) vc-locally-added-state, vc-conflict-state, vc-removed-state, vc-missing-state, vc-edited-state): New faces. (vc-default-mode-line-string): Use them (bug#19043). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dbab5c652a4..0753c406110 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2014-11-13 Oscar Fuentes + + Add faces for the VC modeline state indicator. + * lisp/vc/vc-hooks.el: (vc-state-faces, vc-state-base-face + vc-up-to-date-state, vc-needs-update-state, vc-locked-state) + vc-locally-added-state, vc-conflict-state, vc-removed-state, + vc-missing-state, vc-edited-state): New faces. + (vc-default-mode-line-string): Use them (bug#19043). + 2014-11-16 Fabián Ezequiel Gallina * progmodes/python.el (python-shell-calculate-command): Rename