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