diff --git a/legacy/ecore/ChangeLog b/legacy/ecore/ChangeLog index 0869f30dd2..795aa066d0 100644 --- a/legacy/ecore/ChangeLog +++ b/legacy/ecore/ChangeLog @@ -680,10 +680,17 @@ * Fix ecore mainloop issue if you begin the mainloop, keep a timer around, quit mainloop, then start it again expecting the timer - to keep ticking off. also happens to be an issuw with + to keep ticking off. also happens to be an issue with iterating the mainloop. 2012-05-25 ChunEon Park (Hermet) * Changed ecore_x_error_get() return type to Ecore_X_Error_Code from int + +2012-05-25 Rob Bradford + + * Make ecore_{software_x11, software_x11_8, software_x11_16, wayland, + directfb}_window_get return 0 if the Ecore_Evas was not created with + the appropriate constructor. +