diff --git a/legacy/ecore/ChangeLog b/legacy/ecore/ChangeLog index cd488189e8..fe09c18389 100644 --- a/legacy/ecore/ChangeLog +++ b/legacy/ecore/ChangeLog @@ -330,4 +330,6 @@ 2011-11-20 Vincent Torri - * Ecore_Win32, Ecore_WinCE: fix Shift, Control and Alt keys detection + * Ecore_Win32, Ecore_WinCE: fix Shift, Control and Alt keys + detection + * Ecore_Win32: fix "mouse-down inside and mouse-up outside" issue diff --git a/legacy/ecore/NEWS b/legacy/ecore/NEWS index 685584831e..f761f45ba3 100644 --- a/legacy/ecore/NEWS +++ b/legacy/ecore/NEWS @@ -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 + * "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 * ecore_x_selection_convert takes length into account