[clutter] docs: Update the release notes



commit 8de4b85175712785b754c339c5c49060e92616d2
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Dec 28 18:37:16 2011 +0000

    docs: Update the release notes

 README.in |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/README.in b/README.in
index 332f822..c5ebc20 100644
--- a/README.in
+++ b/README.in
@@ -290,12 +290,15 @@ Release Notes for Clutter 1.10
 -------------------------------------------------------------------------------
 
 â ClutterBox and ClutterGroup have been deprecated. ClutterActor should be
-  used directly, instead.
+  used directly, instead. Since ClutterStage inherits from ClutterGroup, the
+  instance and class structures are still available, but subclassing Group
+  is strongly disencouraged.
 
 â ClutterContainer provides default implementations for add(), remove(),
-  and foreach(); this means that overriding these methods is now deprecated,
-  and that developers should only implement ClutterContainer for classes
-  providing child properties.
+  foreach(), raise(), lower(), and sort_depth_order(); this means that
+  overriding these virtual functions is now deprecated, and developers
+  should only implement ClutterContainer for classes providing child
+  properties.
 
 â ClutterActor is not an abstract type any more, and can be instantiated
   either through clutter_actor_new() or through g_object_new().



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