diff options
| author | Bill Wohler | 2011-07-10 16:09:22 -0700 |
|---|---|---|
| committer | Bill Wohler | 2011-07-10 16:09:22 -0700 |
| commit | 35fe9c604413dc14e9952b5e82294f7122ce6e96 (patch) | |
| tree | 9ce770d51187b0cff5cc5d3b97bff9dfc3113c8e /lisp | |
| parent | d76674bb671cf65c78d248c5bacd50eba65a92a9 (diff) | |
| download | emacs-35fe9c604413dc14e9952b5e82294f7122ce6e96.tar.gz emacs-35fe9c604413dc14e9952b5e82294f7122ce6e96.zip | |
* mh-e.el (Version, mh-version): Update for release 8.2.90.mh-e-8.2.90
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/mh-e/mh-e.el | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 61b0870cd72..197c87a26ab 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-07-10 Bill Wohler <wohler@newt.com> | 1 | 2011-07-10 Bill Wohler <wohler@newt.com> |
| 2 | 2 | ||
| 3 | Release MH-E version 8.9.90. | ||
| 4 | |||
| 5 | * mh-e.el (Version, mh-version): Update for release 8.2.90. | ||
| 6 | |||
| 3 | * mh-utils.el (mh-sub-folders-actual): Remove FIXME question. | 7 | * mh-utils.el (mh-sub-folders-actual): Remove FIXME question. |
| 4 | 8 | ||
| 5 | * mh-mime.el (mh-decode-message-subject): Fix case of Subject. | 9 | * mh-mime.el (mh-decode-message-subject): Fix case of Subject. |
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 87272b1c83b..70d0cb5fcd5 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
| 8 | ;; Version: 8.2 | 8 | ;; Version: 8.2.90 |
| 9 | ;; Keywords: mail | 9 | ;; Keywords: mail |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| @@ -27,7 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | ;; MH-E is an Emacs interface to the MH mail system. | 28 | ;; MH-E is an Emacs interface to the MH mail system. |
| 29 | 29 | ||
| 30 | ;; MH-E is supported in GNU Emacs 21 and 22, as well as XEmacs 21 | 30 | ;; MH-E is supported in GNU Emacs 21 and higher, as well as XEmacs 21 |
| 31 | ;; (except for versions 21.5.9-21.5.16). It is compatible with MH | 31 | ;; (except for versions 21.5.9-21.5.16). It is compatible with MH |
| 32 | ;; versions 6.8.4 and higher, all versions of nmh, and GNU mailutils | 32 | ;; versions 6.8.4 and higher, all versions of nmh, and GNU mailutils |
| 33 | ;; 1.0 and higher. Gnus is also required; version 5.10 or higher is | 33 | ;; 1.0 and higher. Gnus is also required; version 5.10 or higher is |
| @@ -127,7 +127,7 @@ | |||
| 127 | ;; Try to keep variables local to a single file. Provide accessors if | 127 | ;; Try to keep variables local to a single file. Provide accessors if |
| 128 | ;; variables are shared. Use this section as a last resort. | 128 | ;; variables are shared. Use this section as a last resort. |
| 129 | 129 | ||
| 130 | (defconst mh-version "8.2" "Version number of MH-E.") | 130 | (defconst mh-version "8.2.90" "Version number of MH-E.") |
| 131 | 131 | ||
| 132 | ;; Variants | 132 | ;; Variants |
| 133 | 133 | ||