From 7030c2cfe23b83a8b446dcae500e1dd8d414fd47 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 21 Aug 2014 00:08:35 +0900 Subject: NEWS: cleaned up new file for the 1.11 release. --- NEWS | 70 +++++++++++++++++++++++++++++++++----------------------------------- 1 file changed, 34 insertions(+), 36 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2d6deaad2..a5b64b5df 100644 --- a/NEWS +++ b/NEWS @@ -7,45 +7,43 @@ 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 + * map: Added elm_map_region_zoom_bring_in() API. + * gengrid: Added horizontal item loop feature. + * atspi: Added AtspiText and AtspiEditableText interface support. + * fileselector: Added a search entry for realtime filename search. + * panel: Added scrollable feature. + * gengrid: Added normal reorder type. + * toolbar: Added selected and unselected smart callbacks. + * win: Added noblank property 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. - * map: Add missing legacy API into legacy header - * elc_naviframe: Fix warning caused by elm_obj_layout_signal_emit override function in naviframe - * ctxpopup: fix arrow geometry set. - * ctxpopup: Fix wrong popup size. - * elementary: Handle case where ELM_ENGINE environment variable is misspelled. - * photocam no longer gets stuck in "busy" animations - * Gengrid: fix position calculation - * Genlist: do not segv if the user clear the list on item double-click - * gengrid once again selects items using keyboard when no item was previously selected + * genlist: Fixed wrong item focus set on item_focus_set API call. + * scroller: Added the missng signals - vbar,press, vbar,unpress, hbar,press, hbar,unpress + * win: if no ELM_DISPLAY is set, try more engines before giving up (T1294). + * dist: Removed 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: Fixed borderless_set behavior. + * dnd: Rotate dragwin if main window is rotated when draging. + * slider: Fixed theme to not self-feed emit signals in a loop. + * check: Fixed colorclasses for disabled text. + * fileselector: Made selected_set actually select the file. + * tooltip: Corrected the typo in documentation of elm_object_tooltip_show. + * elm_theme: Fixed wayland borders to be sized and colored correctly. + * transit: Fixed to adopt the tween_mode factor. + * config: Don't segfault if we are not using an X11-compatible engine. + * list: Call "selected" callback after setting focus to the selected item. + * gengrid: Corrected the reorder start and end evas smart callback call. + * map: Added missing legacy API into legacy header. + * naviframe: Fixed warning caused by elm_obj_layout_signal_emit override function in naviframe. + * ctxpopup: Fixed arrow geometry set. + * ctxpopup: Fixed wrong popup size. + * config: Handle case where ELM_ENGINE environment variable is misspelled. + * photocam: No longer gets stuck in "busy" animations. + * gengrid: Fixed position calculation routine. + * genlist: Do not segv if the user clear the list on item double-click. + * gengrid: Once again selects items using keyboard when no item was previously selected Changes since Elementary 1.9.0: ------------------------------- -- cgit v1.2.1