summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorOwen Taylor <owt1@cornell.edu>1998-03-23 00:16:13 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-03-23 00:16:13 +0000
commitdac3ffed60fd13b2f1469c40c129691efd2304ff (patch)
treeb7caf605e788d133b356d16513b6d1c7d8d08ba4 /ChangeLog.pre-2-10
parent16aa9c196416f6bbb60e22f06f62cae8ab4b0196 (diff)
downloadgdk-pixbuf-dac3ffed60fd13b2f1469c40c129691efd2304ff.tar.gz
Fixes to allow GTK to work with colormaps that aren't 256 entries long.
Sun Mar 22 19:01:36 1998 Owen Taylor <owt1@cornell.edu> * gdk/gdkcolor.c: Fixes to allow GTK to work with colormaps that aren't 256 entries long. (colormap->colors is now dynamically allocated)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-106
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 2e2d75963..0992a67e4 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,9 @@
+Sun Mar 22 19:01:36 1998 Owen Taylor <owt1@cornell.edu>
+
+ * gdk/gdkcolor.c: Fixes to allow GTK to work with colormaps
+ that aren't 256 entries long. (colormap->colors is
+ now dynamically allocated)
+
Sun Mar 22 16:25:46 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkmain.c (gtk_init): fixes to locale checks