diff options
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/ChangeLog | 10 | ||||
-rw-r--r-- | lisp/mh-e/mh-e.el | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index c199ed2cfc2..516b027a6f7 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,13 @@ +2009-06-13 Bill Wohler <wohler@newt.com> + + Release MH-E version 8.2. + + * mh-e.el (Version, mh-version): Update for release 8.2. + + * mh-seq.el (mh-folder-size-flist) + * mh-speed.el (mh-speed-parse-flists-output) + * mh-xface.el (mh-face-display-function): Remove trailing space. + 2009-03-13 D. Goel <deego3@gmail.com> * mh-seq.el (mh-folder-size-flist): Use (values-list) in m-v call diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index e9b08fbb0f0..00c1c895bf3 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -7,7 +7,7 @@ ;; Author: Bill Wohler <wohler@newt.com> ;; Maintainer: Bill Wohler <wohler@newt.com> -;; Version: 8.1 +;; Version: 8.2 ;; Keywords: mail ;; This file is part of GNU Emacs. @@ -129,7 +129,7 @@ ;; Try to keep variables local to a single file. Provide accessors if ;; variables are shared. Use this section as a last resort. -(defconst mh-version "8.1" "Version number of MH-E.") +(defconst mh-version "8.2" "Version number of MH-E.") ;; Variants |