changeset 32951:92306ae7a88d

#
author André Spiegel <spiegel@gnu.org>
date Fri, 27 Oct 2000 12:19:24 +0000
parents c558cd950ace
children b63b77317d15
files lisp/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <spiegel@gnu.org>
+
+	* vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for 
+	manual backups and file.~<rev>.~ 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  <miles@lsi.nec.co.jp>
 
 	* shell.el (shell): Add BUFFER argument.