move and doxyfy docs for ecore_x_randr_screen_primary_output_current_size_get
[framework/uifw/ecore.git] / ChangeLog
index 2f1352e..82d26ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2012-05-24  Carsten Haitzler (The Rasterman)
 
-        * Add ecore_con_client_ref() and ecore_con_client_unref()
-        * Fix ecore_con to obey reference counting for con clients
-        * Fix lurking bug in ecore_ipc that had it be able to crash in
-        accessind already deleted ecore-con clients. use client
-        ref/unref to fix it. No backport of this fix as it requires a
-        new feature.
         * Fix ecore-thread scheduling issue where re-scheduled threads
         will hold a loop busy and not allow feedback workers to run,
         so now have fairer scheduling.
         * 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
+
+2012-06-06 Rob Bradford
+
+       * Ecore_Wayland: Update to protocol change - axis events are now fixed point numbers
+