aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a4fe3854ca..a4367bb0db 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
+2001-01-08 Andre Spiegel <[email protected]>
+
+ * vc.el (vc-default-latest-on-branch-p): New function, replaces
+ constant implementations in backends.
+
+ * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
+ (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
+
+ * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
+ WRITABLE to EDITABLE.
+
+ * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
+ (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
+ to EDITABLE.
+
2001-01-08 Eli Zaretskii <[email protected]>
* emacs-lisp/copyright.el (copyright-current-year): Now a defvar.