Fix typos in the docs. (#346660, Mark Drago)
[platform/upstream/glib.git] / ChangeLog.pre-2-12
1 2006-07-05  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/gbase64.c: Fix typos in the docs.  (#346660, Mark
4         Drago)
5
6 2006-07-03  Runa Bhattacharjee <runabh@gmail.com>
7
8         * configure.in: Added Bengali India (bn_IN) in ALL_LINGUAS.
9
10 2006-07-02  Matthias Clasen  <mclasen@redhat.com>
11
12         * configure.in: Bump version
13
14         * === Released 2.12.0 ===
15
16 2006-06-30  Matthias Clasen  <mclasen@redhat.com>
17
18         * NEWS: Updates
19
20         * configure.in: Set version to 2.12.0
21
22 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
23
24         * glib/gtimer.c (mktime_utc): Fix an off-by-2 error
25         in the leap year calculation.  (#344905, Dan Winship)
26
27         * tests/testglib.c (main): Change the test data for
28         the g_time_val_from_iso8601 tests to expose an off-by-2
29         error in the leap year calculation.
30
31         * configure.in: Bump version
32
33         * === Released 2.11.4 ===
34
35         * NEWS: Updates
36
37 2006-06-16  Matthias Clasen  <mclasen@redhat.com>
38
39         * tests/file-test.c (test_mkstemp): Add tests.
40
41         * glib/gfileutils.c (g_mkstemp): Allow the XXXXXX to occur
42         inside the template, not just at the end.  
43
44 2006-06-14  Matthias Clasen  <mclasen@redhat.com>
45         
46         * glib/gkeyfile.c (g_key_file_to_data): Separate groups by
47         an empty line  (#344868, Christian Persch)
48
49 2006-06-14  Tor Lillqvist  <tml@novell.com>
50
51         * glib/gutils.c (g_listenv): Add Windows notes to doc comment.
52
53 2006-06-12  Emmanuele Bassi  <ebassi@cvs.gnome.org>
54
55         * glib/gbookmarkfile.h:
56         * glib/gbookmarkfile.c (g_bookmark_file_remove_item): Return
57         a boolean instead of void.
58
59         * tests/bookmarkfile-test.c (test_modify): Add a test case
60         for g_bookmark_file_remove_item().
61
62 2006-06-12  Matthias Clasen  <mclasen@redhat.com>
63
64         * Bump version
65
66         * === Released 2.11.3 ===
67
68         * NEWS: Updates
69
70 2006-06-09  Emmanuele Bassi  <ebassi@cvs.gnome.org>
71
72         * glib/gbookmarkfile.c (g_bookmark_file_remove_application): Use
73         an empty string to pass the test in set_app_info.
74
75         (g_bookmark_file_move_item): Remove the old item from the
76         look up table; return success in case of empty target.
77
78 2006-06-08  Tor Lillqvist  <tml@novell.com>
79
80         * glib/gunicollate.c (msc_strxfrm_wrapper): Workaround for bug in
81         strxfrm() in Microsoft's newer C runtimes. (#343919, Kazuki
82         Iwamoto)
83
84 2006-06-05  Matthias Clasen  <mclasen@redhat.com>
85
86         * configure.in: Bump version
87
88         * === Released 2.11.2 ===
89
90         * configure.in: Set interface age to 0.
91
92         * NEWS: Updates
93
94         * glib/gmain.c: Fix some doc formatting issues.
95
96         * glib/gstrfuncs.c: Revert accidental commit.
97
98         * glib/gmain.c (get_dispatch): Don't leak the
99         dispatch struct.  (#321886)
100
101         * tests/strtod-test.c: Add some tests involving
102         leading whitespace.
103
104         * glib/gstrfuncs.c (g_ascii_formatd): Skip leading 
105         whitespace.  (#343899, Ã˜ystein Johansen)
106
107 2006-06-01  Matthias Clasen  <mclasen@redhat.com>
108
109         * glib/gmain.h: 
110         * glib/gmain.c: Add three new functions, 
111         g_main_current_source, g_source_set_funcs and 
112         g_source_is_destroyed, that will be necessary to 
113         solve thread-safety issues with idles in GTK+.  
114         (#321886, Chris Wilson)
115
116 2006-06-01  Matthias Clasen  <mclasen@redhat.com>
117
118         * glib/giochannel.c (g_io_channel_write_chars): Avoid
119         running in an assertion with small writes.  (#343566, Chris
120         Wilson)
121
122         * tests/iochannel-test.c: Add a testcase for small writes.
123
124         * glib/glib.symbols: 
125         * glib/ghash.h: 
126         * glib/ghash.c: Add g_hash_table_{remove,steal}_all to
127         remove all nodes from a hash table.  (#168538, Matt Barnes)
128
129 2006-06-01  Behdad Esfahbod  <behdad@gnome.org>
130
131         * glib/gkeyfile.c (g_key_file_to_data),
132         (g_key_file_parse_value_as_comment),
133         (g_key_file_parse_comment_as_value):
134         * glib/gscanner.c (g_scanner_get_token_ll): Cleanup. Use return
135         value of g_string_free(...). (#343548, Chris Wilson)
136
137 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
138
139         * glib/gmarkup.c (g_markup_parse_context_parse): 
140         Don't use g_str_has_{prefix,suffix} here.
141
142 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
143
144         * glib/gmarkup.h: Add a GMarkupParseFlags flag for
145         treating CDATA as text. 
146
147         * glib/gmarkup.c (g_markup_parse_context_parse): 
148         Implement it here.
149
150 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
151
152         * tests/markups/expected-*: Output that test-markup
153         is expected to produce when run on the valid gmarkup 
154         examples.
155
156         * tests/markup-test.c: Only dump the results of the
157         first, unchunked parse, to compare it against the expected
158         output. 
159
160         * tests/run-markup-tests.sh: For valid examples, compare
161         the output of test-markup against the corresponding
162         expected-<n> file.
163         
164 2006-05-24  Matthias Clasen  <mclasen@redhat.com>
165
166         * configure.in: Don't compile timeloop on Minix. 
167         (Leonard den Ottolander)
168
169 2006-05-22  Sebastian Wilhelmi  <wilhelmi@google.com>
170
171         * glib/gthread.c (g_thread_init_glib): Run _g_atomic_thread_init
172         as the first of the full fledged initializers to allow the later
173         to potentially use atomic ints (which they currently do
174         not). (#342563, Peter Kjellerstedt)
175
176 2006-05-16  Matthias Clasen  <mclasen@redhat.com>
177
178         * tests/Makefile.am: 
179         * tests/strtoll-test.c: Add tests for g_ascii_strtoll()
180         and g_ascii_strtoull().
181
182         * glib/glib.symbols:
183         * glib/gstrfuncs.h: 
184         * glib/gstrfuncs.c (g_ascii_strtoll): New function to
185         parse signed 64bit integers like strtoll does.  
186
187         * glib/goption.c (parse_int64): Use g_ascii_strtoll(),
188         since strtoll() is C99 and not available on some
189         systems.  (#341826, Kazuki Iwamoto)
190
191 2006-05-15  Matthias Clasen  <mclasen@redhat.com>
192         
193         * configure.in: Bump version
194
195         * === Released 2.11.1 ===
196
197         * NEWS: Updates
198
199 2006-05-13  Matthias Clasen  <mclasen@redhat.com>
200
201         * glib/grel.c: Fix several cases of deref-before-NULL-check.
202         (#341191, Pascal Terjan)
203
204         * glib/glib.symbols: 
205         * glib/goption.h: 
206         * glib/goption.c: Allow optional summary and description
207         texts before and after the option descriptions, and add
208         a way to translate them.  (#336120, Behdad Esfahbod)
209
210 2006-05-12  Tor Lillqvist  <tml@novell.com>
211
212         * glib/giowin32.c (g_io_win32_sock_set_flags): Implement
213         setting/clearing G_IO_FLAG_NONBLOCK for channels attached to
214         sockets. (#341192)
215         (g_io_win32_unimpl_set_flags): set_flags method for the
216         unimplemented case.
217         
218 2006-05-11  Bastien Nocera  <hadess@hadess.net>
219
220         * glib/goption.c: (parse_int64), (parse_arg), (free_changes_list):
221         * glib/goption.h:
222         * tests/option-test.c: (arg_test6), (main): add an int64 type for
223         GOption (G_OPTION_ARG_INT64) (#341237)
224
225 2006-05-10  Sebastian Wilhelmi  <wilhelmi@google.com>
226
227         * glib/gthread.h, gthread/gthread-impl.c: Make the magic and
228         location arguments to the error-checking-mutex functions const and
229         do not write to them, as we might not own them. Clean up the
230         error-checking-mutex code quite a bit. (#335198, Chris Wilson)
231
232         * glib/gthread.c: Use g_atomic_pointer_set instead of old
233         homegrown version now that we have it. (#335198, Chris Wilson)
234
235         * gthread/gthread-posix.c, gthread/gthread-win32.c: Prevent
236         calling into g_cond_wait resp. g_mutex_lock/unlock directly to
237         avoid recursions into the errorcheking mutex code (and out of
238         principle anyway). (#335198, Chris Wilson)
239
240         * tests/errorcheck-mutex-test.c: Adapt to GLib coding standards.
241
242 2006-05-09  Sebastian Wilhelmi  <wilhelmi@google.com>
243
244         * glib/gthreadinit.h: Renamed to glib/gthreadprivate.h and moved
245         system thread identifier comparision and assignment macros from
246         glib/gthread.c to glib/gthreadprivate.h.
247
248         * glib/Makefile.am, glib/gatomic.c, glib/gconvert.c, glib/gmain.c,
249         glib/gmem.c, glib/gmessages.c, glib/grand.c, glib/gslice.c,
250         glib/gthread.c, glib/gutils.c, gthread/gthread-impl.c: Use
251         glib/gthreadprivate.h instead of glib/gthreadinit.h.
252
253         * gthread/gthread-impl.c: Use GSystemThread instead of GThread for
254         owner determination. (#311043, jylefort@FreeBSD.org)
255
256         * tests/Makefile.am, tests/errorcheck-mutex-test: New test program
257         to test for all checked violations.
258
259         * glib/gprintf.c, glib/gspawn-win32.c, glib/gutf8.c,
260         gthread/gthread-impl.c, gthread/gthread-posix.c,
261         gthread/gthread-win32.c: Use canonical include form for internal
262         headers. config.h is always there.
263
264         * Remove obsolete gthread/gthread-solaris.c.
265
266 2006-05-08  Matthias Clasen  <mclasen@redhat.com>
267
268         * tests/convert-test.c (test_one_half): Use encoding names which 
269         may work better on Solaris.  (#340434, Alessandro Vesely)
270
271         * tests/keyfile-test.c (test_number): Add some tests for
272         invalid floating point numbers.
273
274         * glib/gkeyfile.c (g_key_file_parse_value_as_double): Return
275         an error for the empty string.  (#339105, Morten Welinder)
276
277         * glib/gscanner.c (g_scanner_config_template): Make const,
278         noticed by Kjartan Maraas.
279
280 2006-05-06  Matthias Clasen  <mclasen@redhat.com>
281
282         * glib/gkeyfile.c (g_key_file_set_string_list)
283         (g_key_file_set_locale_string_list): Fix invalid memory
284         reads.  (#340816, Nick Treleaven)
285
286 2006-05-04  Alexander Larsson  <alexl@redhat.com>
287
288         * glib/gbase64.c: (g_base64_decode_step):
289         Fix OOB write (#340538)
290
291 2006-05-03  Matthias Clasen  <mclasen@redhat.com>
292
293         * tests/base64-test.c: Add some more tests.
294
295         * glib/gbase64.c (g_base64_decode_step): Avoid writing
296         beyond the guaranteed lenght of the output buffer, if
297         there is padding.
298
299         * tests/base64-test.c (test_incremental): Use malloced memory
300         instead of stack-allocated, so that MALLOC_CHECK_=2 catches
301         the OOB write...
302
303         * glib/gbookmarkfile.c (g_bookmark_file_load_from_data): Remove
304         an overzealous return_if_fail check that causes make check to 
305         fail.
306
307 2006-05-02  Matthias Clasen  <mclasen@redhat.com>
308
309         * configure.in: Bump version
310         
311         * === Released 2.11.0 ===
312
313         * NEWS: Updates
314
315         * tests/casemap.txt: 
316         * tests/casefold.txt: Regenerate from Unicode 5.0 data. 
317
318         * glib/guniprop.c: Make interval_compare static.
319
320 Tue May  2 15:00:00 2006  Tim Janik  <timj@gtk.org>
321
322         * tests/gobject/deftype.c: added test code from Behdad Esfahbod, 
323         see #337128.
324
325 Tue May  2 14:18:25 2006  Tim Janik  <timj@gtk.org>
326
327         * glib/goption.c (g_option_context_parse): fixed leak in short
328         option parsing. rewrote parts of the code to be more concise to
329         enhance readability. fixed exaggerated uses of strlen.
330
331 2006-04-28  Behdad Esfahbod  <behdad@gnome.org>
332
333         * glib/guniprop.c: #include <stdlib.h>
334
335 2006-04-27  Matthias Clasen  <mclasen@redhat.com>
336
337         * glib/glib.symbols: Add g_unichar_iswide_cjk.
338         * glib/guniprop.c: Add a "Since: 2.12".
339
340         * NEWS: Updates
341
342 2006-04-27  Behdad Esfahbod  <behdad@gnome.org>
343
344         * docs/reference/glib/glib-sections.txt,
345         * glib/gunicode.h glib/guniprop.c: Implement g_unichar_iswide_cjk().
346         (#105626)
347
348 2006-04-27  Matthias Clasen  <mclasen@redhat.com>
349
350         * glib/gbookmarkfile.c (g_bookmark_file_set_description) 
351         (g_bookmark_file_set_title, g_bookmark_file_set_icon): 
352         Remove some special-casing of empty string which led to 
353         dangling pointers.  (#339337, Morten Welinder)
354         (expand_exec_line): Don't use printf() needlessly, handle
355         trailing '%' gracefully.  (#339338, Morten Welinder)
356         (is_element_full): Silence the compiler.
357         (g_bookmark_file_dump, bookmark_metadata_dump): 
358         (bookmark_app_info_dump): Escape strings before dumping 
359         them in xml.  (#339340, Morten Welinder)
360
361 2006-04-27  Behdad Esfahbod  <behdad@gnome.org>
362
363         * glib/gunibreak.h, glib/gunichartables.h: Regenerated using
364         Unicode Character Database 5.0 beta.
365
366 2006-04-26  Matthias Clasen  <mclasen@redhat.com>
367
368         * glib/grand.c (g_rand_new): Don't repeat a failed fclose()
369         call, since that invokes undefined behaviour.  (Coverity)
370
371 2006-04-25  Matthias Clasen  <mclasen@redhat.com>
372
373         * glib/gbookmarkfile.c (is_element_full): Avoid a possible
374         NULL dereference (found by Coverity), also avoid some 
375         pointless strdups.
376
377         * tests/keyfile-test.c (test_comments): Add a test for
378         the previous change.
379
380         * glib/gkeyfile.c (g_key_file_lookup_group_node): Remove
381         redundant code.
382         (g_key_file_get_group_comment): Don't dereference before
383         checking for NULL.  (#338572, Coverity, Pascal Terjan)
384
385 2006-04-19  Matthias Clasen  <mclasen@redhat.com>
386
387         * glib/gdataset.c: Add some missing Since: 2.8 tags.
388
389 2006-04-19  Tor Lillqvist  <tml@novell.com>
390
391         * glib/gatomic.c: Adapt to the changed prototype of
392         InterlockedCompareExchange() in newer SDKs. Use
393         InterlockedCompareExchangePointer() when applicable. (#155884,
394         John Ehresman)
395
396 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
397
398         * glib/gkeyfile.h:
399         * glib/glib.symbols:
400         * glib/gkeyfile.c: Add api to get and set doubles and 
401         lists of doubles.  (#164719, Maurizio Monge, Dom Lachowicz)
402
403         * tests/keyfile-test.c: Add tests for new api.
404
405         * glib/gkeyfile.c (g_key_file_add_group): Accept duplicate
406         groups.  (#157877, Sebastien Bacher)
407
408         * tests/keyfile-test.c: Add tests for duplicate key and
409         duplicate group handling.
410
411 2006-04-17  Matthias Clasen  <mclasen@redhat.com>
412
413         * glib/gcompletion.c (g_completion_complete_utf8): Make passing
414         NULL for new_prefix work as documented.  (#338845, Yevgen Muntyan)
415
416         * tests/completion-test.c: Test that passing NULL for 
417         new_prefix in g_completion_complete_utf8 works.
418
419 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
420
421         * configure.in: Remove obsolete entry for no_NO.
422         * po/no.po: And the translation.
423
424 2006-04-16  Matthias Clasen  <mclasen@redhat.com>
425
426         * glib/gdate.c (g_date_fill_parse_tokens): Avoid an array
427         overrun.  (Coverity, fix by Pascal Terjan)
428
429 2006-04-12  Bastien Nocera  <hadess@hadess.net>
430
431         reviewed by: Matthias Clasen <mclasen@redhat.com>
432
433         * glib/gconvert.c: add more details about which RFC is concerned
434         when using g_filename_to_uri (#337553)
435
436 2006-04-12  Matthias Clasen  <mclasen@redhat.com>
437
438         * glib/goption.c (parse_arg): Add an assert to make it
439         clear when value can be NULL.
440
441 2006-04-07  Martyn Russell  <martyn@imendio.com>
442
443         * tests/threadpool-test.c: (test_thread_stop_unused): Removed an
444         assertion which can fail and is not a critical test.
445
446 2006-04-07  Hans Breuer  <hans@breuer.org>
447
448         * glib/makefile.msc.in : added gbase64.obj and derive the static libs
449         name from auto* variables
450         * glib/makefile.msc.in : link user32.lib for MessageBox()
451
452 2006-04-07  Martyn Russell  <martyn@imendio.com>
453
454         * glib/gasyncqueue.[ch]: Added private API
455         _g_async_queue_get_mutex so that g_thread_pool_free() can use the
456         async queue mutex. 
457         
458         * glib/gthreadpool.c: Make sure
459         g_thread_pool_stop_unused_threads() actually stops unused threads
460         and global limits (like max idle time and max unused threads) can
461         be set without creating a thread pool first. Fixed #335215 (patch
462         from Chris Wilson).  
463         
464         * tests/threadpool-test.c: Added two new tests, tests setting
465         global limits before creating a thread pool. The second test
466         makes sure unused threads are actually stopped when using the
467         g_thread_pool_stop_unused_threads(). 
468
469 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
470
471         * glib/gnulib/vasnprintf.c (vasnprintf): Make
472         long long printing work if snprintf is not 
473         available.  (#332841, Michael McDonald)
474
475 2006-04-05  Behdad Esfahbod  <behdad@gnome.org>
476
477         * tests/option-test.c: Check the return value of g_get_prgname for
478         NULL before passing to strcmp.
479
480         * tests/slice-test.c: Report the correct name in Usage summary.
481
482 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
483
484         * tests/run-collate-tests.sh: Fix up shell script.
485
486         * tests/option-test.c (arg_test5): Skip the test if
487         setting the locale fails.
488         (empty_test1): Reset prgname before the test.
489
490         * tests/Makefile.am: Arrange for run-bookmark-test.sh
491         to be run by make check.
492
493         * tests/utf8-pointer.c: 
494         * tests/tree-test.c: Silence warnings.
495
496 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
497
498         * glib/glib.symbols:
499         * glib/gbase64.[hc]: Add G_GNUC_MALLOC where
500         appropriate, use glib types.
501
502 2006-04-04  Alexander Larsson  <alexl@redhat.com>
503
504         * glib/Makefile.am:
505         * glib/gbase64.[ch]:
506         * glib/glib.symbols:
507         Add base64 encode/decode functions
508         
509         * glib/glib.h:
510         Include gbase64.h
511         
512         * tests/Makefile.am:
513         * tests/base64-test.c:
514         Tests for base64 functions
515
516 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
517
518         * glib/gdate.c: Move short_month_names and long_month_names
519         to bss.
520
521         * glib/gspawn-win32.c (g_spawn_error_quark):
522         * glib/gspawn.c (g_spawn_error_quark):
523         * glib/gshell.c (g_shell_error_quark):
524         * glib/gmarkup.c (g_markup_error_quark):
525         * glib/goption.c (g_option_error_quark):
526         * glib/gkeyfile.c (g_key_file_error_quark):
527         * glib/giochannel.c (g_io_channel_error_quark):
528         * glib/gfileutils.c (g_file_error_quark):
529         * glib/gconvert.c (g_convert_error_quark):
530         * glib/gbookmarkfile.c (g_bookmark_file_error_quark):
531         * glib/gthread.c (g_thread_error_quark): No point in making
532         the error path fast by caching quarks.
533
534         * glib/gbookmarkfile.c: Make the parser struct const.
535
536 2006-04-04  Behdad Esfahbod  <behdad@gnome.org>
537
538         * glib/gbookmarkfile.c: Fix accidentally broken build.
539
540 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
541
542         * glib/gbookmarkfile.c: Don't include sys/time.h  (#337027,
543          Kazuki IWAMOTO)
544
545 2006-03-31  Tor Lillqvist  <tml@novell.com>
546
547         * glib/gstdio.c (g_remove): Revert change below. It wasn't a good
548         idea after all, says the original bug reporter. See bug for
549         discussion.
550
551 2006-03-30  Tor Lillqvist  <tml@novell.com>
552
553         * glib/gstdio.c (g_remove): [Win32] call rmdir() only if remove()
554         fails with errno set to ENOENT, to leave errno set to EACCESS if
555         that is the problem. (#334799, Yevgen Muntyan)
556
557 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
558
559         * glib/gbookmarkfile.c (g_bookmark_file_get_app_info): Sync
560         the parameter names with the .h files, otherwise gtk-doc
561         misbehaves.
562
563 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
564
565         * tests/.cvsignore: Add bookmarkfile-test to the ignored files.
566
567 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
568
569         * tests/Makefile.am:
570         * tests/bookmarkfile-test.c:
571         * tests/run-bookmark-test.sh:
572         * tests/bookmarks/*.xbel: Add test suite for GBookmarkFile.
573
574 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
575
576         * docs/reference/glib/glib-docs.sgml:
577         * docs/reference/glib/glib-sections.txt:
578         * docs/reference/glib/tmpl/bookmarkfile.sgml: Add documentation for
579         GBookmarkFile to GLib's reference guide.
580
581 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
582
583         * glib/glib.h:
584         * glib/gbookmarkfile.h
585         * glib/gbookmarkfile.c: Add GBookmarkFile, a parser for files
586         containing bookmarks stored using the Desktop Bookmark
587         specification. Fixes bug #327662.
588
589         * glib/glib.symbols:
590         * glib/Makefile.am:
591         * glib/makefile.msc.in:
592         * glib/makefile.mingw.in: Build glue for GBookmarkFile.
593
594 2006-03-27  Dom Lachowicz  <cinamod@hotmail.com>
595
596         * tests/option-test.c: Copy-and-paste error slipped into test5. Enable
597         test5, as per Matthias' comments in bug 329548#c11.
598
599         Change a gboolean to an int. Fixes bug #329789.
600
601         * configure.in: Bump version number to 2.11.0
602         
603 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
604
605         Add support for floating point numbers to goption.
606         (#329548, Behdad Esfahbod, patch by Antoine Dopffer and 
607          Dom Lachowicz)
608
609         * glib/goption.h:
610         * glib/goption.c: Support double arguments.
611
612         * tests/option-test.c: Test double arguments.`
613
614 2006-03-26  Matthias Clasen  <mclasen@redhat.com>
615
616         * glib/goption.c (g_option_context_new): Improve the description
617         of parameter_string in the docs.  (#336085, Claudio Saavedra)
618
619 2006-03-24  Martyn Russell  <martyn@imendio.com>
620
621         * glib/gthreadpool.c: Updated the documentation to explain that
622         when the maximum threads is > 1 the sort functionality is not 100%
623         accurate due to the ramdom nature of the scheduler choosing which
624         threads to execute. Fixes bug #334943.
625
626         * tests/threadpool-test.c: Disabled the debugging by default and
627         fixed the sort test to set the maximum threads to 1 to guarantee
628         the thread entry function is called in order. 
629
630 2006-03-23  Matthias Clasen  <mclasen@redhat.com> 
631
632         === Branch for 2.10 ===