yoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=88ae5657a9c649aeff61a405fa809370bb675208
commit 88ae5657a9c649aeff61a405fa809370bb675208 Author: Michael Bouchaud <y...@efl.so> Date: Wed Sep 18 16:51:44 2013 +0200 elementary: update Changelog and NEWS --- ChangeLog | 7 +++++++ NEWS | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0a39c25..353517f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1630,3 +1630,10 @@ * Gesture layer: Fix gesture layer with "pointer" events. +2012-09-18 Michael Bouchaud (yoz) + + * Elm_Widget_Item: Introduces new widget APIs, + elm_widget_item_part_custom_set(), + elm_widget_item_part_custom_get(), + elm_widget_item_part_custom_update() + diff --git a/NEWS b/NEWS index 9806315..e448406 100644 --- a/NEWS +++ b/NEWS @@ -90,6 +90,7 @@ Additions: * Add support for flip focus direction. * Add "selected,invalid" smart callback for fileselector. * elm_object_item : Introduces new APIs, elm_object_item_track(), elm_object_item_untrack(), elm_object_item_track_get(). + * Add elm_widget_item_part_text_custom_set(), elm_widget_item_part_text_custom_get(), elm_widget_item_part_text_custom_update(). Improvements: --