Mercurial > emacs
changeset 32749:a1310ae57748
#
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Sun, 22 Oct 2000 15:45:05 +0000 |
parents | e2cb0aef151a |
children | dd36de87245d |
files | lisp/ChangeLog |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Oct 22 15:37:51 2000 +0000 +++ b/lisp/ChangeLog Sun Oct 22 15:45:05 2000 +0000 @@ -1,3 +1,24 @@ +2000-10-22 Andre Spiegel <spiegel@gnu.org> + + * vc-hooks.el (vc-version-backup-file-name): New optional args + MANUAL and REGEXP. + (vc-delete-automatic-version-backups, vc-make-version-backup): + New functions. + (vc-before-save): Use the latter. + (vc-default-make-version-backups-p): Added `-p' suffix to avoid + confusion. + + * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as + expected by vc[-hooks].el. + + * vc.el (vc-checkout): Added `-p' suffix in call to + vc-make-version-backups-p; use vc-make-version-backup to actually + make the backup. + (vc-version-other-window, vc-version-backup-file): Handle both + automatic and manual backups. + (vc-revert-file): Use vc-delete-automatic-version-backups to get rid + of all of them. + 2000-10-22 Miles Bader <miles@gnu.org> * comint.el (comint-highlight-input, comint-highlight-prompt):