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