diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-11-18 00:10:57 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-11-18 00:10:57 +0000 |
commit | 3f376d75ac790285d03735b1416290b6031b2d07 (patch) | |
tree | aaae20098a8cdca9068002c81356e8430c8abf23 /ChangeLog.pre-2-6 | |
parent | a036c6e59f27ce53950c64a7672fa2cf51b21f19 (diff) | |
download | gdk-pixbuf-3f376d75ac790285d03735b1416290b6031b2d07.tar.gz |
We no longer need to create the signals here ... they come from the
Sat Nov 17 19:08:13 2001 Owen Taylor <otaylor@redhat.com>
* tests/testtreeview.c (gtk_tree_model_types_get_type):
We no longer need to create the signals here ... they
come from the interface.
* gtk/maketypes.awk: Use GType, not GtkType in output.
* gtk/gtktypeutils.h: Mark virtually all of this
file deprecated.
* gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
the only use of this function is the GtkArg using
GtkCallbackMarshal, since destroy notification is
silly here.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e89d3ff5e..5249d0e48 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,19 @@ +Sat Nov 17 19:08:13 2001 Owen Taylor <otaylor@redhat.com> + + * tests/testtreeview.c (gtk_tree_model_types_get_type): + We no longer need to create the signals here ... they + come from the interface. + + * gtk/maketypes.awk: Use GType, not GtkType in output. + + * gtk/gtktypeutils.h: Mark virtually all of this + file deprecated. + + * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full; + the only use of this function is the GtkArg using + GtkCallbackMarshal, since destroy notification is + silly here. + Sat Nov 17 18:26:45 2001 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list |