From 8dac049d2e822cdf757df86b5390d808c9e1e18e Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Fri, 4 Apr 2008 16:26:45 +0000 Subject: [PATCH] 2008-04-04 Matthew Allum * README: Add a note on new show-on-set-parent prop and stage subclassing. --- ChangeLog | 5 +++++ README | 12 +++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c163038c..b4a233626 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-04 Matthew Allum + + * README: + Add a note on new show-on-set-parent prop and stage subclassing. + 2008-04-04 Emmanuele Bassi Bug #864 - Allow instantiating and subclassing of ClutterStage diff --git a/README b/README index 5314444dd..f23f9b88b 100644 --- a/README +++ b/README @@ -146,9 +146,15 @@ wanting to port to newer releases (See NEWS for general new feature info). Release Notes for Clutter 0.8 ------------------------------- -* Clutter now features support for multiple stages assuming supported by the - backend. See test-multistage.c for example of usage. This does not change - the automatic creation of the default stage. +* Actors now have a new 'show-on-set-parent' property set to TRUE by + default. With this property set to TRUE, actors will automatically + automatically have clutter_actor_show() called on them when a parent + is set (i.e added to a container). + +* Clutter now features support for multiple stages assuming supported + by the backend. See test-multistage.c for example of usage. This + does not change the automatic creation of the default stage. Stages + can now also be subclassed * There is now an experimental native Win32 WGL backend.