diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-10-11 16:49:13 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-10-11 16:50:40 +0900 |
commit | 69e27abdc37f222183ce27f4ce0e3fe2a45ca590 (patch) | |
tree | 487cbabad5e0a5e5efd0c56063cf5d437484b4ea /ChangeLog | |
parent | 725237df0a8b8cab83c8f38368e5d0389dbd196e (diff) | |
download | efl-69e27abdc37f222183ce27f4ce0e3fe2a45ca590.tar.gz |
eina - and e3fl in general - stop using eina_error_get/set - useless really
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-10-11 Carsten Haitzler (The Rasterman) + + * deprecate/remove all the eina_error setting (and getting) + within efl no one uses it and it frankly it much more pain + than it's worth. the api's are still there, and efl api's still + fail as they did before.. they just don't ALSO set eina_error. + 2013-10-11 Cedric Bail * Eina: add Eina_Spinlock API, |