# HG changeset patch # User Dan Nicolaescu # Date 1210511477 0 # Node ID 56ae400b4d1415c7c9f5d818153ea66f8f9daea1 # Parent 9f97ae19a081da0828cae74d93e888877b45a1ae *** empty log message *** diff -r 9f97ae19a081 -r 56ae400b4d14 lisp/ChangeLog --- a/lisp/ChangeLog Sat May 10 21:52:36 2008 +0000 +++ b/lisp/ChangeLog Sun May 11 13:11:17 2008 +0000 @@ -20,23 +20,23 @@ * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory): New functions implementing motion to next and previous directory. - * vc-arch.el (vc-arch-command), - vc-bzr.el (vc-bzr-command), - vc-cvs.el (vc-cvs-command), - vc-dispatcher.el (vc-do-command), - vc-git.el (vc-git-command), - vc-hg.el (vc-hg-command), - vc-mcvs.el (vc-mvcs-command), - vc-mtn.el (vc-mtn-command), - vc-sccs.el (vc-sccs-command, vc-sccs-workfile, - vc-sccs-workfile-unchanged-p), - vc-svn.el (vc-svn-command, vc-svn-create-repo), - vc-rcs.el (all methods): - Remove assumption about what a nil argument to vc-do-command - means. This means no buffer name needs to be hardcoded into the - dispatcher layer, and it's better to be explicit anyway. - - vc-svn.el (vc-svn-dir-state-heuristic): Removed. + * vc-arch.el (vc-arch-command): + * vc-bzr.el (vc-bzr-command): + * vc-cvs.el (vc-cvs-command): + * vc-dispatcher.el (vc-do-command): + * vc-git.el (vc-git-command): + * vc-hg.el (vc-hg-command): + * vc-mcvs.el (vc-mvcs-command): + * vc-mtn.el (vc-mtn-command): + * vc-sccs.el (vc-sccs-command, vc-sccs-workfile) + (vc-sccs-workfile-unchanged-p): + * vc-svn.el (vc-svn-command, vc-svn-create-repo), + * vc-rcs.el (all methods): Remove assumption about what a nil + argument to vc-do-command means. This means no buffer name needs + to be hardcoded into the dispatcher layer, and it's better to be + explicit anyway. + + * vc-svn.el (vc-svn-dir-state-heuristic): Remove. 2008-05-10 Dan Nicolaescu