emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Thu, 24 Jan 2008 08:01:56 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/01/24 08:01:55

Index: vc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc.el,v
retrieving revision 1.521
retrieving revision 1.522
diff -u -b -r1.521 -r1.522
--- vc.el       23 Jan 2008 16:35:18 -0000      1.521
+++ vc.el       24 Jan 2008 08:01:53 -0000      1.522
@@ -559,6 +559,11 @@
 ;;
 ;; - vc-status needs a menu, mouse bindings and some color bling.
 ;;
+;; - vc-status needs to show missing files. It probably needs to have
+;;   another state for those files. The user might want to restore
+;;   them, or remove them from the VCS. C-x v v might also need
+;;   adjustments.
+;;
 ;; - "snapshots" should be renamed to "branches", and thoroughly reworked.
 ;;
 
@@ -1028,8 +1033,10 @@
       (setq mode-line-process
             ;; Deliberate overstatement, but power law respected.
             ;; (The message is ephemeral, so we make it loud.)  --ttn
-            (propertize " (incomplete / in progress)"
-                        'face 'compilation-warning))
+            (propertize " (incomplete/in progress)"
+                        'face 'compilation-warning
+                       'help-echo 
+                       "A VC command is in progress in this buffer"))
       (let ((previous (process-sentinel proc)))
         (unless (eq previous 'vc-process-sentinel)
           (process-put proc 'vc-previous-sentinel previous))




reply via email to

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