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