Mercurial > emacs
comparison lisp/ChangeLog @ 106159:f5e8e91b23bf
(vc-deduce-fileset): Allow non-state changing operations
from a dired buffer.
(vc-dired-deduce-fileset): New function.
(vc-root-diff, vc-print-root-log): Use it.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 20 Nov 2009 06:56:16 +0000 |
parents | 42f3f64ab6e5 |
children | b27aeda9c1fd |
comparison
equal
deleted
inserted
replaced
106158:734dbd0c890e | 106159:f5e8e91b23bf |
---|---|
1 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu> | 1 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu> |
2 | |
3 * vc.el (vc-deduce-fileset): Allow non-state changing operations | |
4 from a dired buffer. | |
5 (vc-dired-deduce-fileset): New function. | |
6 (vc-root-diff, vc-print-root-log): Use it. | |
2 | 7 |
3 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a | 8 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a |
4 nil LIMIT argument to vc-print-log-internal. | 9 nil LIMIT argument to vc-print-log-internal. |
5 | 10 |
6 2009-11-20 Glenn Morris <rgm@gnu.org> | 11 2009-11-20 Glenn Morris <rgm@gnu.org> |