From: cedric Date: Wed, 14 Dec 2011 10:03:45 +0000 (+0000) Subject: evas: update ChangeLog and NEWS. X-Git-Tag: submit/trunk/20120815.174732~655 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8c783f34ec764d3f6270345b3f829b1598902bb;p=profile%2Fivi%2Fevas.git evas: update ChangeLog and NEWS. git-svn-id: http://svn.enlightenment.org/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: