]> git.eshelyaron.com Git - emacs.git/commitdiff
* NEWS, MH-E-NEWS: Update for MH-E release 8.2.91. mh-e-8.2.91
authorBill Wohler <wohler@newt.com>
Tue, 12 Jul 2011 04:54:15 +0000 (21:54 -0700)
committerBill Wohler <wohler@newt.com>
Tue, 12 Jul 2011 04:54:15 +0000 (21:54 -0700)
etc/ChangeLog
etc/MH-E-NEWS
etc/NEWS

index b37e4b70c561118aa13931c96637ee58447c9c90..bfe584c69a104a1876a954fa0d298b649e8bc560 100644 (file)
@@ -1,5 +1,9 @@
 2011-07-12  Bill Wohler  <wohler@newt.com>
 
+       Release MH-E version 8.2.91.
+
+       * NEWS, MH-E-NEWS: Update for MH-E release 8.2.91.
+
        * MH-E-NEWS: Mention that SourceForge MH-E users will have to
        update their load-paths.
 
index c0cac9d861c0d5c7b1ff48ceb26ecebf8f005a9b..a46354d7b7bc63ecfcdc925568ec9c7f3cb5056f 100644 (file)
@@ -3,6 +3,18 @@
 Copyright (C) 2001-2011  Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
+* Changes in MH-E 8.2.91
+
+Version 8.2.91 fixes the folder window problem that was introduced
+in 8.2.90. It also fixes compilation warnings in XEmacs 21.5.31, as
+well as an error when running XEmacs 21.5.31 in a terminal.
+
+Another implication of the VCS change is that users who download MH-E
+from SourceForge and explicitly load MH-E will have to be change their
+`load-path' to "/path/to/mh-e/emacs/trunk/lisp/mh-e" instead. Note the
+addition of "trunk."
+
+This version of MH-E is packaged with GNU Emacs 24.1
 
 * Changes in MH-E 8.2.90
 
@@ -10,10 +22,7 @@ In 2010, the version control system (VCS) of Emacs was upgraded from
 CVS to Bazaar. In 2011, the MH-E team followed suit and upgraded the
 MH-E repository at SourceForge from CVS to Bazaar as well. The result
 is version 8.2.90 of MH-E, which includes needed changes to the build
-scripts. Another implication of this change is that users who download
-MH-E from SourceForge and explicitly load MH-E will have to be change
-their `load-path' to "/path/to/mh-e/emacs/trunk/lisp/mh-e" instead.
-Note the addition of "trunk."
+scripts.
 
 Otherwise, this is a small release that includes mostly internal
 changes from the Emacs team. One of these changes manifests itself in
@@ -23,8 +32,6 @@ meaning that `+f/b/b TAB' can complete to `+foo/bar/baz'.
 Also, RFC 2047-encoded Subject header fields in replies are now
 decoded.
 
-This version of MH-E is packaged with GNU Emacs 24.1
-
 \f
 
 * Changes in MH-E 8.2
index c34c0467dd92b3f679c78d3459d64e93e301c11c..8a37735b41f623e8445f334bbc210643ec6406a0 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -492,7 +492,7 @@ $ESHELL nor variable `explicit-shell-file-name' is set.
 
 ** MH-E
 
-*** Upgraded to MH-E version 8.2.90.  See MH-E-NEWS for details.
+*** Upgraded to MH-E version 8.2.91.  See MH-E-NEWS for details.
 
 ** comint and modes derived from it use the generic completion code.