summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2012-08-01 17:15:10 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2012-08-01 17:15:10 +0000
commit9a96b391d68a1571911ca359f35a2a18794e4079 (patch)
treeb5f1183306a896493129488f8ef53050eee3fca6
parentf4398428b75e2871c7bffaab754c6ded551787f4 (diff)
downloadeina-9a96b391d68a1571911ca359f35a2a18794e4079.tar.gz
thanks vtorri :-)
SVN revision: 74750
-rw-r--r--ChangeLog4
-rw-r--r--NEWS1
-rw-r--r--src/include/eina_log.h2
3 files changed, 7 insertions, 0 deletions
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);