1 2006-03-27 Emmanuele Bassi <ebassi@cvs.gnome.org>
3 * tests/.cvsignore: Add bookmarkfile-test to the ignored files.
5 2006-03-27 Emmanuele Bassi <ebassi@cvs.gnome.org>
8 * tests/bookmarkfile-test.c:
9 * tests/run-bookmark-test.sh:
10 * tests/bookmarks/*.xbel: Add test suite for GBookmarkFile.
12 2006-03-27 Emmanuele Bassi <ebassi@cvs.gnome.org>
14 * docs/reference/glib/glib-docs.sgml:
15 * docs/reference/glib/glib-sections.txt:
16 * docs/reference/glib/tmpl/bookmarkfile.sgml: Add documentation for
17 GBookmarkFile to GLib's reference guide.
19 2006-03-27 Emmanuele Bassi <ebassi@cvs.gnome.org>
22 * glib/gbookmarkfile.h
23 * glib/gbookmarkfile.c: Add GBookmarkFile, a parser for files
24 containing bookmarks stored using the Desktop Bookmark
25 specification. Fixes bug #327662.
29 * glib/makefile.msc.in:
30 * glib/makefile.mingw.in: Build glue for GBookmarkFile.
32 2006-03-27 Dom Lachowicz <cinamod@hotmail.com>
34 * tests/option-test.c: Copy-and-paste error slipped into test5. Enable
35 test5, as per Matthias' comments in bug 329548#c11.
37 Change a gboolean to an int. Fixes bug #329789.
39 * configure.in: Bump version number to 2.11.0
41 2006-03-27 Matthias Clasen <mclasen@redhat.com>
43 Add support for floating point numbers to goption.
44 (#329548, Behdad Esfahbod, patch by Antoine Dopffer and
48 * glib/goption.c: Support double arguments.
50 * tests/option-test.c: Test double arguments.`
52 2006-03-26 Matthias Clasen <mclasen@redhat.com>
54 * glib/goption.c (g_option_context_new): Improve the description
55 of parameter_string in the docs. (#336085, Claudio Saavedra)
57 2006-03-24 Martyn Russell <martyn@imendio.com>
59 * glib/gthreadpool.c: Updated the documentation to explain that
60 when the maximum threads is > 1 the sort functionality is not 100%
61 accurate due to the ramdom nature of the scheduler choosing which
62 threads to execute. Fixes bug #334943.
64 * tests/threadpool-test.c: Disabled the debugging by default and
65 fixed the sort test to set the maximum threads to 1 to guarantee
66 the thread entry function is called in order.
68 2006-03-23 Matthias Clasen <mclasen@redhat.com>
70 === Branch for 2.10 ===