elementary: update ChangeLog/NEWS about URL support in Elm_Image and Elm_Photocam.
authorCedric Bail <cedric.bail@samsung.com>
Mon, 12 Aug 2013 06:53:49 +0000 (15:53 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Mon, 12 Aug 2013 06:54:24 +0000 (15:54 +0900)
ChangeLog
NEWS

index 71a27b20cbcdc6299f92ea63b8afc3bede0bf7e6..40ff9316ae4f82276e19829898571011942cccbb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 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)
 
 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/NEWS b/NEWS
index a997076ab945eafa3c9c84321608c25e54981a9a..7cb6a297d1ad71d047d0681f80fe032cce3c3bd7 100644 (file)
--- a/NEWS
+++ b/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.