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