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