From b2c5fede7176ace2906b05237de49a98d2628d4e Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 14 Dec 2011 10:03:45 +0000 Subject: [PATCH] evas: update ChangeLog and NEWS. SVN revision: 66184 --- legacy/evas/ChangeLog | 4 ++++ legacy/evas/NEWS | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index e6eff51198..a8db401c1c 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/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/legacy/evas/NEWS b/legacy/evas/NEWS index be64e8fe99..b6e0c03d0a 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/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: