summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-11-25 22:52:36 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-11-25 22:52:36 +0000
commita1f5e821bf76fabd77a28ebeba54275a2a9cbe08 (patch)
tree6fe805565e3d87f5693b8746aa07e36577e81de6 /ChangeLog.pre-2-8
parentbc96f137bea80b46b9cdfe5604645dc2d0fa4798 (diff)
downloadgdk-pixbuf-a1f5e821bf76fabd77a28ebeba54275a2a9cbe08.tar.gz
Fixes from #98358, Havoc Pennington.
Mon Nov 25 17:44:09 2002 Owen Taylor <otaylor@redhat.com> Fixes from #98358, Havoc Pennington. * gdk/{x11,win32,linux-fb}/gdkcolor-*.c (gdk_colormap_finalize): Free the private structure. * gdk/x11,win32,linxu-fb}/gdkscreen-*.c (gdk_screen_set_default_colormap): gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init): Keep a ref to the default colormap. * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_dispose): Unref the default colormap. * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap): Handle the CMAP == NULL case even when the window is destroyed. * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init): Add a missing ref for the system colormap.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-821
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 5c1c1fc11..fdf297cb0 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,24 @@
+Mon Nov 25 17:44:09 2002 Owen Taylor <otaylor@redhat.com>
+
+ Fixes from #98358, Havoc Pennington.
+
+ * gdk/{x11,win32,linux-fb}/gdkcolor-*.c (gdk_colormap_finalize):
+ Free the private structure.
+
+ * gdk/x11,win32,linxu-fb}/gdkscreen-*.c (gdk_screen_set_default_colormap):
+ gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init):
+ Keep a ref to the default colormap.
+
+ * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_dispose): Unref
+ the default colormap.
+
+ * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
+ Handle the CMAP == NULL case even when the window is
+ destroyed.
+
+ * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init):
+ Add a missing ref for the system colormap.
+
Mon Nov 25 17:10:54 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtksettings.c (gtk_settings_set_property_value):