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