From 6f437295afc8081caf2f5a7205366d2f6882ad58 Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Wed, 10 Apr 2013 13:53:37 +0900 Subject: [PATCH] Modified ChangeLog and News for the latest modification. --- ChangeLog | 4 ++++ NEWS | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2a8e558f44..be52bcb23f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-04-10 WooHyun Jung + + * Edje: When cursor is located to each edge, entry now doesn't grab events for cursor movement. + 2013-04-09 Jérémy Zurcher (jeyzu) * Eina: Add eina_inlist_first and eina_inlist_last diff --git a/NEWS b/NEWS index ed33eef9e8..b5e99a7f41 100644 --- a/NEWS +++ b/NEWS @@ -229,3 +229,4 @@ Fixes: * Evas: Fix over redrawing of Evas_Map when applied on smart object. * Evas font: Fix a bug with cluster size calculation with texts ending with ligatures. + * Edje entry: When cursor is located to each edge, entry now doesn't grab events for cursor movement.