summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>1999-03-15 00:08:22 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-03-15 00:08:22 +0000
commit0a23dccde463991087c0fd090bb13fa7f228eb10 (patch)
treef8b828bfd1aada472c78460688975d9f96ce2c2f /ChangeLog.pre-2-4
parentc65508d2723d255a9fcdfa8ac2a5f82b0667a7c6 (diff)
downloadgdk-pixbuf-0a23dccde463991087c0fd090bb13fa7f228eb10.tar.gz
Forgot to document maketypes.awk change in ChangeLog. Added gdk.def file.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-43
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 36d55c521..6ffd7a4be 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -58,6 +58,9 @@
* gtk/makeenums.h: Include gdkprivate.h after gdk.h.
+ * gtk/maketypes.awk: Declare variables with a macro that expands to
+ necessary export/import magic in the case of Win32.
+
* gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
1999-03-13 Raja R Harinath <harinath@cs.umn.edu>