diff -r af495a29eafa -r 8e5323ca9c4d MIMETypes.st --- a/MIMETypes.st Wed Sep 13 10:26:09 2017 +0200 +++ b/MIMETypes.st Wed Sep 13 10:26:28 2017 +0200 @@ -724,7 +724,7 @@ ! imageTypeList - "/ image formats ... + "/ wellknown image formats ... ^ #( "/ the first column is a list of extensions, the second the more-or-less official mimetype @@ -745,12 +745,12 @@ 'xwd' 'image/x-xwindowdump' 'ras' 'image/x-cmu-raster' 'tga' 'image/x-targa' - 'ico' 'image/x-ico' + 'ico' 'image/x-icon' 'icns' 'image/icns' 'dng' 'image/x-adobe-dng' ) - "Modified: / 25-08-2017 / 15:23:45 / cg" + "Modified: / 13-09-2017 / 09:05:15 / cg" ! miscFilenameList