# HG changeset patch # User Andr Spiegel # Date 972229505 0 # Node ID a1310ae577487136af9670dfb22806cd042e81ac # Parent e2cb0aef151ada926dc41a1990ddf6a45e614c0c # diff -r e2cb0aef151a -r a1310ae57748 lisp/ChangeLog --- 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 + + * 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 * comint.el (comint-highlight-input, comint-highlight-prompt):