From e610df0684064d5d3bb31a9331719a75447ba122 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 30 Jan 2013 09:30:46 +0000 Subject: [PATCH] efl ChangeLog: fixed formatting season2. keep the sequence. we prepend for efl changelog not append. SVN revision: 83463 --- ChangeLog | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/ChangeLog b/ChangeLog index 263031f300..fcc5c473cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,20 @@ * Fix cache miss bug when edje cache hash is null, but cache list may have entries. +2013-01-29 Sumanth Krishna Mannam + + * Prevent a crash even if an invalid object is swallowed into an + edje object. + +2013-01-28 Rafael Antognolli + + * Ecore_Evas wayland-egl only renders now if last frame has + been presented. + +2013-01-28 Daniel Willmann + + * Use ecore_audio in edje-multisense + 2013-01-25 Jihoon Kim (jihoon) * edje entry : Remove ecore_imf_context_reset, cursor update in mouse move event because it's useless. @@ -17,6 +31,10 @@ * Don't over align data if they are already aligned. +2013-01-22 Daniel Willmann + + * Fix evas gif loader to return the correct frame duration + 2013-01-22 Mike Blumenkrantz * rebase dns.c against upstream @@ -53,6 +71,10 @@ * Fixed pixman image wrapping to handle allocated size instead of image size (unless allocated is 0/wrong). +2013-01-15 ChunEon Park (Hermet) + + * Fix SIGFPE in evas map update if image size is 0. + 2013-01-15 Paulo Alcantara (pcacjr) * Evas engines: Introduce multi_font_draw() function @@ -373,24 +395,4 @@ * Fix EINA_INLIST_FOREACH_SAFE macro to work when inlist is not the first item in the struct. -2013-01-15 ChunEon Park (Hermet) - * Fix SIGFPE in evas map update if image size is 0. - -2013-01-22 Daniel Willmann - - * Fix evas gif loader to return the correct frame duration - -2013-01-28 Daniel Willmann - - * Use ecore_audio in edje-multisense - -2013-01-28 Rafael Antognolli - - * Ecore_Evas wayland-egl only renders now if last frame has - been presented. - -2013-01-29 Sumanth Krishna Mannam - - * Prevent a crash even if an invalid object is swallowed into an - edje object.