summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Neumair <cneumair@gnome.org>2007-06-02 09:12:29 +0000
committerChristian Neumair <cneumair@gnome.org>2007-06-02 09:12:29 +0000
commit792b0a2942299e3daa233c22b61d776acce4615e (patch)
treeec46e76c662ce46f75ef351dd90b56a7a35ee5d0 /ChangeLog
parent6e4ce1287447f1c08ea825543e1492dcd40f8163 (diff)
2007-06-02 Christian Neumair <cneumair@gnome.org>
* src/xdgmime.[ch]: Move xdg_mime_type_unknown to .rodata. * src/xdgmime.h: Add XDG_ENTRY() entry for xdg_mime_dump. GTK+ resync. * src/xdgmime.c: (_xdg_mime_alias_list_lookup): Initialize mime_type to NULL instead of 0, GNOME #341812. Thanks to Kjartan Maraas <kmaraas@gnome.org>. * src/xdgmime.[ch]: (xdg_mime_media_type_equal), (_xdg_mime_media_type_equal): Add private version of xdg_mime_media_type_equal that doesn't call xdg_mime_init(), use it in _xdg_mime_mime_type_subclass.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b30b4b4..401dde4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2007-06-02 Christian Neumair <cneumair@gnome.org>
+ * src/xdgmime.[ch]: Move xdg_mime_type_unknown to .rodata.
+ * src/xdgmime.h: Add XDG_ENTRY() entry for xdg_mime_dump.
+ GTK+ resync.
+
+ * src/xdgmime.c: (_xdg_mime_alias_list_lookup): Initialize mime_type
+ to NULL instead of 0, GNOME #341812. Thanks to Kjartan Maraas
+ <kmaraas@gnome.org>.
+
+ * src/xdgmime.[ch]: (xdg_mime_media_type_equal),
+ (_xdg_mime_media_type_equal): Add private version of
+ xdg_mime_media_type_equal that doesn't call xdg_mime_init(), use it in
+ _xdg_mime_mime_type_subclass.
+
+2007-06-02 Christian Neumair <cneumair@gnome.org>
+
* src/xdgmimemagic.c: Fallback to getc() if getc_unlocked() is not
available, GNOME #381499. Thanks to Paul <ephraim_owns@hotmail.com>.