comparison lisp/mh-e/ChangeLog @ 68107:abeb226bd3f8

Use ";; Shush compiler." comment consistently per Mark's suggestion. (mh-letter-mode): Derive from mail-mode and delete code copied from mail-mode (closes SF #1385571). Mention mail-mode-hook in docstring. (mh-fill-paragraph-function): Delete. Handled by mail-mode. (mh-to-field-choices): For consistency with mail-mode, add "a" for "Mail-Reply-To:", "l" for "Mail-Followup-To:", and "r" for "Reply-To:". Change "r" to "m" for "From:" (closes SF #1400139). (mh-to-fcc): Move setting of folder argument to interactive argument as is the norm. (mh-letter-complete-function-alist): Add mail-reply-to. (mh-letter-mode-map): Add keys for mh-to-field (Mail-Reply-To, Mail-Followup-To, Reply-To, From).
author Bill Wohler <wohler@newt.com>
date Mon, 09 Jan 2006 21:21:06 +0000
parents da4512a603de
children 604ac165c0ad
comparison
equal deleted inserted replaced
68106:da4512a603de 68107:abeb226bd3f8
1 2006-01-09 Bill Wohler <wohler@newt.com> 1 2006-01-09 Bill Wohler <wohler@newt.com>
2
3 * mh-comp.el: Use ";; Shush compiler." comment consistently per
4 Mark's suggestion.
5 (mh-letter-mode): Derive from mail-mode and delete code copied
6 from mail-mode (closes SF #1385571). Mention mail-mode-hook in
7 docstring.
8 (mh-fill-paragraph-function): Delete. Handled by mail-mode.
9 (mh-to-field-choices): For consistency with mail-mode, add "a" for
10 "Mail-Reply-To:", "l" for "Mail-Followup-To:", and "r" for
11 "Reply-To:". Change "r" to "m" for "From:" (closes SF #1400139).
12 (mh-to-fcc): Move setting of folder argument to interactive
13 argument as is the norm.
14 (mh-letter-complete-function-alist): Add mail-reply-to.
15 (mh-letter-mode-map): Add keys for mh-to-field (Mail-Reply-To,
16 Mail-Followup-To, Reply-To, From).
2 17
3 * mh-customize.el: Use ";; Forward definition." consistently. 18 * mh-customize.el: Use ";; Forward definition." consistently.
4 Comment declaration to remind programmer to update forward 19 Comment declaration to remind programmer to update forward
5 definition if default changes. 20 definition if default changes.
6 21