diff options
author | Tim Janik <timj@src.gnome.org> | 1998-03-08 03:32:05 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-08 03:32:05 +0000 |
commit | 5fa1bfcf45f3789b3023d610765f8b18db022da3 (patch) | |
tree | a48565456daefdf771613d9b969b44c562b85fa9 /ChangeLog.pre-2-2 | |
parent | 76d01a826ca213bcd1b7ee71acdf687de9c9d7f0 (diff) | |
download | gtk+-5fa1bfcf45f3789b3023d610765f8b18db022da3.tar.gz |
applied a bunch of patches and removed all the printfs that
raster left over.
-timj
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 2ff2e688b4..fa72f7dc92 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,19 @@ +Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org> + + * gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which + fixes a memory leak by making use of gtk_clist_set_row_data_full. + + * gtk/gtkclist.c: applied gtk-gronlund-980307.patch.gz which ads a + gtk_clist_set_row_data_full () function. slightly modified to + always invoke the destroy function regardless of the value of + the row_data. + + * docs/gtk.texi: applied gtk-draco-980305-1.patch.gz, spelling fixes. + + * gdk/gdk.c (gdk_init): + cleared up a tiny memory leak from not destroying a temporary copy + of argv (gtk-gronlund-980307-02.patch.gz). + Sun Mar 8 03:00:17 1998 Tim Janik <timj@gimp.org> * configure.in: define the version variables in config.h. @@ -23,9 +39,9 @@ Sat Mar 7 20:20:53 1998 Tim Janik <timj@gimp.org> * gtk/gtkobject.c: (gtk_object_check_cast): (gtk_object_check_class_cast): - made the object/class cast checks much more descriptive, based on - gtk-draco-980305-2.patch.gz and gtk-draco-980306-1.patch.gz but - optimized for common code path. + made the object/class cast checks much more descriptive, based on + gtk-draco-980305-2.patch.gz and gtk-draco-980306-1.patch.gz but + optimized for common code path. * gtk/gtkpreview.c: added a few extra checks for the visual (gtk-draco-980305-0.patch.gz). |