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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 18 Jan 2008 23:33:00 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/01/18 23:32:59

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12603
retrieving revision 1.12604
diff -u -b -r1.12603 -r1.12604
--- ChangeLog   18 Jan 2008 20:09:26 -0000      1.12603
+++ ChangeLog   18 Jan 2008 23:32:58 -0000      1.12604
@@ -1,3 +1,15 @@
+2008-01-18  Dan Nicolaescu  <address@hidden>
+
+       * vc.el: Make vc-status asynchronous.
+       (vc-update-vc-status-buffer): New function broken out of ...
+       (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
+       the dir-status backend function.
+
+       * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
+       Move the output processing to ...
+       (vc-hg-after-dir-status): ... here.  Call the function passed as
+       an argument with the results.
+
 2008-01-18  Stefan Monnier  <address@hidden>
 
        * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.




reply via email to

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