Ecore: update ChangeLog and NEWS

SVN revision: 65424
This commit is contained in:
Vincent Torri 2011-11-20 06:55:31 +00:00
parent 1171e9f029
commit 9c2fdb592e
2 changed files with 12 additions and 6 deletions

View File

@ -47,7 +47,7 @@
* Ecore_Win32: improve resize of windows and fix key up event for
the 'space' key.
* Ecore_WinCE do not erase a window background
* Ecore_WinCE: do not erase a window background
2011-02-21 Jihoon Kim
@ -66,7 +66,7 @@
2011-02-24 Vincent Torri
* Ecore_File fix compilation when ecore_con and curl are not
* Ecore_File: fix compilation when ecore_con and curl are not
available
2011-02-27 Jihoon Kim
@ -325,5 +325,9 @@
2011-11-02 Bluezery
* Fix return error handling in ecore_file_download when
* Fix return error handling in ecore_file_download when
ecore_con_url_get() fails.
2011-11-20 Vincent Torri
* Ecore_Win32, Ecore_WinCE: fix Shift, Control and Alt keys detection

View File

@ -35,7 +35,7 @@ Additions:
- ecore_con_server_fd_get()
- ecore_con_client_fd_get()
- ECORE_CON_EVENT_CLIENT_WRITE, ECORE_CON_EVENT_SERVER_WRITE events
* ecore_evas:
- ecore_evas_screen_geometry_get()
- ecore_cocoa_evas support
@ -74,7 +74,7 @@ Fixes:
* bug in ecore_evas when setting modifiers for sub buffer canvases
* NULL pointer dereference in ecore_x selection notification code
* sync GNUTLS thread activation with eina changes
* ecore_ipc compilation on windows
* ecore_ipc compilation on Windows
* ecore_x shadow tree search fixed to respect shape input of windows
* fd handlers fixed when idler callbacks add jobs or events
* ecore_x_selection_convert takes length into account
@ -93,7 +93,9 @@ Improvements:
* ecore_evas now is able to send render-done even if not syncing to comp
* more safety checks in ecore_con ares support
* ecore timer monotonic clock now supported on OSX
* make ecore_con work on windows
* 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