Ecore: Update ChangeLog for Rob's input_handling patch
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 6 Jun 2012 13:21:19 +0000 (13:21 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 6 Jun 2012 13:21:19 +0000 (13:21 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71751 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog

index 4094fdc..fcaafb3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
         * 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
+