diff options
| author | Bill Wohler | 2006-01-16 05:41:26 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-01-16 05:41:26 +0000 |
| commit | fc77df2c34d088921e1952a8fce5470c5250ad89 (patch) | |
| tree | 59457e8693a6a633d918c13f27e61aae8228d9a4 /lisp/mh-e/ChangeLog | |
| parent | 28f74fdf77eaab2e9daf54e2d5b0b729c5201e4f (diff) | |
| download | emacs-fc77df2c34d088921e1952a8fce5470c5250ad89.tar.gz emacs-fc77df2c34d088921e1952a8fce5470c5250ad89.zip | |
* mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of
mh-narrow-to-from from / f to / m; mh-narrow-to-range from / r to / g.
* mh-utils.el (mh-show-limit-map): Ditto.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index debaf5c943a..23a0a2041a5 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2006-01-15 Bill Wohler <wohler@newt.com> | 1 | 2006-01-15 Bill Wohler <wohler@newt.com> |
| 2 | 2 | ||
| 3 | * mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of | ||
| 4 | mh-narrow-to-from from / f to / m; mh-narrow-to-range from / r to | ||
| 5 | / g. | ||
| 6 | |||
| 7 | * mh-utils.el (mh-show-limit-map): Ditto. | ||
| 8 | |||
| 3 | * mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for | 9 | * mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for |
| 4 | standalone compile. | 10 | standalone compile. |
| 5 | (mh-progs, mh-lib, mh-lib-progs): Move here from mh-init.el. | 11 | (mh-progs, mh-lib, mh-lib-progs): Move here from mh-init.el. |