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