From 1b894c7478652bb4f08e224412bddaea1b9d8c60 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 11 Jul 2013 08:58:56 +0100 Subject: [PATCH] Update Changelog for recent ecore_evas changes Signed-off-by: Chris Michael --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 66195f79ab..6f60a5b229 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2013-07-11 Chris Michael + + * Ecore_Evas: Updated doxygen comments for pixmap functions + * Ecore_Evas: Check for valid interface pixmap_get function +before calling it. + * Ecore_Evas: Removed need for prev_front pixmap field in +structure and just use a temporary variable. + 2013-07-10 Cedric Bail * Eina: Add eina_tiler_empty.