summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/MH-E-NEWS19
-rw-r--r--etc/NEWS2
3 files changed, 18 insertions, 7 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index b37e4b70c56..bfe584c69a1 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -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.
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS
index c0cac9d861c..a46354d7b7b 100644
--- a/etc/MH-E-NEWS
+++ b/etc/MH-E-NEWS
@@ -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
-
* Changes in MH-E 8.2
diff --git a/etc/NEWS b/etc/NEWS
index c34c0467dd9..8a37735b41f 100644
--- 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.