summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-07-31 15:14:09 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-07-31 15:16:41 +0900
commit4e72dfc13b814df71e0ce2833c05018d03e2864d (patch)
tree58cd8da27c43cce6c5c99e8b993a5bd57e9da8b3 /ChangeLog
parentfb1bc461b7cd57f234cf57ca2849d7ed7f262762 (diff)
downloadelementary-4e72dfc13b814df71e0ce2833c05018d03e2864d.tar.gz
Fix elm to use key not keyname (so xmodmap works)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37b5535a8..052bd6c73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1516,6 +1516,10 @@
* File Selector : Support elm_object_part_text_set() for the ok, cancel
part to change the OK, Cancel button label.
+2013-07-25 Carsten Haitzler (The Rasterman)
+
+ * Add throttle policy settings to elm
+
2013-07-26 ChunEon Park (Hermet)
* Flip : Fix the flip page to not flip on a direction if the direction
@@ -1524,3 +1528,8 @@
2013-07-31 Shinwoo Kim
* Add _elm_access_object_get, deprecate _elm_access_info_get.
+
+2013-07-31 Carsten Haitzler (The Rasterman)
+
+ * Fix elm to use key not keyname (otherwise xmodmap and friends
+ don't work).