From: André Spiegel Date: Fri, 27 Oct 2000 12:19:24 +0000 (+0000) Subject: # X-Git-Tag: emacs-pretest-21.0.90~515 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7432cf10eb3f2919c0ca86956adcea8a321e8411;p=emacs.git # --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 611e0606008..56e584b0260 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.