diff --git a/legacy/elementary/ChangeLog b/legacy/elementary/ChangeLog index b965f2c64f..56975bb583 100644 --- a/legacy/elementary/ChangeLog +++ b/legacy/elementary/ChangeLog @@ -1660,10 +1660,6 @@ position. This actually reduces the mapbuf calculation time muchly in case of complex layout. -2013-09-30 Abhinandan Aryadipta (aryarockstar) - - * Popup: Added elm_popup_align_set() and elm_popup_align_get() APIs. - 2013-10-01 Ryuan Choi (ryuan) * fileselector: Add the configuration fileselector_double_tap_navigation_enable. diff --git a/legacy/elementary/NEWS b/legacy/elementary/NEWS index 8f1bceedff..85da746749 100644 --- a/legacy/elementary/NEWS +++ b/legacy/elementary/NEWS @@ -7,14 +7,10 @@ Changes since Elementary 1.8.0: Additions: - * Add elm_object_tooltip_orient_set() and elm_object_tooltip_orient_get(). - Improvements: Fixes: - * fix mouse eventing on e border theme - Removals: Changes since Elementary 1.7.0: @@ -113,7 +109,6 @@ Additions: * Add elm_menu_item_subitems_clear(). * Add the configuration fileselector_double_tap_navigation_enable. * Add "activated" smart callback for fileselector. - * Add elm_popup_align_set() and elm_popup_align_get(). * Add elm_object_item_signal_emit support in hoversel. This works only when the item is created. * Add elm_fileselector_multi_select_set/get() and elm_fileselector_selected_paths_get to support multi-selection. * Add elm_fileselector_hidden_visible_set/get() to show or hide hidden files/directories.