Make GLib recognize Tru64Unix thread system. (#103020)
[platform/upstream/glib.git] / ChangeLog.pre-2-6
1 2003-02-12  Sebastian Wilhelmi  <seppi@seppi.de>
2
3         * configure.in: Make GLib recognize Tru64Unix thread system. (#103020)
4
5 2003-02-11  Tor Lillqvist  <tml@iki.fi>
6
7         * Makefile.am (EXTRA_DIST): Include ChangeLog.pre-2-2.
8
9         * glib-zip.in: Include also the gtk-doc/html documentation in the
10         developer package.
11
12         * README.win32: Updates.
13
14 2003-02-11  Sebastian Wilhelmi  <seppi@seppi.de>
15
16         * AUTHORS: Changed my e-mail address.
17         * glib/grand.c: Removed my e-mail address.
18
19 2003-02-10  Mohammad DAMT  <mdamt@bisnisweb.com>
20
21         * po/id.po: Added Indonesian translation
22         * configure.in: Added "id" to ALL_LINGUAS
23
24 2003-02-06  Matthias Clasen  <maclas@gmx.de>
25
26         * glib/gmessages.h: 
27         * glib/gmem.h: 
28         * glib/ghash.h: 
29         * glib/gasyncqueue.h: 
30         * glib/garray.h: 
31         * glib/ghook.h: 
32         * glib/gtypes.h: Fix a bunch of typos in header comments.
33         (#102422, Morten Welinder)
34
35 2003-02-04  Tor Lillqvist  <tml@iki.fi>
36
37         * glib/giowin32.c (g_io_channel_unix_new): Fix typo: Should be
38         SOCKET_ERROR, not SO_ERROR. Noticed by Daniel Kaufmann.
39         
40         Merge from stable branch: 
41
42         Fix for bug #104014, reported by Alex Shaduri:
43         
44         * glib/gspawn-win32.c (protect_argv): New function. Add
45         double-quotes around argv elements that need it, and escape
46         embedded double-quotes with backslash.
47         (do_spawn_with_pipes) Call protect_argv().
48
49         * glib/gspawn-win32-helper.c (WinMain): Call protect_argv().
50
51         * glib/gspawn.c (g_spawn_async_with_pipes): Document argument
52         vector vs. command line details on Win32.
53         (g_spawn_command_line_sync): Improve documentation about
54         backslashes in the command line on Windows.
55
56 Thu Jan 30 16:45:13 2003  Owen Taylor  <otaylor@redhat.com>
57
58         * Makefile.am: Remove references to glib.spec.
59         (#102231)
60
61         * configure.in: Don't generate glib.spec.
62
63 Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>
64
65         * m4macros/glib-gettext.m4: If msgfmt isn't found,
66         unset gt_cv_have_gettext. (#102552, Tim Mooney)
67
68 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
69
70         * autogen.sh (have_automake): Fix version in complaint
71         message about automake. (#104366, Rich Burridge)
72
73 2003-01-22  Pablo Saratxaga  <pablo@mandrakesoft.com>
74
75         * configure.in: Added Bengali (bn) to ALL_LINGUAS
76
77 2003-01-21  Christian Rose  <menthos@menthos.com>
78
79         * configure.in: Added "mn" to ALL_LINGUAS.
80
81 2003-01-20  Pablo Saratxaga  <pablo@mandrakesoft.com>
82
83         * configure.in: Added Farsi (fa), Italian (it), Latvian (lv),
84         Macedonian (mk) to ALL_LINGUAS
85
86 2003-01-16  Daniel Yacob <locales@geez.org>
87
88         * configure.in: added am to ALL_LINGUAS
89         
90 2003-01-12  Tor Lillqvist  <tml@iki.fi>
91
92         * glib/glib.def: Add some missing entries. Thanks to Kenichi SUTO.
93
94 2003-01-05  Tor Lillqvist  <tml@iki.fi>
95
96         * README.win32: Updates.
97
98         * configure.in: Don't use -lm in TRIO_LIBS on Windows, with no
99         libm. (Mingw has a dummy libm.a, but the .pc file should be
100         useable by MSVC users, too.)
101
102 2003-01-25  Ron Steinke  <rsteinke@w-link.net>
103
104         (Ancient, binary compatible fixes found sitting in my tree)
105
106         * Added early checks for count == 0 and buf == NULL in g_io_channel_read()
107
108         * Better error message for EFAULT in  g_io_channel_error_from_errno()
109
110 2003-01-04  Tor Lillqvist  <tml@iki.fi>
111
112         * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip.
113
114         * {glib,gmodule,gobject,gthread}/Makefile.am:
115         [Win32] Install also the .def files, to help users generate
116         import libraries for other compilers. Uninstall, too.
117
118         * glib-zip.in: Include .def files from above.
119
120         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
121         broken pipes are unreadable. (Well, they are, but read() handles
122         it, and treats it like EOF.)
123
124 Thu Jan  2 16:19:15 2003  Manish Singh  <yosh@gimp.org>
125
126         * configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for
127         tests for inline keywords. Fixes #101976.
128
129 2003-01-02  Tor Lillqvist  <tml@iki.fi>
130
131         * glib/gwin32.h: Correct the comment telling what headers have
132         the declarations of some POSIXish functions.
133
134         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
135         The checks for readability/writeability were backwards.
136
137 2003-01-01  Tor Lillqvist  <tml@iki.fi>
138
139         * glib/gmessages.c (ensure_stderr_valid): New function, parallel
140         to ensure_stdout_valid(). #defined as empty on Unix. Move the
141         alloc_console_called static flag inside these two functions.
142         (ensure_stdout_valid, ensure_stderr_valid): Check the C stdout and
143         stderr streams for validity, instead of what GetStdHandle() returns.
144         (mklevel_prefix): Do use either stderr or stdout on Windows,
145         too. Otherwise g_warning() messages (that are just warnings, by
146         definition) will get mixed with proper stdout output. Noticed in
147         GIMP's gimpconfig-dump.
148         (strdup_convert, mklevel_prefix, g_printerr): Call
149         ensure_stderr_valid() before trying to use stderr.
150         (g_logv): [Win32] Convert message to current codepage before
151         display with MessageBox().
152
153 2002-12-28  Tõivo Leedjärv  <toivo@linux.ee>
154
155         * configure.in: Added et to ALL_LINGUAS.
156