stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=5d9b7b4a44a2e0887a41121c23753a31326e4cc5
commit 5d9b7b4a44a2e0887a41121c23753a31326e4cc5 Author: Stefan Schmidt <[email protected]> Date: Mon May 12 14:55:13 2014 +0200 release: v1.10.0 beta2 --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index aae09b3..931a2c6 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,7 @@ Features: * genlist: Implemented item_select_on_focus feature. * gengrid: Implemented item_select_on_focus feature. * gengrid: Added elm_gengrid_wheel_disabled_set/get() APIs. + * focus: Change new API names related to focus auto scrolling. Fixes: @@ -103,6 +104,8 @@ Fixes: * ctxpopup bg theme should block all mouse events, not just left button * ctxpopup should not blindly show arrows when they are not wanted by the theme * gengrid: frame variable should be used for position changes. + * widgets - propagate current parent orientation to sub object. + * elm_map: Fix to support customized style for elm_map Changes since Elementary 1.8.0: diff --git a/configure.ac b/configure.ac index d0d5574..69cb6fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [10], [0], [release]) -AC_INIT([elementary], [efl_version-beta1], [[email protected]]) +AC_INIT([elementary], [efl_version-beta2], [[email protected]]) AC_PREREQ(2.60) AC_CONFIG_SRCDIR([configure.ac]) --
