Mercurial > emacs
diff lisp/ChangeLog @ 94820:5b364ab2654b
Dupport an use an observer flag in (vc-dispatcher-selection-set).
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Fri, 09 May 2008 20:17:50 +0000 |
parents | aa24238f3274 |
children | 8dbc13404a47 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 09 20:07:01 2008 +0000 +++ b/lisp/ChangeLog Fri May 09 20:17:50 2008 +0000 @@ -2,9 +2,14 @@ * vc.el (vc-dir), vc-hooks.el: Tweak the VC directory bindings. These are now documented in the manual. - * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p, + * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p, vc-dir-children-marked-p): Remove the vc-dir-insert-directories global. + * vc-dispatcher.el (vc-dispatcher-selection-set): Allow callers to + pass in an observer flag that says no buffer sync is required. + * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff): Use + the observer flag. + 2008-05-09 Michael Albinus <michael.albinus@gmx.de> * simple.el (start-file-process): Clarify docstring.