aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mh-e/ChangeLog10
-rw-r--r--lisp/mh-e/mh-e.el4
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 @@
12009-06-13 Bill Wohler <wohler@newt.com>
2
3 Release MH-E version 8.2.
4
5 * mh-e.el (Version, mh-version): Update for release 8.2.
6
7 * mh-seq.el (mh-folder-size-flist)
8 * mh-speed.el (mh-speed-parse-flists-output)
9 * mh-xface.el (mh-face-display-function): Remove trailing space.
10
12009-03-13 D. Goel <deego3@gmail.com> 112009-03-13 D. Goel <deego3@gmail.com>
2 12
3 * mh-seq.el (mh-folder-size-flist): Use (values-list) in m-v call 13 * 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 @@
7 7
8;; Author: Bill Wohler <wohler@newt.com> 8;; Author: Bill Wohler <wohler@newt.com>
9;; Maintainer: Bill Wohler <wohler@newt.com> 9;; Maintainer: Bill Wohler <wohler@newt.com>
10;; Version: 8.1 10;; Version: 8.2
11;; Keywords: mail 11;; Keywords: mail
12 12
13;; This file is part of GNU Emacs. 13;; This file is part of GNU Emacs.
@@ -129,7 +129,7 @@
129;; Try to keep variables local to a single file. Provide accessors if 129;; Try to keep variables local to a single file. Provide accessors if
130;; variables are shared. Use this section as a last resort. 130;; variables are shared. Use this section as a last resort.
131 131
132(defconst mh-version "8.1" "Version number of MH-E.") 132(defconst mh-version "8.2" "Version number of MH-E.")
133 133
134;; Variants 134;; Variants
135 135