Mercurial > emacs
comparison lisp/ChangeLog @ 87675:e4a11c2d5016
* vc.el (vc-status-headers): Rename from
vc-status-insert-headers. Just return header.
(vc-status-move-to-goal-column): New function.
(vc-status-mode-map): Define more keys.
(vc-status-mode): Use vc-status-refresh. Now 'special.
(vc-status-refresh): New function.
(vc-status-next-line): Likewise.
(vc-status-previous-line): Likewise.
(vc-status-mark-file): Use vc-status-next-line.
(vc-status-unmark-file): Use vc-status-previous-line.
(vc-status-unmark-file-up): New function.
(vc-status-register): Likewise.
(vc-status-find-file): Likewise.
(vc-status-find-file-other-window): Likewise.
(vc-status-current-file): Likewise.
(vc-ensure-vc-buffer): Understand vc-status mode.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 09 Jan 2008 05:19:04 +0000 |
parents | beb524f8ba54 |
children | ae3fe9150b36 |
comparison
equal
deleted
inserted
replaced
87674:beb524f8ba54 | 87675:e4a11c2d5016 |
---|---|
1 2008-01-09 Tom Tromey <tromey@redhat.com> | 1 2008-01-09 Tom Tromey <tromey@redhat.com> |
2 | |
3 * vc.el (vc-status-headers): Rename from | |
4 vc-status-insert-headers. Just return header. | |
5 (vc-status-move-to-goal-column): New function. | |
6 (vc-status-mode-map): Define more keys. | |
7 (vc-status-mode): Use vc-status-refresh. Now 'special. | |
8 (vc-status-refresh): New function. | |
9 (vc-status-next-line): Likewise. | |
10 (vc-status-previous-line): Likewise. | |
11 (vc-status-mark-file): Use vc-status-next-line. | |
12 (vc-status-unmark-file): Use vc-status-previous-line. | |
13 (vc-status-unmark-file-up): New function. | |
14 (vc-status-register): Likewise. | |
15 (vc-status-find-file): Likewise. | |
16 (vc-status-find-file-other-window): Likewise. | |
17 (vc-status-current-file): Likewise. | |
18 (vc-ensure-vc-buffer): Understand vc-status mode. | |
2 | 19 |
3 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status". | 20 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status". |
4 | 21 |
5 2008-01-09 Glenn Morris <rgm@gnu.org> | 22 2008-01-09 Glenn Morris <rgm@gnu.org> |
6 | 23 |