0.7.4: 2008-10-17 Murray Cumming * clutter/cluttermm.h: * clutter/src/Makefile_list_of_hg.am_fragment: * clutter/src/timeout-pool.ccg: * clutter/src/timeout-pool.hg: Removed the TimeoutPool class, because ClutterTimeoutPool is not real public API according to http://bugzilla.o-hand.com/show_bug.cgi?id=1154 . 2008-09-23 Murray Cumming * clutter/src/timeout-pool.ccg: * clutter/src/timeout-pool.hg: Implement the constructor. Bug #553157 (Cristi Posoiu) Added a destructor, though it is not clear how we should free the C struct. See http://bugzilla.o-hand.com/show_bug.cgi?id=1154 2008-09-23 Murray Cumming * clutter/src/timeline.hg: Constructor: Rename the msecs parameter to duration so that the implementation uses the correct property name. Bug #553157 (Cristi Posoiu) 2008-08-11 Murray Cumming * clutter/src/types.hg: Added some default parameter values for constructors.