Emotion: now correctly versioned the changes
authorLeandro Dorileo <dorileo@profusion.mobi>
Wed, 2 Jan 2013 21:48:34 +0000 (21:48 +0000)
committerLeandro Dorileo <dorileo@profusion.mobi>
Wed, 2 Jan 2013 21:48:34 +0000 (21:48 +0000)
SVN revision: 82020

legacy/emotion/NEWS
legacy/emotion/src/lib/Emotion.h

index 112b405..7729d18 100644 (file)
@@ -1,16 +1,11 @@
-Emotion 1.7.2
-
-Changes since Emotion 1.7.1:
--------------------------
-
-Additions:
-       - Add video subtitle file API.
+Emotion 1.8.0
 
 Changes since Emotion 1.7.0:
 -------------------------
 
 Additions:
        - Add fimcconvert and capsfilter element for device
+       - Add video subtitle file API.
 
 Fixes:
        - fix to call correct render function.
index 186144e..e2e5c23 100644 (file)
@@ -991,7 +991,7 @@ EAPI Eina_Bool    emotion_object_video_mute_get        (const Evas_Object *obj);
  * @see emotion_object_video_subtitle_file_get().
  *
  * @ingroup Emotion_Video
- * @since 1.7.2
+ * @since 1.7.5
  */
 EAPI void         emotion_object_video_subtitle_file_set (Evas_Object *obj, const char *filepath);
 
@@ -1007,7 +1007,7 @@ EAPI void         emotion_object_video_subtitle_file_set (Evas_Object *obj, cons
  * @see emotion_object_video_subtitle_file_set().
  *
  * @ingroup Emotion_Video
- * @since 1.7.2
+ * @since 1.7.5
  */
 EAPI const char   *emotion_object_video_subtitle_file_get (const Evas_Object *obj);