(vc-git-status-printer): Synchronize with the default.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 30 Jul 2008 07:50:26 +0000 (07:50 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 30 Jul 2008 07:50:26 +0000 (07:50 +0000)
lisp/ChangeLog
lisp/vc-git.el

index 2f7de0c..8dbf24f 100644 (file)
@@ -1,3 +1,7 @@
+2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-git.el (vc-git-status-printer): Synchronize with the default.
+
 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
 
        * verilog-mode.el (verilog-do-indent): Remove special indent for
index 5c0b912..7946624 100644 (file)
      "  " (vc-git-permissions-as-string old-perm new-perm)
      "     "
      (propertize (vc-git-escape-file-name (vc-dir-fileinfo->name info))
-                 'face 'font-lock-function-name-face
-                 'mouse-face 'highlight)
+                 'face (if isdir 'font-lock-comment-delimiter-face 'font-lock-function-name-face)
+                'help-echo
+                (if isdir
+                    "Directory\nVC operations can be applied to it\nmouse-3: Pop-up menu"
+                  "File\nmouse-3: Pop-up menu")
+                'mouse-face 'highlight)
      (vc-git-file-type-as-string old-perm new-perm)
      (vc-git-rename-as-string state extra))))