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