aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorAndrĂ© Spiegel <[email protected]>2001-02-01 15:16:04 +0000
committerAndrĂ© Spiegel <[email protected]>2001-02-01 15:16:04 +0000
commit5b1ee3165c638c8e68d79965ef32c5f8500eb533 (patch)
tree0fff70fed8c038fd40257dca02b2722409c86567 /lisp
parenta1e9f194d2fd1813000dea1a25ef907aefc41f22 (diff)
#
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bcc231fb48..69bf37b1ce 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
+2001-02-01 Andre Spiegel <[email protected]>
+
+ * vc.el (vc-diff-switches): New user option.
+ (vc-version-diff): Use it.
+ (vc-diff-switches-list): New macro.
+
+ * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
+ customization options.
+ (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
+
+ * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
+
2001-02-01 Gerd Moellmann <[email protected]>
* msb.el (toplevel): Quote hook symbols.