Mercurial > emacs
comparison lisp/ChangeLog @ 92038:d48c4ffc9aa2
(vc-status-mark, vc-status-unmark): New functions.
(vc-status-mode-map, vc-status-mode-menu): Mark them instead for
vc-status-mark-file and vc-status-unmark-file.
(vc-status-mark-unmark): New function.
(vc-status-previous-line, vc-status-mark-all-files): No longer
interactive.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 21 Feb 2008 08:26:00 +0000 |
parents | 980c5901870e |
children | 0fed13285736 |
comparison
equal
deleted
inserted
replaced
92037:6df70fc9b75e | 92038:d48c4ffc9aa2 |
---|---|
1 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * vc.el (vc-status-mark, vc-status-unmark): New functions. | |
4 (vc-status-mode-map, vc-status-mode-menu): Mark them instead for | |
5 vc-status-mark-file and vc-status-unmark-file. | |
6 (vc-status-mark-unmark): New function. | |
7 (vc-status-previous-line, vc-status-mark-all-files): No longer | |
8 interactive. | |
9 | |
1 2008-02-21 Glenn Morris <rgm@gnu.org> | 10 2008-02-21 Glenn Morris <rgm@gnu.org> |
2 | 11 |
3 * composite.el (encode-composition-rule): Fix typo in error message. | 12 * composite.el (encode-composition-rule): Fix typo in error message. |
4 (composition-function-table, auto-composition-mode): Doc fixes. | 13 (composition-function-table, auto-composition-mode): Doc fixes. |
5 | 14 |