stefan pushed a commit to branch elementary-1.13. http://git.enlightenment.org/core/elementary.git/commit/?id=544a9ad55bde6900f97f4586505acded242b9d32
commit 544a9ad55bde6900f97f4586505acded242b9d32 Author: Stefan Schmidt <[email protected]> Date: Wed Apr 1 18:20:52 2015 +0200 release: Update NEWS and bump version for 1.13.2 release --- NEWS | 26 +++++++++++++++++++++++++- configure.ac | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b0eee3a..90be5ec 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,31 @@ ================= -Elementary 1.13.1 +Elementary 1.13.2 ================= +Changes since 1.13.1: +--------------------- + +Fixes: + + * layout: here default content alias can be acceptable. + * popup: correct popup position. + * popup: passing right parameter to elm_layout_sizing_eval + * genlist: select the focused item on enter key input + * gengrid: select the focused item on enter key input + * popup: removed button style setting code in theme_apply + * layout: apply widget's states when elm_layout_file_set is called + * gengrid/genlist/list: focus first item if first_item_focus_on_first_focus_in is on whether focus highlight is enabled or not + * config: fix config name + * Genlist/Gengrid : Modified to handle the focus highlight on unrealized items + * genlist: Send param item type instead of eo item type. + * widget: fix the abi break. + * GLView: Return false if the surface could not be created + * conform: Use eo_isa() to check object types. + * elm_panel: Fix incorrect scroller content region calculation of panel. + * elm_win fullscreen setting on FAKE wins should just toggle the flag + * elm_widget: fix wrong parmeter. + * genlist: Fix elm_genlist_item_index_get. + Changes since 1.13.0: --------------------- diff --git a/configure.ac b/configure.ac index 5229730..5a38629 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [13], [1], [release]) +EFL_VERSION([1], [13], [2], [release]) AC_INIT([elementary], [efl_version], [[email protected]]) AC_PREREQ(2.63) --
