applied Steven L. Baur <steve@altair.xemacs.org>'s patch:
authormorioka <morioka>
Tue, 27 May 1997 03:12:56 +0000 (03:12 +0000)
committermorioka <morioka>
Tue, 27 May 1997 03:12:56 +0000 (03:12 +0000)
(mime-file-types): Add png handling.
(mime-content-types): Ditto. (cf.[tm-en:1334])

mime-edit.el

index 596242a..4952369 100644 (file)
@@ -7,7 +7,7 @@
 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1994/08/21 renamed from mime.el
 ;;     Renamed: 1997/2/21 from tm-edit.el
-;; Version: $Revision: 0.80 $
+;; Version: $Revision: 0.81 $
 ;; Keywords: MIME, multimedia, multilingual, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
 ;;;
 
 (defconst mime-edit-RCS-ID
-  "$Id: mime-edit.el,v 0.80 1997-05-09 03:07:02 morioka Exp $")
+  "$Id: mime-edit.el,v 0.81 1997-05-27 03:12:56 morioka Exp $")
 
 (defconst mime-edit-version (get-version-string mime-edit-RCS-ID))
 
@@ -209,6 +209,7 @@ To insert a signature file automatically, call the function
     ("image"
      ("gif")
      ("jpeg")
+     ("png")
      ("tiff")
      ("x-pic")
      ("x-mag")
@@ -244,6 +245,11 @@ To insert a signature file automatically, call the function
      "base64"
      "inline"          (("filename" . file))
      )
+    ("\\.png$"
+     "image"   "png"           nil
+     "base64"
+     "inline"          (("filename" . file))
+     )
     ("\\.tiff$"
      "image"   "tiff"          nil
      "base64"