]> git.eshelyaron.com Git - emacs.git/commitdiff
(Todo): Update.
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 22 Jul 2008 04:39:27 +0000 (04:39 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 22 Jul 2008 04:39:27 +0000 (04:39 +0000)
lisp/ChangeLog
lisp/vc.el

index 045dc939ec90b77d99d23682ee39ddbbdb05efd0..d26d6e09c0b44f49c7d89b3f75ca74cd0c0f332a 100644 (file)
@@ -1,5 +1,7 @@
 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * vc.el (Todo): Update.
+
        * vc-hooks.el: Remove obsolete comment.
 
        * vc-git.el (vc-git-status-printer): Update the directory display
index c27688e669cb8ef862b9621d63ae57851cf90409..315217c7538095b9b87fd78df4a8afd0065e69c8 100644 (file)
@@ -82,9 +82,6 @@
 ;; vc's back is turned, or move/rename master files while vc is running,
 ;; vc may get seriously confused.  Don't do these things!
 ;;
-;; Developer's notes on some concurrency issues are included at the end of
-;; the file.
-;;
 ;; ADDING SUPPORT FOR OTHER BACKENDS
 ;;
 ;; VC can use arbitrary version control systems as a backend.  To add
 ;;   `diff-add-change-log-entries-other-window' to create a detailed
 ;;   skeleton for the log...
 ;;
-;; - The *vc-dir* buffer needs to be updated properly after VC
-;;   operations on directories that change the file VC state.
-;;
 ;; - most vc-dir backends need more work.  They might need to
 ;;   provide custom headers, use the `extra' field and deal with all
 ;;   possible VC states.
 ;;
 ;; - vc-dir toolbar needs more icons.
 ;;
+;; - The backends should avoid using `vc-file-setprop' and `vc-file-getprop'.
+;;
 ;;; Code:
 
 (require 'vc-hooks)
@@ -1299,7 +1295,7 @@ After check-out, runs the normal hook `vc-checkout-hook'."
   (with-vc-properties
    files
    (vc-call-backend backend 'mark-resolved files)
-   ;; XXX: Is this TRTD?  Might not be.
+   ;; FIXME: Is this TRTD?  Might not be.
    `((vc-state . edited))))
 
 (defun vc-steal-lock (file rev owner)