From: Bill Wohler Date: Sat, 13 Jun 2009 17:10:31 +0000 (+0000) Subject: (Version, mh-version): Update for release 8.2. X-Git-Tag: emacs-pretest-23.0.95~63 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=06d3d10fbc1fd952cccac114090ef20c85cb812d;p=emacs.git (Version, mh-version): Update for release 8.2. --- 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 + + 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 * 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 ;; Maintainer: Bill Wohler -;; 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