From: yamaoka Date: Mon, 8 Feb 1999 22:10:05 +0000 (+0000) Subject: * Sync up with semi-1_13. X-Git-Tag: wemi-1_13_3~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9e042de9598bda5e50236faccb8000f033fba762;p=elisp%2Fsemi.git * Sync up with semi-1_13. --- diff --git a/ChangeLog b/ChangeLog index 2e1ecdf..e62de33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 1999-02-08 MORIOKA Tomohiko + * 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 + * mime-partial.el (mime-combine-message/partial-pieces-automatically): Call `mime-store-message/partial-piece' in the buffer when it is diff --git a/mime-edit.el b/mime-edit.el index 57c1de9..fbc8e4b 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -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