summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-08-01 21:43:56 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-08-01 21:43:56 +0000
commit7bc2cb6e6ef4ed94a486cf1e41497ee2e46c045b (patch)
treef1191a89df72afd537c945d84772b1019bc1f2ce /ChangeLog
parentd0893cc5dd8bf29995e597f90d5a2873b1167c61 (diff)
downloadgdk-pixbuf-7bc2cb6e6ef4ed94a486cf1e41497ee2e46c045b.tar.gz
Check for <unistd.h>.
2000-08-02 Tor Lillqvist <tml@iki.fi> * configure.in: Check for <unistd.h>. 2000-08-02 Tor Lillqvist <tml@iki.fi> * io-bmp.c * io-ico.c * io-ras.c * io-tiff.c * io-wbmp.c: Conditionalise inclusion of <unistd.h>. * makefile.mingw.in: List loaders alphabetically. Add the wbmp one. Fix names of DLLs to have '-' instead of '_'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f0be3ee2..dc4697d1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-02 Tor Lillqvist <tml@iki.fi>
+
+ * configure.in: Check for <unistd.h>.
+
2000-08-01 Martin Baulig <baulig@suse.de>
* gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()