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