]> git.eshelyaron.com Git - emacs.git/commitdiff
(Todo): Update.
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 24 Jun 2008 03:24:38 +0000 (03:24 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 24 Jun 2008 03:24:38 +0000 (03:24 +0000)
lisp/ChangeLog
lisp/vc.el

index f0a40eca0190bb4a2f3141895297162d52d18aea..a0a6ec547956020e15d6e8c085aecbcf6bbbc11e 100644 (file)
@@ -1,5 +1,7 @@
 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * vc.el (Todo): Update.
+
        * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer): 
        * vc-rcs.el (vc-annotate-convert-time): 
        * vc-mtn.el (vc-annotate-convert-time): 
index c783ffa8e915dcd951fca2adb7314107648712f8..b1e5fd29346c2d94cc4cd1d24d9ab871258a473c 100644 (file)
 ;;   vc-dir, it is possible that these commands are called
 ;;   for unregistered/ignored files.
 ;;
-;; - Using multiple backends needs work.  Given a CVS directory with some
-;;   files checked into git (but not all), using C-x v l to get a log file
-;;   from a file only present in git, and then typing RET on some log entry,
-;;   vc will bombs out because it wants to see the file being in CVS.
-;;   Those logs should likely use a local variable to hardware the VC they
-;;   are supposed to work with.
+;; - vc-next-action needs work in order to work with multiple
+;;   backends: `vc-state' returns the state for the default backend,
+;;   not for the backend in the current *vc-dir* buffer.
 ;;
 ;; - vc-dir-kill-dir-status-process should not be specific to dir-status,
 ;;   it should work for other async commands done through vc-do-command
 ;;
 ;; - vc-dir toolbar needs more icons.
 ;;
-;; - vc-dir-menu-map-filter hook call needs to be moved to vc.el.
-;;
-;;;; Problems:
-;;
-;; - the *vc-dir* buffer is not updated correctly anymore after VC
-;;   operations that change the file state.
-;;
 ;;; Code:
 
 (require 'vc-hooks)