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