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.