elementary: update ChangeLog/NEWS about URL support in Elm_Image and Elm_Photocam.

This commit is contained in:
Cedric Bail 2013-08-12 15:53:49 +09:00
parent f5afb89656
commit 77bbab7431
2 changed files with 7 additions and 2 deletions

View File

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

View File

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