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