diff --git a/legacy/elementary/ChangeLog b/legacy/elementary/ChangeLog index 42e1601482..35694e48d5 100644 --- a/legacy/elementary/ChangeLog +++ b/legacy/elementary/ChangeLog @@ -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.