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