add missing bureaucracy.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 19 Jul 2012 04:47:20 +0000 (04:47 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 19 Jul 2012 04:47:20 +0000 (04:47 +0000)
thanks vtorri, our restless monitor of forgotten files, changelog,
news and @since.

SVN revision: 74158

ChangeLog
NEWS
src/lib/elm_win.h

index 69f0146..36f181e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * Fix the mapbuf to resize the contents(smart obj) correctly. When smart obj was
        set as the contents the _configure would be called recursively. In this process
-       the lastest size could be reverted as the previous one.
\ No newline at end of file
+       the lastest size could be reverted as the previous one.
+
+2012-07-19  Gustavo Sverzut Barbieri (k-s)
+
+       * Add Elm_Win_Trap and elm_win_trap_set() to allow e17 integration.
diff --git a/NEWS b/NEWS
index 7f4190a..ad5c0dc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ Additions:
    * Add "changed" signal to the progressbar widgets
    * Use Edje to enable accessibility on TEXTBLOCK.
    * Initialize Emotion when necessary.
+   * Elm_Win_Trap and elm_win_trap_set() to allow e17 integration.
 
 Fixes:
 
index afe4602..0210989 100644 (file)
@@ -1345,6 +1345,8 @@ EAPI Ecore_Wl_Window *elm_win_wl_window_get(const Evas_Object *obj);
  * calls to internal ecore_evas with the same name and parameters. If
  * there is a trap and it returns @c EINA_TRUE then the call will be
  * allowed, otherwise it will be ignored.
+ *
+ * @since 1.7
  */
 typedef struct _Elm_Win_Trap Elm_Win_Trap;
 struct _Elm_Win_Trap
@@ -1398,6 +1400,8 @@ struct _Elm_Win_Trap
  *         problem, such as invalid version number.
  *
  * @warning this is an advanced feature that you should avoid using.
+ *
+ * @since 1.7
  */
 EAPI Eina_Bool elm_win_trap_set(const Elm_Win_Trap *trap);