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 9d0c1d4dbc6..93af45f133e 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2006-03-05 Bill Wohler <wohler@newt.com> | 1 | 2006-03-05 Bill Wohler <wohler@newt.com> |
| 2 | 2 | ||
| 3 | Release MH-E version 7.93. | ||
| 4 | |||
| 5 | * mh-e.el (Version, mh-version): Update for release 7.93. | ||
| 6 | |||
| 7 | 2006-03-05 Bill Wohler <wohler@newt.com> | ||
| 8 | |||
| 3 | * mh-folder.el (mh-folder-mode): Drop 'load-path argument when | 9 | * mh-folder.el (mh-folder-mode): Drop 'load-path argument when |
| 4 | calling mh-image-load-path-for-library since this is the default. | 10 | calling mh-image-load-path-for-library since this is the default. |
| 5 | 11 | ||
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index fa4df0873b1..ba2ea7f1bf2 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: 7.92+cvs | 9 | ;; Version: 7.93 |
| 10 | ;; Keywords: mail | 10 | ;; Keywords: mail |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| @@ -116,7 +116,7 @@ | |||
| 116 | ;; Try to keep variables local to a single file. Provide accessors if | 116 | ;; Try to keep variables local to a single file. Provide accessors if |
| 117 | ;; variables are shared. Use this section as a last resort. | 117 | ;; variables are shared. Use this section as a last resort. |
| 118 | 118 | ||
| 119 | (defconst mh-version "7.92+cvs" "Version number of MH-E.") | 119 | (defconst mh-version "7.93" "Version number of MH-E.") |
| 120 | 120 | ||
| 121 | ;; Variants | 121 | ;; Variants |
| 122 | 122 | ||