Ecore: Update changelog for Roberts unicode patch.

SVN revision: 74781
This commit is contained in:
Christopher Michael 2012-08-02 06:45:45 +00:00
parent cc6d6f0091
commit b6a33232ef
1 changed files with 7 additions and 0 deletions

View File

@ -834,3 +834,10 @@
* Support setting fullscreen on Ecore_Evas's under the Wayland engine
before they are visible. The fullscreening will then be applied when
they become visible.
2012-08-01 Rob Bradford
* Use libxkbcommon function to map keysym to unicode characters in the
Wayland backend. Removing the need to have our own function to do this
and increasing the range of supported keysms. Fixes #1105.