Update ChangeLogs for SVN users
This commit is contained in:
parent
143005bd79
commit
e726ef9a2b
18
ChangeLog
18
ChangeLog
@ -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>
|
2007-08-12 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-timeout-pool.c: Fix removing and adding timeouts
|
* clutter/clutter-timeout-pool.c: Fix removing and adding timeouts
|
||||||
|
@ -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>
|
2007-08-08 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter-sections.txt: Add the new clutter_threads_* API.
|
* clutter-sections.txt: Add the new clutter_threads_* API.
|
||||||
|
@ -187,6 +187,9 @@
|
|||||||
<index role="0.4">
|
<index role="0.4">
|
||||||
<title>Index of new symbols in 0.4</title>
|
<title>Index of new symbols in 0.4</title>
|
||||||
</index>
|
</index>
|
||||||
|
<index role="0.6">
|
||||||
|
<title>Index of new symbols in 0.6</title>
|
||||||
|
</index>
|
||||||
|
|
||||||
<appendix id="license">
|
<appendix id="license">
|
||||||
<title>License</title>
|
<title>License</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user