From cfa6a0ae753e2f71a72e229ef0ceee4fc1b1f058 Mon Sep 17 00:00:00 2001 From: Michael BOUCHAUD Date: Thu, 22 Nov 2012 11:11:05 +0000 Subject: [PATCH] elementary: fill NEWS and Changelog SVN revision: 79537 --- legacy/elementary/ChangeLog | 6 +++++- legacy/elementary/NEWS | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/ChangeLog b/legacy/elementary/ChangeLog index b53484a2e0..0459964014 100644 --- a/legacy/elementary/ChangeLog +++ b/legacy/elementary/ChangeLog @@ -689,6 +689,10 @@ * Support indicator service in elm_conformant. elm conformant can manage indicator(elm_plug). -2012-11-14 Michael Bouchaud (yoz) +2012-11-21 Michael Bouchaud (yoz) * update the min size hint on elm_label after a text set + +2012-11-22 Michael Bouchaud (yoz) + + * fix elm_flip to show only one face at a time diff --git a/legacy/elementary/NEWS b/legacy/elementary/NEWS index d9b040489a..2e5c526907 100644 --- a/legacy/elementary/NEWS +++ b/legacy/elementary/NEWS @@ -59,6 +59,7 @@ Fixes: * Fix missing selected event in elm_index (elm_index_item_selected_set) * Fix the elm_image which is made up of a edje object can call a callback function * Fix update the min size hint on elm_label after a text set + * Fix flip widget who show the two face at same time Removals: