aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog21
1 files changed, 12 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index afe82a0f468..74652cf84d6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12008-05-10 Dan Nicolaescu <dann@ics.uci.edu> 12008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * vc.el: Update todo.
4
3 * vc-sccs.el (vc-sccs-dir-status): 5 * vc-sccs.el (vc-sccs-dir-status):
4 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple 6 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
5 backends and returning up to date files. 7 backends and returning up to date files.
@@ -9,15 +11,16 @@
92008-05-09 Eric S. Raymond <esr@snark.thyrsus.com> 112008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10 12
11 * vc.el (vc-dir): 13 * vc.el (vc-dir):
12 * vc-hooks.el: Tweak the VC directory bindings. 14 * vc-hooks.el: Tweak the VC directory bindings. These are now
13 These are now documented in the manual. 15 documented in the manual.
14 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p, 16
15 vc-dir-children-marked-p): Remove the vc-dir-insert-directories global. 17 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
16 18 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories
17 * vc-dispatcher.el (vc-dispatcher-selection-set): Allow callers to 19 global.
18 pass in an observer flag that says no buffer sync is required. 20 (vc-dispatcher-selection-set): Allow callers to pass in an
19 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff): Use 21 observer flag that says no buffer sync is required.
20 the observer flag. 22 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
23 Use the observer flag.
21 24
222008-05-09 Michael Albinus <michael.albinus@gmx.de> 252008-05-09 Michael Albinus <michael.albinus@gmx.de>
23 26