emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Eric S. Raymond
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 10 May 2008 13:27:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   08/05/10 13:27:16

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13708
retrieving revision 1.13709
diff -u -b -r1.13708 -r1.13709
--- ChangeLog   10 May 2008 13:09:04 -0000      1.13708
+++ ChangeLog   10 May 2008 13:27:10 -0000      1.13709
@@ -7,6 +7,24 @@
        * 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.
+
 2008-05-10  Dan Nicolaescu  <address@hidden>
 
        * vc.el: Update todo.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]