Show
Ignore:
Timestamp:
07/01/06 08:27:06 (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

    r4079 r4098  
    66are permitted in any medium without royalty provided the copyright 
    77notice and this notice are preserved. 
     8 
     9* Changes in MH-E 8.0.1 
     10 
     11Version 8.0.1 works around a couple of bugs in GNU mailutils, spost, 
     12and Windows. MH-E now requires the use of version 1.0 of mailutils due 
     13to a bug in the folder command. 
     14 
     15** Bug Fixes in MH-E 8.0.1 
     16 
     17*** Infinite Loop When Searching (mailutils) 
     18 
     19The GNU mailutils folder command displays output when a folder doesn't 
     20exist. MH-E didn't expect this and responded with an infinite loop 
     21during searches. While this bug has since been fixed in mailutils, 
     22MH-E has been modified to work anyway (closes SF #1499712). 
     23 
     24*** spost Doesn't Have -msgid or -mime Flags 
     25 
     26The post replacement spost does not support the -msgid or -mime flags. 
     27A new variable `mh-send-uses-spost-flag' was added to control the use 
     28of these flags (closes SF #1486726). 
     29 
     30*** <2> in Search Folders Illegal in Windows 
     31 
     32The <2> suffix to the search folder names contain illegal filename 
     33characters in Windows. These cause searches to fail on Windows. This 
     34has been fixed by changing the suffix to -2 (closes SF #1507002). 
     35 
     36  
    837 
    938* Changes in MH-E 8.0