Mercurial > emacs
diff lisp/ChangeLog @ 87844:3bd7c8c8bbe7
* 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.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 18 Jan 2008 23:32:58 +0000 |
parents | 3a98637489f5 |
children | 800f4ac6c848 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jan 18 22:50:17 2008 +0000 +++ b/lisp/ChangeLog Fri Jan 18 23:32:58 2008 +0000 @@ -1,3 +1,15 @@ +2008-01-18 Dan Nicolaescu <dann@ics.uci.edu> + + * 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 <monnier@iro.umontreal.ca> * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.