diff --git a/NEWS b/NEWS index 60658f365..80e74e9c0 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ Clutter 1.5.14 2011-01-21 • List of changes since Clutter 1.5.12 - » Allow getting the modifiers from a ClutterClickAction. + » Allow getting the state modifiers from a ClutterClickAction. » Fix ClutterDragAction to never leave the event delivery in an unwanted state. @@ -16,6 +16,16 @@ Clutter 1.5.14 2011-01-21 » Documentation fixes. + » ClutterGLXTexturePixmap has been deprecated; its parent class + ClutterX11TexturePixmap provides the whole set of features. + + » Be more resilient against timelines referencing other timelines + during the clock tick. + + » Provide defines for the windowing platforms, to allow portable + applications to include the correct header and select the + correct API depending on the target. + Clutter 1.5.12 2011-01-11 ===============================================================================