]> git.eshelyaron.com Git - emacs.git/commitdiff
Add SF #1204506 to ChangeLog entry after the fact.
authorBill Wohler <wohler@newt.com>
Sat, 5 Nov 2005 01:27:38 +0000 (01:27 +0000)
committerBill Wohler <wohler@newt.com>
Sat, 5 Nov 2005 01:27:38 +0000 (01:27 +0000)
Add fixed bug to 7.85 release notes after the fact too.

etc/MH-E-NEWS
lisp/mh-e/ChangeLog.1

index 34b4d2ab4d1b2f0a12b62c3e18960b87754d60ca..ba13b8aca150433c062239f82127016f54534b10 100644 (file)
@@ -32,6 +32,11 @@ Instead of "Prompt: [<default>] ", the prompts now look like "Prompt
 
 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
index 77d6c287c3639fa7e3bb5254591bdd5323c64706..66b510011a14a4b3c338bb6756cc075591230817 100644 (file)
 
        * 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>