]> git.eshelyaron.com Git - emacs.git/commitdiff
Maked "edited" tag stand out in vc-dir (Bug#8178).
authorJari Aalto <jari.aalto@cante.net>
Sun, 22 May 2011 19:36:07 +0000 (15:36 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 22 May 2011 19:36:07 +0000 (15:36 -0400)
* vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
different face.

lisp/ChangeLog
lisp/vc/vc-dir.el

index ea1c659a89ed4156aed0b2b1f0432af058a777ac..60d9445718213e58cc676863cd46e714cbf47575 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-22  Jari Aalto  <jari.aalto@cante.net>
+
+       * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
+       different face (Bug#8178).
+
 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
 
        * vc/diff-mode.el (diff-changed): Don't use terminal specs for
index 01b6f2fc26eff7b25684ee06a450d81c9c16f514..5f3a9a21b599ec8eb217449d1d03c9815f5fb04f 100644 (file)
@@ -1238,6 +1238,7 @@ These are the commands available for use in the file status buffer:
       (format "%-20s" state)
       'face (cond ((eq state 'up-to-date) 'font-lock-builtin-face)
                  ((memq state '(missing conflict)) 'font-lock-warning-face)
+                 ((eq state 'edited) 'font-lock-constant-face)
                  (t 'font-lock-variable-name-face))
       'mouse-face 'highlight)
      " "