]> git.eshelyaron.com Git - emacs.git/commitdiff
Show the functions changed.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 27 Dec 2007 02:22:59 +0000 (02:22 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 27 Dec 2007 02:22:59 +0000 (02:22 +0000)
lisp/ChangeLog

index e9d99a404f2c6927312bbcb0eff86921673e39ab..7dd8e03a299c2255947944ccdbe20a4ca04f7149 100644 (file)
@@ -1,15 +1,21 @@
 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
 
        * log-view.el: Add Subversion and Mercurial log format samples.
-       * vc-bzr.el, vc-cvs.el, vc.el, vc-mcvs.el, vc-svn.el: Significantly
-       speed up (vc-dired-hook) by arranging for it to call the backend
-       dir-state hook (if it exists) exactly *once*, rather than once per
-       each subdirectory (with dired-state-info calls on all toplevel files
-       slowing it down even further).  For this to work, backend dir-state
-       methods have to recurse to subdirectories.  Most of them already
-       did anyway; a few needed *non*-recursion switches removed.  This
-       change mostly removed code that was perversely bad and should have
-       been shot through the head years ago.
+
+       * vc.el (vc-dired-hook): Significantly speed up by arranging for
+       it to call the backend dir-state hook (if it exists)
+       exactly *once*, rather than once per each subdirectory (with
+       dired-state-info calls on all toplevel files slowing it down even
+       further).  For this to work, backend dir-state methods have to
+       recurse to subdirectories.  Most of them already did anyway; a few
+       needed *non*-recursion switches removed.  This change mostly
+       removed code that was perversely bad and should have been shot
+       through the head years ago.
+
+       * vc-bzr.el (vc-bzr-dir-state):
+       * vc-cvs.el (vc-cvs-dir-state):
+       * vc-mcvs.el (vc-mcvs-dir-state):
+       * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
 
 2007-12-26  Andreas Schwab  <schwab@suse.de>