summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2013-10-14 13:53:27 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2013-10-14 13:56:27 +0900
commitb41cf11a151107b2b9e3162b7cc5c9c874f6fed5 (patch)
treeff787628b8512e3934a94723981a0b22793a00ff /ChangeLog
parentd5ab0ccd4c6223e3dc73728ff09ed60784bc7dca (diff)
downloadelementary-b41cf11a151107b2b9e3162b7cc5c9c874f6fed5.tar.gz
elc_hoversel: Support elm_object_item_signal_emit() in hoversel.
This works only when the item is actually created by clicking the hover button.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec783e72c..68aba3ad0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1694,3 +1694,8 @@
* popup : Change the behavior about adding or removing buttons to keep the
user defined position of button.
+
+2013-10-14 Daniel Juyung Seo (SeoZ)
+
+ * hoversel: Support elm_object_item_signal_emit in hoversel. This works
+ only when the item is created.