]> git.eshelyaron.com Git - emacs.git/commitdiff
Release MH-E version 8.5.
authorBill Wohler <wohler@newt.com>
Sun, 3 Mar 2013 00:02:19 +0000 (16:02 -0800)
committerBill Wohler <wohler@newt.com>
Sun, 3 Mar 2013 00:02:19 +0000 (16:02 -0800)
* NEWS, MH-E-NEWS: Update for MH-E release 8.5.

etc/ChangeLog
etc/MH-E-NEWS
etc/NEWS

index 7ebb2a751aba97a70869099a63262ac9ab987c99..367f7c63264e79337c7ec4916f8eadc7074ec9f8 100644 (file)
@@ -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).
index 846504c90140be1bfff788f7d1eab087d5c11518..38777b9a37b0c2054b012515b57757ba997d6583 100644 (file)
@@ -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).
+
+\f
+
 * Changes in MH-E 8.4
 
 Version 8.4 postpones junk processing and merges in your components
index 73f7991823f07ac7c8a5d17587694cdbb73aef95..8ae8ae3bf16b25f70b7aa62c710ae12544f7fa38 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
 
 ---