Make the parser struct const
[platform/upstream/glib.git] / ChangeLog.pre-2-12
1 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/gbookmarkfile.c: Make the parser struct const.
4
5 2006-04-04  Behdad Esfahbod  <behdad@gnome.org>
6
7         * glib/gbookmarkfile.c: Fix accidentally broken build.
8
9 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
10
11         * glib/gbookmarkfile.c: Don't include sys/time.h  (#337027,
12          Kazuki IWAMOTO)
13
14 2006-03-31  Tor Lillqvist  <tml@novell.com>
15
16         * glib/gstdio.c (g_remove): Revert change below. It wasn't a good
17         idea after all, says the original bug reporter. See bug for
18         discussion.
19
20 2006-03-30  Tor Lillqvist  <tml@novell.com>
21
22         * glib/gstdio.c (g_remove): [Win32] call rmdir() only if remove()
23         fails with errno set to ENOENT, to leave errno set to EACCESS if
24         that is the problem. (#334799, Yevgen Muntyan)
25
26 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
27
28         * glib/gbookmarkfile.c (g_bookmark_file_get_app_info): Sync
29         the parameter names with the .h files, otherwise gtk-doc
30         misbehaves.
31
32 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
33
34         * tests/.cvsignore: Add bookmarkfile-test to the ignored files.
35
36 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
37
38         * tests/Makefile.am:
39         * tests/bookmarkfile-test.c:
40         * tests/run-bookmark-test.sh:
41         * tests/bookmarks/*.xbel: Add test suite for GBookmarkFile.
42
43 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
44
45         * docs/reference/glib/glib-docs.sgml:
46         * docs/reference/glib/glib-sections.txt:
47         * docs/reference/glib/tmpl/bookmarkfile.sgml: Add documentation for
48         GBookmarkFile to GLib's reference guide.
49
50 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
51
52         * glib/glib.h:
53         * glib/gbookmarkfile.h
54         * glib/gbookmarkfile.c: Add GBookmarkFile, a parser for files
55         containing bookmarks stored using the Desktop Bookmark
56         specification. Fixes bug #327662.
57
58         * glib/glib.symbols:
59         * glib/Makefile.am:
60         * glib/makefile.msc.in:
61         * glib/makefile.mingw.in: Build glue for GBookmarkFile.
62
63 2006-03-27  Dom Lachowicz  <cinamod@hotmail.com>
64
65         * tests/option-test.c: Copy-and-paste error slipped into test5. Enable
66         test5, as per Matthias' comments in bug 329548#c11.
67
68         Change a gboolean to an int. Fixes bug #329789.
69
70         * configure.in: Bump version number to 2.11.0
71         
72 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
73
74         Add support for floating point numbers to goption.
75         (#329548, Behdad Esfahbod, patch by Antoine Dopffer and 
76          Dom Lachowicz)
77
78         * glib/goption.h:
79         * glib/goption.c: Support double arguments.
80
81         * tests/option-test.c: Test double arguments.`
82
83 2006-03-26  Matthias Clasen  <mclasen@redhat.com>
84
85         * glib/goption.c (g_option_context_new): Improve the description
86         of parameter_string in the docs.  (#336085, Claudio Saavedra)
87
88 2006-03-24  Martyn Russell  <martyn@imendio.com>
89
90         * glib/gthreadpool.c: Updated the documentation to explain that
91         when the maximum threads is > 1 the sort functionality is not 100%
92         accurate due to the ramdom nature of the scheduler choosing which
93         threads to execute. Fixes bug #334943.
94
95         * tests/threadpool-test.c: Disabled the debugging by default and
96         fixed the sort test to set the maximum threads to 1 to guarantee
97         the thread entry function is called in order. 
98
99 2006-03-23  Matthias Clasen  <mclasen@redhat.com> 
100
101         === Branch for 2.10 ===