Mercurial > emacs
comparison lisp/ChangeLog @ 94418:d27d80ade7b7
(vc-dir-mode-map): Change bindings for unmark all and revert.
(vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
(vc-dir-mark-file): Add an optional argument.
(vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 27 Apr 2008 19:52:13 +0000 |
parents | 1a8916b995cf |
children | 1ea022d5b378 |
comparison
equal
deleted
inserted
replaced
94417:1a8916b995cf | 94418:d27d80ade7b7 |
---|---|
1 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert. | |
4 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement. | |
5 (vc-dir-mark-file): Add an optional argument. | |
6 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories. | |
7 | |
1 2008-04-27 Daiki Ueno <ueno@unixuser.org> | 8 2008-04-27 Daiki Ueno <ueno@unixuser.org> |
2 | 9 |
3 * epa-file.el (auto-encryption-mode): Rename from epa-file-mode. | 10 * epa-file.el (auto-encryption-mode): Rename from epa-file-mode. |
4 (epa-file-handler): Put 'safe-magic and 'operations properties. | 11 (epa-file-handler): Put 'safe-magic and 'operations properties. |
5 | 12 |