Fix the description of G_TYPE_FUNDAMENTAL. (#103119, Josh Parsons)
[platform/upstream/glib.git] / ChangeLog.pre-2-10
1 2003-01-12  Tor Lillqvist  <tml@iki.fi>
2
3         * glib/glib.def: Add some missing entries. Thanks to Kenichi SUTO.
4
5 2003-01-05  Tor Lillqvist  <tml@iki.fi>
6
7         * README.win32: Updates.
8
9         * configure.in: Don't use -lm in TRIO_LIBS on Windows, with no
10         libm. (Mingw has a dummy libm.a, but the .pc file should be
11         useable by MSVC users, too.)
12
13 2003-01-25  Ron Steinke  <rsteinke@w-link.net>
14
15         (Ancient, binary compatible fixes found sitting in my tree)
16
17         * Added early checks for count == 0 and buf == NULL in g_io_channel_read()
18
19         * Better error message for EFAULT in  g_io_channel_error_from_errno()
20
21 2003-01-04  Tor Lillqvist  <tml@iki.fi>
22
23         * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip.
24
25         * {glib,gmodule,gobject,gthread}/Makefile.am:
26         [Win32] Install also the .def files, to help users generate
27         import libraries for other compilers. Uninstall, too.
28
29         * glib-zip.in: Include .def files from above.
30
31         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
32         broken pipes are unreadable. (Well, they are, but read() handles
33         it, and treats it like EOF.)
34
35 Thu Jan  2 16:19:15 2003  Manish Singh  <yosh@gimp.org>
36
37         * configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for
38         tests for inline keywords. Fixes #101976.
39
40 2003-01-02  Tor Lillqvist  <tml@iki.fi>
41
42         * glib/gwin32.h: Correct the comment telling what headers have
43         the declarations of some POSIXish functions.
44
45         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
46         The checks for readability/writeability were backwards.
47
48 2003-01-01  Tor Lillqvist  <tml@iki.fi>
49
50         * glib/gmessages.c (ensure_stderr_valid): New function, parallel
51         to ensure_stdout_valid(). #defined as empty on Unix. Move the
52         alloc_console_called static flag inside these two functions.
53         (ensure_stdout_valid, ensure_stderr_valid): Check the C stdout and
54         stderr streams for validity, instead of what GetStdHandle() returns.
55         (mklevel_prefix): Do use either stderr or stdout on Windows,
56         too. Otherwise g_warning() messages (that are just warnings, by
57         definition) will get mixed with proper stdout output. Noticed in
58         GIMP's gimpconfig-dump.
59         (strdup_convert, mklevel_prefix, g_printerr): Call
60         ensure_stderr_valid() before trying to use stderr.
61         (g_logv): [Win32] Convert message to current codepage before
62         display with MessageBox().
63
64 2002-12-28  Tõivo Leedjärv  <toivo@linux.ee>
65
66         * configure.in: Added et to ALL_LINGUAS.
67