Ecore: update ChangeLog and NEWS
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 20 Nov 2011 06:55:31 +0000 (06:55 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 20 Nov 2011 06:55:31 +0000 (06:55 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@65424 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
NEWS

index f8e48fe..cd48818 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 
 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
diff --git a/NEWS b/NEWS
index fad0f33..6855848 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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