comparison lisp/mh-e/ChangeLog @ 68477:0f44616074ba

* mh-comp.el (mh-letter-hide-all-skipped-fields) (mh-get-header-field): Move to mh-utils.el so that you can read messages without having to load mh-comp.el and mh-letter.el. * mh-letter.el (mh-hidden-header-keymap) (mh-letter-toggle-header-field-display) (mh-letter-skipped-header-field-p) (mh-letter-skip-leading-whitespace-in-header-field) (mh-letter-truncate-header-field): Move to mh-utils.el so that you can read messages without having to load mh-comp.el and mh-letter.el. * mh-utils.el (mh-get-header-field) (mh-letter-hide-all-skipped-fields) (mh-letter-skipped-header-field-p, mh-hidden-header-keymap) (mh-letter-toggle-header-field-display) (mh-letter-skip-leading-whitespace-in-header-field) (mh-letter-truncate-header-field): Move here from mh-comp.el and mh-letter.el so that you can read messages without having to load mh-comp.el and mh-letter.el.
author Bill Wohler <wohler@newt.com>
date Mon, 30 Jan 2006 01:32:17 +0000
parents a58223a143bc
children 98d72e1824e4
comparison
equal deleted inserted replaced
68476:a58223a143bc 68477:0f44616074ba
1 2006-01-29 Bill Wohler <wohler@newt.com> 1 2006-01-29 Bill Wohler <wohler@newt.com>
2
3 * mh-comp.el (mh-letter-hide-all-skipped-fields)
4 (mh-get-header-field): Move to mh-utils.el so that you can read
5 messages without having to load mh-comp.el and mh-letter.el.
6
7 * mh-letter.el (mh-hidden-header-keymap)
8 (mh-letter-toggle-header-field-display)
9 (mh-letter-skipped-header-field-p)
10 (mh-letter-skip-leading-whitespace-in-header-field)
11 (mh-letter-truncate-header-field): Move to mh-utils.el so that you
12 can read messages without having to load mh-comp.el and
13 mh-letter.el.
14
15 * mh-utils.el (mh-get-header-field)
16 (mh-letter-hide-all-skipped-fields)
17 (mh-letter-skipped-header-field-p, mh-hidden-header-keymap)
18 (mh-letter-toggle-header-field-display)
19 (mh-letter-skip-leading-whitespace-in-header-field)
20 (mh-letter-truncate-header-field): Move here from mh-comp.el and
21 mh-letter.el so that you can read messages without having to load
22 mh-comp.el and mh-letter.el.
2 23
3 * mh-comp.el (mh-insert-fields): Handle nil values. Rmail, at 24 * mh-comp.el (mh-insert-fields): Handle nil values. Rmail, at
4 least, will deliver them to us. 25 least, will deliver them to us.
5 26
6 * mh-e.el (mh-after-commands-processed-hook) 27 * mh-e.el (mh-after-commands-processed-hook)