]> git.eshelyaron.com Git - emacs.git/commitdiff
Update todo.
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 10 May 2008 04:39:08 +0000 (04:39 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 10 May 2008 04:39:08 +0000 (04:39 +0000)
lisp/ChangeLog
lisp/vc.el

index afe82a0f4687563c15768c6ee08d3ac6c36cbb0e..74652cf84d67486f2c457ed3dbb946e6ef151b08 100644 (file)
@@ -1,5 +1,7 @@
 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * vc.el: Update todo.
+
        * vc-sccs.el (vc-sccs-dir-status):
        * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
        backends and returning up to date files.
 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
 
        * vc.el (vc-dir):
-       * vc-hooks.el: Tweak the VC directory bindings.
-       These are now documented in the manual.
-       * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p,
-       vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
-
-       * vc-dispatcher.el (vc-dispatcher-selection-set): Allow callers to
-       pass in an observer flag that says no buffer sync is required.
-       * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff): Use
-       the observer flag.
+       * vc-hooks.el: Tweak the VC directory bindings.  These are now
+       documented in the manual.
+
+       * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
+       (vc-dir-children-marked-p): Remove the vc-dir-insert-directories
+       global.
+       (vc-dispatcher-selection-set): Allow callers to pass in an
+       observer flag that says no buffer sync is required.
+       * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
+       Use the observer flag.
 
 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
 
index 1778894e66b22d082057d8cd476a60242e3e5781..b221baffef4d6b4451e076f613a360ed97da5b06 100644 (file)
 ;;   provide custom headers, use the `extra' field and deal with all
 ;;   possible VC states.
 ;;
-;; - add function that calls vc-dir to `find-directory-functions'.
+;; - add function that calls vc-dir to `find-directory-functions'.
 ;;
 ;; - vc-diff, vc-annotate, etc. need to deal better with unregistered
 ;;   files. Now that unregistered and ignored files are shown in
 ;; - do not default to RCS anymore when the current directory is not
 ;;   controlled by any VCS and the user does C-x v v
 ;;
+;; - vc-responsible-backend should not return RCS if no backend
+;;   declares itself responsible.
+;;
 ;; - vc-create-snapshot and vc-retrieve-snapshot should update the
 ;;   buffers that might be visiting the affected files.
 ;;
 ;; - backends that care about vc-stay-local should try to take it into
 ;;   account for vc-dir.  Is this likely to be useful???
 ;;
+;; - vc-expand-dirs should take a backend parameter and only look for
+;;   files managed by that backend.
+;;
 
 ;;; Code: