diff options
| author | Bill Wohler | 2011-07-11 19:20:42 -0700 |
|---|---|---|
| committer | Bill Wohler | 2011-07-11 19:20:42 -0700 |
| commit | d988232217c0f545bb87c07dba9afd0e4418c610 (patch) | |
| tree | 39f484aa5cb71616d36f4902e3fa525565597ee6 /etc | |
| parent | fdeb32ec4716f7023469dd68a18b514293dbdfb3 (diff) | |
| download | emacs-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/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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-07-10 Bill Wohler <wohler@newt.com> | 6 | 2011-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 | |||
| 10 | CVS to Bazaar. In 2011, the MH-E team followed suit and upgraded the | 10 | CVS to Bazaar. In 2011, the MH-E team followed suit and upgraded the |
| 11 | MH-E repository at SourceForge from CVS to Bazaar as well. The result | 11 | MH-E repository at SourceForge from CVS to Bazaar as well. The result |
| 12 | is version 8.2.90 of MH-E, which includes needed changes to the build | 12 | is version 8.2.90 of MH-E, which includes needed changes to the build |
| 13 | scripts. | 13 | scripts. Another implication of this change is that users who download |
| 14 | MH-E from SourceForge and explicitly load MH-E will have to be change | ||
| 15 | their `load-path' to "/path/to/mh-e/emacs/trunk/lisp/mh-e" instead. | ||
| 16 | Note the addition of "trunk." | ||
| 14 | 17 | ||
| 15 | Otherwise, this is a small release that includes mostly internal | 18 | Otherwise, this is a small release that includes mostly internal |
| 16 | changes from the Emacs team. One of these changes manifests itself in | 19 | changes from the Emacs team. One of these changes manifests itself in |
| 17 | the user interface--you can now complete folders with abbreviations, | 20 | the user interface--you can now complete folders with abbreviations, |
| 18 | meaning that `+f/b/b TAB' can complete to `+foo/bar/baz'. This version | 21 | meaning that `+f/b/b TAB' can complete to `+foo/bar/baz'. |
| 19 | of MH-E is packaged with GNU Emacs 24.1 | ||
| 20 | 22 | ||
| 21 | Also, RFC 2047-encoded Subject header fields in replies are now | 23 | Also, RFC 2047-encoded Subject header fields in replies are now |
| 22 | decoded. | 24 | decoded. |
| 23 | 25 | ||
| 26 | This 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 |