elementary: update Changelog and NEWS

This commit is contained in:
Michael Bouchaud 2013-09-18 16:51:44 +02:00
parent 6374a9cf59
commit 166a44f3da
2 changed files with 8 additions and 0 deletions

View File

@ -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()

View File

@ -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: