1 2006-04-04 Behdad Esfahbod <behdad@gnome.org>
3 * glib/gbookmarkfile.c: Fix accidentally broken build.
5 2006-04-03 Matthias Clasen <mclasen@redhat.com>
7 * glib/gbookmarkfile.c: Don't include sys/time.h (#337027,
10 2006-03-31 Tor Lillqvist <tml@novell.com>
12 * glib/gstdio.c (g_remove): Revert change below. It wasn't a good
13 idea after all, says the original bug reporter. See bug for
16 2006-03-30 Tor Lillqvist <tml@novell.com>
18 * glib/gstdio.c (g_remove): [Win32] call rmdir() only if remove()
19 fails with errno set to ENOENT, to leave errno set to EACCESS if
20 that is the problem. (#334799, Yevgen Muntyan)
22 2006-03-30 Matthias Clasen <mclasen@redhat.com>
24 * glib/gbookmarkfile.c (g_bookmark_file_get_app_info): Sync
25 the parameter names with the .h files, otherwise gtk-doc
28 2006-03-27 Emmanuele Bassi <ebassi@cvs.gnome.org>
30 * tests/.cvsignore: Add bookmarkfile-test to the ignored files.
32 2006-03-27 Emmanuele Bassi <ebassi@cvs.gnome.org>
35 * tests/bookmarkfile-test.c:
36 * tests/run-bookmark-test.sh:
37 * tests/bookmarks/*.xbel: Add test suite for GBookmarkFile.
39 2006-03-27 Emmanuele Bassi <ebassi@cvs.gnome.org>
41 * docs/reference/glib/glib-docs.sgml:
42 * docs/reference/glib/glib-sections.txt:
43 * docs/reference/glib/tmpl/bookmarkfile.sgml: Add documentation for
44 GBookmarkFile to GLib's reference guide.
46 2006-03-27 Emmanuele Bassi <ebassi@cvs.gnome.org>
49 * glib/gbookmarkfile.h
50 * glib/gbookmarkfile.c: Add GBookmarkFile, a parser for files
51 containing bookmarks stored using the Desktop Bookmark
52 specification. Fixes bug #327662.
56 * glib/makefile.msc.in:
57 * glib/makefile.mingw.in: Build glue for GBookmarkFile.
59 2006-03-27 Dom Lachowicz <cinamod@hotmail.com>
61 * tests/option-test.c: Copy-and-paste error slipped into test5. Enable
62 test5, as per Matthias' comments in bug 329548#c11.
64 Change a gboolean to an int. Fixes bug #329789.
66 * configure.in: Bump version number to 2.11.0
68 2006-03-27 Matthias Clasen <mclasen@redhat.com>
70 Add support for floating point numbers to goption.
71 (#329548, Behdad Esfahbod, patch by Antoine Dopffer and
75 * glib/goption.c: Support double arguments.
77 * tests/option-test.c: Test double arguments.`
79 2006-03-26 Matthias Clasen <mclasen@redhat.com>
81 * glib/goption.c (g_option_context_new): Improve the description
82 of parameter_string in the docs. (#336085, Claudio Saavedra)
84 2006-03-24 Martyn Russell <martyn@imendio.com>
86 * glib/gthreadpool.c: Updated the documentation to explain that
87 when the maximum threads is > 1 the sort functionality is not 100%
88 accurate due to the ramdom nature of the scheduler choosing which
89 threads to execute. Fixes bug #334943.
91 * tests/threadpool-test.c: Disabled the debugging by default and
92 fixed the sort test to set the maximum threads to 1 to guarantee
93 the thread entry function is called in order.
95 2006-03-23 Matthias Clasen <mclasen@redhat.com>
97 === Branch for 2.10 ===