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 0a7c11e00a5..75b64c80ece 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2006-04-21 Bill Wohler <wohler@newt.com> | 1 | 2006-04-21 Bill Wohler <wohler@newt.com> |
| 2 | 2 | ||
| 3 | Release MH-E version 7.94. | ||
| 4 | |||
| 5 | * mh-e.el (Version, mh-version): Update for release 7.94. | ||
| 6 | |||
| 7 | 2006-04-21 Bill Wohler <wohler@newt.com> | ||
| 8 | |||
| 3 | * mh-letter.el (mh-insert-letter): If a message number isn't | 9 | * mh-letter.el (mh-insert-letter): If a message number isn't |
| 4 | given, throw an error rather than using a potentially incorrect | 10 | given, throw an error rather than using a potentially incorrect |
| 5 | message number (closes SF #1473729). In addition, use the cur | 11 | message number (closes SF #1473729). In addition, use the cur |
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 9ae686d8950..c477245542f 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.93+cvs | 9 | ;; Version: 7.94 |
| 10 | ;; Keywords: mail | 10 | ;; Keywords: mail |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| @@ -136,7 +136,7 @@ | |||
| 136 | ;; Try to keep variables local to a single file. Provide accessors if | 136 | ;; Try to keep variables local to a single file. Provide accessors if |
| 137 | ;; variables are shared. Use this section as a last resort. | 137 | ;; variables are shared. Use this section as a last resort. |
| 138 | 138 | ||
| 139 | (defconst mh-version "7.93+cvs" "Version number of MH-E.") | 139 | (defconst mh-version "7.94" "Version number of MH-E.") |
| 140 | 140 | ||
| 141 | ;; Variants | 141 | ;; Variants |
| 142 | 142 | ||