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