summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyuan Choi <ryuan.choi@gmail.com>2013-10-17 11:04:57 +0900
committerRyuan Choi <ryuan.choi@gmail.com>2013-10-17 11:05:45 +0900
commit1b07838b2c6e4c90664906077ff9f62bf0a63e57 (patch)
tree6e4651bc00d596e4fa919f2468a192d848b3b24c /ChangeLog
parent8f497603fa7d32c781030679417b40d7830fa416 (diff)
downloadelementary-1b07838b2c6e4c90664906077ff9f62bf0a63e57.tar.gz
Multiple selection support in fileselector
Summary: Multiple selection support in fileselector Reviewers: seoz Reviewed By: seoz CC: seoz Differential Revision: https://phab.enlightenment.org/D207
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68aba3ad0..7cba68f36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1699,3 +1699,7 @@
* hoversel: Support elm_object_item_signal_emit in hoversel. This works
only when the item is created.
+
+2013-10-17 Ryuan Choi (ryuan)
+
+ * fileselector : Add support multi-selection.