changeset 66714:3ab1d06dcb91

Add SF #1204506 to ChangeLog entry after the fact. Add fixed bug to 7.85 release notes after the fact too.
author Bill Wohler <wohler@newt.com>
date Sat, 05 Nov 2005 01:27:38 +0000
parents 12f6ccc8b5e4
children 5cec34d0f4d7
files etc/MH-E-NEWS lisp/mh-e/ChangeLog.1
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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  <wohler@newt.com>