Show
Ignore:
Timestamp:
05/13/06 11:31:18 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/mh-e/mh-e.el

    r4073 r4079  
    77;; Author: Bill Wohler <wohler@newt.com> 
    88;; Maintainer: Bill Wohler <wohler@newt.com> 
    9 ;; Version: 7.95 
     9;; Version: 8.0 
    1010;; Keywords: mail 
    1111 
     
    2929;;; Commentary: 
    3030 
     31;; MH-E is an Emacs interface to the MH mail system. 
     32 
     33;; MH-E is supported by GNU Emacs 21 and 22, as well as XEmacs 21 
     34;; (except for versions 21.5.9-21.5.16). It is compatible with MH 
     35;; versions 6.8.4 and higher, all versions of nmh, and GNU mailutils 
     36;; 0.4 and higher. 
     37 
     38;; MH (Message Handler) is a powerful mail reader. See 
     39;; http://rand-mh.sourceforge.net/. 
     40 
     41;; N.B. MH must have been compiled with the MHE compiler flag or several 
     42;; features necessary for MH-E will be missing from MH commands, specifically 
     43;; the -build switch to repl and forw. 
     44 
    3145;; How to use: 
    3246;;   M-x mh-rmail to read mail.  Type C-h m there for a list of commands. 
     
    4458;; If you want to customize MH-E before explicitly loading it, add this: 
    4559;;   (require 'mh-cus-load) 
    46  
    47 ;; MH (Message Handler) is a powerful mail reader. 
    48  
    49 ;; The MH newsgroup is comp.mail.mh; the mailing list is mh-users@ics.uci.edu 
    50 ;; (send to mh-users-request to be added). See the monthly Frequently Asked 
    51 ;; Questions posting there for information on getting MH and MH-E: 
    52 ;;   http://www.faqs.org/faqs/mail/mh-faq/part1/preamble.html 
    53  
    54 ;; N.B. MH must have been compiled with the MHE compiler flag or several 
    55 ;; features necessary for MH-E will be missing from MH commands, specifically 
    56 ;; the -build switch to repl and forw. 
    57  
    58 ;; MH-E is an Emacs interface to the MH mail system. 
    59  
    60 ;; MH-E is supported in GNU Emacs 21 and 22 as well as XEmacs 21 
    61 ;; (except for versions 21.5.9-21.5.16), with MH 6.8.4 on, nmh 1.0.4 
    62 ;; on, and GNU mailutils 0.4 on. 
    6360 
    6461;; Mailing Lists: 
     
    137134;; variables are shared. Use this section as a last resort. 
    138135 
    139 (defconst mh-version "7.95" "Version number of MH-E.") 
     136(defconst mh-version "8.0" "Version number of MH-E.") 
    140137 
    141138;; Variants