]> git.eshelyaron.com Git - emacs.git/commitdiff
(dir-status): Add a brief description.
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 19 Feb 2008 15:44:45 +0000 (15:44 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 19 Feb 2008 15:44:45 +0000 (15:44 +0000)
lisp/ChangeLog
lisp/vc.el

index cc1c4462914ea7f12c96513d661a741983ca25cd..69fe9bca1f3f3d590ee1d7ed7a214fde29e02c8a 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el (dir-status): Add a brief description.
+
 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
 
        * vc-hooks.el (vc-find-root): Take optional arg INVERT.
index cc9f89dd109540bb78f0d0d81634f48d446c2178..3376113711a1f2af660cafb905c3cd3071f99719 100644 (file)
 ;;   in older versions this method was not required to recurse into
 ;;   subdirectories.)
 ;;
+;; - dir-status (dir update-function status-buffer)
+;;
+;;   Produce RESULT: a list of conses of the form (file . vc-state)
+;;   for the files in DIR.  If a command needs to be run to compute
+;;   this list, it should be run asynchronously.  When RESULT is
+;;   computed, it should be passed back by doing:
+;;       (funcall UPDATE-FUNCTION RESULT STATUS-BUFFER)
+;;   This function is used by vc-status, a replacement for vc-dired.
+;;   vc-status is still under development, and is NOT feature
+;;   complete.  As such, the requirements for this function might
+;;   change.
+;;   This is a replacement for dir-state.
+;;
 ;; * working-revision (file)
 ;;
 ;;   Return the working revision of FILE.  This is the revision fetched