From: Bill Wohler Date: Sun, 3 Mar 2013 00:04:12 +0000 (-0800) Subject: Release MH-E version 8.5. X-Git-Tag: emacs-24.3.90~173^2~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91881c0722c41cb2ac6a0a53d22fdfea250f27d9;p=emacs.git Release MH-E version 8.5. * mh-e.el (Version, mh-version): Update for release 8.5. --- diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 72be15e69a0..ee95f8051a8 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,9 @@ +2013-03-02 Bill Wohler + + Release MH-E version 8.5. + + * mh-e.el (Version, mh-version): Update for release 8.5. + 2013-01-23 Dmitry Antipov * mh-acros.el (mh-do-at-event-location): Use point-marker. @@ -6,15 +12,15 @@ 2012-12-10 Jeffrey C Honig - * mh-folder.el (mh-inc-folder): Revert SF #2321115, SF bugs/250 + * mh-folder.el (mh-inc-folder): Revert SF #2321115, SF #250 which processed pending deletes and refiles. Call to mh-process-or-undo-commands to insure that pending changes are - properly tagged after including new mail. (Closes SF bugs/271). + properly tagged after including new mail (closes SF #271). 2012-12-08 Jeffrey C Honig * mh-comp.el: Insure that mail-header-separator is set before - invoking any mml functions. (closes SF #270). + invoking any mml functions (closes SF #270). 2012-11-25 Bill Wohler diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 9fd300d7b55..6ed033b8fa8 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.4+bzr +;; Version: 8.5 ;; 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.4+bzr" "Version number of MH-E.") +(defconst mh-version "8.5" "Version number of MH-E.") ;; Variants