Mercurial > emacs
comparison lisp/ChangeLog @ 94003:2ecb2ea8d5b5
Change `dir-status' to not take (and pass) status-buffer.
(vc-status-create-fileinfo): Make `extra' optional.
(vc-status-busy): New fun.
(vc-status-menu-map): Use it.
(vc-status-crt-marked): Remove.
(vc-status-update): Rename from vc-status-add-entries.
Add argument so as to prevent addition of entries. Rewrite.
(vc-update-vc-status-buffer): Remove.
(vc-status-refresh): Don't remove old entries, set them to
up-to-date instead. Also do it after the update is complete.
(vc-status-marked-files): ¦Ç-reduce.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 11 Apr 2008 15:17:59 +0000 |
parents | bae1479690d4 |
children | 0ab0b9641d80 |
comparison
equal
deleted
inserted
replaced
94002:bae1479690d4 | 94003:2ecb2ea8d5b5 |
---|---|
1 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * vc.el: Change `dir-status' to not take (and pass) status-buffer. | |
4 (vc-status-create-fileinfo): Make `extra' optional. | |
5 (vc-status-busy): New fun. | |
6 (vc-status-menu-map): Use it. | |
7 (vc-status-crt-marked): Remove. | |
8 (vc-status-update): Rename from vc-status-add-entries. | |
9 Add argument so as to prevent addition of entries. Rewrite. | |
10 (vc-update-vc-status-buffer): Remove. | |
11 (vc-status-refresh): Don't remove old entries, set them to | |
12 up-to-date instead. Also do it after the update is complete. | |
13 (vc-status-marked-files): η-reduce. | |
2 | 14 |
3 * dired.el (dired-read-dir-and-switches): Use read-directory-name even | 15 * dired.el (dired-read-dir-and-switches): Use read-directory-name even |
4 for non-dialogs. | 16 for non-dialogs. |
5 | 17 |
6 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs. | 18 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs. |