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 | |
parent | fdeb32ec4716f7023469dd68a18b514293dbdfb3 (diff) | |
download | emacs-d988232217c0f545bb87c07dba9afd0e4418c610.tar.gz |
* MH-E-NEWS: Mention that SourceForge MH-E users will have to update
their load-paths.
-rw-r--r-- | etc/ChangeLog | 5 | ||||
-rw-r--r-- | etc/MH-E-NEWS | 10 |
2 files changed, 12 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 1a9771a960a..b37e4b70c56 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2011-07-12 Bill Wohler <wohler@newt.com> + + * MH-E-NEWS: Mention that SourceForge MH-E users will have to + update their load-paths. + 2011-07-10 Bill Wohler <wohler@newt.com> Release MH-E version 8.2.90. 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 |