comparison 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
comparison
equal deleted inserted replaced
94819:aa24238f3274 94820:5b364ab2654b
1 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com> 1 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2 2
3 * vc.el (vc-dir), vc-hooks.el: Tweak the VC directory bindings. 3 * vc.el (vc-dir), vc-hooks.el: Tweak the VC directory bindings.
4 These are now documented in the manual. 4 These are now documented in the manual.
5 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p, 5 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p,
6 vc-dir-children-marked-p): Remove the vc-dir-insert-directories global. 6 vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
7
8 * vc-dispatcher.el (vc-dispatcher-selection-set): Allow callers to
9 pass in an observer flag that says no buffer sync is required.
10 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff): Use
11 the observer flag.
7 12
8 2008-05-09 Michael Albinus <michael.albinus@gmx.de> 13 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
9 14
10 * simple.el (start-file-process): Clarify docstring. 15 * simple.el (start-file-process): Clarify docstring.
11 16