2008-10-15 Emmanuele Bassi <ebassi@linux.intel.com>
[clutter-gtk] / ChangeLog
index 26c0dc2..c219a9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2008-10-15  Emmanuele Bassi  <ebassi@linux.intel.com>
+
+       * configure.ac: Bump up to 0.9 now that we've branched.
+
+2008-10-2  Robert Bragg  <robert@linux.intel.com>
+       
+       * clutter-gtk/doc/reference/Makefile.am:
+       reverts previous change: It's Poky that needs changing.
+
+2008-10-2  Robert Bragg  <robert@linux.intel.com>
+       * clutter-gtk/doc/reference/Makefile.am:
+       Dont use += to set EXTRA_DIST since there isn't a preceding = which
+       automake gets upset about. This means we can remove the patches
+       fixing this in Poky.
+
+2008-09-25  Emmanuele Bassi  <ebassi@linux.intel.com>
+
+       * clutter-gtk/gtk-clutter-util.[ch]: Add API for retrieving
+       the various color components out of a GtkWidget style in form
+       of a ClutterColor.
+
+       * doc/reference/clutter-gtk-sections.txt: Include the newly
+       added API in the generated reference.
+
 2008-09-15  Emmanuele Bassi  <emmanuele.bassi@intel.com>
 
        Bug 1114 - Mouse wheel events ignored in GtkClutterEmbed