From cd01ed9c96938201511da705ed298ede67aa18bd Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 6 Jun 2012 13:21:19 +0000 Subject: [PATCH] Ecore: Update ChangeLog for Rob's input_handling patch SVN revision: 71751 --- legacy/ecore/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/legacy/ecore/ChangeLog b/legacy/ecore/ChangeLog index 4094fdce58..fcaafb3e58 100644 --- a/legacy/ecore/ChangeLog +++ b/legacy/ecore/ChangeLog @@ -717,3 +717,17 @@ * ECORE_{CON,IPC}_NO_PROXY now available for disabling proxying on certain connections * Added new resolver method: dns.c -- This is used by default now when ipv6 is enabled and c-ares support is disabled. + +2012-06-06 Rob Bradford + + * Ecore_Wayland: Enhance the keyboard input handling + * Associate the keymap with the input device rather than the display + since you could could have different keymaps associated with different + devices. + * Increase the size of character arrays used for the string + representations of the keyname, keysym and for the string + representing the key. + * Re-enable the code that converts the keysym to a printable definition + - this is required where the keysym is not the same as the printable + definition +