summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d530463109..cda24b906f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-06-28 Christian Persch <chpe@gnome.org>
+
+ * gtk/gtkvolumebutton.c: (gtk_volume_button_class_init),
+ (gtk_volume_button_init), (gtk_volume_button_dispose),
+ (gtk_volume_button_update_tooltip): Make the volume button use range
+ 0.0 to 1.0 by default, and fix tooltips code to cope with different ranges.
+ Bug #354181.
+
2007-06-28 Yevgen Muntyan <muntyan@tamu.edu>
* gtk/gtktextutil.c (_gtk_text_util_get_block_cursor_location):