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