[Monodevelop-patches-list] r1224 - in trunk/MonoDevelop: . src/AddIns/BackendBindings/CSharpBinding src/Libraries/SharpRefactory src/Main/Base
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sun Mar 21 23:45:35 EST 2004
Author: tberman
Date: 2004-03-21 23:45:35 -0500 (Sun, 21 Mar 2004)
New Revision: 1224
Modified:
trunk/MonoDevelop/ChangeLog
trunk/MonoDevelop/monodevelop.xml
trunk/MonoDevelop/src/AddIns/BackendBindings/CSharpBinding/ChangeLog
trunk/MonoDevelop/src/Libraries/SharpRefactory/ChangeLog
trunk/MonoDevelop/src/Main/Base/ChangeLog
Log:
adding new mime-types
submitted upstream to fd.o
fixing dates on changelogs
Modified: trunk/MonoDevelop/ChangeLog
===================================================================
--- trunk/MonoDevelop/ChangeLog 2004-03-21 23:38:01 UTC (rev 1223)
+++ trunk/MonoDevelop/ChangeLog 2004-03-22 04:45:35 UTC (rev 1224)
@@ -1,3 +1,8 @@
+2004-03-21 Todd Berman <tberman at sevenl.net>
+
+ * monodevelop.xml: updated with a lot of mime-types, and submitted
+ to fd.o
+
2004-03-22 Iñigo Illán <kodeport AT terra.es>
* Base/Gui/Pads/ProjectBrowser/BrowserNode/FileNode.cs:
Modified: trunk/MonoDevelop/monodevelop.xml
===================================================================
--- trunk/MonoDevelop/monodevelop.xml 2004-03-21 23:38:01 UTC (rev 1223)
+++ trunk/MonoDevelop/monodevelop.xml 2004-03-22 04:45:35 UTC (rev 1224)
@@ -4,4 +4,92 @@
<comment xml:lang="en">C# source</comment>
<glob pattern="*.cs"/>
</mime-type>
+ <mime-type type="text/x-msil">
+ <comment xml:lang="en">IL source</comment>
+ <glob pattern="*.il"/>
+ </mime-type>
+ <mime-type type="text/x-vb">
+ <comment xml:lang="en">VB source</comment>
+ <glob pattern="*.vb"/>
+ </mime-type>
+ <mime-type type="text/x-js">
+ <comment xml:lang="en">JScript source</comment>
+ <glob pattern="*.js"/>
+ </mime-type>
+ <mime-type type="application/x-aspx">
+ <comment xml:lang="en">ASP.NET page</comment>
+ <glob pattern="*.aspx"/>
+ </mime-type>
+ <mime-type type="application/x-ashx">
+ <comment xml:lang="en">ASP.NET handler</comment>
+ <glob pattern="*.ashx"/>
+ </mime-type>
+ <mime-type type="application/x-ascx">
+ <comment xml:lang="en">ASP.NET user control</comment>
+ <glob pattern="*.ascx"/>
+ </mime-type>
+ <mime-type type="application/x-asix">
+ <comment xml:lang="en">ASP.NET image generator</comment>
+ <glob pattern="*.asix"/>
+ </mime-type>
+ <mime-type type="application/x-axd">
+ <comment xml:lang="en">ASP.NET handler</comment>
+ <glob pattern="*.axd"/>
+ </mime-type>
+ <mime-type type="application/x-web-config">
+ <comment xml:lang="en">ASP.NET web config</comment>
+ <glob pattern="web.config"/>
+ </mime-type>
+ <mime-type type="application/x-machine-config">
+ <comment xml:lang="en">Mono machine config</comment>
+ <glob pattern="machine.config"/>
+ </mime-type>
+ <mime-type type="application/x-config">
+ <comment xml:lang="en">Mono application config</comment>
+ <glob pattern="*.config"/>
+ </mime-type>
+ <mime-type type="application/x-master-page">
+ <comment xml:lang="en">ASP.NET master page</comment>
+ <glob pattern="*.master"/>
+ </mime-type>
+ <mime-type type="application/x-resources">
+ <comment xml:lang="en">resources bundle</comment>
+ <glob pattern="*.resources"/>
+ </mime-type>
+ <mime-type type="application/x-resourcesx">
+ <comment xml:lang="en">resx bundle</comment>
+ <glob pattern="*.resx"/>
+ </mime-type>
+ <mime-type type="application/x-remoting">
+ <comment xml:lang="en">remoting handler</comment>
+ <glob pattern="*.rem"/>
+ </mime-type>
+ <mime-type type="application/x-soap-remoting">
+ <comment xml:lang="en">soap remoting handler</comment>
+ <glob pattern="*.soap"/>
+ </mime-type>
+ <mime-type type="application/x-asmx">
+ <comment xml:lang="en">ASP.NET web service</comment>
+ <glob pattern="*.asmx"/>
+ </mime-type>
+ <mime-type type="application/x-prjx">
+ <comment xml:lang="en">MonoDevelop project</comment>
+ <glob pattern="*.prjx"/>
+ </mime-type>
+ <mime-type type="application/x-cmbx">
+ <comment xml:lang="en">MonoDevelop solution</comment>
+ <glob pattern="*.cmbx"/>
+ </mime-type>
+ <mime-type type="application/x-disco">
+ <comment xml:lang="en">Static Discovery File</comment>
+ <glob pattern="*.disco"/>
+ </mime-type>
+ <mime-type type="application/x-asax">
+ <comment xml:lang="en">ASP.NET Global Application Class</comment>
+ <glob pattern="*.asax"/>
+ </mime-type>
+ <mime-type type="application/x-wsdl">
+ <comment xml:lang="en">Webservices Description File</comment>
+ <glob pattern="*.wsdl"/>
+ </mime-type>
</mime-info>
Modified: trunk/MonoDevelop/src/AddIns/BackendBindings/CSharpBinding/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/AddIns/BackendBindings/CSharpBinding/ChangeLog 2004-03-21 23:38:01 UTC (rev 1223)
+++ trunk/MonoDevelop/src/AddIns/BackendBindings/CSharpBinding/ChangeLog 2004-03-22 04:45:35 UTC (rev 1224)
@@ -1,4 +1,4 @@
-2004-04-21 Todd Berman <tberman at sevenl.net>
+2004-03-21 Todd Berman <tberman at sevenl.net>
* Parser/Parser.cs:
* Parser/CSharpVisitor.cs:
Modified: trunk/MonoDevelop/src/Libraries/SharpRefactory/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/Libraries/SharpRefactory/ChangeLog 2004-03-21 23:38:01 UTC (rev 1223)
+++ trunk/MonoDevelop/src/Libraries/SharpRefactory/ChangeLog 2004-03-22 04:45:35 UTC (rev 1224)
@@ -1,3 +1,3 @@
-2004-04-21 Todd Berman <tberman at sevenl.net>
+2004-03-21 Todd Berman <tberman at sevenl.net>
* src/*: Merged in sync with #D parser. Renamespace to ICSharpCode
Modified: trunk/MonoDevelop/src/Main/Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-03-21 23:38:01 UTC (rev 1223)
+++ trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-03-22 04:45:35 UTC (rev 1224)
@@ -1,8 +1,8 @@
-2004-04-21 Todd Berman <tberman at sevenl.net>
+2004-03-21 Todd Berman <tberman at sevenl.net>
* Commands/FileCommands: fix bug #55869.
-2004-04-21 Todd Berman <tberman at sevenl.net>
+2004-03-21 Todd Berman <tberman at sevenl.net>
* Commands/VBConverter/ConvertProject.cs:
* Commands/VBConverter/ConvertBuffer.cs: Changed to use new parser
More information about the Monodevelop-patches-list
mailing list