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