summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-05-09 01:17:03 +0000
committerTim Janik <timj@src.gnome.org>1998-05-09 01:17:03 +0000
commit9775962a96fc7e5bae7284642739243bbdfc8297 (patch)
tree5ec1d9a9638b42570540253869118cb6945d422d /ChangeLog.pre-2-4
parent142c8483080b03bc415ae630f979b3327c505abc (diff)
downloadgtk+-9775962a96fc7e5bae7284642739243bbdfc8297.tar.gz
new file used as template for new file to define macros indicating newly
Sat May 9 02:34:41 1998 Tim Janik <timj@gtk.org> * gtk/gtkfeatures.h.in: new file used as template for * gtk/gtkfeatures.h: new file to define macros indicating newly introduced features, such as GTK_HAVE_SIGNAL_INIT. * gtk/gtksignal.c: (gtk_signal_emitv_by_name): (gtk_signal_emitv): new functions to emit signals with an already provided parameter set. (provided by Kenneth Albanowski <kjahds@kjahds.com>). (gtk_signal_real_emit): prototype changes, so this functions always gets its parameters and signal structure as arguments. (gtk_signal_emit): provide the signal structure and parameter list for gtk_signal_real_emit. (gtk_signal_emit_by_name): likewise.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-417
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 46d3af25b3..302469e13c 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,20 @@
+Sat May 9 02:34:41 1998 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkfeatures.h.in: new file used as template for
+ * gtk/gtkfeatures.h: new file to define macros indicating newly
+ introduced features, such as GTK_HAVE_SIGNAL_INIT.
+
+ * gtk/gtksignal.c:
+ (gtk_signal_emitv_by_name):
+ (gtk_signal_emitv):
+ new functions to emit signals with an already provided parameter set.
+ (provided by Kenneth Albanowski <kjahds@kjahds.com>).
+ (gtk_signal_real_emit): prototype changes, so this functions always
+ gets its parameters and signal structure as arguments.
+ (gtk_signal_emit): provide the signal structure and parameter list for
+ gtk_signal_real_emit.
+ (gtk_signal_emit_by_name): likewise.
+
Sat May 9 00:03:12 1998 Tim Janik <timj@gtk.org>
* gtk/gtksignal.c (gtk_signal_handler_unref): reflect the presence of