applied Steven L. Baur <steve@altair.xemacs.org>'s patch:
authormorioka <morioka>
Tue, 27 May 1997 03:10:23 +0000 (03:10 +0000)
committermorioka <morioka>
Tue, 27 May 1997 03:10:23 +0000 (03:10 +0000)
(mime-acting-condition): Add image/png mime type. (cf.[tm-en:1334])

mime-view.el

index 71ffc4f..47d2d88 100644 (file)
@@ -6,7 +6,7 @@
 ;; Created: 1994/7/13
 ;;     Renamed: 1994/8/31 from tm-body.el
 ;;     Renamed: 1997/02/19 from tm-view.el
-;; Version: $Revision: 0.89 $
+;; Version: $Revision: 0.90 $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -40,7 +40,7 @@
 ;;;
 
 (defconst mime-view-RCS-ID
-  "$Id: mime-view.el,v 0.89 1997-05-23 22:13:47 morioka Exp $")
+  "$Id: mime-view.el,v 0.90 1997-05-27 03:10:23 morioka Exp $")
 
 (defconst mime-view-version (get-version-string mime-view-RCS-ID))
 
      (method "tm-image" nil 'file 'type 'encoding 'mode 'name)
      (mode "play" "print")
      )
+    ((type . "image/png")
+     (method "tm-image" nil 'file 'type 'encoding 'mode 'name)
+     (mode "play" "print")
+     )
     ((type . "image/tiff")
      (method "tm-image" nil 'file 'type 'encoding 'mode 'name)
      (mode "play" "print")