Correct the comment telling what headers have the declarations of some
[platform/upstream/glib.git] / ChangeLog.pre-2-6
1 2003-01-02  Tor Lillqvist  <tml@iki.fi>
2
3         * glib/gwin32.h: Correct the comment telling what headers have
4         the declarations of some POSIXish functions.
5
6         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
7         The checks for readability/writeability were backwards.
8
9 2003-01-01  Tor Lillqvist  <tml@iki.fi>
10
11         * glib/gmessages.c (ensure_stderr_valid): New function, parallel
12         to ensure_stdout_valid(). #defined as empty on Unix. Move the
13         alloc_console_called static flag inside these two functions.
14         (ensure_stdout_valid, ensure_stderr_valid): Check the C stdout and
15         stderr streams for validity, instead of what GetStdHandle() returns.
16         (mklevel_prefix): Do use either stderr or stdout on Windows,
17         too. Otherwise g_warning() messages (that are just warnings, by
18         definition) will get mixed with proper stdout output. Noticed in
19         GIMP's gimpconfig-dump.
20         (strdup_convert, mklevel_prefix, g_printerr): Call
21         ensure_stderr_valid() before trying to use stderr.
22         (g_logv): [Win32] Convert message to current codepage before
23         display with MessageBox().
24
25 2002-12-28  Tõivo Leedjärv  <toivo@linux.ee>
26
27         * configure.in: Added et to ALL_LINGUAS.
28