# HG changeset patch # User Bill Wohler # Date 1131154058 0 # Node ID 3ab1d06dcb915539ba9c2429e2fc0162837c722c # Parent 12f6ccc8b5e4b3126f828936ea6c592650250576 Add SF #1204506 to ChangeLog entry after the fact. Add fixed bug to 7.85 release notes after the fact too. diff -r 12f6ccc8b5e4 -r 3ab1d06dcb91 etc/MH-E-NEWS --- a/etc/MH-E-NEWS Fri Nov 04 23:42:28 2005 +0000 +++ b/etc/MH-E-NEWS Sat Nov 05 01:27:38 2005 +0000 @@ -32,6 +32,11 @@ The -face suffix has been dropped from all face names. +*** Default Identity Prevents Insertion of Auto Fields + +Auto insertion of an identity now occurs even when the default +identity is used (closes SF #1204506). + *** mh-compose-forward and Default Message Number mh-compose-forward will now default to the sent message in the sent diff -r 12f6ccc8b5e4 -r 3ab1d06dcb91 lisp/mh-e/ChangeLog.1 --- a/lisp/mh-e/ChangeLog.1 Fri Nov 04 23:42:28 2005 +0000 +++ b/lisp/mh-e/ChangeLog.1 Sat Nov 05 01:27:38 2005 +0000 @@ -165,7 +165,7 @@ * mh-comp.el (mh-insert-auto-fields): Inset identity regardless of whether one was already set, since if one used a default identity - it would never be overridden. + it would never be overridden (closes SF #1204506). 2005-06-02 Bill Wohler