]> git.eshelyaron.com Git - emacs.git/commitdiff
(Version, mh-version): Update for release 8.1.
authorBill Wohler <wohler@newt.com>
Tue, 19 Aug 2008 04:37:27 +0000 (04:37 +0000)
committerBill Wohler <wohler@newt.com>
Tue, 19 Aug 2008 04:37:27 +0000 (04:37 +0000)
lisp/mh-e/ChangeLog
lisp/mh-e/mh-e.el

index f5568779586bce5db42dfdcffc1f13c05d4766bd..3e7d1b8d441048625484ed92b8ca0ba9a297eeae 100644 (file)
@@ -1,3 +1,9 @@
+2008-08-18  Bill Wohler         <wohler@newt.com>
+
+       Release MH-E version 8.1.
+  
+       * mh-e.el (Version, mh-version): Update for release 8.1.
+
 2008-08-11  Bill Wohler  <wohler@newt.com>
 
        * mh-e.el (mh-variant-mh-info, mh-variant-nmh-info)
        no longer included in reverse order (closes SF #1730393).
 
        * mh-mime.el (mh-mml-forward-message): Forward messages as inline
-       attatchments (closes SF #1378993).
+       attachments (closes SF #1378993).
 
 2008-02-06  Richard Stallman  <rms@gnu.org>
 
index 15a390b63b86b4dba815532b95872a231ce57b77..4cef92681ca8dec3c51116cdbcb17c87b40e98df 100644 (file)
@@ -6,7 +6,7 @@
 
 ;; Author: Bill Wohler <wohler@newt.com>
 ;; Maintainer: Bill Wohler <wohler@newt.com>
-;; Version: 8.0.3+cvs
+;; Version: 8.1
 ;; Keywords: mail
 
 ;; This file is part of GNU Emacs.
 
 ;; MH-E is an Emacs interface to the MH mail system.
 
-;; MH-E is supported by GNU Emacs 21 and 22, as well as XEmacs 21
+;; MH-E is supported in GNU Emacs 21 and 22, as well as XEmacs 21
 ;; (except for versions 21.5.9-21.5.16). It is compatible with MH
 ;; versions 6.8.4 and higher, all versions of nmh, and GNU mailutils
-;; 0.4 and higher.
+;; 1.0 and higher. Gnus is also required; version 5.10 or higher is
+;; recommended.
 
 ;; MH (Message Handler) is a powerful mail reader. See
 ;; http://rand-mh.sourceforge.net/.
 ;; 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.0.3+cvs" "Version number of MH-E.")
+(defconst mh-version "8.1" "Version number of MH-E.")
 
 ;; Variants