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