summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-10-28 23:37:18 +0000
committerTor Lillqvist <tml@src.gnome.org>2006-10-28 23:37:18 +0000
commit957d8c2fdabfb9c16bba09e88b6b622cc3bb8a63 (patch)
treed533f2d353f7d882d04a97cdcb5a570fb208b594 /gdk-pixbuf/ChangeLog
parentc88087b694bff9bf1c7cb533fa675dfbf8a7c976 (diff)
downloadgdk-pixbuf-957d8c2fdabfb9c16bba09e88b6b622cc3bb8a63.tar.gz
pixbufloader_*.def Remove pixbufloader_*.def, they are not used. (#365388)
2006-10-29 Tor Lillqvist <tml@novell.com> * pixbufloader_*.def * Makefile.am (EXTRA_DIST): Remove pixbufloader_*.def, they are not used. (#365388) They were all identical, and exported just two symbols, so if somebody needs them for a MSVC build that doesn't use built-in modules it's trivial to hack makefile.msc to produce a common .def file for the loaders. The two symbols that need to be exported are fill_info and fill_vtable.
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r--gdk-pixbuf/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index ea6713a0d..9f6940f20 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,3 +1,13 @@
+2006-10-29 Tor Lillqvist <tml@novell.com>
+
+ * pixbufloader_*.def
+ * Makefile.am (EXTRA_DIST): Remove pixbufloader_*.def, they are
+ not used. (#365388) They were all identical, and exported just two
+ symbols, so if somebody needs them for a MSVC build that doesn't
+ use built-in modules it's trivial to hack makefile.msc to produce
+ a common .def file for the loaders. The two symbols that need to
+ be exported are fill_info and fill_vtable.
+
2006-10-11 Tor Lillqvist <tml@novell.com>
Enable having some loaders built-in even if loading the others