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