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