summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@samsung.com>2013-07-31 11:53:39 +0900
committerCedric Bail <cedric.bail@samsung.com>2013-07-31 11:53:39 +0900
commite0b8e3f5e75306a37ee131f999f975dee39e8329 (patch)
treef3faef4a76638cb56c774d6ff3690bbfef2a39de /ChangeLog
parentf2de8970a137a6291ff35e42cfbf556120337ce5 (diff)
downloadefl-e0b8e3f5e75306a37ee131f999f975dee39e8329.tar.gz
evas: use eina_file_virtualize() in evas_object_memfile_set().
NOTE: I am tempted to mark evas_object_memfile_set() as deprecated due to the forced memcpy it introduced and the fact that it is now a 3 lines of code to do the same in a more efficient way.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e2d23460f..e072762aea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2013-07-31 Cedric Bail
* Eina: add eina_file_virtualize() and eina_file_virtual().
+ * Evas: use eina_file_virtualize() for evas_object_image_memfile_set().
2013-07-25 ChunEon Park (Hermet)