# HG changeset patch # User Dan Nicolaescu # Date 1201106118 0 # Node ID ee15683c53e8d45ded899b397bbce3cdc7a08ea3 # Parent 5e627a8698d8b48a30f7a499a2d1ed5683df0a05 Add TODO items. diff -r 5e627a8698d8 -r ee15683c53e8 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jan 23 10:49:31 2008 +0000 +++ b/lisp/ChangeLog Wed Jan 23 16:35:18 2008 +0000 @@ -1,3 +1,7 @@ +2008-01-23 Dan Nicolaescu + + * vc.el: Add TODO items. + 2008-01-23 Carsten Dominik * replace.el (occur-mode-find-occurrence-hook): New hook that can diff -r 5e627a8698d8 -r ee15683c53e8 lisp/vc.el --- a/lisp/vc.el Wed Jan 23 10:49:31 2008 +0000 +++ b/lisp/vc.el Wed Jan 23 16:35:18 2008 +0000 @@ -530,8 +530,10 @@ ;; - 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. ;; @@ -541,11 +543,24 @@ ;; - 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: