From: barbieri Date: Wed, 1 Aug 2012 17:15:10 +0000 (+0000) Subject: thanks vtorri :-) X-Git-Tag: submit/2.0alpha-wayland/20121127.222009~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14697d0c162c756339aa8dccafb34bc5ac685eb6;p=profile%2Fivi%2Feina.git thanks vtorri :-) git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@74750 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/ChangeLog b/ChangeLog index 7c75b01..468f7d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -320,3 +320,7 @@ * 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 --- 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, diff --git a/src/include/eina_log.h b/src/include/eina_log.h index 6a18794..ea50c21 100644 --- a/src/include/eina_log.h +++ b/src/include/eina_log.h @@ -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);