From 06d3d10fbc1fd952cccac114090ef20c85cb812d Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Sat, 13 Jun 2009 17:10:31 +0000 Subject: [PATCH] (Version, mh-version): Update for release 8.2. --- lisp/mh-e/ChangeLog | 10 ++++++++++ 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 c199ed2cfc..516b027a6f 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 e9b08fbb0f..00c1c895bf 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 -- 2.20.1