summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-12-07 03:02:19 +0000
committerTim Janik <timj@src.gnome.org>1998-12-07 03:02:19 +0000
commitd2a3858b4b7fd15da799ffbe577de0c43e1f44d7 (patch)
tree04a59db85a6eb9055414e21951be72a699ccd54b /ChangeLog.pre-2-8
parentf314322885ac364f40a8fafd59cb1502e9cf20b9 (diff)
downloadgtk+-d2a3858b4b7fd15da799ffbe577de0c43e1f44d7.tar.gz
fixups
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-88
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 27be7b68a6..81e3e72c5a 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -9,14 +9,14 @@ Mon Dec 7 03:08:39 1998 Tim Janik <timj@gtk.org>
* gtk/gtktypeutils.h:
* gtk/gtktypeutils.c: reverted marius change to expose the type systems
internal type info data to the user. if such functionality is required
- we should provide wrapped accessors, ala gtk_signal_query().
+ we should provide wrapping accessors, ala gtk_signal_query(). also the
+ GtkTypeInfo structures are dynamically allocated memory portions, so
+ only the type system is really allowed to access that stuff.
* gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
since it destroys the possibility to implement automatic marshaller
lookups some day, and it also disables third party code's ability to
- connect to any signal. also the GtkTypeInfo structures are dynamically
- allocated memory portions, so only the type system is really allowed
- to access that stuff.
+ connect to any signal.
Mon Dec 7 01:32:18 1998 Tim Janik <timj@gtk.org>