diff --git a/ChangeLog b/ChangeLog index e8ae03645..64172338a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2007-08-13 Emmanuele Bassi + + * clutter/clutter-container.[ch]: Add find_child_by_id(), + raise(), lower() and sort_depth_order() virtual functions to + ClutterContainer. + + * clutter/clutter-group.[ch]: Deprecate the redundant calls + from ClutterGroup, and make ClutterGroup implement them as part + of the ClutterContainer interface implementation. + + * clutter/clutter-box.c: Implement the newly added ClutterContainer + methods; now clutter_stage_get_actor_at_pos() works with boxes + as well as groups. + + * clutter/clutter-stage.c: + * clutter/clutter-actor.c: Replace calls to ClutterGroup functions + with ClutterContainer ones. + 2007-08-12 Emmanuele Bassi * clutter/clutter-timeout-pool.c: Fix removing and adding timeouts diff --git a/doc/reference/ChangeLog b/doc/reference/ChangeLog index 0c9f103d2..6dda6af32 100644 --- a/doc/reference/ChangeLog +++ b/doc/reference/ChangeLog @@ -1,3 +1,10 @@ +2007-08-13 Emmanuele Bassi + + * clutter-sections.txt: Add the new ClutterContainer methods. + + * clutter-docs.sgml: Generate the index for the symbols added + in the 0.5/0.6 cycle. + 2007-08-08 Emmanuele Bassi * clutter-sections.txt: Add the new clutter_threads_* API. diff --git a/doc/reference/clutter-docs.sgml b/doc/reference/clutter-docs.sgml index 7179181b8..62fea69be 100644 --- a/doc/reference/clutter-docs.sgml +++ b/doc/reference/clutter-docs.sgml @@ -187,6 +187,9 @@ Index of new symbols in 0.4 + + Index of new symbols in 0.6 + License