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