Update ChangeLogs

This commit is contained in:
Emmanuele Bassi 2007-06-07 10:26:29 +00:00
parent b11aca44e3
commit b8a2db38c8
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2007-06-07 Emmanuele Bassi <ebassi@o-hand.com>
* clutter/clutter-timeline.[ch]: Add a "delay" property, which
delays the real start of the timeline by a number of milliseconds.
(clutter_timeline_clone): Rename clutter_timeline_copy() to
clutter_timeline_clone(), for consistency.
2007-06-01 Neil J. Patel <njp@o-hand.com>
* clutter/clutter-entry.c: (clutter_entry_set_property),

View File

@ -1,4 +1,9 @@
2007-06-07 Emmanuele Bassi <ebassi@o-hand.com>
* clutter-sections.txt: Add new ClutterTimeline API.
2007-06-01 Neil J. Patel <njp@o-hand.com>
* clutter-sections.txt:
* tmpl/clutter-entry.sgml:
updated for new functions.