aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBill Wohler2011-07-11 19:20:42 -0700
committerBill Wohler2011-07-11 19:20:42 -0700
commitd988232217c0f545bb87c07dba9afd0e4418c610 (patch)
tree39f484aa5cb71616d36f4902e3fa525565597ee6 /etc
parentfdeb32ec4716f7023469dd68a18b514293dbdfb3 (diff)
downloademacs-d988232217c0f545bb87c07dba9afd0e4418c610.tar.gz
emacs-d988232217c0f545bb87c07dba9afd0e4418c610.zip
* MH-E-NEWS: Mention that SourceForge MH-E users will have to update
their load-paths.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/MH-E-NEWS10
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 @@
12011-07-12 Bill Wohler <wohler@newt.com>
2
3 * MH-E-NEWS: Mention that SourceForge MH-E users will have to
4 update their load-paths.
5
12011-07-10 Bill Wohler <wohler@newt.com> 62011-07-10 Bill Wohler <wohler@newt.com>
2 7
3 Release MH-E version 8.2.90. 8 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
10CVS to Bazaar. In 2011, the MH-E team followed suit and upgraded the 10CVS to Bazaar. In 2011, the MH-E team followed suit and upgraded the
11MH-E repository at SourceForge from CVS to Bazaar as well. The result 11MH-E repository at SourceForge from CVS to Bazaar as well. The result
12is version 8.2.90 of MH-E, which includes needed changes to the build 12is version 8.2.90 of MH-E, which includes needed changes to the build
13scripts. 13scripts. Another implication of this change is that users who download
14MH-E from SourceForge and explicitly load MH-E will have to be change
15their `load-path' to "/path/to/mh-e/emacs/trunk/lisp/mh-e" instead.
16Note the addition of "trunk."
14 17
15Otherwise, this is a small release that includes mostly internal 18Otherwise, this is a small release that includes mostly internal
16changes from the Emacs team. One of these changes manifests itself in 19changes from the Emacs team. One of these changes manifests itself in
17the user interface--you can now complete folders with abbreviations, 20the user interface--you can now complete folders with abbreviations,
18meaning that `+f/b/b TAB' can complete to `+foo/bar/baz'. This version 21meaning that `+f/b/b TAB' can complete to `+foo/bar/baz'.
19of MH-E is packaged with GNU Emacs 24.1
20 22
21Also, RFC 2047-encoded Subject header fields in replies are now 23Also, RFC 2047-encoded Subject header fields in replies are now
22decoded. 24decoded.
23 25
26This version of MH-E is packaged with GNU Emacs 24.1
27
24 28
25 29
26* Changes in MH-E 8.2 30* Changes in MH-E 8.2