From 77f9b93eb2ff2e2d62cdb6bde2f9476b2420bf24 Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Sun, 25 Nov 2012 10:26:38 -0800 Subject: Release MH-E version 8.4. * mh-e.el (Version, mh-version): Update for release 8.4. --- lisp/mh-e/ChangeLog | 8 ++++++-- 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 @@ 2012-11-25 Bill Wohler + 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 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 @@ ;; Author: Bill Wohler ;; Maintainer: Bill Wohler -;; 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 -- cgit v1.2.3