1 2003-01-01 Tor Lillqvist <tml@iki.fi>
3 * glib/gmessages.c (ensure_stderr_valid): New function, parallel
4 to ensure_stdout_valid(). #defined as empty on Unix. Move the
5 alloc_console_called static flag inside these two functions.
6 (mklevel_prefix): Do use either stderr or stdout on Windows,
7 too. Otherwise g_warning() messages (that are just warnings, by
8 definition) will get mixed with proper stdout output. Noticed in
9 GIMP's gimpconfig-dump.
10 (strdup_convert, mklevel_prefix, g_printerr): Call
11 ensure_stderr_valid() before trying to use stderr.
12 (g_logv): [Win32] Convert message to current codepage before
13 display with MessageBox().
15 2002-12-28 Tõivo Leedjärv <toivo@linux.ee>
17 * configure.in: Added et to ALL_LINGUAS.