comparison lisp/ChangeLog @ 92093:a0193ceeaa83

* vc.el (vc-exec-after): Move setting mode-line-process in the busy case ... (vc-set-mode-line-busy-indicator): ... in this new function. (vc-status-refresh): Call vc-set-mode-line-busy-indicator. (vc-update-vc-status-buffer): Reset mode-line-process. (vc-status-mark-all-files, vc-status-unmark-all-files): Change to mark/unmark all the files with the same state as the current one. With a prefix argument mark/unmark all files. (vc-status-mode-menu): Adjust strings. (vc-update-vc-status-buffer): Only do something when the argument is not nil. (vc-status-kill-dir-status-process): New function. (vc-status-mode-map): Bind it. (vc-status-process-buffer): New variable. (vc-status-mode): Make it local. (vc-status-refresh): Set it. * vc-hg.el (vc-hg-dir-status): * vc-git.el (vc-git-dir-status): * vc-svn.el (vc-svn-dir-status): Return the buffer in which the command is run.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 22 Feb 2008 07:44:08 +0000
parents cb361bd1b322
children 3b8e7803da83
comparison
equal deleted inserted replaced
92092:cb361bd1b322 92093:a0193ceeaa83
7 (vc-update-vc-status-buffer): Reset mode-line-process. 7 (vc-update-vc-status-buffer): Reset mode-line-process.
8 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to 8 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
9 mark/unmark all the files with the same state as the current one. 9 mark/unmark all the files with the same state as the current one.
10 With a prefix argument mark/unmark all files. 10 With a prefix argument mark/unmark all files.
11 (vc-status-mode-menu): Adjust strings. 11 (vc-status-mode-menu): Adjust strings.
12 (vc-update-vc-status-buffer): Only do something when the argument
13 is not nil.
14 (vc-status-kill-dir-status-process): New function.
15 (vc-status-mode-map): Bind it.
16 (vc-status-process-buffer): New variable.
17 (vc-status-mode): Make it local.
18 (vc-status-refresh): Set it.
19
20 * vc-hg.el (vc-hg-dir-status):
21 * vc-git.el (vc-git-dir-status):
22 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
23 command is run.
12 24
13 2008-02-22 Glenn Morris <rgm@gnu.org> 25 2008-02-22 Glenn Morris <rgm@gnu.org>
14 26
15 * json.el (top-level): No need to require thingatpt. 27 * json.el (top-level): No need to require thingatpt.
16 (json-read-keyword): Use thing-at-point rather than word-at-point. 28 (json-read-keyword): Use thing-at-point rather than word-at-point.