diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -32,6 +32,7 @@ Features: | |||
32 | * genlist: Implemented item_select_on_focus feature. | 32 | * genlist: Implemented item_select_on_focus feature. |
33 | * gengrid: Implemented item_select_on_focus feature. | 33 | * gengrid: Implemented item_select_on_focus feature. |
34 | * gengrid: Added elm_gengrid_wheel_disabled_set/get() APIs. | 34 | * gengrid: Added elm_gengrid_wheel_disabled_set/get() APIs. |
35 | * focus: Change new API names related to focus auto scrolling. | ||
35 | 36 | ||
36 | Fixes: | 37 | Fixes: |
37 | 38 | ||
@@ -103,6 +104,8 @@ Fixes: | |||
103 | * ctxpopup bg theme should block all mouse events, not just left button | 104 | * ctxpopup bg theme should block all mouse events, not just left button |
104 | * ctxpopup should not blindly show arrows when they are not wanted by the theme | 105 | * ctxpopup should not blindly show arrows when they are not wanted by the theme |
105 | * gengrid: frame variable should be used for position changes. | 106 | * gengrid: frame variable should be used for position changes. |
107 | * widgets - propagate current parent orientation to sub object. | ||
108 | * elm_map: Fix to support customized style for elm_map | ||
106 | 109 | ||
107 | 110 | ||
108 | Changes since Elementary 1.8.0: | 111 | Changes since Elementary 1.8.0: |
diff --git a/configure.ac b/configure.ac index d0d557400..69cb6fb55 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [10], [0], [release]) | 1 | EFL_VERSION([1], [10], [0], [release]) |
2 | AC_INIT([elementary], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ(2.60) | 4 | AC_PREREQ(2.60) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |