summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-87
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 4d3dbd938e..6633e39bc6 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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.