More test fixes
[platform/upstream/glib.git] / ChangeLog.pre-2-12
1 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
2
3         * tests/option-test.c (arg_test5): Skip the test if
4         setting the locale fails.
5         (empty_test1): Reset prgname before the test.
6
7         * tests/Makefile.am: Arrange for run-bookmark-test.sh
8         to be run by make check.
9
10         * tests/utf8-pointer.c: 
11         * tests/tree-test.c: Silence warnings.
12
13 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
14
15         * glib/glib.symbols:
16         * glib/gbase64.[hc]: Add G_GNUC_MALLOC where
17         appropriate, use glib types.
18
19 2006-04-04  Alexander Larsson  <alexl@redhat.com>
20
21         * glib/Makefile.am:
22         * glib/gbase64.[ch]:
23         * glib/glib.symbols:
24         Add base64 encode/decode functions
25         
26         * glib/glib.h:
27         Include gbase64.h
28         
29         * tests/Makefile.am:
30         * tests/base64-test.c:
31         Tests for base64 functions
32
33 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
34
35         * glib/gdate.c: Move short_month_names and long_month_names
36         to bss.
37
38         * glib/gspawn-win32.c (g_spawn_error_quark):
39         * glib/gspawn.c (g_spawn_error_quark):
40         * glib/gshell.c (g_shell_error_quark):
41         * glib/gmarkup.c (g_markup_error_quark):
42         * glib/goption.c (g_option_error_quark):
43         * glib/gkeyfile.c (g_key_file_error_quark):
44         * glib/giochannel.c (g_io_channel_error_quark):
45         * glib/gfileutils.c (g_file_error_quark):
46         * glib/gconvert.c (g_convert_error_quark):
47         * glib/gbookmarkfile.c (g_bookmark_file_error_quark):
48         * glib/gthread.c (g_thread_error_quark): No point in making
49         the error path fast by caching quarks.
50
51         * glib/gbookmarkfile.c: Make the parser struct const.
52
53 2006-04-04  Behdad Esfahbod  <behdad@gnome.org>
54
55         * glib/gbookmarkfile.c: Fix accidentally broken build.
56
57 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
58
59         * glib/gbookmarkfile.c: Don't include sys/time.h  (#337027,
60          Kazuki IWAMOTO)
61
62 2006-03-31  Tor Lillqvist  <tml@novell.com>
63
64         * glib/gstdio.c (g_remove): Revert change below. It wasn't a good
65         idea after all, says the original bug reporter. See bug for
66         discussion.
67
68 2006-03-30  Tor Lillqvist  <tml@novell.com>
69
70         * glib/gstdio.c (g_remove): [Win32] call rmdir() only if remove()
71         fails with errno set to ENOENT, to leave errno set to EACCESS if
72         that is the problem. (#334799, Yevgen Muntyan)
73
74 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
75
76         * glib/gbookmarkfile.c (g_bookmark_file_get_app_info): Sync
77         the parameter names with the .h files, otherwise gtk-doc
78         misbehaves.
79
80 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
81
82         * tests/.cvsignore: Add bookmarkfile-test to the ignored files.
83
84 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
85
86         * tests/Makefile.am:
87         * tests/bookmarkfile-test.c:
88         * tests/run-bookmark-test.sh:
89         * tests/bookmarks/*.xbel: Add test suite for GBookmarkFile.
90
91 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
92
93         * docs/reference/glib/glib-docs.sgml:
94         * docs/reference/glib/glib-sections.txt:
95         * docs/reference/glib/tmpl/bookmarkfile.sgml: Add documentation for
96         GBookmarkFile to GLib's reference guide.
97
98 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
99
100         * glib/glib.h:
101         * glib/gbookmarkfile.h
102         * glib/gbookmarkfile.c: Add GBookmarkFile, a parser for files
103         containing bookmarks stored using the Desktop Bookmark
104         specification. Fixes bug #327662.
105
106         * glib/glib.symbols:
107         * glib/Makefile.am:
108         * glib/makefile.msc.in:
109         * glib/makefile.mingw.in: Build glue for GBookmarkFile.
110
111 2006-03-27  Dom Lachowicz  <cinamod@hotmail.com>
112
113         * tests/option-test.c: Copy-and-paste error slipped into test5. Enable
114         test5, as per Matthias' comments in bug 329548#c11.
115
116         Change a gboolean to an int. Fixes bug #329789.
117
118         * configure.in: Bump version number to 2.11.0
119         
120 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
121
122         Add support for floating point numbers to goption.
123         (#329548, Behdad Esfahbod, patch by Antoine Dopffer and 
124          Dom Lachowicz)
125
126         * glib/goption.h:
127         * glib/goption.c: Support double arguments.
128
129         * tests/option-test.c: Test double arguments.`
130
131 2006-03-26  Matthias Clasen  <mclasen@redhat.com>
132
133         * glib/goption.c (g_option_context_new): Improve the description
134         of parameter_string in the docs.  (#336085, Claudio Saavedra)
135
136 2006-03-24  Martyn Russell  <martyn@imendio.com>
137
138         * glib/gthreadpool.c: Updated the documentation to explain that
139         when the maximum threads is > 1 the sort functionality is not 100%
140         accurate due to the ramdom nature of the scheduler choosing which
141         threads to execute. Fixes bug #334943.
142
143         * tests/threadpool-test.c: Disabled the debugging by default and
144         fixed the sort test to set the maximum threads to 1 to guarantee
145         the thread entry function is called in order. 
146
147 2006-03-23  Matthias Clasen  <mclasen@redhat.com> 
148
149         === Branch for 2.10 ===