seoz pushed a commit to branch elementary-1.12.

http://git.enlightenment.org/core/elementary.git/commit/?id=13e6cf068bd084c112946dc178a1bdac99700018

commit 13e6cf068bd084c112946dc178a1bdac99700018
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Fri Jan 23 00:21:31 2015 +0900

    NEWS: Clean up news file before release.
---
 NEWS | 41 +++++++++++++++++++++++------------------
 1 file changed, 23 insertions(+), 18 deletions(-)

diff --git a/NEWS b/NEWS
index fbf9489..c9593d5 100644
--- a/NEWS
+++ b/NEWS
@@ -7,26 +7,31 @@ Changes since 1.12.2:
 
 Fixes:
 
+   [Widgets]
+   * box: Box layout should not silently fail when size is less than min size 
hint
+   * colorselector: Fix not intended duplication
+   * colorselector: Fix layout broken in ELM_COLORSELECTOR_ALL mode
+   * colorselector: Fix to get proper min size with picker only mode
+   * colorselector: Fix memory leak in _color_bars_add
+   * diskselector.c: Change idle enterer add condition.
+   * entry: Fix dropped text data insertion
+   * gengrid, genlist, list, toolbar: Fix memory leak and enhance performance.
    * genlist: Fix genlist crash issue when clearing genlist on item focus 
callback.
-   * test_external.edc: pulse value have to be true for put in pulsing mode.
+   * genlist: Ignore no-select items when moving with the keyboard
+   * image: Fix an unclipped issue about image bigger than object size
+   * image: Fix to have exact size using elm_image_fill_outside_set()
+   * popup: Fix misprint in popup style alias name in theme
+   * segment_control: Fix elm_object_item_text_set bug.
+   * toolbar: Fix memory leak in _elm_toolbar_nearest_visible_item_get
+   * transit: Fix to support zoom rate zero.
    * win: Fix wrong return value of window theme apply.
-   * elm/image: Fix an unclipped issue about image bigger than object size
-   * elm_colorselector: fix not intended duplication
-   * elm_colorselector: Fix layout broken in ELM_COLORSELECTOR_ALL mode
-   * add clipper for gadget popup shine
-   * genlist should ignore no-select items when moving with the keyboard
-   * elm_toolbar: fix memory leak in _elm_toolbar_nearest_visible_item_get
-   * gengrid, genlist, list, toolbar: Fix memory leak and enhance performance.
-   * elm_colorselector: Fixed to get proper min size with picker only mode
-   * test_gengrid.c: Fixed Item_Data array size for prevent buffer overflow.
-   * elm_diskselector.c: idle enterer add condition changed.
-   * elm_segment_control: Fix elm_object_item_text_set bug.
-   * colorselector: memory leak fix  in _color_bars_add
-   * theme: fix misprint in popup style alias name
-   * elm_image: Fixed to have exact size using elm_image_fill_outside_set()
-   * box layout should not silently fail when size is less than min size hint
-   * elm_transit: Fix to support zoom rate zero.
-   * Elm_Entry: Fix dropped text data insertion
+
+   [Samples]
+   * test_external.edc: Pulse value have to be true for put in pulsing mode.
+   * test_gengrid.c: Fix Item_Data array size for prevent buffer overflow.
+
+   [E Theme]
+   * gadman: Add clipper for gadget popup shine
 
 Changes since 1.12.1:
 ---------------------

-- 


Reply via email to