From 79e58cdd18a4d7982ab1dc0518705a5c4ec52624 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 31 Jan 2008 14:40:49 +0000 Subject: [PATCH] Update README --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 3a142c68b..f911bdede 100644 --- a/README +++ b/README @@ -222,6 +222,12 @@ Release Notes for Clutter 0.6.0 * In the X11-based backends, the DestroyNotify event is not propagated to Clutter core if the stage is using a foreign window. +* To avoid method name collisions between ClutterActor and ClutterEntry + in high-level languages, the clutter_entry_set_position() and + clutter_entry_get_position() functions have been renamed to + clutter_entry_set_cursor_position() and clutter_entry_get_cursor_position() + respectively. + Release Notes for Clutter 0.4.0 -------------------------------