summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-07-17 06:10:02 +0000
committerTim Janik <timj@src.gnome.org>1998-07-17 06:10:02 +0000
commit2bc6d4548f8d4a9e0cea243b2a4f47d33c3f0455 (patch)
treea229b57effc77524a90649d26d0b6599e458cbf3 /ChangeLog.pre-2-0
parentca7b223bf0c4f81bc7845376f9ded40ede9220d6 (diff)
downloadgtk+-2bc6d4548f8d4a9e0cea243b2a4f47d33c3f0455.tar.gz
sropped the approach of copying all signal specific data into a
Fri Jul 17 05:30:47 1998 Tim Janik <timj@gtk.org> * gtk/gtksignal.c (gtk_handlers_run) (gtk_signal_real_emit): sropped the approach of copying all signal specific data into a GtkHandlerInfo structure. we rather keep the signal data on the stack in gtk_signal_real_emit and pass that over to gtk_handlers_run. this avoids multiple lookups of the signal pointer and works savely together with destroy notifiers of handlers. * gtk/gtkentry.c (gtk_entry_key_press): care for the posssibility that someone destroys the entry on the ::activate signal.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-07
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 4d3dbd938e..6633e39bc6 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,5 +1,12 @@
Fri Jul 17 05:30:47 1998 Tim Janik <timj@gtk.org>
+ * gtk/gtksignal.c (gtk_handlers_run) (gtk_signal_real_emit):
+ sropped the approach of copying all signal specific data into a
+ GtkHandlerInfo structure. we rather keep the signal data on the stack
+ in gtk_signal_real_emit and pass that over to gtk_handlers_run. this
+ avoids multiple lookups of the signal pointer and works savely together
+ with destroy notifiers of handlers.
+
* gtk/gtkentry.c (gtk_entry_key_press): care for the posssibility that
someone destroys the entry on the ::activate signal.