[Win32] Install also the .def files, to help users generate import
[platform/upstream/glib.git] / ChangeLog.pre-2-8
1 2003-01-04  Tor Lillqvist  <tml@iki.fi>
2
3         * {glib,gmodule,gobject,gthread}/Makefile.am:
4         [Win32] Install also the .def files, to help users generate
5         import libraries for other compilers. Uninstall, too.
6
7         * glib-zip.in: Include .def files from above.
8
9         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
10         broken pipes are unreadable. (Well, they are, but read() handles
11         it, and treats it like EOF.)
12
13 Thu Jan  2 16:19:15 2003  Manish Singh  <yosh@gimp.org>
14
15         * configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for
16         tests for inline keywords. Fixes #101976.
17
18 2003-01-02  Tor Lillqvist  <tml@iki.fi>
19
20         * glib/gwin32.h: Correct the comment telling what headers have
21         the declarations of some POSIXish functions.
22
23         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
24         The checks for readability/writeability were backwards.
25
26 2003-01-01  Tor Lillqvist  <tml@iki.fi>
27
28         * glib/gmessages.c (ensure_stderr_valid): New function, parallel
29         to ensure_stdout_valid(). #defined as empty on Unix. Move the
30         alloc_console_called static flag inside these two functions.
31         (ensure_stdout_valid, ensure_stderr_valid): Check the C stdout and
32         stderr streams for validity, instead of what GetStdHandle() returns.
33         (mklevel_prefix): Do use either stderr or stdout on Windows,
34         too. Otherwise g_warning() messages (that are just warnings, by
35         definition) will get mixed with proper stdout output. Noticed in
36         GIMP's gimpconfig-dump.
37         (strdup_convert, mklevel_prefix, g_printerr): Call
38         ensure_stderr_valid() before trying to use stderr.
39         (g_logv): [Win32] Convert message to current codepage before
40         display with MessageBox().
41
42 2002-12-28  Tõivo Leedjärv  <toivo@linux.ee>
43
44         * configure.in: Added et to ALL_LINGUAS.
45