Release MH-E version 8.4.

* mh-e.el (Version, mh-version): Update for release 8.4.
This commit is contained in:
Bill Wohler 2012-11-25 10:26:38 -08:00
parent 6827cac1cd
commit 77f9b93eb2
2 changed files with 8 additions and 4 deletions

View file

@ -1,8 +1,12 @@
2012-11-25 Bill Wohler <wohler@newt.com>
Release MH-E version 8.4.
* mh-e.el (Version, mh-version): Update for release 8.4.
* mh-comp.el (mh-regexp-in-field-syntax-table): Fix docstring.
(mh-edit-again): Format.
(mh-components-to-list): Fix docstring.
(mh-components-to-list): Fix docstring.
(mh-regexp-in-field-p): Remove unused variable `field'.
* mh-compat.el (mh-define-obsolete-variable-alias)
@ -36,7 +40,7 @@
default values for missing headers in the draft.
(mh-regexp-in-field-syntax-table, mh-fcc-syntax-table)
(mh-addr-syntax-table, mh-regexp-in-field-p): Use a syntax table
so we'll properly parse non-address fields.
so we'll properly parse non-address fields.
(mh-components-to-list, mh-extract-header-field): New functions to
read components file.
(mh-find-components, mh-send-sub): Move code to locate components

View file

@ -5,7 +5,7 @@
;; Author: Bill Wohler <wohler@newt.com>
;; Maintainer: Bill Wohler <wohler@newt.com>
;; Version: 8.3.1+bzr
;; Version: 8.4
;; Keywords: mail
;; This file is part of GNU Emacs.
@ -127,7 +127,7 @@
;; Try to keep variables local to a single file. Provide accessors if
;; variables are shared. Use this section as a last resort.
(defconst mh-version "8.3.1+bzr" "Version number of MH-E.")
(defconst mh-version "8.4" "Version number of MH-E.")
;; Variants