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