Update ChangeLogs for SVN users

This commit is contained in:
Emmanuele Bassi 2007-08-13 17:01:35 +00:00
parent 143005bd79
commit e726ef9a2b
3 changed files with 28 additions and 0 deletions

View File

@ -1,3 +1,21 @@
2007-08-13 Emmanuele Bassi <ebassi@openedhand.com>
* 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 <ebassi@openedhand.com>
* clutter/clutter-timeout-pool.c: Fix removing and adding timeouts

View File

@ -1,3 +1,10 @@
2007-08-13 Emmanuele Bassi <ebassi@openedhand.com>
* 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 <ebassi@openedhand.com>
* clutter-sections.txt: Add the new clutter_threads_* API.

View File

@ -187,6 +187,9 @@
<index role="0.4">
<title>Index of new symbols in 0.4</title>
</index>
<index role="0.6">
<title>Index of new symbols in 0.6</title>
</index>
<appendix id="license">
<title>License</title>