changeset 93459:33bf5e278fa3

Add todo entries.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 31 Mar 2008 15:06:25 +0000
parents f1bc4ab23ada
children 1f7e9d28dedf
files lisp/vc.el
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Mon Mar 31 11:17:25 2008 +0000
+++ b/lisp/vc.el	Mon Mar 31 15:06:25 2008 +0000
@@ -603,6 +603,13 @@
 ;;
 ;; - vc-status toolbar needs more icons.
 ;;
+;; - the dir-status backend function should take as an argument an
+;;   optional fileset.  and return the results just for that fileset.
+;;   This can be used to speed up status buffer updates after VC
+;;   operations.
+;;
+;; - keep the *vc-status* buffer sorted by file name.
+;;
 ;; - vc-status: refresh should not completely wipe out the current
 ;;   contents of the vc-status buffer.
 ;;