Mercurial > emacs
diff lisp/ChangeLog @ 94984:b8d24d4a4bdc
Eliminate exoensive (vc-expand-dirs) calls.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Thu, 15 May 2008 01:11:23 +0000 |
parents | d5934ba74299 |
children | 808d98bd28ec |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 15 01:01:05 2008 +0000 +++ b/lisp/ChangeLog Thu May 15 01:11:23 2008 +0000 @@ -1,3 +1,12 @@ +2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com> + + * vc-dispatcher.el (vc-dispatcher-selection): Change the returned + list to a cons so the caller can get back both expanded and + unexpanded filesets. + * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal, + vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback): + Change handling of selection-set returns as required. + 2008-05-15 John Paul Wallington <jpw@pobox.com> * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.