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