thanks vtorri :-)
authorbarbieri <barbieri>
Wed, 1 Aug 2012 17:15:10 +0000 (17:15 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 1 Aug 2012 17:15:10 +0000 (17:15 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@74750 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
NEWS
src/include/eina_log.h

index 7c75b01..468f7d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
         * Modify eina_prefix to deal with debian's fun new
         multiarch... if you are a shared library.
 
+2012-08-01 Gustavo Sverzut Barbieri (k-s)
+
+       * added eina_log_console_color_set() for cross platform console
+       color set.
diff --git a/NEWS b/NEWS
index 43e827b..4ec046a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ Fixes:
     * Fix issue in the XML parser when a tag was in a comment or a CDATA.
     * Implement eina_file_map_lines() on Windows.
     * Handle NULL in all eina_*_free function.
+    * eina_log_console_color_set()
 
 Removal:
     * configure options: --disable-posix-threads, --disable-win32-threads,
index 6a18794..ea50c21 100644 (file)
@@ -900,6 +900,8 @@ EAPI void eina_log_print_cb_file(const Eina_Log_Domain *d,
  * @note if color is disabled, nothing is done. See
  *       eina_log_color_disable_get()
  * @note on windows, both @a fp and @a color is converted automatically.
+ *
+ * @since 1.7
  */
 EAPI void eina_log_console_color_set(FILE *fp,
                                      const char *color) EINA_ARG_NONNULL(1, 2);