comparison lisp/ChangeLog @ 42550:57677c00b0af

#
author André Spiegel <spiegel@gnu.org>
date Sat, 05 Jan 2002 17:28:54 +0000
parents 093298af0817
children 83ab475df3fd
comparison
equal deleted inserted replaced
42549:6301bb6ec388 42550:57677c00b0af
1 2002-01-05 Andre Spiegel <spiegel@gnu.org>
2
3 * vc.el (vc-branch-part): Return nil if there's no `.'
4 (vc-default-previous-version): Renamed from vc-previous-version.
5 New args BACKEND and FILE. Return nil for revision numbers
6 without a `.'
7 (vc-version-diff): Call vc-BACKEND-previous-version.
8 (vc-steal-lock): Steal lock before composing mail, so that no mail
9 is sent when the stealing goes wrong. And we'll actually see the
10 error in that case now.
11 (vc-finish-steal): Removed.
12
13 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
14 the lock, so that we see expanded headers.
15 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
16 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
17 available from vc.el. Updated all callers.
18
1 2002-01-05 Richard M. Stallman <rms@gnu.org> 19 2002-01-05 Richard M. Stallman <rms@gnu.org>
2 20
3 * enriched.el (enriched-make-annotation): Doc fix. 21 * enriched.el (enriched-make-annotation): Doc fix.
4 22
5 * format.el (format-replace-strings, format-subtract-regions) 23 * format.el (format-replace-strings, format-subtract-regions)