diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05423217958..4ae27246bad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2000-10-03 Andre Spiegel <spiegel@gnu.org> | ||
| 2 | |||
| 3 | * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember | ||
| 4 | default branch unconditionally. | ||
| 5 | (vc-rcs-set-default-branch): New function. | ||
| 6 | (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it. | ||
| 7 | (vc-rcs-checkin): If an appropriate default branch has been set, | ||
| 8 | force creation of that branch. | ||
| 9 | |||
| 10 | * vc.el (vc-revert-file): New function. | ||
| 11 | (vc-revert-buffer): Delegate some of the work to it. | ||
| 12 | |||
| 1 | 2000-10-02 Gerd Moellmann <gerd@gnu.org> | 13 | 2000-10-02 Gerd Moellmann <gerd@gnu.org> |
| 2 | 14 | ||
| 3 | * isearch.el (isearch-lazy-highlight-update): Don't put a lazy | 15 | * isearch.el (isearch-lazy-highlight-update): Don't put a lazy |