summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2016-03-13 23:38:40 +0200
committerRan Benita <ran234@gmail.com>2016-03-13 23:38:40 +0200
commitd627549c61cd27da881f8287a4a29f75aad19578 (patch)
tree56cf7ad32f75f2a0265dda1ee3f204f4c254a6c4 /NEWS
parent919b97a83739bd9b810670cb0bbcf7651d82b964 (diff)
downloadxorg-lib-libxkbcommon-d627549c61cd27da881f8287a4a29f75aad19578.tar.gz
Update NEWS
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 39e6b93..02d91d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+libxkbcommon 0.6.0 - TBD
+==================
+
+- If the XKB_CONFIG_ROOT environment variable is set, it is used as the XKB
+ configuration root instead of the path determined at build time.
+
+- Tests and benchmarks now build correctly on OSX.
+
+- An XKB keymap provides a name for each key it defines. Traditionally,
+ these names are limited to at most 4 characters, and are thus somewhat
+ obscure, but might still be useful (xkbcommon lifts the 4 character limit).
+
+ The new functions xkb_keymap_key_get_name() and xkb_keymap_key_by_name()
+ can be used to get the name of a key or find a key by name. Note that
+ a key may have aliases.
+
+- Documentation improvements.
+
+- New API:
+ xkb_keymap_key_by_name()
+ xkb_keymap_key_get_name()
+
+
libxkbcommon 0.5.0 - 2014-10-18
==================