summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2013-09-21 19:28:04 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2013-09-21 19:30:04 +0900
commitd2028f692b4a61a93a07e5af9ca24b562c46af0d (patch)
tree34e5fe1201c274084ab9e03c9491419f1617c0f5 /ChangeLog
parent54ed83e08cb7880e26e1ae67f030253af339e8da (diff)
downloadelementary-d2028f692b4a61a93a07e5af9ca24b562c46af0d.tar.gz
elm_hover: added "dismissed" smart callback for dismiss action.
- "clicked" smart callback was used for dismiss action. - "clicked" should be removed in EFL 2.0. Updated "EFL 2.0 TODO" wiki page. - Updated ChangeLog and NEWS. - Added sample code to elementary_test. - Updated documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30c6ce566..989ee94db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1637,3 +1637,6 @@
elm_widget_item_part_text_custom_get(),
elm_widget_item_part_text_custom_update()
+2013-09-21 Daniel Juyung Seo (SeoZ)
+
+ * hover: added "dismissed" callback.