Mercurial > emacs
comparison lisp/ChangeLog @ 32130:281c3dca4833
#
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Wed, 04 Oct 2000 09:59:43 +0000 |
parents | 7f987164a4c3 |
children | 49d0598afab6 |
comparison
equal
deleted
inserted
replaced
32129:3cd2e815deaa | 32130:281c3dca4833 |
---|---|
1 2000-10-04 Andre Spiegel <spiegel@gnu.org> | |
2 | |
3 * vc-hooks.el (vc-before-save, vc-default-make-version-backups, | |
4 vc-version-backup-file-name): New functions. | |
5 | |
6 * files.el (basic-save-buffer): Call vc-before-save before saving. | |
7 | |
8 * vc-cvs.el (vc-cvs-make-version-backups): Return t if | |
9 vc-cvs-stay-local-p. | |
10 | |
11 * vc.el (vc-revert-buffer): Handle empty diff properly. | |
12 (vc-version-backup-file): New function. | |
13 (vc-checkout): Create a version backup if necessary. | |
14 (vc-checkin): If a version backup file exists, delete it. | |
15 (vc-version-diff): Diff locally using version backups, if available. | |
16 (vc-revert-file): If there's a version backup, revert locally. | |
17 (vc-transfer-file): Use version backup for base version, if | |
18 available. If not, ask for confirmation whether to get it from the | |
19 server. Update mode line before check-in. | |
20 | |
1 2000-10-04 Dave Love <fx@gnu.org> | 21 2000-10-04 Dave Love <fx@gnu.org> |
2 | 22 |
3 * toolbar/tool-bar.el (tool-bar-setup): New function. | 23 * toolbar/tool-bar.el (tool-bar-setup): New function. |
4 (tool-bar-mode): Use it. | 24 (tool-bar-mode): Use it. |
5 | 25 |