Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
87843:e1d6c4e34d2c | 87844:3bd7c8c8bbe7 |
---|---|
1 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * vc.el: Make vc-status asynchronous. | |
4 (vc-update-vc-status-buffer): New function broken out of ... | |
5 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to | |
6 the dir-status backend function. | |
7 | |
8 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously. | |
9 Move the output processing to ... | |
10 (vc-hg-after-dir-status): ... here. Call the function passed as | |
11 an argument with the results. | |
12 | |
1 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca> | 13 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 14 |
3 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd. | 15 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd. |
4 (doc-view-insert-image): Do something if the image is missing. | 16 (doc-view-insert-image): Do something if the image is missing. |
5 (doc-view-mode): Don't use file-remote-p. | 17 (doc-view-mode): Don't use file-remote-p. |