comparison lisp/vc.el @ 95327:257f10afe123

Add todo.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 27 May 2008 00:20:23 +0000
parents 23822423eb64
children cb8fbc8ef1c5
comparison
equal deleted inserted replaced
95326:23822423eb64 95327:257f10afe123
625 ;; *VC-log* buffer with some obvious items: the list of files that 625 ;; *VC-log* buffer with some obvious items: the list of files that
626 ;; were added, the list of files that were removed. If the diff is 626 ;; were added, the list of files that were removed. If the diff is
627 ;; available, maybe it could even call something like 627 ;; available, maybe it could even call something like
628 ;; `diff-add-change-log-entries-other-window' to create a detailed 628 ;; `diff-add-change-log-entries-other-window' to create a detailed
629 ;; skeleton for the log... 629 ;; skeleton for the log...
630 ;;
631 ;; - The *vc-dir* buffer needs to be updated properly after VC
632 ;; operations on directories that change the file VC state.
630 ;; 633 ;;
631 ;; - most vc-dir backends need more work. They might need to 634 ;; - most vc-dir backends need more work. They might need to
632 ;; provide custom headers, use the `extra' field and deal with all 635 ;; provide custom headers, use the `extra' field and deal with all
633 ;; possible VC states. 636 ;; possible VC states.
634 ;; 637 ;;