* Sync up with semi-1_13.
authoryamaoka <yamaoka>
Mon, 8 Feb 1999 22:10:05 +0000 (22:10 +0000)
committeryamaoka <yamaoka>
Mon, 8 Feb 1999 22:10:05 +0000 (22:10 +0000)
ChangeLog
mime-edit.el

index 2e1ecdf..e62de33 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 1999-02-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
+       * mime-edit.el (mime-content-types): Add definition of
+       application/vnd.ms-powerpoint for myself :-P
+       (mime-file-types): Add setting of *.ppt for
+       application/vnd.ms-powerpoint.
+
+1999-02-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
        * mime-partial.el
        (mime-combine-message/partial-pieces-automatically): Call
        `mime-store-message/partial-piece' in the buffer when it is
index 57c1de9..fbc8e4b 100644 (file)
@@ -219,6 +219,7 @@ To insert a signature file automatically, call the function
     ("application"
      ("octet-stream" ("type" "" "tar" "shar"))
      ("postscript")
+     ("vnd.ms-powerpoint")
      ("x-kiss" ("x-cnf")))
     ("image"
      ("gif")
@@ -303,6 +304,11 @@ To insert a signature file automatically, call the function
      "base64"
      "attachment" (("filename" . file))
      )
+    ("\\.ppt$"                         ; MS Power Point
+     "application" "vnd.ms-powerpoint" nil
+     "base64"
+     "attachment" (("filename" . file))
+     )
 
     ("\\.pln$"
      "text"    "plain"         nil