]> git.eshelyaron.com Git - emacs.git/commitdiff
Add TODO items.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 23 Jan 2008 16:35:18 +0000 (16:35 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 23 Jan 2008 16:35:18 +0000 (16:35 +0000)
lisp/ChangeLog
lisp/vc.el

index 7ca82203e2f743875d35b7f207eebbea3f52b2fb..acfe79e8b3858e69361c83054e997b55a57d2c28 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el: Add TODO items.
+
 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
 
        * replace.el (occur-mode-find-occurrence-hook): New hook that can
index 38338d7f3951510ae81e6b517c64f144c35ed7ec..aaac484fb7b044b16473ec4f34dc2a004e752649 100644 (file)
 ;; - vc-update/vc-merge should deal with VC systems that don't
 ;;   update/merge on a file basis, but on a whole repository basis.
 ;;
-;; - vc-register should register multiple files at a time. The
-;;  `register' backend function already supports that.
+;; - the backend sometimes knows when a file it opens has been marked
+;;   by the VCS as having a "conflict". Find a way to pass this info -
+;;   to VC so that it can turn on smerge-mode when opening such a
+;;   file.
 ;;
 ;; - the *VC-log* buffer needs font-locking.
 ;;
 ;; - make vc-state for all backends return 'unregistered instead of
 ;;   nil for unregistered files, then update vc-next-action.
 ;;
+;; - add a generic mechanism for remembering the current branch names,
+;;   display the branch name in the mode-line. Replace
+;;   vc-cvs-sticky-tag with that.
+;;
+;; - vc-register should register a fileset at a time. The backends
+;;   already support this, only the front-end needs to be change to
+;;   handle multiple files at a time.
+;;
+;; - add a mechanism to for ignoring files.
+;;
 ;; - deal with push/pull operations.
 ;;
 ;; - decide if vc-status should replace vc-dired.
 ;;
 ;; - vc-status needs a menu, mouse bindings and some color bling.
+;;
+;; - "snapshots" should be renamed to "branches", and thoroughly reworked.
+;;
 
 ;;; Code: