aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/MH-E-NEWS24
-rw-r--r--etc/NEWS2
3 files changed, 28 insertions, 4 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 7ebb2a751ab..367f7c63264 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,9 @@
12013-03-02 Bill Wohler <wohler@newt.com>
2
3 Release MH-E version 8.5.
4
5 * NEWS, MH-E-NEWS: Update for MH-E release 8.5.
6
12013-03-02 Paul Eggert <eggert@cs.ucla.edu> 72013-03-02 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * NEWS: The lock for FILE is now .#FILE or .#-FILE (Bug#13807). 9 * NEWS: The lock for FILE is now .#FILE or .#-FILE (Bug#13807).
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS
index 846504c9014..c35eb72e8d9 100644
--- a/etc/MH-E-NEWS
+++ b/etc/MH-E-NEWS
@@ -3,6 +3,25 @@
3Copyright (C) 2001-2013 Free Software Foundation, Inc. 3Copyright (C) 2001-2013 Free Software Foundation, Inc.
4See the end of the file for license conditions. 4See the end of the file for license conditions.
5 5
6* Changes in MH-E 8.5
7
8Version 8.5 fixes bugs when incorporating or forwarding mail.
9
10** Bug Fixes in MH-E 8.5
11
12*** mh-rmail doesn't switch to +inbox
13
14The function `mh-rmail' now switches to `+inbox' as expected (closes
15SF #271).
16
17*** Problem forwarding a message
18
19Forwarding messages resulted in the error: `(wrong-type-argument
20number-or-marker-p nil).' This has been fixed by setting the mail
21separator (closes SF #270).
22
23
24
6* Changes in MH-E 8.4 25* Changes in MH-E 8.4
7 26
8Version 8.4 postpones junk processing and merges in your components 27Version 8.4 postpones junk processing and merges in your components
@@ -986,7 +1005,7 @@ Renamed from `mh-speedbar-selected-folder-face' per new Emacs conventions.
986*** mh-speedbar-selected-folder-with-unseen-messages 1005*** mh-speedbar-selected-folder-with-unseen-messages
987 1006
988Renamed from `mh-speedbar-selected-folder-with-unseen-messages-face' 1007Renamed from `mh-speedbar-selected-folder-with-unseen-messages-face'
989per new Emacs conventions. 1008per new Emacs conventions.
990 1009
991 1010
992 1011
@@ -1099,7 +1118,7 @@ Emacs conventions.
1099 1118
1100*** Face Variable Names Now Follow Current Conventions 1119*** Face Variable Names Now Follow Current Conventions
1101 1120
1102The -face suffix has been dropped from all face names. 1121The -face suffix has been dropped from all face names.
1103 1122
1104*** Swish Fixes 1123*** Swish Fixes
1105 1124
@@ -3360,4 +3379,3 @@ Local variables:
3360mode: outline 3379mode: outline
3361paragraph-separate: "[ ]*$" 3380paragraph-separate: "[ ]*$"
3362end: 3381end:
3363
diff --git a/etc/NEWS b/etc/NEWS
index 73f7991823f..8ae8ae3bf16 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -159,7 +159,7 @@ callers to fit the image to a frame other than the selected frame.
159*** `C-x 8 RET' in Isearch mode reads a character by its Unicode name 159*** `C-x 8 RET' in Isearch mode reads a character by its Unicode name
160and adds it to the search string. 160and adds it to the search string.
161 161
162** MH-E has been updated to MH-E version 8.4. 162** MH-E has been updated to MH-E version 8.5.
163See MH-E-NEWS for details. 163See MH-E-NEWS for details.
164 164
165--- 165---