emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-e.el ChangeLog


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-e.el ChangeLog
Date: Fri, 03 Feb 2006 23:08:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    06/02/03 23:08:17

Modified files:
        lisp/mh-e      : mh-e.el ChangeLog 

Log message:
        (Version, mh-version): Update for release 7.91.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-e.el.diff?tr1=1.64&tr2=1.65&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.140&tr2=1.141&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.140 emacs/lisp/mh-e/ChangeLog:1.141
--- emacs/lisp/mh-e/ChangeLog:1.140     Fri Feb  3 23:02:51 2006
+++ emacs/lisp/mh-e/ChangeLog   Fri Feb  3 23:08:17 2006
@@ -1,5 +1,11 @@
 2006-02-03  Bill Wohler  <address@hidden>
 
+       Release MH-E version 7.91.
+
+       * mh-e.el (Version, mh-version): Update for release 7.91.
+
+2006-02-03  Bill Wohler  <address@hidden>
+
        * mh-utils.el (mh-image-load-path, mh-image-load-path-called-flag)
        (mh-image-load-path): Checkdoc fix. Docstring edits. Reduce scope
        of local variable mh-library-name.
Index: emacs/lisp/mh-e/mh-e.el
diff -u emacs/lisp/mh-e/mh-e.el:1.64 emacs/lisp/mh-e/mh-e.el:1.65
--- emacs/lisp/mh-e/mh-e.el:1.64        Fri Feb  3 22:17:59 2006
+++ emacs/lisp/mh-e/mh-e.el     Fri Feb  3 23:08:17 2006
@@ -6,7 +6,7 @@
 
 ;; Author: Bill Wohler <address@hidden>
 ;; Maintainer: Bill Wohler <address@hidden>
-;; Version: 7.90+cvs
+;; Version: 7.91
 ;; Keywords: mail
 
 ;; This file is part of GNU Emacs.
@@ -121,7 +121,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 "7.90+cvs" "Version number of MH-E.")
+(defconst mh-version "7.91" "Version number of MH-E.")
 
 ;; Variants
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]