diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20e02ce4c78..cbb2eb4dc47 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,9 +2,14 @@ | |||
| 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 | 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. | ||
| 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. |