diff options
author | Bill Wohler <wohler@newt.com> | 2014-09-29 21:52:10 -0700 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2014-09-29 21:52:10 -0700 |
commit | e80e3bdb756eb98fe023287c80386c591869bc72 (patch) | |
tree | 0da8835b61e46b6c815753a386a1508a113b8ae7 /etc/NEWS | |
parent | 5bb6d037f01ae43baf5a2f71398e803ccfa3643b (diff) | |
download | emacs-e80e3bdb756eb98fe023287c80386c591869bc72.tar.gz |
Release MH-E version 8.6.mh-e-8.6
* NEWS, MH-E-NEWS: Update for MH-E release 8.6.
* mh-e.el (Version, mh-version): Update for release 8.6.
* mh-comp.el (mh-insert-x-face): Ensure that mh-x-face-file is a
string before trying to use it (closes SF #474).
(mh-bare-components): New function to create a temporary initial
components file; replaces mh-find-components. Improve the temp folder
and file names as per a suggestion from Bill Wohler. Also address
XEmacs compatibility issues: use mm-make-temp-file instead of
make-temp-file, and only pass one argument to delete-directory.
(mh-edit-again, mh-send-sub): Use mh-bare-components instead of
mh-find-components (partially closes SF #468).
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -614,7 +614,7 @@ are lined up to the first one. *** Recognition and better indentation of continuations in array comprehensions. -** MH-E has been updated to version 8.5 - see separate MH-E-NEWS file. +** MH-E has been updated to version 8.6 - see separate MH-E-NEWS file. ** Octave mode |