release: v1.10.0 beta3 v1.10.0-beta3
authorStefan Schmidt <s.schmidt@samsung.com>
Mon, 19 May 2014 09:03:17 +0000 (11:03 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Mon, 19 May 2014 09:03:17 +0000 (11:03 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 931a2c644ec9e15fbfcf41c775778295e692e389..967de9121fc7313136ed065d9d34947a461d2670 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -106,6 +106,15 @@ Fixes:
    * 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
+   * entry: Fix a test case for editable, non-editable entry.
+   * layout: remove sizing_eval call when layout is already destructed. @fix
+   * elm_map: Fix to show and bring in a correct region after zooming
+   * gengrid : Fix the issue to skip disable item in item select
+   * entry: Enable context menu with mosue down even if the entry is not editable in some case.
+   * hoversel: item-loop should happen on UP/DOWN Key in case of vertical hoversel and on LEFT/RIGHT Key in case of horizontal hoversel.
+   * fix visiblity of entry cursor when selections exist (T1229)
+   * elm_map: Fix to calculate map size not to be smaller than viewport size
+   * [Fileselector] Fix double-call of callback function on clicking "Enter" key.
 
 
 Changes since Elementary 1.8.0:
index 69cb6fb55588ba538c7bac16e660b6a01fd665a1..3286bbf2da5dd107aacbe6b4ee9438c17803046b 100644 (file)
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [10], [0], [release])
-AC_INIT([elementary], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([elementary], [efl_version-beta3], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR([configure.ac])