# HG changeset patch # User Dan Nicolaescu # Date 1216701567 0 # Node ID 3b7098612be65458e651722e6a1f94e82ba0ba26 # Parent f669b344e719f8d13cfcf2db7ed4b9b3eafa087a (Todo): Update. diff -r f669b344e719 -r 3b7098612be6 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jul 22 03:15:09 2008 +0000 +++ b/lisp/ChangeLog Tue Jul 22 04:39:27 2008 +0000 @@ -1,5 +1,7 @@ 2008-07-22 Dan Nicolaescu + * vc.el (Todo): Update. + * vc-hooks.el: Remove obsolete comment. * vc-git.el (vc-git-status-printer): Update the directory display diff -r f669b344e719 -r 3b7098612be6 lisp/vc.el --- a/lisp/vc.el Tue Jul 22 03:15:09 2008 +0000 +++ b/lisp/vc.el Tue Jul 22 04:39:27 2008 +0000 @@ -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 @@ -619,9 +616,6 @@ ;; `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. @@ -643,6 +637,8 @@ ;; ;; - 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 @@ (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)