diff options
author | Bill Wohler <wohler@newt.com> | 2013-03-02 16:02:19 -0800 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2013-03-02 16:02:19 -0800 |
commit | 5a3cbc037f23d248b079efe6c126a58aa1375d43 (patch) | |
tree | 75957d21952f581509f2764c65538e78eabe79dd /etc | |
parent | aef2281c76c1a6ec9cb988b8c339a1ed569f1114 (diff) | |
download | emacs-5a3cbc037f23d248b079efe6c126a58aa1375d43.tar.gz |
Release MH-E version 8.5.
* NEWS, MH-E-NEWS: Update for MH-E release 8.5.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 6 | ||||
-rw-r--r-- | etc/MH-E-NEWS | 19 | ||||
-rw-r--r-- | etc/NEWS | 2 |
3 files changed, 26 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 7ebb2a751ab..367f7c63264 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,9 @@ +2013-03-02 Bill Wohler <wohler@newt.com> + + Release MH-E version 8.5. + + * NEWS, MH-E-NEWS: Update for MH-E release 8.5. + 2013-03-02 Paul Eggert <eggert@cs.ucla.edu> * 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..38777b9a37b 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS @@ -3,6 +3,25 @@ Copyright (C) 2001-2013 Free Software Foundation, Inc. See the end of the file for license conditions. +* Changes in MH-E 8.5 + +Version 8.5 fixes bugs when incorporating or forwarding mail. + +** Bug Fixes in MH-E 8.5 + +*** mh-rmail doesn't switch to +inbox + +The function `mh-rmail' now switches to `+inbox' as expected (closes +SF #271). + +*** Problem forwarding a messsage + +Forwarding messages resulted in the error: `(wrong-type-argument +number-or-marker-p nil).' This has been fixed by setting the mail +separator (closes SF #270). + + + * Changes in MH-E 8.4 Version 8.4 postpones junk processing and merges in your components @@ -159,7 +159,7 @@ callers to fit the image to a frame other than the selected frame. *** `C-x 8 RET' in Isearch mode reads a character by its Unicode name and adds it to the search string. -** MH-E has been updated to MH-E version 8.4. +** MH-E has been updated to MH-E version 8.5. See MH-E-NEWS for details. --- |