From 56120ef74d5fce4d5ae9691f30ef26011b13dc49 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Mon, 4 Feb 2013 04:32:53 +0000 Subject: [PATCH] evas - removed info that wouldn't be there. that bug regaded feature has been only inside the trunk. no need to update CnN SVN revision: 83576 --- ChangeLog | 4 ---- NEWS | 1 - 2 files changed, 5 deletions(-) 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.