From: Dan Nicolaescu Date: Mon, 31 Mar 2008 15:06:25 +0000 (+0000) Subject: Add todo entries. X-Git-Tag: emacs-pretest-23.0.90~6746 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=400fc6ede0f12da48e1fe4ff21fdef744ccd7403;p=emacs.git Add todo entries. --- diff --git a/lisp/vc.el b/lisp/vc.el index cdd4e2f3ff3..05293a8cd98 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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. ;;