summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-01-11 12:58:46 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2016-01-11 12:58:46 +0100
commit2d31ab164001ffd5e1425d0d3c349da5fc629518 (patch)
tree9e745d9bee5534f50bb9e7e7fedaac2c804e606e /NEWS
parentde2bffe9a1c7dce7d1ae54720e30b7d8c1f36523 (diff)
downloadelementary-2d31ab164001ffd5e1425d0d3c349da5fc629518.tar.gz
release: Update NEWS and bump version for 1.17.0-beta1 releasev1.17.0-beta1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1dc2dce41..ec5336a7f 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,7 @@ Features:
* elm config - allow the ability to save out to another hidden profile
* elm config - add function to check if profile exists
* elm config - add the ability to have derived configurations from others
+ * ctxpopup: add geometry,update smart callback. (T2042)
Fixes:
@@ -75,6 +76,14 @@ Fixes:
* elm wl cnp - fix paste to not crash anymore
* elm config - monitor JUST the correct files for profile and cfg change
* elementary: Fix elementary not compiling
+ * sys_notify: fix shutdown of elm_sys_notify
+ * segment_control: check item disable (T2883)
+ * elementary_test: remove wrong usage of EINA_UNUSED.
+ * layout: do not unset max size hint during sizing eval
+ * hide indicator after mouse wheel activation. (T2348)
+ * combobox: fix recalc and hover's best_location error
+ * js: fix examples functions
+ * elm entry: check for null return from eina_rectangle_new
Changes since 1.15.0:
---------------------