From b07ca09f5d5668f01709039fb561659e7a06bc22 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sun, 20 Nov 2011 07:15:51 +0000 Subject: [PATCH] Ecore: and update ChangeLog NEWS... SVN revision: 65427 --- legacy/ecore/ChangeLog | 4 +++- legacy/ecore/NEWS | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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