rpms/mew/FC-5 mew-init.el,1.2,1.3 mew.spec,1.5,1.6

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Fri Feb 9 06:53:43 UTC 2007


Author: tagoh

Update of /cvs/extras/rpms/mew/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8058

Modified Files:
	mew-init.el mew.spec 
Log Message:
* Fri Feb  9 2007 Akira TAGOH <tagoh at redhat.com> - 5.2-2
- Remove all MIME handler definitions in mew-init.el so that it's no longer needed.


Index: mew-init.el
===================================================================
RCS file: /cvs/extras/rpms/mew/FC-5/mew-init.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mew-init.el	19 Jul 2006 04:37:48 -0000	1.2
+++ mew-init.el	9 Feb 2007 06:53:11 -0000	1.3
@@ -33,34 +33,3 @@
 (setq mew-prog-mspowerpoint '("ooffice" nil t))
 (setq mew-prog-ssl "/usr/sbin/stunnel")
 
-;; Set content-type
-(eval-after-load "mew"
-  '(progn
-     (setq mew-mime-content-type
-	   (append '(("application/vnd.oasis.opendocument.chart" "\\.odc$" mew-b64
-		      mew-prog-ooffice mew-icon-text)
-		     ("application/vnd.oasis.opendocument.database" "\\.odb$" mew-b64
-		      mew-prog-ooffice mew-icon-text)
-		     ("application/vnd.oasis.opendocument.formula" "\\.odf$" mew-b64
-		      mew-prog-ooffice mew-icon-text)
-		     ("application/vnd.oasis.opendocument.graphics" "\\.odg$" mew-b64
-		      mew-prog-ooffice mew-icon-text)
-		     ("application/vnd.oasis.opendocument.graphics-template" "\\.otg$" mew-b64
-		      mew-prog-ooffice mew-icon-text)
-		     ("application/vnd.oasis.opendocument.image" "\\.odi$" mew-b64
-		      mew-prog-ooffice mew-icon-text)
-		     ("application/vnd.oasis.opendocument.presentation" "\\.odp$" mew-b64
-		      mew-prog-ooffice mew-icon-text)
-		     ("application/vnd.oasis.opendocument.presentation-template" "\\.otp$" mew-b64
-		      mew-prog-ooffice mew-icon-text)
-		     ("application/vnd.oasis.opendocument.spreadsheet" "\\.ods$" mew-b64
-		      mew-prog-ooffice mew-icon-text)
-		     ("application/vnd.oasis.opendocument.spreadsheet-template" "\\.ots$" mew-b64
-		      mew-prog-ooffice mew-icon-text)
-		     ("application/vnd.oasis.opendocument.text" "\\.odt$" mew-b64
-		      mew-prog-ooffice mew-icon-text)
-		     ("application/vnd.oasis.opendocument.text-master" "\\.odm$" mew-b64
-		      mew-prog-ooffice mew-icon-text)
-		     ("application/vnd.oasis.opendocument.text-template" "\\.ott$" mew-b64
-		      mew-prog-ooffice mew-icon-text))
-		   mew-mime-content-type))))


Index: mew.spec
===================================================================
RCS file: /cvs/extras/rpms/mew/FC-5/mew.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mew.spec	8 Feb 2007 05:28:50 -0000	1.5
+++ mew.spec	9 Feb 2007 06:53:11 -0000	1.6
@@ -5,7 +5,7 @@
 
 Name:			mew
 Version:		5.2
-Release:		1%{?dist}
+Release:		2%{?dist}
 License:		BSD-like
 URL:			http://www.mew.org/
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -177,6 +177,9 @@
 
 
 %changelog
+* Fri Feb  9 2007 Akira TAGOH <tagoh at redhat.com> - 5.2-2
+- Remove all MIME handler definitions in mew-init.el so that it's no longer needed.
+
 * Wed Feb  7 2007 Akira TAGOH <tagoh at redhat.com> - 5.2-1
 - New upstream release.
 




More information about the fedora-extras-commits mailing list