aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/MH-E-NEWS5
-rw-r--r--lisp/mh-e/ChangeLog.12
2 files changed, 6 insertions, 1 deletions
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS
index 34b4d2ab4d1..ba13b8aca15 100644
--- a/etc/MH-E-NEWS
+++ b/etc/MH-E-NEWS
@@ -32,6 +32,11 @@ Instead of "Prompt: [<default>] ", the prompts now look like "Prompt
32 32
33The -face suffix has been dropped from all face names. 33The -face suffix has been dropped from all face names.
34 34
35*** Default Identity Prevents Insertion of Auto Fields
36
37Auto insertion of an identity now occurs even when the default
38identity is used (closes SF #1204506).
39
35*** mh-compose-forward and Default Message Number 40*** mh-compose-forward and Default Message Number
36 41
37mh-compose-forward will now default to the sent message in the sent 42mh-compose-forward will now default to the sent message in the sent
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1
index 77d6c287c36..66b510011a1 100644
--- a/lisp/mh-e/ChangeLog.1
+++ b/lisp/mh-e/ChangeLog.1
@@ -165,7 +165,7 @@
165 165
166 * mh-comp.el (mh-insert-auto-fields): Inset identity regardless of 166 * mh-comp.el (mh-insert-auto-fields): Inset identity regardless of
167 whether one was already set, since if one used a default identity 167 whether one was already set, since if one used a default identity
168 it would never be overridden. 168 it would never be overridden (closes SF #1204506).
169 169
1702005-06-02 Bill Wohler <wohler@newt.com> 1702005-06-02 Bill Wohler <wohler@newt.com>
171 171