From: Tor Lillqvist Date: Wed, 1 Jan 2003 01:40:52 +0000 (+0000) Subject: Remove comment that only stdout would be used on Windows, no longer true. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7809df2a6a339bbfc5c5b0318fcf50a7ce4b0117;p=dana%2Fcg-glib.git Remove comment that only stdout would be used on Windows, no longer true. 2003-01-01 Tor Lillqvist * glib/tmpl/messages.sgml: Remove comment that only stdout would be used on Windows, no longer true. --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 94084316..499cff4a 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2003-01-01 Tor Lillqvist + + * glib/tmpl/messages.sgml: Remove comment that only stdout would + be used on Windows, no longer true. + 2002-12-15 Matthias Clasen * gobject/tmpl/param_value_types.sgml: Move some docs inline. diff --git a/docs/reference/glib/tmpl/messages.sgml b/docs/reference/glib/tmpl/messages.sgml index 57c773bc..0f492038 100644 --- a/docs/reference/glib/tmpl/messages.sgml +++ b/docs/reference/glib/tmpl/messages.sgml @@ -242,7 +242,6 @@ and if the log level is fatal it calls abort(). stderr is used for levels %G_LOG_LEVEL_ERROR, %G_LOG_LEVEL_CRITICAL, and %G_LOG_LEVEL_WARNING. stdout is used for the rest. -(On the Windows platform, stdout is always used.) @log_domain: the log domain of the message.