summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThiep Ha <thiepha@gmail.com>2013-08-22 05:16:07 +0900
committerDaniel Juyung Seo <seojuyung@gmail.com>2013-08-22 05:24:50 +0900
commit5c4bc2f561de7f02a014f97108c49657bd8e2a88 (patch)
treeb0c6aaf1cae2a415277585a887ac667d877e03e6 /ChangeLog
parent03385c4d84bd0f13c6adab321cdf9c90ea8e9647 (diff)
downloadelementary-5c4bc2f561de7f02a014f97108c49657bd8e2a88.tar.gz
notify: Add hide effect to notify.
As specified in task T149, the notify has show effect but does not have hide effect. This patch adds hide effect to notify.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e63d26d86..562e0598a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1511,6 +1511,7 @@
not entry. This prevents the asynchronous states between ime and
conformant.
+<<<<<<< HEAD
2013-07-23 ChunEon Park (Hermet)
* File Selector : Support elm_object_part_text_set() for the ok, cancel
@@ -1562,3 +1563,7 @@
2013-08-19 ChunEon Park (Hermet)
* Popup: Support "language,changed" smart callback.
+
+2013-08-22 Thiep Ha
+
+ * Add hide effect for notify.