Update changelogs for SVN merge.

This commit is contained in:
Emmanuele Bassi 2007-04-16 10:26:11 +00:00
parent 89f167eebd
commit 173d38a284
2 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,17 @@
2007-04-16 Emmanuele Bassi <ebassi@openedhand.com>
Merge from clutter.git
* clutter/clutter-behaviour-bspline.[ch]: Return a ClutterBehaviour
when splicing the b-spline; fix the header and the API documentation;
hush the compiler warnings; kill of some pointer indirections.
* clutter/clutter-behaviour-rotate.[ch]: Add a rotate behaviour,
with user defined axis, direction and sweep angle.
* clutter/clutter-behaviour.c (clutter_behaviour_is_applied): Add
a parameter ISA check and return FALSE if it fails.
2007-04-12 Tomas Frydrych <tf@openedhand.com>
* clutter/clutter-behaviour.h:

View File

@ -1,3 +1,10 @@
2007-04-16 Emmanuele Bassi <ebassi@openedhand.com>
* clutter-docs.sgml:
* clutter-sections.txt:
* clutter.types: Add new b-spline and rotate behaviours
to the API documentation.
2007-03-27 Emmanuele Bassi <ebassi@openedhand.com>
* Makefile.am: Ignore clutter/cogl: it's private API.