summaryrefslogtreecommitdiff
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2008-04-19 21:53:55 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2008-04-19 21:53:55 +0000
commit68c09da6da2166ba06d8f85afef6e5bf553c26d6 (patch)
tree7d6ed56556a5698cbd3fb47d124292cca396da1f /lib-src/ChangeLog
parentcd334a05d586bad1a043d713685805c70fd099ba (diff)
downloademacs-68c09da6da2166ba06d8f85afef6e5bf553c26d6.tar.gz
* lisp/vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
(vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision) (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert) (vc-sccs-steal-lock, vc-sccs-modify-change-comment) (vc-sccs-print-log): Use it. * lisp/vc-hooks.el (vc-path): Remove SCCS-specific hack. * lib-src/vcdiff: Use "sccs get" rather than "get"; leave PATH alone.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 86448ddbde6..ab8d490faef 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * vcdiff: Use "sccs get" rather than "get"; leave PATH alone.
+
2008-04-18 Steve Grubb <sgrubb@redhat.com> (tiny change)
* vcdiff: Use mktemp (CVE-2008-1694).