From b5a619847ecbbe41866c63a4a3a0cc9851a16436 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 17 Aug 2011 09:46:17 +0000 Subject: [PATCH] ecore: forgotten ChangeLog. SVN revision: 62532 --- legacy/ecore/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/legacy/ecore/ChangeLog b/legacy/ecore/ChangeLog index 3549497c69..74daadb313 100644 --- a/legacy/ecore/ChangeLog +++ b/legacy/ecore/ChangeLog @@ -281,3 +281,9 @@ 2011-08-16 Cedric Bail * Add ecore_main_loop_thread_safe_call_sync. + +2011-08-17 Cedric Bail + + * Add ecore_thread_main_loop_begin and ecore_thread_main_loop_end. + Usefull to protect EFL call from another thread. +