aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog34
1 files changed, 17 insertions, 17 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b733874b896..05d6da8f3e5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -20,23 +20,23 @@
20 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory): 20 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
21 New functions implementing motion to next and previous directory. 21 New functions implementing motion to next and previous directory.
22 22
23 * vc-arch.el (vc-arch-command), 23 * vc-arch.el (vc-arch-command):
24 vc-bzr.el (vc-bzr-command), 24 * vc-bzr.el (vc-bzr-command):
25 vc-cvs.el (vc-cvs-command), 25 * vc-cvs.el (vc-cvs-command):
26 vc-dispatcher.el (vc-do-command), 26 * vc-dispatcher.el (vc-do-command):
27 vc-git.el (vc-git-command), 27 * vc-git.el (vc-git-command):
28 vc-hg.el (vc-hg-command), 28 * vc-hg.el (vc-hg-command):
29 vc-mcvs.el (vc-mvcs-command), 29 * vc-mcvs.el (vc-mvcs-command):
30 vc-mtn.el (vc-mtn-command), 30 * vc-mtn.el (vc-mtn-command):
31 vc-sccs.el (vc-sccs-command, vc-sccs-workfile, 31 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
32 vc-sccs-workfile-unchanged-p), 32 (vc-sccs-workfile-unchanged-p):
33 vc-svn.el (vc-svn-command, vc-svn-create-repo), 33 * vc-svn.el (vc-svn-command, vc-svn-create-repo),
34 vc-rcs.el (all methods): 34 * vc-rcs.el (all methods): Remove assumption about what a nil
35 Remove assumption about what a nil argument to vc-do-command 35 argument to vc-do-command means. This means no buffer name needs
36 means. This means no buffer name needs to be hardcoded into the 36 to be hardcoded into the dispatcher layer, and it's better to be
37 dispatcher layer, and it's better to be explicit anyway. 37 explicit anyway.
38 38
39 vc-svn.el (vc-svn-dir-state-heuristic): Removed. 39 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
40 40
412008-05-10 Dan Nicolaescu <dann@ics.uci.edu> 412008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
42 42