From 48b2b327831d2f71b02f2f16096765e2cad1d4c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=93scar=20Fuentes?= Date: Sun, 16 Nov 2014 15:06:23 +0100 Subject: [PATCH] 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). --- lisp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.11.4.GIT