[clutter/wip/apocalypses/apocalypse-1: 43/92] docs: Update the release notes



commit e18dc222ee16a78006011174f9d0b0dff8995893
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Thu Dec 8 14:33:06 2011 +0000

    docs: Update the release notes

 README.in |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/README.in b/README.in
index 526ca08..bcd871e 100644
--- a/README.in
+++ b/README.in
@@ -289,6 +289,15 @@ features).
 Release Notes for Clutter 1.10
 -------------------------------------------------------------------------------
 
+â ClutterActor now implements ClutterContainer, and takes over the entire API
+  for modifying the scene graph; this means that every actor can have children
+  and it's not necessary any more to implement the ClutterContainer interface.
+  ClutterActor provides new API to replace clutter_actor_set_parent() and
+  clutter_actor_unparent(), as well as a default implementation of every
+  Container virtual function. Existing actors overriding ClutterContainer and
+  providing an alternate implementation will continue to work, even though it
+  is strongly encouraged to port to the new API.
+
 â The long since broken depth cueing support in ClutterStage has been
   deprecated; the fixed pipeline fog API has been pretty much useless
   since the switch to colors and textures with premultiplied alpha



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]