diff --git a/ChangeLog b/ChangeLog index ae060daaa9..b2592fb5a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,10 +14,6 @@ * Fix a memory leak in ecore_con_dns -2013-01-31 Jaehwan Kim - - * Fix the EVAS_CALLBACK_MOUSE_MOVE callback is called even if the grabbed object is invisible by proxy object. - 2013-01-31 Jihoon Kim (jihoon) * edje entry : Remove ecore_imf_context_cursor_position_set in functions related to selection. diff --git a/NEWS b/NEWS index c001a838be..2d4a4456e5 100644 --- a/NEWS +++ b/NEWS @@ -140,4 +140,3 @@ Fixes: * Fix evas gif loader to return the correct frame duration * Prevent a crash even if an invalid object is swallowed into an edje object. * Fix cache miss when active edje hash is empty. - * Fix the EVAS_CALLBACK_MOUSE_MOVE callback is called even if the grabbed object is invisible by proxy object.