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