From 5f704dd0bc0d47a9081d337d808957bc80f9f9d4 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 3 Sep 2012 10:22:19 +0000 Subject: [PATCH] Evas: Update ChangeLog for Vince ;) SVN revision: 75995 --- legacy/evas/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index dfce0a1f1a..2aaa482844 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -1012,3 +1012,11 @@ 2012-09-03 Igor Murzov * Add WEBP loader module and cserve2 binary loader patch. + +2012-09-03 Christopher Michael (devilhorns) + + * When doing a move or geometry_get, we need to make sure that we + don't try to do these on the framespace clip object. Also, since we + need the evas to get the framespace clip object, just directly use the + framespace values from the canvas, rather than function call to get + those values.