Add the ChangeLog and NEWS and update AUTHORS.

This commit is contained in:
Jaehwan Kim 2013-07-03 14:03:13 +09:00
parent 32affd3725
commit 3b9e0357a6
3 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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.

View File

@ -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: