1
0
Fork 0

Update ChangeLog for SVN users

This commit is contained in:
Emmanuele Bassi 2007-08-14 08:01:43 +00:00
parent ab948d577f
commit b2cf2e057a
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,12 @@
2007-08-14 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-container.[ch]:
* clutter/clutter-actor.c:
* clutter/clutter-group.c: Rename clutter_container_raise() to
clutter_container_raise_child(), and clutter_container_lower()
to clutter_container_lower_child() to avoid clashing with
ClutterActor raise() and lower() respectively.
2007-08-13 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-actor.c:

View file

@ -1,3 +1,8 @@
2007-08-14 Emmanuele Bassi <ebassi@openedhand.com>
* clutter-sections.txt: Rename raise() and lower() methods of
ClutterContainer.
2007-08-13 Emmanuele Bassi <ebassi@openedhand.com>
* clutter-sections.txt: Add the new ClutterContainer methods.