cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=e5231de7eb70074be7d8dfa9971202899e658528

commit e5231de7eb70074be7d8dfa9971202899e658528
Author: Cedric Bail <cedric.b...@samsung.com>
Date:   Tue Sep 24 12:18:48 2013 +0900

    efl: add Jorge change to ChangeLog and NEWS.
---
 ChangeLog | 6 ++++++
 NEWS      | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index a7fd67d..9a6823b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-09-24  Jorge Zapata
+
+       * Eina: add a substraction in rectangles and more helpers,
+       add functions to alloc strings from a printf format,
+       add double_from/to and helper defines in f16p16.
+
 2013-09-12  Jihoon Kim
 
        * ecore_imf: Fix memory leak in scim immodule
diff --git a/NEWS b/NEWS
index be7c068..3f9ab5e 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,11 @@ Additions:
      - Add eina_tiler_empty()
      - Add eina_file_virtualize() and eina_file_virtual()
      - Add eina_file_refresh()
+     - Add eina_rectangle_is_valid(), eina_rectangle_max_x(), 
eina_rectangle_max_y(), eina_rectangle_x_cut(),
+     eina_rectangle_y_cut(), eina_rectangle_width_cut(), 
eina_rectangle_height_cut(), eina_rectangle_subtract(),
+     EINA_RECTANGLE_INIT, EINA_RECTANGLE_FORMAT, EINA_RECTANGLE_ARGS.
+     - Add eina_str_vprintf_length(), eina_str_vprintf_dup(), 
eina_str_printf_dup().
+     - Add eina_f16p16_double_from(), eina_f16p16_double_to().
     * Eet:
      - Add eet_mmap()
      - Add eet_data_descriptor_name_get()

-- 


Reply via email to