diff options
| -rw-r--r-- | lisp/mh-e/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/mh-e/mh-e.el | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 8f84d3a0b52..deccd0aaf86 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,8 +1,12 @@ | |||
| 1 | 2012-11-25 Bill Wohler <wohler@newt.com> | 1 | 2012-11-25 Bill Wohler <wohler@newt.com> |
| 2 | 2 | ||
| 3 | Release MH-E version 8.4. | ||
| 4 | |||
| 5 | * mh-e.el (Version, mh-version): Update for release 8.4. | ||
| 6 | |||
| 3 | * mh-comp.el (mh-regexp-in-field-syntax-table): Fix docstring. | 7 | * mh-comp.el (mh-regexp-in-field-syntax-table): Fix docstring. |
| 4 | (mh-edit-again): Format. | 8 | (mh-edit-again): Format. |
| 5 | (mh-components-to-list): Fix docstring. | 9 | (mh-components-to-list): Fix docstring. |
| 6 | (mh-regexp-in-field-p): Remove unused variable `field'. | 10 | (mh-regexp-in-field-p): Remove unused variable `field'. |
| 7 | 11 | ||
| 8 | * mh-compat.el (mh-define-obsolete-variable-alias) | 12 | * mh-compat.el (mh-define-obsolete-variable-alias) |
| @@ -36,7 +40,7 @@ | |||
| 36 | default values for missing headers in the draft. | 40 | default values for missing headers in the draft. |
| 37 | (mh-regexp-in-field-syntax-table, mh-fcc-syntax-table) | 41 | (mh-regexp-in-field-syntax-table, mh-fcc-syntax-table) |
| 38 | (mh-addr-syntax-table, mh-regexp-in-field-p): Use a syntax table | 42 | (mh-addr-syntax-table, mh-regexp-in-field-p): Use a syntax table |
| 39 | so we'll properly parse non-address fields. | 43 | so we'll properly parse non-address fields. |
| 40 | (mh-components-to-list, mh-extract-header-field): New functions to | 44 | (mh-components-to-list, mh-extract-header-field): New functions to |
| 41 | read components file. | 45 | read components file. |
| 42 | (mh-find-components, mh-send-sub): Move code to locate components | 46 | (mh-find-components, mh-send-sub): Move code to locate components |
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 20739ca9d82..69968dac5f7 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.3.1+bzr | 8 | ;; Version: 8.4 |
| 9 | ;; Keywords: mail | 9 | ;; Keywords: mail |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| @@ -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.3.1+bzr" "Version number of MH-E.") | 130 | (defconst mh-version "8.4" "Version number of MH-E.") |
| 131 | 131 | ||
| 132 | ;; Variants | 132 | ;; Variants |
| 133 | 133 | ||