From: cedric Date: Wed, 14 Dec 2011 10:03:45 +0000 (+0000) Subject: evas: update ChangeLog and NEWS. X-Git-Tag: 2.0_alpha~153^2~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=609962f26ee0a00d5b44c3b8723c555caa46fa92;p=framework%2Fuifw%2Fevas.git evas: update ChangeLog and NEWS. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@66184 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/ChangeLog b/ChangeLog index e6eff51..a8db401 100644 --- a/ChangeLog +++ b/ChangeLog @@ -555,3 +555,7 @@ * Fix grab count negative values if you do weird combinations of press and release with multiple fingers or multiple mouse buttons. + +2011-12-14 Cedric BAIL + + * Use Eina_File when loading bmp, ico and pmaps files. diff --git a/NEWS b/NEWS index be64e8f..b6e0c03 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,10 @@ Additions: * Textblock now supports self-closing tags, i.e
. Those should be used instead of the old
way. +Improvements: + + * Use Eina_File mmap infrastructure for bmp, ico and pmaps file access. + Evas 1.1.0 Changes since Evas 1.0.0: