emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104318: Maked "edited" tag stand out


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104318: Maked "edited" tag stand out in vc-dir (Bug#8178).
Date: Sun, 22 May 2011 15:36:07 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104318
author: Jari Aalto <address@hidden>
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2011-05-22 15:36:07 -0400
message:
  Maked "edited" tag stand out in vc-dir (Bug#8178).
  
  * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
  different face.
modified:
  lisp/ChangeLog
  lisp/vc/vc-dir.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-22 19:22:37 +0000
+++ b/lisp/ChangeLog    2011-05-22 19:36:07 +0000
@@ -1,3 +1,8 @@
+2011-01-22  Jari Aalto  <address@hidden>
+
+       * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
+       different face (Bug#8178).
+
 2011-05-22  Chong Yidong  <address@hidden>
 
        * vc/diff-mode.el (diff-changed): Don't use terminal specs for

=== modified file 'lisp/vc/vc-dir.el'
--- a/lisp/vc/vc-dir.el 2011-03-15 17:39:56 +0000
+++ b/lisp/vc/vc-dir.el 2011-05-22 19:36:07 +0000
@@ -1238,6 +1238,7 @@
       (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)
      " "


reply via email to

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