Ecore: put entry in the correct section

SVN revision: 65428
This commit is contained in:
Vincent Torri 2011-11-20 07:16:39 +00:00
parent b07ca09f5d
commit e2ed022a0c
1 changed files with 1 additions and 1 deletions

View File

@ -75,6 +75,7 @@ Fixes:
* NULL pointer dereference in ecore_x selection notification code
* sync GNUTLS thread activation with eina changes
* ecore_ipc compilation on Windows
* fix Shift, Control and Alt keys detection on Windows
* "mouse-down inside and mouse-up outside" issue on Windows
* ecore_x shadow tree search fixed to respect shape input of windows
* fd handlers fixed when idler callbacks add jobs or events
@ -96,7 +97,6 @@ Improvements:
* ecore timer monotonic clock now supported on OSX
* make ecore_con work on Windows
* improve resize/move on Windows
* fix Shift, Control and Alt keys detection on Windows
* refactored _ecore_main_loop_iterate_internal
* better safety with ecore_evas_ecore_evas_get
* ecore-evas produces more errors on stderr when errors happen now