diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-05-19 11:03:17 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-05-19 11:03:17 +0200 |
commit | 40dc188f2695db7d3e02b8d75a2576c683738f79 (patch) | |
tree | d3d39c775946a363648bca4ae1a69a3fc996d7fe | |
parent | 6dc6a96f803784eee2528fc42a07d4dc1a6aca88 (diff) |
release: v1.10.0 beta3v1.10.0-beta3
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -106,6 +106,15 @@ Fixes: | |||
106 | * 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. | 107 | * widgets - propagate current parent orientation to sub object. |
108 | * elm_map: Fix to support customized style for elm_map | 108 | * elm_map: Fix to support customized style for elm_map |
109 | * entry: Fix a test case for editable, non-editable entry. | ||
110 | * layout: remove sizing_eval call when layout is already destructed. @fix | ||
111 | * elm_map: Fix to show and bring in a correct region after zooming | ||
112 | * gengrid : Fix the issue to skip disable item in item select | ||
113 | * entry: Enable context menu with mosue down even if the entry is not editable in some case. | ||
114 | * hoversel: item-loop should happen on UP/DOWN Key in case of vertical hoversel and on LEFT/RIGHT Key in case of horizontal hoversel. | ||
115 | * fix visiblity of entry cursor when selections exist (T1229) | ||
116 | * elm_map: Fix to calculate map size not to be smaller than viewport size | ||
117 | * [Fileselector] Fix double-call of callback function on clicking "Enter" key. | ||
109 | 118 | ||
110 | 119 | ||
111 | Changes since Elementary 1.8.0: | 120 | Changes since Elementary 1.8.0: |
diff --git a/configure.ac b/configure.ac index 69cb6fb55..3286bbf2d 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-beta2], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version-beta3], [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]) |