From b6a33232ef0055d19519af2a64c056f7f907d520 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 2 Aug 2012 06:45:45 +0000 Subject: [PATCH] Ecore: Update changelog for Roberts unicode patch. SVN revision: 74781 --- legacy/ecore/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/legacy/ecore/ChangeLog b/legacy/ecore/ChangeLog index 897b8770ab..dad80f6f7b 100644 --- a/legacy/ecore/ChangeLog +++ b/legacy/ecore/ChangeLog @@ -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. +