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