summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-05-03 19:13:24 +0000
committerTim Janik <timj@src.gnome.org>1998-05-03 19:13:24 +0000
commit5c9af6b5aa97417b6ec52018d30cf11790560110 (patch)
tree99053372cdbbb6940bc7f970d4337445e591181c /ChangeLog.pre-2-2
parent19bbe0557f255fe37c19666f434705295a71d750 (diff)
downloadgdk-pixbuf-5c9af6b5aa97417b6ec52018d30cf11790560110.tar.gz
new function to set the adjustments value without causing a current
Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org> * gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function to set the adjustments value without causing a current emission of "value_changed" to be restarted. * gtk/gtksignal.c: added new functions to retrive the number of existing emissions for a certain signal. (gtk_signal_n_emissions): new function. (gtk_signal_n_emissions_by_name): new function.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-211
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index c334a7ddf..21f31499d 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,14 @@
+Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
+ to set the adjustments value without causing a current emission of
+ "value_changed" to be restarted.
+
+ * gtk/gtksignal.c: added new functions to retrive the number of
+ existing emissions for a certain signal.
+ (gtk_signal_n_emissions): new function.
+ (gtk_signal_n_emissions_by_name): new function.
+
Sun May 3 16:55:43 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c (gtk_container_set_focus_child): new function to