diff options
| author | André Spiegel | 2002-01-05 17:28:54 +0000 |
|---|---|---|
| committer | André Spiegel | 2002-01-05 17:28:54 +0000 |
| commit | bd635c0e442a7cab518670400325227d25cd7cdb (patch) | |
| tree | ebf0aec14bbc765471e4608f5f4560d5bfd10524 | |
| parent | 7735770bb44ab660e1d1c3c3e05335afb6eb715b (diff) | |
| download | emacs-bd635c0e442a7cab518670400325227d25cd7cdb.tar.gz emacs-bd635c0e442a7cab518670400325227d25cd7cdb.zip | |
#
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d2cdfd090ab..d090f7d2d37 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 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. |