Show
Ignore:
Timestamp:
2005年11月01日 07時08分22秒 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/etc/MH-E-NEWS

    r3756 r3939  
    66are permitted in any medium without royalty provided the copyright 
    77notice and this notice are preserved. 
     8 
     9* Changes in MH-E 7.85 
     10 
     11Version 7.85 heralds a migration of the CVS repository from 
     12SourceForge to Savannah only for those files that were already part of 
     13Emacs. As a result, two incompatibilities were introduced with this 
     14release: the location of MH-E in the load-path has changed, and 
     15mh-e-autoloads.el was renamed to mh-autoloads.el. While this migration 
     16will benefit maintainers, it will also benefit users: CVS Emacs users 
     17will not have to check out MH-E separately and welcome faster MH-E 
     18updates, and CVS MH-E users will welcome faster MH-E updates from 
     19Emacs developers. Read section CVS MH-E INSTALL in the README for 
     20details. 
     21 
     22MH-E now works on a Mac. See section INSTALL in the README for details. 
     23 
     24** Bug Fixes in MH-E 7.85 
     25 
     26*** Prompts Now Follow Current Conventions  
     27 
     28Instead of "Prompt: [<default>] ", the prompts now look like "Prompt 
     29(default: <default>): ". 
     30 
     31*** Face Variable Names Now Follow Current Conventions 
     32 
     33The -face suffix has been dropped from all face names.  
     34 
     35*** mh-compose-forward and Default Message Number 
     36 
     37mh-compose-forward will now default to the sent message in the sent 
     38folder and the `cur' message in other folders. It also takes ranges of 
     39messages and can include multiple messages at a time (closes SF 
     40#1205890). 
     41 
     42*** mh-customize Uses Group mh, Not mh-e 
     43 
     44The `mh' customization group alias has been deleted to avoid some 
     45problems that were found (closes SF #1213716). 
     46 
     47*** font-lock Error in mh-letter-mode 
     48 
     49An error in MH-E was introduced as a result of a change in CVS Emacs. 
     50This has been fixed (closes SF #1241017). 
     51 
     52  
    853 
    954* Changes in MH-E 7.84