comparison lisp/ChangeLog @ 43451:cea4b3c48c94

#
author André Spiegel <spiegel@gnu.org>
date Thu, 21 Feb 2002 21:09:18 +0000
parents 957d88209f4f
children 9fbf31526ff4
comparison
equal deleted inserted replaced
43450:2b50b9c69fde 43451:cea4b3c48c94
1 2002-02-21 Andre Spiegel <spiegel@gnu.org>
2
3 Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
4
5 * vc.el (vc-default-init-version): Update documentation to
6 indicate that the backend can override the default init version.
7 (vc-register): Use the backend init-version function, if it
8 exists, to determine the initial version of a file.
9 (vc-diff-switches-list): Don't symbol-quote backend, since it's
10 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't
11 bound.
12
13 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
14 not version-controlled. This is necessary, e.g., if the file has
15 just been reverted, and thus was previously under version control
16 but isn't any longer.
17 (vc-find-file-hook): Likewise.
18
1 2002-02-21 Andre Spiegel <spiegel@gnu.org> 19 2002-02-21 Andre Spiegel <spiegel@gnu.org>
2 20
3 Patch by Martin.Lorentzson@telia.com. 21 Patch by Martin.Lorentzson@telia.com.
4 22
5 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable. 23 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.