NEWS: cleaned up new file for the 1.11 release.

This commit is contained in:
Daniel Juyung Seo 2014-08-21 00:08:35 +09:00
parent c231ed781a
commit b6585de943
1 changed files with 34 additions and 36 deletions

View File

@ -7,45 +7,43 @@ Changes since 1.10.0:
Features: Features:
* elm_map: Add new elm_map_region_zoom_bring_in() API * map: Added elm_map_region_zoom_bring_in() API.
* Gengrid: Added horizontal item loop feature. * gengrid: Added horizontal item loop feature.
* atspi: add AtspiText and AtspiEditableText interface support. * atspi: Added AtspiText and AtspiEditableText interface support.
* fileselector: Adding search entry for realtime filename search * fileselector: Added a search entry for realtime filename search.
* panel: add scrollable feature * panel: Added scrollable feature.
* panel: add scrollable feature * gengrid: Added normal reorder type.
* gengrid: Added normal reorder type * toolbar: Added selected and unselected smart callbacks.
* toolbar: added selected and unselected smartcallbacks to toolbar. * win: Added noblank property to disable screen blanking/saving.
* elm win noblank property added - to disable screen blanking/saving
Fixes: Fixes:
* genlist: fixed wrong item focus set on item_focus_set API call. * genlist: Fixed wrong item focus set on item_focus_set API call.
* scroller - emits the missed signals * scroller: Added the missng signals - vbar,press, vbar,unpress, hbar,press, hbar,unpress
* elm win - if no ELM_DISPLAY is set, try more engines before giving up (T1294) * win: if no ELM_DISPLAY is set, try more engines before giving up (T1294).
* Remove autogen.sh from the dist tarball. * dist: Removed autogen.sh from the dist tarball.
* config: always create a themes directory for user. * config: Always create a themes directory for user.
* po: Set all initial values for Language and Language-Team * po: Set all initial values for Language and Language-Team.
* win: fix borderless_set behavior * win: Fixed borderless_set behavior.
* dnd: rotate dragwin if main window is rotated when draging * dnd: Rotate dragwin if main window is rotated when draging.
* fix theme to not self-feed emit signals in a loop * slider: Fixed theme to not self-feed emit signals in a loop.
* fix check colorclasses for disabled text * check: Fixed colorclasses for disabled text.
* elm object item: fix the comparison of eo class name in case of edje object. * fileselector: Made selected_set actually select the file.
* fileselector: Make selected_set actually select the file * tooltip: Corrected the typo in documentation of elm_object_tooltip_show.
* tooltip: corrected the typo in documentation of elm_object_tooltip_show * elm_theme: Fixed wayland borders to be sized and colored correctly.
* elm theme - fix wayland borders to be sized and colored correctly * transit: Fixed to adopt the tween_mode factor.
* transit - fix to adopt the tween_mode factor. * config: Don't segfault if we are not using an X11-compatible engine.
* elementary: Don't segfault if we are not using an X11-compatible engine * list: Call "selected" callback after setting focus to the selected item.
* list: call "selected" callback after set focus to the selected item * gengrid: Corrected the reorder start and end evas smart callback call.
* gengrid: corrected the reorder start and end evas smart callback call. * map: Added missing legacy API into legacy header.
* map: Add missing legacy API into legacy header * naviframe: Fixed warning caused by elm_obj_layout_signal_emit override function in naviframe.
* elc_naviframe: Fix warning caused by elm_obj_layout_signal_emit override function in naviframe * ctxpopup: Fixed arrow geometry set.
* ctxpopup: fix arrow geometry set. * ctxpopup: Fixed wrong popup size.
* ctxpopup: Fix wrong popup size. * config: Handle case where ELM_ENGINE environment variable is misspelled.
* elementary: Handle case where ELM_ENGINE environment variable is misspelled. * photocam: No longer gets stuck in "busy" animations.
* photocam no longer gets stuck in "busy" animations * gengrid: Fixed position calculation routine.
* Gengrid: fix position calculation * genlist: Do not segv if the user clear the list on item double-click.
* 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
* gengrid once again selects items using keyboard when no item was previously selected
Changes since Elementary 1.9.0: Changes since Elementary 1.9.0:
------------------------------- -------------------------------