summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>2008-05-03 12:06:42 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>2008-05-03 12:06:42 +0000
commitd99d06ece0d8c277d889d49536d916d960c00ff9 (patch)
tree6957cdd0cc501503992bc9616c613f884b3fa646 /lisp
parent783b505b7bd8f28bdf73e8c34ae22e809cfe64db (diff)
downloademacs-d99d06ece0d8c277d889d49536d916d960c00ff9.tar.gz
emacs-d99d06ece0d8c277d889d49536d916d960c00ff9.tar.bz2
emacs-d99d06ece0d8c277d889d49536d916d960c00ff9.zip
Reorganze VC todo list.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/vc-dispatcher.el37
-rw-r--r--lisp/vc.el21
2 files changed, 37 insertions, 21 deletions
diff --git a/lisp/vc-dispatcher.el b/lisp/vc-dispatcher.el
index 669731d5c7b..78ff34496bb 100644
--- a/lisp/vc-dispatcher.el
+++ b/lisp/vc-dispatcher.el
@@ -74,6 +74,43 @@
;; either case the command messages and error (if any) will remain
;; available in a status buffer.
+;; Special behavior of dispatcher directory buffers:
+;;
+;; In dispatcher directory buffers, faciltiies to perform basic
+;; navigation and selection operations are provided by keymap and menu
+;; entries that dispatcher sets up itself, so they'll be uniform
+;; across all dispatcher- using client modes. Client modes are
+;; expected to append to these to provide mode-specific bindings.
+;;
+;; The standard map associates a 'state' slot (that the client mode
+;; may set) with each directory entry. The dispatcher knows nothing
+;; about the semantics of individual states, but mark and unmark commands
+;; treat all entries with the same state
+
+;; To do:
+;;
+;; - vc-dir-kill-dir-status-process should not be specific to dir-status,
+;; it should work for other async commands as well (pull/push/...).
+;;
+;; - the *VC-log* buffer needs font-locking.
+;;
+;; - Set `vc-dir-insert-directories' to t and check what operations
+;; and backends do not support directory arguments and fix them.
+;;
+;; - vc-dir needs mouse bindings.
+;;
+;; - vc-dir needs more key bindings for VC actions.
+;;
+;; - vc-dir toolbar needs more icons.
+;;
+;; - vc-dir-next-line should not print an "end of buffer" message when
+;; invoked with the cursor on the last file.
+;;
+;; - add commands to move to the prev/next directory in vc-dir.
+;;
+;; - document vc-dir in the manual.
+;;
+
(provide 'vc-dispatcher)
(eval-when-compile
diff --git a/lisp/vc.el b/lisp/vc.el
index 031f15cac3a..e1d00d59d59 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -584,9 +584,6 @@
;;; Todo:
-;; - vc-dir-kill-dir-status-process should not be specific to dir-status,
-;; it should work for other async commands as well (pull/push/...).
-;;
;; - vc-update/vc-merge should deal with VC systems that don't
;; update/merge on a file basis, but on a whole repository basis.
;;
@@ -614,8 +611,6 @@
;; changeset, especially for VC systems that have per repository
;; version numbers. log-view should take advantage of this.
;;
-;; - the *VC-log* buffer needs font-locking.
-;;
;; - make it easier to write logs. Maybe C-x 4 a should add to the log
;; buffer, if one is present, instead of adding to the ChangeLog.
;;
@@ -629,9 +624,6 @@
;; `diff-add-change-log-entries-other-window' to create a detailed
;; skeleton for the log...
;;
-;; - Set `vc-dir-insert-directories' to t and check what operations
-;; and backends do not support directory arguments and fix them.
-;;
;; - a way to do repository wide log (instead of just per
;; file/fileset) is needed. Doing it per directory might be enough...
;;
@@ -641,19 +633,6 @@
;;
;; - add function that calls vc-dir to `find-directory-functions'.
;;
-;; - vc-dir needs mouse bindings.
-;;
-;; - vc-dir needs more key bindings for VC actions.
-;;
-;; - vc-dir toolbar needs more icons.
-;;
-;; - vc-dir-next-line should not print an "end of buffer" message when
-;; invoked with the cursor on the last file.
-;;
-;; - add commands to move to the prev/next directory in vc-dir.
-;;
-;; - document vc-dir in the manual.
-;;
;; - vc-diff, vc-annotate, etc. need to deal better with unregistered
;; files. Now that unregistered and ignored files are shown in
;; vc-dired/vc-dir, it is possible that these commands are called