release: v1.10.0 beta2 v1.10.0-beta2
authorStefan Schmidt <s.schmidt@samsung.com>
Mon, 12 May 2014 12:55:13 +0000 (14:55 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Mon, 12 May 2014 12:55:44 +0000 (14:55 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index aae09b3..931a2c6 100644 (file)
--- 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:
index d0d5574..69cb6fb 100644 (file)
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [10], [0], [release])
-AC_INIT([elementary], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([elementary], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR([configure.ac])