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)
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
;; 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.
;; 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