diff options
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -101,6 +101,18 @@ Fixes: | |||
101 | * elm_gengrid: Fix condition error. | 101 | * elm_gengrid: Fix condition error. |
102 | * Elm_Prefs: use Evil API | 102 | * Elm_Prefs: use Evil API |
103 | * elm_gengrid: fix missing variable initialization. | 103 | * elm_gengrid: fix missing variable initialization. |
104 | * multibuttonentry: delete clicked signal preventing code when mbe shrinked. | ||
105 | * entry: few times the hit_rect is not clipped properly during genlist scrolling, with entry as content. | ||
106 | * multibuttonentry: fix bug with uneditable MBE use case. | ||
107 | * multibuttonentry: update end text(item count) even mbe shrinked. | ||
108 | * Colorselector: fix wrong object for callback call function | ||
109 | * multibuttonentry: internal label object status, box pack, unpack logic clean up. | ||
110 | * interface_scrollable: don't use integer abs on floating point | ||
111 | * interface_scrollable: convert to int before using abs first | ||
112 | * elm: simulate the clicked event over the object only. | ||
113 | * hoversel: use elm_object_focus_set to set focus on subobjects. | ||
114 | * colorselector: fixed up the selected process | ||
115 | * popup: fix resize issue when action area and title area is absent. (T2623) | ||
104 | 116 | ||
105 | Changes since 1.13.0: | 117 | Changes since 1.13.0: |
106 | --------------------- | 118 | --------------------- |
diff --git a/configure.ac b/configure.ac index b1df15b75..6422f7e21 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [15], [0], [release]) | 1 | EFL_VERSION([1], [15], [0], [release]) |
2 | AC_INIT([elementary], [efl_version-beta3], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ(2.63) | 4 | AC_PREREQ(2.63) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |