diff options
author | Bill Wohler <wohler@newt.com> | 2011-07-11 19:20:42 -0700 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2011-07-11 19:20:42 -0700 |
commit | d988232217c0f545bb87c07dba9afd0e4418c610 (patch) | |
tree | 39f484aa5cb71616d36f4902e3fa525565597ee6 /etc/MH-E-NEWS | |
parent | fdeb32ec4716f7023469dd68a18b514293dbdfb3 (diff) | |
download | emacs-d988232217c0f545bb87c07dba9afd0e4418c610.tar.gz |
* MH-E-NEWS: Mention that SourceForge MH-E users will have to update
their load-paths.
Diffstat (limited to 'etc/MH-E-NEWS')
-rw-r--r-- | etc/MH-E-NEWS | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS index 0db76bb1237..c0cac9d861c 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS @@ -10,17 +10,21 @@ 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. +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." Otherwise, this is a small release that includes mostly internal changes from the Emacs team. One of these changes manifests itself in the user interface--you can now complete folders with abbreviations, -meaning that `+f/b/b TAB' can complete to `+foo/bar/baz'. This version -of MH-E is packaged with GNU Emacs 24.1 +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 |