From 77bbab74315101a83842a45619c07d04a81d011b Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Mon, 12 Aug 2013 15:53:49 +0900 Subject: [PATCH] elementary: update ChangeLog/NEWS about URL support in Elm_Image and Elm_Photocam. --- legacy/elementary/ChangeLog | 7 ++++++- legacy/elementary/NEWS | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/ChangeLog b/legacy/elementary/ChangeLog index 71a27b20cb..40ff9316ae 100644 --- a/legacy/elementary/ChangeLog +++ b/legacy/elementary/ChangeLog @@ -1536,7 +1536,8 @@ 2013-08-09 Cedric Bail - * Add support for URL in Elm_Image. + * Add support for URL in Elm_Image with the following new smart callback : + "download,start", "download,progress", "download,done", "download,error". 2013-08-10 ChunEon Park (Hermet) @@ -1546,3 +1547,7 @@ 2013-08-11 Daniel Juyung Seo (SeoZ) * Win Focus: Added elm_win_focus_highlight_animate_set/get(). + +2013-08-12 Cedric Bail + + * Add URL support to Elm_Photocam with the same callback as URL suport in Elm_Image. diff --git a/legacy/elementary/NEWS b/legacy/elementary/NEWS index a997076ab9..7cb6a297d1 100644 --- a/legacy/elementary/NEWS +++ b/legacy/elementary/NEWS @@ -125,7 +125,7 @@ Improvements: * Move cursor when mouse moves with longpress. * Show magnifier when selection handlers are pressed or moved. * Change the method to calculate a distance which be scrolled from linear to sine curve. - * Add support for URL in Elm_Image. + * Add support for URL in Elm_Image and Elm_Photocam. Fixes: * Now elm_datetime_field_limit_set() can set year limits wihtout problems.