diff options
author | Bill Wohler <wohler@newt.com> | 2011-07-11 21:54:15 -0700 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2011-07-11 21:54:15 -0700 |
commit | 71e0ea1358607ad22ee8759345fd023553331f44 (patch) | |
tree | 27272052102ed53679494d4cb0166052ccac446a /etc/MH-E-NEWS | |
parent | 97cc26fd5fea9984eef75a287e172ea19c9f37f8 (diff) | |
download | emacs-71e0ea1358607ad22ee8759345fd023553331f44.tar.gz |
* NEWS, MH-E-NEWS: Update for MH-E release 8.2.91.mh-e-8.2.91
Diffstat (limited to 'etc/MH-E-NEWS')
-rw-r--r-- | etc/MH-E-NEWS | 19 |
1 files changed, 13 insertions, 6 deletions
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 |