aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 76590e12866..6c2b33ea566 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,10 +1,14 @@
12014-12-01 Eric S. Raymond <esr@snark.thyrsus.com> 12014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
2 2
3 * vc/vc.el, and all backends: API cleanup; the backend diff method 3 * vc/vc.el and all backends: API simplification; could-register
4 is no longer a public method. (vc-cvs.el still has a private
5 implementation.)
6
7 * vc/vc.el and all backends: API cleanup; the backend diff method
4 takes an explicit async flag. This eliminates a particularly ugly 8 takes an explicit async flag. This eliminates a particularly ugly
5 global. 9 global.
6 10
7 vc-bzr.el: Restore vc-bzr-state-heuristic as a private method. 11 * vc-bzr.el: Restore vc-bzr-state-heuristic as a private method.
8 VC randomly/unpredictable fails without it; cause not yet established. 12 VC randomly/unpredictable fails without it; cause not yet established.
9 13
102014-12-01 Stefan Monnier <monnier@iro.umontreal.ca> 142014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>