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