diff options
| -rw-r--r-- | lisp/mh-e/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/mh-e/mh-e.el | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index a679b5d65eb..a390589dd0f 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-06-20 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | Release MH-E version 8.0.1. | ||
| 4 | |||
| 5 | * mh-e.el (Version, mh-version): Update for release 8.0.1. | ||
| 6 | |||
| 1 | 2006-06-15 Bill Wohler <wohler@newt.com> | 7 | 2006-06-15 Bill Wohler <wohler@newt.com> |
| 2 | 8 | ||
| 3 | * mh-search.el (mh-index-new-folder): Use -2 suffix instead of <2> | 9 | * mh-search.el (mh-index-new-folder): Use -2 suffix instead of <2> |
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 28fff81e93b..80f0fedeb6e 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | ;; Author: Bill Wohler <wohler@newt.com> | 7 | ;; Author: Bill Wohler <wohler@newt.com> |
| 8 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 8 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
| 9 | ;; Version: 8.0 | 9 | ;; Version: 8.0.1 |
| 10 | ;; Keywords: mail | 10 | ;; Keywords: mail |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| @@ -133,7 +133,7 @@ | |||
| 133 | ;; Try to keep variables local to a single file. Provide accessors if | 133 | ;; Try to keep variables local to a single file. Provide accessors if |
| 134 | ;; variables are shared. Use this section as a last resort. | 134 | ;; variables are shared. Use this section as a last resort. |
| 135 | 135 | ||
| 136 | (defconst mh-version "8.0" "Version number of MH-E.") | 136 | (defconst mh-version "8.0.1" "Version number of MH-E.") |
| 137 | 137 | ||
| 138 | ;; Variants | 138 | ;; Variants |
| 139 | 139 | ||