summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-08-01 10:53:18 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2014-08-01 10:53:18 +0200
commite8b9082e090a07c61bb069b096025ecedfe5ef1a (patch)
tree838b373aceda7145bba901dbcce642035becb513 /NEWS
parentf6c39d782cbf63541659bbb4f178fb1d6943e86e (diff)
downloadelementary-e8b9082e090a07c61bb069b096025ecedfe5ef1a.tar.gz
release: Update NEWS and bump version for 1.11.0-alpha1 releasev1.11.0-alpha1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS41
1 files changed, 40 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b673c5fbf..327bc99d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,46 @@
=================
-Elementary 1.10.0
+Elementary 1.11.0
=================
+Changes since 1.10.0:
+---------------------
+
+Features:
+
+ * elm_map: Add new elm_map_region_zoom_bring_in() API
+ * Gengrid: Added horizontal item loop feature.
+ * atspi: add AtspiText and AtspiEditableText interface support.
+ * fileselector: Adding search entry for realtime filename search
+ * panel: add scrollable feature
+ * panel: add scrollable feature
+ * gengrid: Added normal reorder type
+ * toolbar: added selected and unselected smartcallbacks to toolbar.
+ * elm win noblank property added - to disable screen blanking/saving
+
+Fixes:
+
+ * genlist: fixed wrong item focus set on item_focus_set API call.
+ * scroller - emits the missed signals
+ * elm win - if no ELM_DISPLAY is set, try more engines before giving up (T1294)
+ * Remove autogen.sh from the dist tarball.
+ * config: always create a themes directory for user.
+ * po: Set all initial values for Language and Language-Team
+ * win: fix borderless_set behavior
+ * dnd: rotate dragwin if main window is rotated when draging
+ * fix theme to not self-feed emit signals in a loop
+ * fix check colorclasses for disabled text
+ * elm object item: fix the comparison of eo class name in case of edje object.
+ * fileselector: Make selected_set actually select the file
+ * tooltip: corrected the typo in documentation of elm_object_tooltip_show
+ * elm theme - fix wayland borders to be sized and colored correctly
+ * transit - fix to adopt the tween_mode factor.
+ * elementary: Don't segfault if we are not using an X11-compatible engine
+ * list: call "selected" callback after set focus to the selected item
+ * gengrid: corrected the reorder start and end evas smart callback call.
+ * fix notification theme to not clip text
+ * map: Add missing legacy API into legacy header
+ * elc_naviframe: Fix warning caused by elm_obj_layout_signal_emit override function in naviframe
+
Changes since Elementary 1.9.0:
-------------------------------