From 0a112d59124c3430e6f3b8e06c54bceb27b0bd3e Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 23 Mar 2007 16:39:00 +0000 Subject: [PATCH] fix changelog for the last commit --- ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4e1d4c2fc..0623c33a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ 2007-03-23 Emmanuele Bassi * clutter/glx/clutter-stage-glx.c: - (clutter_stage_glx_allocate_coords): Make sure the top-left - corner of the box is our origin. + Make sure the top-left corner of the box is our origin, + when returning the allocation. + + * clutter/clutter-stage.c: + * clutter/clutter-group.c: Add tracing for the paint + method. 2007-03-23 Matthew Allum