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