diff options
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 6e7fd1ac7d7..4558c336e2a 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,5 +1,29 @@ | |||
| 1 | 2006-01-11 Bill Wohler <wohler@newt.com> | 1 | 2006-01-11 Bill Wohler <wohler@newt.com> |
| 2 | 2 | ||
| 3 | * mh-buffers.el: New file. Contains constants and code from | ||
| 4 | mh-index.el and mh-utils.el. | ||
| 5 | |||
| 6 | * mh-alias.el: | ||
| 7 | * mh-comp.el: | ||
| 8 | * mh-e.el: | ||
| 9 | * mh-funcs.el: | ||
| 10 | * mh-init.el: | ||
| 11 | * mh-junk.el: | ||
| 12 | * mh-mime.el: | ||
| 13 | * mh-print.el: | ||
| 14 | * mh-seq.el: Require new file mh-buffers.el. | ||
| 15 | |||
| 16 | * mh-index.el: Require new file mh-buffers.el. | ||
| 17 | (mh-index-temp-buffer, mh-checksum-buffer): Move to new file | ||
| 18 | mh-buffers.el. | ||
| 19 | |||
| 20 | * mh-utils.el: Require new file mh-buffers.el. | ||
| 21 | (mh-temp-buffer, mh-temp-fetch-buffer) | ||
| 22 | (mh-aliases-buffer, mh-folders-buffer, mh-help-buffer) | ||
| 23 | (mh-info-buffer, mh-log-buffer, mh-mail-delivery-buffer) | ||
| 24 | (mh-recipients-buffer, mh-sequences-buffer, mh-log-buffer-lines) | ||
| 25 | (mh-truncate-log-buffer): Move to new file mh-buffers.el. | ||
| 26 | |||
| 3 | * mh-comp.el (mh-forward): Cosmetics on prompt when draft exists. | 27 | * mh-comp.el (mh-forward): Cosmetics on prompt when draft exists. |
| 4 | (mh-send-letter): Add -msgid to mh-send-args (closes SF #725425). | 28 | (mh-send-letter): Add -msgid to mh-send-args (closes SF #725425). |
| 5 | 29 | ||