Fix FALSE/NULL confusion. (#107646, Morten Welinder)
[platform/upstream/glib.git] / ChangeLog.pre-2-8
1 2003-03-06  Matthias Clasen  <maclas@gmx.de>
2
3         * glib/gmain.c (g_main_context_find_source_by_id): 
4         (g_main_context_find_source_by_funcs_user_data): Fix FALSE/NULL
5         confusion.  (#107646, Morten Welinder)
6
7 2003-03-01  James Henstridge  <james@daa.com.au>
8
9         * autogen.sh: require automake 1.7.  Add calls to libtoolize and
10         gtkdocize.  Clean up some of the error messages.
11
12         * configure.in: move version declaration to the top of the file
13         (before AC_INIT), using M4 macros.
14         GLIB_AC_DIVERT_BEFORE_HELP() calls no longer necessary, due to use
15         of M4 macro expansion in help messages instead.
16         Convert AC_ARG_WITH/AC_ARG_ENABLE calls to use AC_HELP_STRING to
17         format help strings.  Use quadrigraphs to get square brackets to
18         show correctly.
19         Replace gtk-doc checks with a call to GTK_DOC_CHECK() macro.
20         Use AC_CONFIG_COMMANDS([glibconfig.h], ...) to output
21         glibconfig.h, so that "./config.status glibconfig.h" works.
22         Add an extra AC_CONFIG_FILES call listing other files we want
23         generated by config.status protected by an "if false" block.  This
24         way automake generates the rules needed to rebuild the files for
25         us.
26         Add quotes in various places.
27
28         * docs/reference/*/Makefile.am: convert to use the common
29         gtk-doc.make file.  This localises the complexity to a single
30         makefile fragment maintained with gtk-doc itself.
31
32         * */Makefile.am: remove unneeded rules to build win32 files with
33         config.status.  Automake now does this for us.
34         Replace instances of @FOO@ with $(FOO) where appropriate -- this
35         allows automake to do a better job checking the makefile.
36         Add some files to DISTCLEANFILES where appropriate
37
38         * Makefile.am: use the DISTCHECK_CONFIGURE_FLAGS variable to
39         ensure that --enable-gtk-doc is passed to configure during a
40         distcheck.  Remove the custom distcheck, since the standard one
41         will now do.
42
43         * gobject/Makefile.am: switch to BUILT_SOURCES, since that now
44         works.
45
46 2003-02-26  Matthias Clasen  <maclas@gmx.de>
47
48         * glib/gstrfuncs.c (g_strdup_vprintf): Use g_strndup, not
49         g_strdup, since we know the length in advance.
50
51         * glib/gunidecomp.c (g_unicode_canonical_decomposition): Use
52         g_malloc instead of directly using malloc.
53
54 2003-02-25  Tor Lillqvist  <tml@iki.fi>
55
56         * glib/glib.def: Add a couple of missing entries, thanks to Cedric
57         Gustin. Thread initialization function changes according to
58         Sebastian Wilhelmi's changes below (2003-02-14).
59
60 2003-02-24  Matthias Clasen  <maclas@gmx.de>
61
62         * glib/gdir.c (g_dir_read_name): Clarify documentation.
63
64 2003-02-18  Sebastian Wilhelmi  <seppi@seppi.de>
65
66         * configure.in: Make glib_thread_test not unnecessarily convert
67         between int and void*. (#106278). Let main return int.
68
69         * configure.in: Add an argument to specify the default thread
70         attribute to glib_thread_test. Disappeared somewhere between 2.0
71         and 2.2.
72
73 2003-02-14  Sebastian Wilhelmi  <seppi@seppi.de>
74
75         Fixes for #101264 and #99372:
76
77         * glib/gconvert.h, glib/gmain.c, glib/gmem.c, glib/gmessages.c,
78         glib/grand.c: Include gthreadinit.h and rename the thread
79         initialization functions a bit and let them start with _, so that
80         later we can stop exporting them.
81         
82         * glib/gmem.c, glib/gmessages.c: Move the g_private_new() calls to
83         new functions. They have to be called after setting
84         g_threads_got_initialized to TRUE (see #101264).
85
86         * glib/gthread.c: Include gthreadinit.h. Renamed g_mutex_init() to
87         g_thread_init_glib(). Call the thread initialization functions
88         (which are not allowed to call g_private_new), then set
89         g_threads_got_initialized to TRUE, then call the other thread
90         initialization functions (which must not call anything but
91         g_private_new()).
92         
93         * glib/gthreadinit.h: New private header to cleanly declare all
94         thread initialization functions.
95
96         * gthread/gthread-impl.c: Include gthreadinit.h. In
97         g_thread_init() just call g_thread_init_glib(), which in turn calls the
98         other functions (see #99372).
99         
100         * glib/Makefile.am: Added gthreadinit.h.
101
102 2003-02-12  Sebastian Wilhelmi  <seppi@seppi.de>
103
104         * configure.in: Make GLib recognize Tru64Unix thread system. (#103020)
105
106 2003-02-11  Tor Lillqvist  <tml@iki.fi>
107
108         * Makefile.am (EXTRA_DIST): Include ChangeLog.pre-2-2.
109
110         * glib-zip.in: Include also the gtk-doc/html documentation in the
111         developer package.
112
113         * README.win32: Updates.
114
115 2003-02-11  Sebastian Wilhelmi  <seppi@seppi.de>
116
117         * AUTHORS: Changed my e-mail address.
118         * glib/grand.c: Removed my e-mail address.
119
120 2003-02-10  Mohammad DAMT  <mdamt@bisnisweb.com>
121
122         * po/id.po: Added Indonesian translation
123         * configure.in: Added "id" to ALL_LINGUAS
124
125 2003-02-06  Matthias Clasen  <maclas@gmx.de>
126
127         * glib/gmessages.h: 
128         * glib/gmem.h: 
129         * glib/ghash.h: 
130         * glib/gasyncqueue.h: 
131         * glib/garray.h: 
132         * glib/ghook.h: 
133         * glib/gtypes.h: Fix a bunch of typos in header comments.
134         (#102422, Morten Welinder)
135
136 2003-02-04  Tor Lillqvist  <tml@iki.fi>
137
138         * glib/giowin32.c (g_io_channel_unix_new): Fix typo: Should be
139         SOCKET_ERROR, not SO_ERROR. Noticed by Daniel Kaufmann.
140         
141         Merge from stable branch: 
142
143         Fix for bug #104014, reported by Alex Shaduri:
144         
145         * glib/gspawn-win32.c (protect_argv): New function. Add
146         double-quotes around argv elements that need it, and escape
147         embedded double-quotes with backslash.
148         (do_spawn_with_pipes) Call protect_argv().
149
150         * glib/gspawn-win32-helper.c (WinMain): Call protect_argv().
151
152         * glib/gspawn.c (g_spawn_async_with_pipes): Document argument
153         vector vs. command line details on Win32.
154         (g_spawn_command_line_sync): Improve documentation about
155         backslashes in the command line on Windows.
156
157 Thu Jan 30 16:45:13 2003  Owen Taylor  <otaylor@redhat.com>
158
159         * Makefile.am: Remove references to glib.spec.
160         (#102231)
161
162         * configure.in: Don't generate glib.spec.
163
164 Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>
165
166         * m4macros/glib-gettext.m4: If msgfmt isn't found,
167         unset gt_cv_have_gettext. (#102552, Tim Mooney)
168
169 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
170
171         * autogen.sh (have_automake): Fix version in complaint
172         message about automake. (#104366, Rich Burridge)
173
174 2003-01-22  Pablo Saratxaga  <pablo@mandrakesoft.com>
175
176         * configure.in: Added Bengali (bn) to ALL_LINGUAS
177
178 2003-01-21  Christian Rose  <menthos@menthos.com>
179
180         * configure.in: Added "mn" to ALL_LINGUAS.
181
182 2003-01-20  Pablo Saratxaga  <pablo@mandrakesoft.com>
183
184         * configure.in: Added Farsi (fa), Italian (it), Latvian (lv),
185         Macedonian (mk) to ALL_LINGUAS
186
187 2003-01-16  Daniel Yacob <locales@geez.org>
188
189         * configure.in: added am to ALL_LINGUAS
190         
191 2003-01-12  Tor Lillqvist  <tml@iki.fi>
192
193         * glib/glib.def: Add some missing entries. Thanks to Kenichi SUTO.
194
195 2003-01-05  Tor Lillqvist  <tml@iki.fi>
196
197         * README.win32: Updates.
198
199         * configure.in: Don't use -lm in TRIO_LIBS on Windows, with no
200         libm. (Mingw has a dummy libm.a, but the .pc file should be
201         useable by MSVC users, too.)
202
203 2003-01-25  Ron Steinke  <rsteinke@w-link.net>
204
205         (Ancient, binary compatible fixes found sitting in my tree)
206
207         * Added early checks for count == 0 and buf == NULL in g_io_channel_read()
208
209         * Better error message for EFAULT in  g_io_channel_error_from_errno()
210
211 2003-01-04  Tor Lillqvist  <tml@iki.fi>
212
213         * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip.
214
215         * {glib,gmodule,gobject,gthread}/Makefile.am:
216         [Win32] Install also the .def files, to help users generate
217         import libraries for other compilers. Uninstall, too.
218
219         * glib-zip.in: Include .def files from above.
220
221         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
222         broken pipes are unreadable. (Well, they are, but read() handles
223         it, and treats it like EOF.)
224
225 Thu Jan  2 16:19:15 2003  Manish Singh  <yosh@gimp.org>
226
227         * configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for
228         tests for inline keywords. Fixes #101976.
229
230 2003-01-02  Tor Lillqvist  <tml@iki.fi>
231
232         * glib/gwin32.h: Correct the comment telling what headers have
233         the declarations of some POSIXish functions.
234
235         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
236         The checks for readability/writeability were backwards.
237
238 2003-01-01  Tor Lillqvist  <tml@iki.fi>
239
240         * glib/gmessages.c (ensure_stderr_valid): New function, parallel
241         to ensure_stdout_valid(). #defined as empty on Unix. Move the
242         alloc_console_called static flag inside these two functions.
243         (ensure_stdout_valid, ensure_stderr_valid): Check the C stdout and
244         stderr streams for validity, instead of what GetStdHandle() returns.
245         (mklevel_prefix): Do use either stderr or stdout on Windows,
246         too. Otherwise g_warning() messages (that are just warnings, by
247         definition) will get mixed with proper stdout output. Noticed in
248         GIMP's gimpconfig-dump.
249         (strdup_convert, mklevel_prefix, g_printerr): Call
250         ensure_stderr_valid() before trying to use stderr.
251         (g_logv): [Win32] Convert message to current codepage before
252         display with MessageBox().
253
254 2002-12-28  Tõivo Leedjärv  <toivo@linux.ee>
255
256         * configure.in: Added et to ALL_LINGUAS.
257