summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-106
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 9b9c40298c..279ebdec24 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,11 @@
2006-08-06 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkcalendar.c (calendar_start_spinning, calendar_timer):
+ Use G_PRIORITY_DEFAULT_IDLE for the month/year-change timer,
+ so that the caller will have a chance to redraw/resize itself
+ between every change. (#348824, Federico Mena Quintero, patch
+ by Michael Meeks)
+
* gtk/gtkfontbutton.c (gtk_font_button_update_font_info):
Add a missing initialization. (#348787, Leonardo Boshell)