From 49510f9f7fee4ac73678f5c8500d9f588a0f8a38 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 7 Aug 2012 11:03:32 +0000 Subject: [PATCH] evas: forgotten ChangeLog and NEWS. Missing Vincent so much ! SVN revision: 74979 --- legacy/evas/ChangeLog | 4 ++++ legacy/evas/NEWS | 1 + 2 files changed, 5 insertions(+) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index fd3133eb1f..f6c0754195 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -949,3 +949,7 @@ * Fix evas_gl's internal resource surface bug. For optimzation evas_gl was using evas' window surface to do its resource creation and it wans't properly updated when a window is destroyed and recreated. + +2012-08-07 Cedric Bail + + * Properly warn when user try to link object from different canvas. diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index 6426cd01e4..46f2e36caf 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS @@ -16,6 +16,7 @@ Improvements: * Cache convertion from Evas_Map to RGBA_Map. * evas_object_smart_members_get() now returns NULL on non-smart objects. * Pipeline rendering use prepare stage more extensively. + * Properly warn when user try to link object from different canvas. Fixes: * Add missing files in the tarball.