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