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