comparison lisp/vc.el @ 93459:33bf5e278fa3

Add todo entries.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 31 Mar 2008 15:06:25 +0000
parents 8459d55c7312
children 3afeea9a48a3
comparison
equal deleted inserted replaced
93458:f1bc4ab23ada 93459:33bf5e278fa3
600 ;; - vc-status needs mouse bindings. 600 ;; - vc-status needs mouse bindings.
601 ;; 601 ;;
602 ;; - vc-status needs more key bindings for VC actions. 602 ;; - vc-status needs more key bindings for VC actions.
603 ;; 603 ;;
604 ;; - vc-status toolbar needs more icons. 604 ;; - vc-status toolbar needs more icons.
605 ;;
606 ;; - the dir-status backend function should take as an argument an
607 ;; optional fileset. and return the results just for that fileset.
608 ;; This can be used to speed up status buffer updates after VC
609 ;; operations.
610 ;;
611 ;; - keep the *vc-status* buffer sorted by file name.
605 ;; 612 ;;
606 ;; - vc-status: refresh should not completely wipe out the current 613 ;; - vc-status: refresh should not completely wipe out the current
607 ;; contents of the vc-status buffer. 614 ;; contents of the vc-status buffer.
608 ;; 615 ;;
609 ;; - vc-diff, vc-annotate, etc. need to deal better with unregistered 616 ;; - vc-diff, vc-annotate, etc. need to deal better with unregistered