summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-02-06 10:26:15 +0000
committerBastien Nocera <hadess@hadess.net>2007-02-06 10:26:15 +0000
commit15094b2e382937bbe9668b6acf4c35d680d008d6 (patch)
tree50373e3a24e7fa550337558e28eb255cb57b4fbc
parent519fddc46f70aab5afdd098488e8f72a7fc0ae59 (diff)
downloadshared-mime-info-15094b2e382937bbe9668b6acf4c35d680d008d6.tar.gz
2007-02-06 Bastien Nocera <hadess@hadess.net>
* freedesktop.org.xml.in: Add a mime-type for XUL, add *.xbl as an XML pattern, as XBL doesn't have its own mime-type (Closes: #3260) Change the compressed SVG mime-type to image/svg+xml-compressed
-rw-r--r--ChangeLog6
-rw-r--r--freedesktop.org.xml.in11
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 867b0b10..a1499286 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-02-06 Bastien Nocera <hadess@hadess.net>
+ * freedesktop.org.xml.in: Add a mime-type for XUL, add *.xbl as
+ an XML pattern, as XBL doesn't have its own mime-type (Closes: #3260)
+ Change the compressed SVG mime-type to image/svg+xml-compressed
+
+2007-02-06 Bastien Nocera <hadess@hadess.net>
+
* freedesktop.org.xml.in: Add the application/x-ica mime-type,
patch from Jack Johnson <knapjack@gmail.com> (Closes: #3820)
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index b1869484..d977c341 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -2370,7 +2370,7 @@ command to generate the output files.
</magic>
<glob pattern="*.svg"/>
</mime-type>
- <mime-type type="image/svg">
+ <mime-type type="image/svg+xml-compressed">
<sub-class-of type="application/x-gzip"/>
<_comment>Compressed SVG image</_comment>
<acronym>SVG</acronym>
@@ -3384,6 +3384,7 @@ command to generate the output files.
<glob pattern="*.xml"/>
<glob pattern="*.xsl"/>
<glob pattern="*.xslt"/>
+ <glob pattern="*.xbl"/>
<alias type="text/xml"/>
</mime-type>
<mime-type type="video/dv">
@@ -3535,4 +3536,12 @@ command to generate the output files.
<expanded-acronym>Independent Computing Architecture</expanded-acronym>
<glob pattern="*.ica"/>
</mime-type>
+ <mime-type type="application/vnd.mozilla.xul+xml">
+ <sub-class-of type="application/xml"/>
+ <_comment>XUL interface document</_comment>
+ <acronym>XUL</acronym>
+ <expanded-acronym>XML User interface markup Language</expanded-acronym>
+ <root-XML namespaceURI="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" localName="window"/>
+ <glob pattern="*.xul"/>
+ </mime-type>
</mime-info>