Show
Ignore:
Timestamp:
07/16/06 08:36:52 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/MH-E-NEWS

    r4098 r4111  
    66are permitted in any medium without royalty provided the copyright 
    77notice and this notice are preserved. 
     8 
     9* Changes in MH-E 8.0.2 
     10 
     11Version 8.0.2 fixes the tool bar and `F n' on XEmacs, and `K a' on GNU 
     12mailutils. 
     13 
     14** Bug Fixes in MH-E 8.0.2 
     15 
     16*** Tool Bar Not Displayed in XEmacs 
     17 
     18The MH-E tool bar didn't show up in XEmacs; now it does. Thanks to Ted 
     19Phelps <phelps@gnusto.com> (closes SF #1506846). 
     20 
     21*** mh-mime-save-parts Assumes -store Default 
     22 
     23It was assumed that -store was the default for both mhn and mhstore. 
     24This has been fixed by using -store except when using nmh. Thanks to 
     25Sergey Poznyakoff <gray@Mirddin.farlep.net> (closes SF #1513140). 
     26 
     27*** F-n Doesn't Work 
     28 
     29The fix for SF #1499712 broke `F n' (`mh-index-new-messages') on 
     30XEmacs since a regular expression that XEmacs could not handle was 
     31added. This regexp has been fixed (closes SF #1514424). 
    832 
    933* Changes in MH-E 8.0.1