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/gnus/ChangeLog

    r4073 r4079  
     12006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca> 
     2 
     3        * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment. 
     4        (mm-copy-to-buffer): Use with-current-buffer. 
     5        (mm-display-part): Simplify. 
     6        (mm-inlinable-p): Add optional arg `type'. 
     7 
     8        * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED 
     9        argument. 
     10        (gnus-mime-view-part-externally, gnus-mime-view-part-internally): 
     11        Try harder to show the attachment internally or externally using 
     12        gnus-mime-view-part-as-type. 
     13 
     142006-05-04  Reiner Steib  <Reiner.Steib@gmx.de> 
     15 
     16        * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch 
     17        `filename' from Content-Disposition if Content-Type doesn't 
     18        provide `name'. 
     19        (gnus-mime-view-part-as-type): Set default instead of 
     20        initial-input. 
     21 
    1222006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org> 
    223