diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-04-09 19:12:12 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-04-09 19:12:12 +0000 |
commit | 26df647a0f526f6c17ad2317b146e639e9917613 (patch) | |
tree | 43ba2f224c0ff1375f99f19d195e6fbf71c6de96 /ChangeLog.pre-2-6 | |
parent | ad7dc0e87f66bc90c2d3a7453ecbf34abe0a17dc (diff) | |
download | gdk-pixbuf-26df647a0f526f6c17ad2317b146e639e9917613.tar.gz |
(Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>)
Thu Apr 9 14:24:35 1998 Owen Taylor <owt1@cornell.edu>
(Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>)
* gtk/gtkcurve.c (gtk_curve_interpolate): Added a
missing g_free.
* gtk/gtkcurve.c (gtk_curve_graph_events): Limits
were off by one, resulting in writing past array
bounds. Removed some unused code.
* gdk/gdk.c (gdk_dnd_drag_begin): The event structure
used for gdk_event_put should be a GdkEvent, not a
subtype, since it will all be copied.
* gtk/gtkcolorsel.c: Added a unrealize handler that
unref's the GC's that were created.
* gtk/testgtk.c (clist_warning_test): ref and sink
child because it may never be added to anything.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 505629d03..dc10c1699 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,24 @@ +Thu Apr 9 14:24:35 1998 Owen Taylor <owt1@cornell.edu> + + (Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>) + + * gtk/gtkcurve.c (gtk_curve_interpolate): Added a + missing g_free. + + * gtk/gtkcurve.c (gtk_curve_graph_events): Limits + were off by one, resulting in writing past array + bounds. Removed some unused code. + + * gdk/gdk.c (gdk_dnd_drag_begin): The event structure + used for gdk_event_put should be a GdkEvent, not a + subtype, since it will all be copied. + + * gtk/gtkcolorsel.c: Added a unrealize handler that + unref's the GC's that were created. + + * gtk/testgtk.c (clist_warning_test): ref and sink + child because it may never be added to anything. + Wed Apr 8 20:50:02 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkwindow.c (gtk_window_set_hints): Removed unsed |