diff options
author | Tim Janik <timj@gtk.org> | 1999-01-11 12:43:07 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1999-01-11 12:43:07 +0000 |
commit | 983335243b6e49e4929b0cce67dfdb0259981e27 (patch) | |
tree | f3593bda56c571b5523a98a5211314243cf7e9bb /ChangeLog.pre-2-8 | |
parent | e3ee9e9d7dab56082480e2c77191d00f2e559670 (diff) | |
download | gdk-pixbuf-983335243b6e49e4929b0cce67dfdb0259981e27.tar.gz |
removed Paolo Molaro's type creation hooks again, since they 1) don't care
Mon Jan 11 13:31:49 1999 Tim Janik <timj@gtk.org>
* gtk/gtktypeutils.[hc]: removed Paolo Molaro's type creation hooks
again, since they 1) don't care about infinite recursion (likely
to achive), 2) we are in feature freeze for 1.2. this definitely
deserves a sane implementation in 1.3 though (but without a hook
return value, without seq_id hackery and with recursion checks).
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index fd6528f24..51776c0a2 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,11 @@ +Mon Jan 11 13:31:49 1999 Tim Janik <timj@gtk.org> + + * gtk/gtktypeutils.[hc]: removed Paolo Molaro's type creation hooks + again, since they 1) don't care about infinite recursion (likely + to achive), 2) we are in feature freeze for 1.2. this definitely + deserves a sane implementation in 1.3 though (but without a hook + return value, without seq_id hackery and with recursion checks). + Mon Jan 11 13:18:37 1999 Tim Janik <timj@gtk.org> * gtk/gtkwindow.c: |