update all versions in @sincs, README's and configure.ac's etc. to
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 9 Jul 2012 10:20:21 +0000 (10:20 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 9 Jul 2012 10:20:21 +0000 (10:20 +0000)
reflect a unified release version, for now 1.6.99.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@73498 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

README
configure.ac
m4/evas_check_engine.m4
src/lib/Evas.h
src/lib/Evas_GL.h

diff --git a/README b/README
index 4491cf8..81fd85b 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Evas 1.2.0
+Evas 1.7.0
 
 ******************************************************************************
 
index 972fdd9..46ebb80 100644 (file)
@@ -1,7 +1,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [1])
-m4_define([v_min], [2])
+m4_define([v_min], [6])
 m4_define([v_mic], [99])
 m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n']))
 m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))])
@@ -259,7 +259,7 @@ AM_CONDITIONAL([EVAS_HAVE_EXOTIC], [test "x${enable_exotic}" = "xyes"])
 ## strong dependencies
 
 # Eina
-PKG_CHECK_MODULES([EINA], [eina >= 1.2.0])
+PKG_CHECK_MODULES([EINA], [eina >= 1.6.0])
 CPPFLAGS_SAVE="$CPPFLAGS"
 CPPFLAGS="$CPPFLAGS $EINA_CFLAGS"
 AC_CHECK_SIZEOF(Eina_Unicode,, [#include <Eina.h>])
@@ -268,7 +268,7 @@ CPPFLAGS="$CPPFLAGS_SAVE"
 # Freetype
 PKG_CHECK_MODULES([FREETYPE], [freetype2 >= 9.3.0])
 
-requirement_evas="freetype2 eina >= 1.2.0 ${requirement_evas}"
+requirement_evas="freetype2 eina >= 1.6.0 ${requirement_evas}"
 
 ## optional dependencies
 
index a0e1dfe..d4db2aa 100644 (file)
@@ -131,7 +131,7 @@ if test "x$gl_flavor_gles" = "xyes" ; then
 fi
 
 if test "x${have_dep}" = "xyes" ; then
-   PKG_CHECK_MODULES([GL_EET], [eet >= 1.6.0], [have_dep="yes"], [have_dep="no"])
+   PKG_CHECK_MODULES([GL_EET], [eet >= 1.6.99], [have_dep="yes"], [have_dep="no"])
    if test "x${have_dep}" = "xyes" ; then
       if test "x$2" = "xyes" ; then
          x_libs="${x_libs} -lX11 -lXext -lXrender"
@@ -168,7 +168,7 @@ else
    if test "x${have_egl}" = "xyes" ; then
       AC_CHECK_LIB(GLESv2, glTexImage2D, [have_glesv2="yes"], , -lEGL ${x_libs} -lm $gl_pt_lib)
       if test "x${have_glesv2}" = "xyes" ; then
-         PKG_CHECK_MODULES([GL_EET], [eet >= 1.6.0], [have_dep="yes"], [have_dep="no"])
+         PKG_CHECK_MODULES([GL_EET], [eet >= 1.6.99], [have_dep="yes"], [have_dep="no"])
          if test "x${have_dep}" = "xyes" ; then
             evas_engine_[]$1[]_cflags="${x_cflags}"
             evas_engine_[]$1[]_libs="${x_libs} -lGLESv2 -lEGL -lm $gl_pt_lib"
@@ -305,7 +305,7 @@ if test "x$gl_flavor_gles" = "xyes" ; then
 fi
 
 if test "x${have_dep}" = "xyes" ; then
-   PKG_CHECK_MODULES([GL_EET], [eet >= 1.6.0], [have_dep="yes"], [have_dep="no"])
+   PKG_CHECK_MODULES([GL_EET], [eet >= 1.6.99], [have_dep="yes"], [have_dep="no"])
    if test "x${have_dep}" = "xyes" ; then
       if test "x$2" = "xyes" ; then
          x_libs="${x_libs} -lX11 -lXext -lXrender"
@@ -337,7 +337,7 @@ else
    if test "x${have_egl}" = "xyes" ; then
       AC_CHECK_LIB(GLESv2, glTexImage2D, [have_glesv2="yes"], , -lEGL ${x_libs} -lm $gl_pt_lib)
       if test "x${have_glesv2}" = "xyes" ; then
-         PKG_CHECK_MODULES([GL_EET], [eet >= 1.6.0], [have_dep="yes"], [have_dep="no"])
+         PKG_CHECK_MODULES([GL_EET], [eet >= 1.6.99], [have_dep="yes"], [have_dep="no"])
          if test "x${have_dep}" = "xyes" ; then
             evas_engine_[]$1[]_cflags="${XCB_GL_CFLAGS} ${x_cflags}"
             evas_engine_[]$1[]_libs="${XCB_GL_LIBS} ${x_libs} -lGLESv2 -lEGL -lm $gl_pt_lib"
@@ -481,7 +481,7 @@ LIBS="$LIBS_save"
 AC_LANG_POP([Objective C])
 
 if test "x${have_dep}" = "xyes" ; then
-   PKG_CHECK_MODULES([GL_EET], [eet >= 1.6.0], [have_dep="yes"], [have_dep="no"])
+   PKG_CHECK_MODULES([GL_EET], [eet >= 1.6.99], [have_dep="yes"], [have_dep="no"])
 fi
 
 AC_SUBST([evas_engine_$1_cflags])
@@ -851,7 +851,7 @@ PKG_CHECK_MODULES([WAYLAND_EGL],
 )
 
 if test "x${have_dep}" = "xyes" ; then
-   PKG_CHECK_MODULES([GL_EET], [eet >= 1.6.0], [have_dep="yes"], [have_dep="no"])
+   PKG_CHECK_MODULES([GL_EET], [eet >= 1.6.99], [have_dep="yes"], [have_dep="no"])
       AC_CHECK_LIB(GLESv2, glTexImage2D, [have_glesv2="yes"], , -lEGL -lm)
       if test "x${have_glesv2}" = "xyes" ; then
          evas_engine_[]$1[]_cflags="${WAYLAND_EGL_CFLAGS}"
index 6c22f40..192e9e9 100644 (file)
@@ -451,19 +451,19 @@ typedef enum _Evas_Callback_Type
 /**
  * @def EVAS_CALLBACK_PRIORITY_BEFORE
  * Slightly more prioritized than default.
- * @since 1.1.0
+ * @since 1.1
  */
 #define EVAS_CALLBACK_PRIORITY_BEFORE  -100
 /**
  * @def EVAS_CALLBACK_PRIORITY_DEFAULT
  * Default callback priority level
- * @since 1.1.0
+ * @since 1.1
  */
 #define EVAS_CALLBACK_PRIORITY_DEFAULT 0
 /**
  * @def EVAS_CALLBACK_PRIORITY_AFTER
  * Slightly less prioritized than default.
- * @since 1.1.0
+ * @since 1.1
  */
 #define EVAS_CALLBACK_PRIORITY_AFTER   100
 
@@ -477,7 +477,7 @@ typedef enum _Evas_Callback_Type
  * @see EVAS_CALLBACK_PRIORITY_BEFORE
  * @see EVAS_CALLBACK_PRIORITY_DEFAULT
  *
- * @since 1.1.0
+ * @since 1.1
  */
 typedef short Evas_Callback_Priority;
 
@@ -583,7 +583,7 @@ typedef struct _Evas_Smart_Class Evas_Smart_Class;
  * more than one interface, thus extending the behavior it gets from
  * sub-classing.
  *
- * @since 1.3
+ * @since 1.7
  *
  * @ingroup Evas_Smart_Group
  */
@@ -642,7 +642,7 @@ typedef struct _Evas_Native_Surface Evas_Native_Surface; /**< A generic datatype
  * A generic datatype for video specific surface information
  * @see evas_object_image_video_surface_set
  * @see evas_object_image_video_surface_get
- * @since 1.1.0
+ * @since 1.1
  */
 typedef struct _Evas_Video_Surface Evas_Video_Surface;
 
@@ -789,7 +789,7 @@ struct _Evas_Native_Surface
 /**
  * @def EVAS_VIDEO_SURFACE_VERSION
  * Magic version number to know what the video surf struct looks like
- * @since 1.1.0
+ * @since 1.1
  */
 #define EVAS_VIDEO_SURFACE_VERSION 1
 
@@ -1915,7 +1915,7 @@ EAPI void              evas_output_viewport_get(const Evas *e, Evas_Coord *x, Ev
  * @param   w The width in output units, usually pixels.
  * @param   h The height in output units, usually pixels.
  * @ingroup Evas_Output_Size
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void              evas_output_framespace_set(Evas *e, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h);
 
@@ -1928,7 +1928,7 @@ EAPI void              evas_output_framespace_set(Evas *e, Evas_Coord x, Evas_Co
  * @param w The pointer to a width variable to be filled in
  * @param h The pointer to a height variable to be filled in
  * @ingroup Evas_Output_Size
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void              evas_output_framespace_get(const Evas *e, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h);
 
@@ -2258,7 +2258,7 @@ EAPI void  evas_event_callback_add(Evas *e, Evas_Callback_Type type, Evas_Event_
  * @param data The data pointer to be passed to @p func
  *
  * @see evas_event_callback_add
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void  evas_event_callback_priority_add(Evas *e, Evas_Callback_Type type, Evas_Callback_Priority priority, Evas_Event_Cb func, const void *data) EINA_ARG_NONNULL(1, 4);
 
@@ -3282,7 +3282,7 @@ EAPI const char      *evas_object_name_get(const Evas_Object *obj) EINA_WARN_UNU
  * @endcode
  *
  * @ingroup Evas_Object_Group_Basic
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void             evas_object_ref(Evas_Object *obj);
 
@@ -3300,7 +3300,7 @@ EAPI void             evas_object_ref(Evas_Object *obj);
  * @see evas_object_del()
  *
  * @ingroup Evas_Object_Group_Basic
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void             evas_object_unref(Evas_Object *obj);
 
@@ -3319,7 +3319,7 @@ EAPI void             evas_object_unref(Evas_Object *obj);
  * @see evas_object_del()
  *
  * @ingroup Evas_Object_Group_Basic
- * @since 1.2.0
+ * @since 1.2
  */
 EAPI int              evas_object_ref_get(const Evas_Object *obj);
 
@@ -3960,7 +3960,7 @@ EAPI void      evas_object_event_callback_add(Evas_Object *obj, Evas_Callback_Ty
  * @param data The data pointer to be passed to @p func
  *
  * @see evas_object_event_callback_add
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void      evas_object_event_callback_priority_add(Evas_Object *obj, Evas_Callback_Type type, Evas_Callback_Priority priority, Evas_Object_Event_Cb func, const void *data) EINA_ARG_NONNULL(1, 4);
 
@@ -4165,7 +4165,7 @@ EAPI Eina_Bool evas_object_propagate_events_get(const Evas_Object *obj) EINA_WAR
  * @see evas_object_pass_events_set()
  * @see evas_object_repeat_events_set()
  * @see evas_object_propagate_events_set()
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void      evas_object_freeze_events_set(Evas_Object *obj, Eina_Bool freeze) EINA_ARG_NONNULL(1);
 
@@ -4180,7 +4180,7 @@ EAPI void      evas_object_freeze_events_set(Evas_Object *obj, Eina_Bool freeze)
  * @see evas_object_pass_events_get()
  * @see evas_object_repeat_events_get()
  * @see evas_object_propagate_events_get()
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Eina_Bool evas_object_freeze_events_get(const Evas_Object *obj) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1);
 
@@ -7313,7 +7313,7 @@ EAPI Evas_Colorspace               evas_object_image_colorspace_get(const Evas_O
  *
  * @param obj The given image object pointer
  * @return The region support state
- * @since 1.2.0
+ * @since 1.2
  *
  * This function returns the state of the region support of given image
  */
@@ -7346,7 +7346,7 @@ EAPI Evas_Native_Surface          *evas_object_image_native_surface_get(const Ev
  *
  * @param obj The given canvas pointer.
  * @param surf The new video surface.
- * @since 1.1.0
+ * @since 1.1
  *
  * This function link a video surface to a given canvas image.
  *
@@ -7358,7 +7358,7 @@ EAPI void                          evas_object_image_video_surface_set(Evas_Obje
  *
  * @param obj The given canvas pointer.
  * @return The video surface of the given canvas image.
- * @since 1.1.0
+ * @since 1.1
  *
  * This function returns the video surface linked to a given canvas image.
  *
@@ -7493,7 +7493,7 @@ EAPI Eina_Bool                     evas_object_image_source_unset(Evas_Object *o
  * @param file The file to check
  * @return @c EINA_TRUE if we may be able to open it, @c EINA_FALSE if it's
  * unlikely.
- * @since 1.1.0
+ * @since 1.1
  *
  * If file is a Eina_Stringshare, use directly @ref evas_object_image_extension_can_load_fast_get.
  *
@@ -7507,7 +7507,7 @@ EAPI Eina_Bool                     evas_object_image_extension_can_load_get(cons
  * @param file The file to check, it should be an Eina_Stringshare.
  * @return @c EINA_TRUE if we may be able to open it, @c EINA_FALSE if it's
  * unlikely.
- * @since 1.1.0
+ * @since 1.1
  *
  * This functions is threadsafe.
  */
@@ -7562,7 +7562,7 @@ EAPI Eina_Bool                     evas_object_image_extension_can_load_fast_get
  * @see evas_object_image_animated_loop_count_get()
  * @see evas_object_image_animated_frame_duration_get()
  * @see evas_object_image_animated_frame_set()
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Eina_Bool                     evas_object_image_animated_get(const Evas_Object *obj);
 
@@ -7580,7 +7580,7 @@ EAPI Eina_Bool                     evas_object_image_animated_get(const Evas_Obj
  * @see evas_object_image_animated_loop_count_get()
  * @see evas_object_image_animated_frame_duration_get()
  * @see evas_object_image_animated_frame_set()
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI int                           evas_object_image_animated_frame_count_get(const Evas_Object *obj);
 
@@ -7605,7 +7605,7 @@ EAPI int                           evas_object_image_animated_frame_count_get(co
  * @see evas_object_image_animated_loop_count_get()
  * @see evas_object_image_animated_frame_duration_get()
  * @see evas_object_image_animated_frame_set()
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Evas_Image_Animated_Loop_Hint evas_object_image_animated_loop_type_get(const Evas_Object *obj);
 
@@ -7628,7 +7628,7 @@ EAPI Evas_Image_Animated_Loop_Hint evas_object_image_animated_loop_type_get(cons
  * @see evas_object_image_animated_loop_count_get()
  * @see evas_object_image_animated_frame_duration_get()
  * @see evas_object_image_animated_frame_set()
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI int                           evas_object_image_animated_loop_count_get(const Evas_Object *obj);
 
@@ -7652,7 +7652,7 @@ EAPI int                           evas_object_image_animated_loop_count_get(con
  * @see evas_object_image_animated_loop_count_get()
  * @see evas_object_image_animated_frame_duration_get()
  * @see evas_object_image_animated_frame_set()
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI double                        evas_object_image_animated_frame_duration_get(const Evas_Object *obj, int start_frame, int fram_num);
 
@@ -7671,7 +7671,7 @@ EAPI double                        evas_object_image_animated_frame_duration_get
  * @see evas_object_image_animated_loop_count_get()
  * @see evas_object_image_animated_frame_duration_get()
  * @see evas_object_image_animated_frame_set()
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void                          evas_object_image_animated_frame_set(Evas_Object *obj, int frame_num);
 /**
@@ -7849,7 +7849,7 @@ EAPI const char          *evas_object_text_text_get(const Evas_Object *obj) EINA
  *
  * @param obj The given text object.
  * @param delim A null terminated string of delimiters, e.g ",|".
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void                 evas_object_text_bidi_delimiters_set(Evas_Object *obj, const char *delim);
 
@@ -7862,7 +7862,7 @@ EAPI void                 evas_object_text_bidi_delimiters_set(Evas_Object *obj,
  *
  * @param obj The given text object.
  * @return A null terminated string of delimiters, e.g ",|". If empty, returns NULL.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI const char          *evas_object_text_bidi_delimiters_get(const Evas_Object *obj);
 
@@ -8328,7 +8328,7 @@ EAPI const char                              *evas_textblock_escape_string_range
  * default).
  * @param text The markup text (if @c NULL, return @c NULL).
  * @return An allocated plain text version of the markup.
- * @since 1.2.0
+ * @since 1.2
  */
 EAPI char                                    *evas_textblock_text_markup_to_utf8(const Evas_Object *obj, const char *text) EINA_WARN_UNUSED_RESULT EINA_MALLOC;
 
@@ -8342,7 +8342,7 @@ EAPI char                                    *evas_textblock_text_markup_to_utf8
  * default behaviour, i.e with no extra object information).
  * @param text The markup text (if @c NULL, return @c NULL).
  * @return An allocated plain text version of the markup.
- * @since 1.2.0
+ * @since 1.2
  */
 EAPI char                                    *evas_textblock_text_utf8_to_markup(const Evas_Object *obj, const char *text) EINA_WARN_UNUSED_RESULT EINA_MALLOC;
 
@@ -8401,7 +8401,7 @@ EAPI const Evas_Textblock_Style              *evas_object_textblock_style_get(co
  * @param ts  the style to set.
  * @return Returns no value.
  * @see evas_object_textblock_style_set
- * @since 1.2.0
+ * @since 1.2
  */
 EAPI void                                     evas_object_textblock_style_user_push(Evas_Object *obj, Evas_Textblock_Style *ts) EINA_ARG_NONNULL(1);
 
@@ -8410,7 +8410,7 @@ EAPI void                                     evas_object_textblock_style_user_p
  *
  * @param obj  the object to get the style from.
  * @see evas_object_textblock_style_get
- * @since 1.2.0
+ * @since 1.2
  */
 EAPI void                                     evas_object_textblock_style_user_pop(Evas_Object *obj) EINA_ARG_NONNULL(1);
 
@@ -8420,7 +8420,7 @@ EAPI void                                     evas_object_textblock_style_user_p
  * @param obj  the object to get the style from.
  * @return the style of the object.
  * @see evas_object_textblock_style_get
- * @since 1.2.0
+ * @since 1.2
  */
 EAPI const Evas_Textblock_Style              *evas_object_textblock_style_user_peek(const Evas_Object *obj) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1);
 
@@ -8451,7 +8451,7 @@ EAPI const char                              *evas_object_textblock_replace_char
  *
  * @param obj The given textblock object.
  * @param align A value between @c 0.0 and @c 1.0.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void                                     evas_object_textblock_valign_set(Evas_Object *obj, double align);
 
@@ -8460,7 +8460,7 @@ EAPI void                                     evas_object_textblock_valign_set(E
  *
  * @param obj The given textblock object.
  * @return The alignment set for the object.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI double                                   evas_object_textblock_valign_get(const Evas_Object *obj);
 
@@ -8473,7 +8473,7 @@ EAPI double                                   evas_object_textblock_valign_get(c
  *
  * @param obj The given textblock object.
  * @param delim A null terminated string of delimiters, e.g ",|".
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void                                     evas_object_textblock_bidi_delimiters_set(Evas_Object *obj, const char *delim);
 
@@ -8487,7 +8487,7 @@ EAPI void                                     evas_object_textblock_bidi_delimit
  * @param obj The given textblock object.
  * @return A null terminated string of delimiters, e.g ",|". If empty, returns
  * @c NULL.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI const char                              *evas_object_textblock_bidi_delimiters_get(const Evas_Object *obj);
 
@@ -8497,7 +8497,7 @@ EAPI const char                              *evas_object_textblock_bidi_delimit
  *
  * @param obj The given textblock object.
  * @param mode @c EINA_TRUE for legacy mode, @c EINA_FALSE otherwise.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void                                     evas_object_textblock_legacy_newline_set(Evas_Object *obj, Eina_Bool mode) EINA_ARG_NONNULL(1);
 
@@ -8507,7 +8507,7 @@ EAPI void                                     evas_object_textblock_legacy_newli
  *
  * @param obj The given textblock object.
  * @return @c EINA_TRUE if in legacy mode, @c EINA_FALSE otherwise.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Eina_Bool                                evas_object_textblock_legacy_newline_get(const Evas_Object *obj) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1);
 
@@ -8747,7 +8747,7 @@ EAPI Eina_Bool                                evas_textblock_cursor_char_prev(Ev
  *
  * @param cur the cursor to move.
  * @return @c EINA_TRUE on success @c EINA_FALSE otherwise.
- * @since 1.2.0
+ * @since 1.2
  */
 EAPI Eina_Bool                                evas_textblock_cursor_word_start(Evas_Textblock_Cursor *cur) EINA_ARG_NONNULL(1);
 
@@ -8756,7 +8756,7 @@ EAPI Eina_Bool                                evas_textblock_cursor_word_start(E
  *
  * @param cur the cursor to move.
  * @return @c EINA_TRUE on success @c EINA_FALSE otherwise.
- * @since 1.2.0
+ * @since 1.2
  */
 EAPI Eina_Bool                                evas_textblock_cursor_word_end(Evas_Textblock_Cursor *cur) EINA_ARG_NONNULL(1);
 
@@ -8940,7 +8940,7 @@ EAPI int                                      evas_textblock_cursor_paragraph_te
  * @param start the start of the range.
  * @param end the end of the range.
  * @return @c EINA_TRUE on success, @c EINA_FALSE otherwise.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Eina_Bool                                evas_textblock_cursor_visible_range_get(Evas_Textblock_Cursor *start, Evas_Textblock_Cursor *end) EINA_ARG_NONNULL(1, 2);
 
@@ -8950,7 +8950,7 @@ EAPI Eina_Bool                                evas_textblock_cursor_visible_rang
  * @param cur1 one side of the range.
  * @param cur2 the other side of the range
  * @return the foramt nodes in the range. You have to free it.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Eina_List                               *evas_textblock_cursor_range_formats_get(const Evas_Textblock_Cursor *cur1, const Evas_Textblock_Cursor *cur2) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1, 2);
 
@@ -9149,7 +9149,7 @@ EAPI void                                     evas_object_textblock_style_insets
  *
  * @todo put here some usage examples
  *
- * @since 1.3
+ * @since 1.7
  *
  * @ingroup Evas_Object_Specific
  *
@@ -9161,7 +9161,7 @@ EAPI void                                     evas_object_textblock_style_insets
  *
  * The palette to use for the forgraound and background colors.
  *
- * @since 1.3
+ * @since 1.7
  */
 typedef enum
 {
@@ -9176,7 +9176,7 @@ typedef enum
  *
  * The style to give to each character of the grid.
  *
- * @since 1.3
+ * @since 1.7
  */
 typedef enum
 {
@@ -9190,7 +9190,7 @@ typedef enum
  *
  * The values that describes each cell.
  *
- * @since 1.3
+ * @since 1.7
  */
 typedef struct _Evas_Textgrid_Cell Evas_Textgrid_Cell;
 
@@ -9199,7 +9199,7 @@ typedef struct _Evas_Textgrid_Cell Evas_Textgrid_Cell;
  *
  * The values that describes each cell.
  *
- * @since 1.3
+ * @since 1.7
  */
 struct _Evas_Textgrid_Cell
 {
@@ -9223,7 +9223,7 @@ struct _Evas_Textgrid_Cell
  *
  * This function adds a new textgrid object to the Evas @p e and returns the object.
  *
- * @since 1.3
+ * @since 1.7
  */
 EAPI Evas_Object *evas_object_textgrid_add(Evas *e);
 
@@ -9239,7 +9239,7 @@ EAPI Evas_Object *evas_object_textgrid_add(Evas *e);
  * @p w or @p h are less or equal than 0, this
  * functiond does nothing.
  *
- * @since 1.3
+ * @since 1.7
  */
 EAPI void evas_object_textgrid_size_set(Evas_Object *obj, int w, int h);
 
@@ -9255,7 +9255,7 @@ EAPI void evas_object_textgrid_size_set(Evas_Object *obj, int w, int h);
  * the textgrid object @p obj. @p w or @p h can be
  * @c NULL. On error, their value is 0.
  *
- * @since 1.3
+ * @since 1.7
  */
 EAPI void evas_object_textgrid_size_get(const Evas_Object *obj, int *w, int *h);
 
@@ -9275,7 +9275,7 @@ EAPI void evas_object_textgrid_size_get(const Evas_Object *obj, int *w, int *h);
  * @see evas_object_textgrid_font_set()
  * @see evas_object_textgrid_font_source_get()
  *
- * @since 1.3
+ * @since 1.7
  */
 EAPI void evas_object_textgrid_font_source_set(Evas_Object *obj, const char *font_source);
 
@@ -9293,7 +9293,7 @@ EAPI void evas_object_textgrid_font_source_set(Evas_Object *obj, const char *fon
  * @see evas_object_textgrid_font_set()
  * @see evas_object_textgrid_font_source_set()
  *
- * @since 1.3
+ * @since 1.7
  */
 EAPI const char *evas_object_textgrid_font_source_get(const Evas_Object *obj);
 
@@ -9317,7 +9317,7 @@ EAPI const char *evas_object_textgrid_font_source_get(const Evas_Object *obj);
  * @see evas_object_textgrid_font_source_set()
  * @see evas_object_textgrid_font_source_get()
  *
- * @since 1.3
+ * @since 1.7
  */
 EAPI void evas_object_textgrid_font_set(Evas_Object *obj, const char *font_name, Evas_Font_Size font_size);
 
@@ -9340,7 +9340,7 @@ EAPI void evas_object_textgrid_font_set(Evas_Object *obj, const char *font_name,
  * @see evas_object_textgrid_font_source_set()
  * @see evas_object_textgrid_font_source_get()
  *
- * @since 1.3
+ * @since 1.7
  */
 EAPI void evas_object_textgrid_font_get(const Evas_Object *obj, const char **font_name, Evas_Font_Size *font_size);
 
@@ -9362,7 +9362,7 @@ EAPI void evas_object_textgrid_font_get(const Evas_Object *obj, const char **fon
  * @see evas_object_textgrid_font_set()
  * @see evas_object_textgrid_supported_font_styles_set()
  *
- * @since 1.3
+ * @since 1.7
  */
 EAPI void evas_object_textgrid_cell_size_get(const Evas_Object *obj, Evas_Coord *w, Evas_Coord *h);
 
@@ -9390,7 +9390,7 @@ EAPI void evas_object_textgrid_cell_size_get(const Evas_Object *obj, Evas_Coord
  *
  * @see evas_object_textgrid_palette_get()
  *
- * @since 1.3
+ * @since 1.7
  */
 EAPI void evas_object_textgrid_palette_set(Evas_Object *obj, Evas_Textgrid_Palette pal, int idx, int r, int g, int b, int a);
 
@@ -9415,7 +9415,7 @@ EAPI void evas_object_textgrid_palette_set(Evas_Object *obj, Evas_Textgrid_Palet
  *
  * @see evas_object_textgrid_palette_set()
  *
- * @since 1.3
+ * @since 1.7
  */
 EAPI void evas_object_textgrid_palette_get(const Evas_Object *obj, Evas_Textgrid_Palette pal, int idx, int *r, int *g, int *b, int *a);
 
@@ -9438,7 +9438,7 @@ EAPI Evas_Textgrid_Font_Style evas_object_textgrid_supported_font_styles_get(con
  * @see evas_object_textgrid_size_set()
  * @see evas_object_textgrid_update_add()
  *
- * @since 1.3
+ * @since 1.7
  */
 EAPI void evas_object_textgrid_cellrow_set(Evas_Object *obj, int y, const Evas_Textgrid_Cell *row);
 
@@ -9457,7 +9457,7 @@ EAPI void evas_object_textgrid_cellrow_set(Evas_Object *obj, int y, const Evas_T
  * @see evas_object_textgrid_size_set()
  * @see evas_object_textgrid_update_add()
  *
- * @since 1.3
+ * @since 1.7
  */
 EAPI Evas_Textgrid_Cell *evas_object_textgrid_cellrow_get(const Evas_Object *obj, int y);
 
@@ -9488,7 +9488,7 @@ EAPI Evas_Textgrid_Cell *evas_object_textgrid_cellrow_get(const Evas_Object *obj
  * @see evas_object_textgrid_cellrow_get()
  * @see evas_object_textgrid_size_set()
  *
- * @since 1.3
+ * @since 1.7
  */
 EAPI void evas_object_textgrid_update_add(Evas_Object *obj, int x, int y, int w, int h);
 
@@ -9584,10 +9584,10 @@ EAPI void         evas_object_polygon_points_clear(Evas_Object *obj) EINA_ARG_NO
  * @}
  */
 
-/* @since 1.2.0 */
+/* @since 1.2 */
 EAPI void         evas_object_is_frame_object_set(Evas_Object *obj, Eina_Bool is_frame);
 
-/* @since 1.2.0 */
+/* @since 1.2 */
 EAPI Eina_Bool    evas_object_is_frame_object_get(Evas_Object *obj);
 
 /**
@@ -9649,7 +9649,7 @@ struct _Evas_Smart_Class
 
    const Evas_Smart_Class          *parent; /**< this class inherits from this parent */
    const Evas_Smart_Cb_Description *callbacks; /**< callbacks at this level, @c NULL terminated */
-   const Evas_Smart_Interface     **interfaces; /**< #Evas_Smart_Interface pointers array, @c NULL terminated. These will be the interfaces supported at this level for an object (parents may have others) @since 1.3 */
+   const Evas_Smart_Interface     **interfaces; /**< #Evas_Smart_Interface pointers array, @c NULL terminated. These will be the interfaces supported at this level for an object (parents may have others) @since 1.7 */
    const void                      *data;
 };
 
@@ -9667,7 +9667,7 @@ struct _Evas_Smart_Class
  * See also some @ref Example_Evas_Smart_Interfaces "examples" on
  * smart interfaces.
  *
- * @since 1.3
+ * @since 1.7
  *
  * @ingroup Evas_Smart_Group
  */
@@ -9891,7 +9891,7 @@ struct _Evas_Smart_Cb_Description
 /**
  * @def EVAS_SMART_SUBCLASS_IFACE_NEW
  *
- * @since 1.3
+ * @since 1.7
  *
  * Convenience macro to subclass a given Evas smart class. This is the
  * same as #EVAS_SMART_SUBCLASS_NEW, but now <b>declaring smart
@@ -10275,7 +10275,7 @@ EAPI void         evas_object_smart_member_del(Evas_Object *obj) EINA_ARG_NONNUL
  * The returned list should be freed with @c eina_list_free() when you
  * no longer need it.
  *
- * @since 1.3 This function will return @c NULL when a non-smart object is passed.
+ * @since 1.7 This function will return @c NULL when a non-smart object is passed.
  *
  * @see evas_object_smart_member_add()
  * @see evas_object_smart_member_del()
@@ -10427,7 +10427,7 @@ EAPI void         evas_object_smart_callback_add(Evas_Object *obj, const char *e
  * @param data user data to be passed to the callback function
  *
  * @see evas_object_smart_callback_add
- * @since 1.1.0
+ * @since 1.1
  * @ingroup Evas_Smart_Object_Group
  */
 EAPI void         evas_object_smart_callback_priority_add(Evas_Object *obj, const char *event, Evas_Callback_Priority priority, Evas_Smart_Cb func, const void *data);
@@ -10475,7 +10475,7 @@ EAPI void        *evas_object_smart_callback_del(Evas_Object *obj, const char *e
  * remove an exact match of a callback
  *
  * @see evas_object_smart_callback_add() for more details.
- * @since 1.2.0
+ * @since 1.2
  * @ingroup Evas_Smart_Object_Group
  *
  * @note To delete all smart event callbacks which match @p type and @p func,
@@ -10601,7 +10601,7 @@ EAPI void         evas_object_smart_callback_description_find(const Evas_Object
  *             same pointer used at the interface's declarion, when
  *             creating the smart object @a obj.
  *
- * @since 1.3
+ * @since 1.7
  *
  * @return The interface's handle pointer, if found, @c NULL
  * otherwise.
@@ -10614,7 +10614,7 @@ const void       *evas_object_smart_interface_get(const Evas_Object *obj, const
  * @param obj An Evas smart object.
  * @param iface The given object's interface handle.
  *
- * @since 1.3
+ * @since 1.7
  *
  * @return The object interface's private data blob pointer, if found,
  * @c NULL otherwise.
@@ -11939,7 +11939,7 @@ EAPI void                               evas_object_table_align_get(const Evas_O
  *
  * @param o The table object.
  * @param mirrored the mirrored mode to set
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void                               evas_object_table_mirrored_set(Evas_Object *o, Eina_Bool mirrored) EINA_ARG_NONNULL(1);
 
@@ -11948,7 +11948,7 @@ EAPI void                               evas_object_table_mirrored_set(Evas_Obje
  *
  * @param o The table object.
  * @return @c EINA_TRUE if it's a mirrored table, @c EINA_FALSE otherwise.
- * @since 1.1.0
+ * @since 1.1
  * @see evas_object_table_mirrored_set()
  */
 EAPI Eina_Bool                          evas_object_table_mirrored_get(const Evas_Object *o) EINA_ARG_NONNULL(1);
@@ -11964,7 +11964,7 @@ EAPI Eina_Bool                          evas_object_table_mirrored_get(const Eva
  * @param rowspan pointer to store how many relative-vertical position to use for this child.
  *
  * @return 1 on success, 0 on failure.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Eina_Bool                          evas_object_table_pack_get(const Evas_Object *o, Evas_Object *child, unsigned short *col, unsigned short *row, unsigned short *colspan, unsigned short *rowspan);
 
@@ -12053,7 +12053,7 @@ EAPI Evas_Object                       *evas_object_table_child_get(const Evas_O
  * children's positions inside the grid object's area.
  *
  * @ingroup Evas_Smart_Object_Group
- * @since 1.1.0
+ * @since 1.1
  */
 
 /**
@@ -12066,7 +12066,7 @@ EAPI Evas_Object                       *evas_object_table_child_get(const Evas_O
  *
  * It's set to a virtual size of 1x1 by default and add children with
  * evas_object_grid_pack().
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Evas_Object   *evas_object_grid_add(Evas *evas) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_MALLOC;
 
@@ -12074,7 +12074,7 @@ EAPI Evas_Object   *evas_object_grid_add(Evas *evas) EINA_WARN_UNUSED_RESULT EIN
  * Create a grid that is child of a given element @a parent.
  *
  * @see evas_object_grid_add()
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Evas_Object   *evas_object_grid_add_to(Evas_Object *parent) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_MALLOC;
 
@@ -12084,7 +12084,7 @@ EAPI Evas_Object   *evas_object_grid_add_to(Evas_Object *parent) EINA_WARN_UNUSE
  * @param o The grid object to modify
  * @param w The virtual horizontal size (resolution) in integer units
  * @param h The virtual vertical size (resolution) in integer units
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void           evas_object_grid_size_set(Evas_Object *o, int w, int h) EINA_ARG_NONNULL(1);
 
@@ -12095,7 +12095,7 @@ EAPI void           evas_object_grid_size_set(Evas_Object *o, int w, int h) EINA
  * @param w A pointer to an integer to store the virtual width
  * @param h A pointer to an integer to store the virtual height
  * @see evas_object_grid_size_set()
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void           evas_object_grid_size_get(const Evas_Object *o, int *w, int *h) EINA_ARG_NONNULL(1);
 
@@ -12106,7 +12106,7 @@ EAPI void           evas_object_grid_size_get(const Evas_Object *o, int *w, int
  *
  * @param o The grid object.
  * @param mirrored the mirrored mode to set
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void           evas_object_grid_mirrored_set(Evas_Object *o, Eina_Bool mirrored) EINA_ARG_NONNULL(1);
 
@@ -12116,7 +12116,7 @@ EAPI void           evas_object_grid_mirrored_set(Evas_Object *o, Eina_Bool mirr
  * @param o The grid object.
  * @return @c EINA_TRUE if it's a mirrored grid, @c EINA_FALSE otherwise.
  * @see evas_object_grid_mirrored_set()
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Eina_Bool      evas_object_grid_mirrored_get(const Evas_Object *o) EINA_ARG_NONNULL(1);
 
@@ -12130,7 +12130,7 @@ EAPI Eina_Bool      evas_object_grid_mirrored_get(const Evas_Object *o) EINA_ARG
  * @param w The virtual width of the child
  * @param h The virtual height of the child
  * @return 1 on success, 0 on failure.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Eina_Bool      evas_object_grid_pack(Evas_Object *o, Evas_Object *child, int x, int y, int w, int h) EINA_ARG_NONNULL(1, 2);
 
@@ -12142,7 +12142,7 @@ EAPI Eina_Bool      evas_object_grid_pack(Evas_Object *o, Evas_Object *child, in
  *       all children, use evas_object_grid_clear() instead.
  *
  * @return 1 on success, 0 on failure.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Eina_Bool      evas_object_grid_unpack(Evas_Object *o, Evas_Object *child) EINA_ARG_NONNULL(1, 2);
 
@@ -12151,7 +12151,7 @@ EAPI Eina_Bool      evas_object_grid_unpack(Evas_Object *o, Evas_Object *child)
  *
  * @param o The given grid object.
  * @param clear if true, it will delete just removed children.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI void           evas_object_grid_clear(Evas_Object *o, Eina_Bool clear) EINA_ARG_NONNULL(1);
 
@@ -12167,7 +12167,7 @@ EAPI void           evas_object_grid_clear(Evas_Object *o, Eina_Bool clear) EINA
  * @param w The pointer to where the width will be returned
  * @param h The pointer to where the height will be returned
  * @return 1 on success, 0 on failure.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Eina_Bool      evas_object_grid_pack_get(const Evas_Object *o, Evas_Object *child, int *x, int *y, int *w, int *h);
 
@@ -12175,7 +12175,7 @@ EAPI Eina_Bool      evas_object_grid_pack_get(const Evas_Object *o, Evas_Object
  * Get an iterator to walk the list of children for the grid.
  *
  * @note Do not remove or delete objects while walking the list.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Eina_Iterator *evas_object_grid_iterator_new(const Evas_Object *o) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_MALLOC;
 
@@ -12183,7 +12183,7 @@ EAPI Eina_Iterator *evas_object_grid_iterator_new(const Evas_Object *o) EINA_WAR
  * Get an accessor to get random access to the list of children for the grid.
  *
  * @note Do not remove or delete objects while walking the list.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Eina_Accessor *evas_object_grid_accessor_new(const Evas_Object *o) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_MALLOC;
 
@@ -12194,7 +12194,7 @@ EAPI Eina_Accessor *evas_object_grid_accessor_new(const Evas_Object *o) EINA_WAR
  *       It's up to the user to destroy it when it no longer needs it.
  *       It's possible to remove objects from the grid when walking this
  *       list, but these removals won't be reflected on it.
- * @since 1.1.0
+ * @since 1.1
  */
 EAPI Eina_List     *evas_object_grid_children_get(const Evas_Object *o) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_MALLOC;
 
index 98d077c..220214e 100644 (file)
@@ -419,7 +419,7 @@ typedef enum _Evas_GL_Stencil_Bits
 /**
  * Configuration Options.
  *
- * @since 1.1.0
+ * @since 1.1
  */
 typedef enum _Evas_GL_Options_Bits
 {
@@ -431,7 +431,7 @@ typedef enum _Evas_GL_Options_Bits
  * Configuration Option for Multisample Anti-aliased (MSAA) rendering surface.
  * Only works in supported device.
  *
- * @since 1.2.0
+ * @since 1.2
  */
 typedef enum _Evas_GL_Multisample_Bits
 {