# HG changeset patch # User Andr Spiegel # Date 972649164 0 # Node ID 92306ae7a88d3af51e41b742d3e02a2c9fb969af # Parent c558cd950ace8f812202f65d61de0aff38152b20 # diff -r c558cd950ace -r 92306ae7a88d lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 27 12:13:19 2000 +0000 +++ b/lisp/ChangeLog Fri Oct 27 12:19:24 2000 +0000 @@ -1,3 +1,15 @@ +2000-10-27 Andre Spiegel + + * vc-hooks.el (vc-version-backup-file-name): Use file.~~ for + manual backups and file.~.~ for automatic ones. + + * vc.el (vc-version-other-window): If an automatic backup of the + desired version exists, rename it instead of copying it. + + * vc-cvs.el (vc-cvs-checkin): Check both status and error message + after command. If there's an unexpected error, signal it instead + of being silent. + 2000-10-27 Miles Bader * shell.el (shell): Add BUFFER argument.