summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehwan Kim <jae.hwan.kim@samsung.com>2013-07-03 14:03:13 +0900
committerJaehwan Kim <jae.hwan.kim@samsung.com>2013-07-03 14:07:05 +0900
commit869792347e071cc7bce708c723f1c9eb7b392b59 (patch)
treefafb66e754c578c8d4d52d54035b5b1f45a0eb23
parent2630a7a2974fee9c99a8a5e82c445f9657be01ea (diff)
downloadelementary-869792347e071cc7bce708c723f1c9eb7b392b59.tar.gz
Add the ChangeLog and NEWS and update AUTHORS.
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog4
-rw-r--r--NEWS1
3 files changed, 6 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index a86dd738b..3b0b682bd 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -79,3 +79,4 @@ Arvind R <arvino55@gmail.com>
Paulo Cavalcanti <paulo.cavalcanti@linux.intel.com>
Stefan Schmidt <stefan@datenfreihafen.org>
Ryuan Choi (ryuan) <ryuan.choi@samsung.com> <ryuan.choi@gmail.com>
+Hosang Kim <hosang12.kim@samsung.com>
diff --git a/ChangeLog b/ChangeLog
index 530b9bfe1..969bb5d1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1478,3 +1478,7 @@
* Fix bug of showing multiple popups in Entry.
+2013-07-03 Hosang Kim
+
+ * added callback call "scroll", "scroll,anim,start", "scroll,anim,stop", "scroll,drag,start", "scroll,drag,stop"
+ in toolar widget.
diff --git a/NEWS b/NEWS
index a3fa7323f..d2e771b3d 100644
--- a/NEWS
+++ b/NEWS
@@ -77,6 +77,7 @@ Additions:
* Add elm_web_url_set(), elm_web_url_get() and "url,changed" signal for web, web2.
* Add elm_fileselector_mime_type_filter_append and elm_fileselector_filters_clear to support mime type filter.
* Add the elm_scrollable_interface_content_viewport_resize_cb_set.
+ * added callback call "scroll", "scroll,anim,start", "scroll,anim,stop", "scroll,drag,start", "scroll,drag,stop" in toolar widget.
Improvements: