]> git.eshelyaron.com Git - emacs.git/commitdiff
Add faces for the VC modeline state indicator.
authorÓscar Fuentes <ofv@wanadoo.es>
Sun, 16 Nov 2014 14:06:23 +0000 (15:06 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 Nov 2014 14:06:55 +0000 (15:06 +0100)
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

index dbab5c652a41f7b4f69a743a4138028c76116bed..0753c40611065ddee5443ecebb1bf443643e5951 100644 (file)
@@ -1,3 +1,12 @@
+2014-11-13 Oscar Fuentes <ofv@wanadoo.es>
+
+       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  <fgallina@gnu.org>
 
        * progmodes/python.el (python-shell-calculate-command): Rename