clean up changelog.

SVN revision: 75957
This commit is contained in:
Carsten Haitzler 2012-09-03 07:22:28 +00:00
parent 3cc89e117d
commit c4fa65f2f7
1 changed files with 13 additions and 12 deletions

View File

@ -412,21 +412,22 @@
2012-08-30 Gustavo Lima Chaves (glima)
Toolbar widget is now a scrollable widget.
Entry widget is now a scrollable layout.
Fileselector entry widget is now an elm layout.
Ctxpopup widget is now an elm layout.
Multibutton entry entry is now an elm layout.
Popup widget is now an elm layout.
Panel widget is now an elm layout.
All internal widget hooks (and related macros) were removed, due
* Toolbar widget is now a scrollable widget.
* Entry widget is now a scrollable layout.
* Fileselector entry widget is now an elm layout.
* Ctxpopup widget is now an elm layout.
* Multibutton entry entry is now an elm layout.
* Popup widget is now an elm layout.
* Panel widget is now an elm layout.
* All internal widget hooks (and related macros) were removed, due
to deprecation. Thus, people using that (unstable) API will have
to adapt themselves.
2012-0830 Shilpa Onkar Singh
2012-08-30 Shilpa Onkar Singh
Naviframe's item Subtitle_label deleted in item_free.
* Naviframe's item Subtitle_label deleted in item_free.
2012-0831 WooHyun Jung
2012-08-31 WooHyun Jung
* The state of elm_check is now changed by mouse click event.
The state of elm_check is now changed by mouse click event.