[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/vc-git.el,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/vc-git.el,v |
Date: |
Wed, 30 Jul 2008 07:50:27 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/30 07:50:26
Index: vc-git.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-git.el,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -b -r1.70 -r1.71
--- vc-git.el 22 Jul 2008 02:20:10 -0000 1.70
+++ vc-git.el 30 Jul 2008 07:50:26 -0000 1.71
@@ -287,7 +287,11 @@
" " (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
+ '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))))
- [Emacs-diffs] Changes to emacs/lisp/vc-git.el,v, Magnus Henoch, 2008/07/02
- [Emacs-diffs] Changes to emacs/lisp/vc-git.el,v, Alexandre Julliard, 2008/07/05
- [Emacs-diffs] Changes to emacs/lisp/vc-git.el,v, Dan Nicolaescu, 2008/07/07
- [Emacs-diffs] Changes to emacs/lisp/vc-git.el,v, Dan Nicolaescu, 2008/07/21
- [Emacs-diffs] Changes to emacs/lisp/vc-git.el,v,
Dan Nicolaescu <=