diff options
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 8 |
1 files changed, 6 insertions, 2 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 |