diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 6 | ||||
| -rw-r--r-- | etc/MH-E-NEWS | 24 | ||||
| -rw-r--r-- | etc/NEWS | 2 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-03-02 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2013-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 @@ | |||
| 3 | Copyright (C) 2001-2013 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2013 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | * Changes in MH-E 8.5 | ||
| 7 | |||
| 8 | Version 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 | |||
| 14 | The function `mh-rmail' now switches to `+inbox' as expected (closes | ||
| 15 | SF #271). | ||
| 16 | |||
| 17 | *** Problem forwarding a message | ||
| 18 | |||
| 19 | Forwarding messages resulted in the error: `(wrong-type-argument | ||
| 20 | number-or-marker-p nil).' This has been fixed by setting the mail | ||
| 21 | separator (closes SF #270). | ||
| 22 | |||
| 23 | |||
| 24 | |||
| 6 | * Changes in MH-E 8.4 | 25 | * Changes in MH-E 8.4 |
| 7 | 26 | ||
| 8 | Version 8.4 postpones junk processing and merges in your components | 27 | Version 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 | ||
| 988 | Renamed from `mh-speedbar-selected-folder-with-unseen-messages-face' | 1007 | Renamed from `mh-speedbar-selected-folder-with-unseen-messages-face' |
| 989 | per new Emacs conventions. | 1008 | per 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 | ||
| 1102 | The -face suffix has been dropped from all face names. | 1121 | The -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: | |||
| 3360 | mode: outline | 3379 | mode: outline |
| 3361 | paragraph-separate: "[ ]*$" | 3380 | paragraph-separate: "[ ]*$" |
| 3362 | end: | 3381 | end: |
| 3363 | |||
| @@ -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 |
| 160 | and adds it to the search string. | 160 | and 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. |
| 163 | See MH-E-NEWS for details. | 163 | See MH-E-NEWS for details. |
| 164 | 164 | ||
| 165 | --- | 165 | --- |