(Version, mh-version): Update for release 8.2.
This commit is contained in:
parent
86e1c36a8f
commit
06d3d10fbc
2 changed files with 12 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue