emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] [emacs] 01/01: Add faces for the VC modeline state indicat


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] [emacs] 01/01: Add faces for the VC modeline state indicator.
Date: Sun, 16 Nov 2014 14:07:07 +0000

larsi pushed a commit to branch master
in repository emacs.

commit 48b2b327831d2f71b02f2f16096765e2cad1d4c5
Author: Óscar Fuentes <address@hidden>
Date:   Sun Nov 16 15:06:23 2014 +0100

    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 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dbab5c6..0753c40 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2014-11-13 Oscar Fuentes <address@hidden>
+
+       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  <address@hidden>
 
        * progmodes/python.el (python-shell-calculate-command): Rename



reply via email to

[Prev in Thread] Current Thread [Next in Thread]