From f5a55627d7af5733514030df73a64857bd532262 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Thu, 21 Feb 2002 21:09:18 +0000 Subject: [PATCH] # --- lisp/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 345e1ad3f2d..610b4135499 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,21 @@ +2002-02-21 Andre Spiegel + + Patch by Jonathan Kamens . + + * 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 Patch by Martin.Lorentzson@telia.com. -- 2.39.5