From: devilhorns Date: Tue, 27 Mar 2012 07:09:03 +0000 (+0000) Subject: Ecore: Fix botched merge of ChangeLog. X-Git-Tag: 2.0_alpha~47^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fbd0cfde9569b5f8dce9452b8a7884e9b1867cf;p=framework%2Fuifw%2Fecore.git Ecore: Fix botched merge of ChangeLog. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@69655 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/ChangeLog b/ChangeLog index bd7a088..5af4d48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -567,6 +567,30 @@ * Add ecore_con_url_status_code_get() to check return code at any time +2012-03-09 Carsten Haitzler (The Rasterman) + + * Fix ecore_thread_feedback_run to work as the documentation and logic tell us. + +2012-03-10 Cedric Bail + + * Fix double free at end of execution of Ecore_Thread with feedback. + +2012-03-13 Leif Middelschulte (T_UNIX) + + * Fix ecore_x_randr_modes_info_get to not cut off the trailing '\0' + anymore + +2012-03-20 Vincent Torri + + * Rename ecore_win32_window_focus_set() to ecore_win32_window_focus() + to match ecore_x API. + * Add ecore_wince_window_focus(), ecore_wince_window_focus_get() + and ecore_win32_window_focus_get(). + +2012-03-26 Shinwoo Kim + + * Do not autorepeat Ctrl, Shift, Alt and Win keys on Windows + 2012-03-26 Christopher Michael (devilhorns) Ecore_Wayland: