diff options
| author | Dan Nicolaescu | 2008-06-24 03:24:38 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-06-24 03:24:38 +0000 |
| commit | 572aed3d4cfa7a6701b717924de1623cabb60c20 (patch) | |
| tree | f60ffa1399e851354739d53ef68bc693714fb11e | |
| parent | ecfb57d92349d36f26cb8d8cf94a413305dff420 (diff) | |
| download | emacs-572aed3d4cfa7a6701b717924de1623cabb60c20.tar.gz emacs-572aed3d4cfa7a6701b717924de1623cabb60c20.zip | |
(Todo): Update.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/vc.el | 16 |
2 files changed, 5 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f0a40eca019..a0a6ec54795 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * vc.el (Todo): Update. | ||
| 4 | |||
| 3 | * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer): | 5 | * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer): |
| 4 | * vc-rcs.el (vc-annotate-convert-time): | 6 | * vc-rcs.el (vc-annotate-convert-time): |
| 5 | * vc-mtn.el (vc-annotate-convert-time): | 7 | * vc-mtn.el (vc-annotate-convert-time): |
diff --git a/lisp/vc.el b/lisp/vc.el index c783ffa8e91..b1e5fd29346 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -633,12 +633,9 @@ | |||
| 633 | ;; vc-dir, it is possible that these commands are called | 633 | ;; vc-dir, it is possible that these commands are called |
| 634 | ;; for unregistered/ignored files. | 634 | ;; for unregistered/ignored files. |
| 635 | ;; | 635 | ;; |
| 636 | ;; - Using multiple backends needs work. Given a CVS directory with some | 636 | ;; - vc-next-action needs work in order to work with multiple |
| 637 | ;; files checked into git (but not all), using C-x v l to get a log file | 637 | ;; backends: `vc-state' returns the state for the default backend, |
| 638 | ;; from a file only present in git, and then typing RET on some log entry, | 638 | ;; not for the backend in the current *vc-dir* buffer. |
| 639 | ;; vc will bombs out because it wants to see the file being in CVS. | ||
| 640 | ;; Those logs should likely use a local variable to hardware the VC they | ||
| 641 | ;; are supposed to work with. | ||
| 642 | ;; | 639 | ;; |
| 643 | ;; - vc-dir-kill-dir-status-process should not be specific to dir-status, | 640 | ;; - vc-dir-kill-dir-status-process should not be specific to dir-status, |
| 644 | ;; it should work for other async commands done through vc-do-command | 641 | ;; it should work for other async commands done through vc-do-command |
| @@ -646,13 +643,6 @@ | |||
| 646 | ;; | 643 | ;; |
| 647 | ;; - vc-dir toolbar needs more icons. | 644 | ;; - vc-dir toolbar needs more icons. |
| 648 | ;; | 645 | ;; |
| 649 | ;; - vc-dir-menu-map-filter hook call needs to be moved to vc.el. | ||
| 650 | ;; | ||
| 651 | ;;;; Problems: | ||
| 652 | ;; | ||
| 653 | ;; - the *vc-dir* buffer is not updated correctly anymore after VC | ||
| 654 | ;; operations that change the file state. | ||
| 655 | ;; | ||
| 656 | ;;; Code: | 646 | ;;; Code: |
| 657 | 647 | ||
| 658 | (require 'vc-hooks) | 648 | (require 'vc-hooks) |