diff options
| author | Glenn Morris | 2008-04-28 07:21:58 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-04-28 07:21:58 +0000 |
| commit | 96cfaafc9c432f8965f66d004cc628bacdcceecf (patch) | |
| tree | 33d3cdba80a5f156879671c302828317e433ca18 | |
| parent | dbc9f96d8238da065ebd2fa0d3dcd23c69f0d4f3 (diff) | |
| download | emacs-96cfaafc9c432f8965f66d004cc628bacdcceecf.tar.gz emacs-96cfaafc9c432f8965f66d004cc628bacdcceecf.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5223a26f170..f18fc1c1ae6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * epa-file.el (epa-file-handler): Comment out, does not compile. | ||
| 4 | |||
| 5 | * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert. | 3 | * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert. |
| 6 | (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement. | 4 | (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement. |
| 7 | (vc-dir-mark-file): Add an optional argument. | 5 | (vc-dir-mark-file): Add an optional argument. |
| @@ -9,7 +7,11 @@ | |||
| 9 | 7 | ||
| 10 | 2008-04-27 Daiki Ueno <ueno@unixuser.org> | 8 | 2008-04-27 Daiki Ueno <ueno@unixuser.org> |
| 11 | 9 | ||
| 12 | * epa-file.el (auto-encryption-mode): Rename from epa-file-mode. | 10 | * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook |
| 11 | rather than obsolete alias find-file-hooks. | ||
| 12 | (auto-encryption-mode): Rename from epa-file-mode. Default to on. | ||
| 13 | Use find-file-hook rather than obsolete alias find-file-hooks. | ||
| 14 | Add to find-file-not-found-functions. | ||
| 13 | (epa-file-handler): Put 'safe-magic and 'operations properties. | 15 | (epa-file-handler): Put 'safe-magic and 'operations properties. |
| 14 | 16 | ||
| 15 | * epa.el (epa-global-minor-modes, epa-mode, epa-menu) | 17 | * epa.el (epa-global-minor-modes, epa-mode, epa-menu) |