evas: update ChangeLog and NEWS.

SVN revision: 66184
This commit is contained in:
Cedric BAIL 2011-12-14 10:03:45 +00:00
parent 565152cee8
commit b2c5fede71
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -7,6 +7,10 @@ Additions:
* Textblock now supports self-closing tags, i.e <br/>. Those should be used instead of the old <br> way.
Improvements:
* Use Eina_File mmap infrastructure for bmp, ico and pmaps file access.
Evas 1.1.0
Changes since Evas 1.0.0: