changeset 43451:cea4b3c48c94

#
author André Spiegel <spiegel@gnu.org>
date Thu, 21 Feb 2002 21:09:18 +0000
parents 2b50b9c69fde
children 75677c801c26
files lisp/ChangeLog
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Feb 21 21:00:35 2002 +0000
+++ b/lisp/ChangeLog	Thu Feb 21 21:09:18 2002 +0000
@@ -1,3 +1,21 @@
+2002-02-21  Andre Spiegel  <spiegel@gnu.org>
+
+	Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
+	
+	* vc.el (vc-default-init-version): Update documentation to
+	indicate that the backend can override the default init version.
+	(vc-register): Use the backend init-version function, if it
+	exists, to determine the initial version of a file.
+	(vc-diff-switches-list): Don't symbol-quote backend, since it's
+	already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't
+	bound.
+
+	* vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
+	not version-controlled.  This is necessary, e.g., if the file has
+	just been reverted, and thus was previously under version control
+	but isn't any longer.
+	(vc-find-file-hook): Likewise.
+
 2002-02-21  Andre Spiegel  <spiegel@gnu.org>
 
 	Patch by Martin.Lorentzson@telia.com.