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