#include <locale.h> to fix the build.
[platform/upstream/glib.git] / ChangeLog
1 2008-05-13  Kjartan Maraas  <kmaraas@gnome.org>
2
3         * glib/gi18n.c: #include <locale.h> to fix the build.
4
5 2008-05-12  Yair Hershkovitz  <yairhr@gmail.com>
6
7         * glib/gi18n.c (g_i18n_init): Coding convention fix. Space between
8         a function name and its opening parenthesis.
9
10 2008-05-12  Tor Lillqvist  <tml@novell.com>
11
12         * glib/glib.symbols: Add g_i18n_init.
13
14 2008-05-12  Tor Lillqvist  <tml@novell.com>
15
16         Bug 530457 - G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
17
18         * glib/gutils.c (load_user_special_dirs): When running on Vista or
19         later, use SHGetKnownFolderPath() to get the FOLDERID_Downloads
20         folder for G_USER_DIRECTORY_DOWNLOAD, and FOLDERID_Public for
21         G_USER_DIRECTORY_PUBLIC_SHARE.
22
23 2008-05-11  Yair Hershkovitz  <yairhr@gmail.com>
24
25         Bug 503071 - Application direction changes to right to left even if
26         theres no translation. 
27
28         * glib/gi18n.c: g_i18n_init() for initializing the glib i18n,
29         checking if a translation is available for the calling app. wrappers for
30         gettext, dgettext and dpgettext to check first if the application
31         should be translated.
32
33         * glib/gi18n.h: symbol declaration for gettext wrappers.
34
35         * glib/gi18n-lib.h: include gi18n.h instead of libintl.h.
36
37         * glib/gstrfuncs.c: moved g_dpgettext() to glib/gi18n.c.
38
39         * glib/gutils.c: use g_dgettext() instead of dgettext().
40
41         * glib/glibintl.h: include gi18n.h.
42
43         * glib.symbols: added gettext wrappers.
44
45         * glib/Makefile.am: added gi18n.c.
46
47 2008-05-05  Michael Natterer  <mitch@imendio.com>
48
49         * glib/glib.h: #define __GLIB_H_INSIDE__ around including
50         everything.
51
52         * glib/*.h: check for that define instead of __G_LIB_H__ if
53         G_DISABLE_SINGLE_INCLUDES is defined.
54
55         * glib/gdatasetprivate.h: #include <glib.h> instead of
56         <glib/gdataset.h>
57
58 2008-05-02 13:24:13  Tim Janik  <timj@imendio.com>
59
60         * glib/gmain.c: renamed GMainDispatch.dispatching_sources to be more
61         descriptive and distinguishable within the source file.
62
63 2008-04-21  Tor Lillqvist  <tml@novell.com>
64
65         Bug 528752 - Win32 build and SSL not working
66
67         This bug report against libsoup points out an issue with the use
68         of bitfields in the GIOChannel struct that should really be taken
69         care of here in GLib.
70
71         * configure.in: Add Autoconf variable GLIB_EXTRA_CFLAGS which will
72         contain the -mms-bitfields flag on Windows.
73         
74         * glib-2.0.pc.in: Add it to Cflags.
75
76 2008-04-21  Tor Lillqvist  <tml@novell.com>
77
78         * configure.in
79         * */Makefile.am: More work on enabling static building on
80         Windows. When building statically: Also define
81         GOBJECT_STATIC_COMPILATION in glibconfig.h so that also the
82         variables in gparamspecs.h get declared without any
83         dllimport/dllexport decorations. Don't install .def files which
84         obviously have no meaning for static libraries. Don't create MS
85         import libraries. Don't do any resource object files.
86
87 2008-04-18 17:40:58  Tim Janik  <timj@imendio.com>
88
89         * tests/testglib.c: fixed gstdio.h include.
90
91         * tests/Makefile.am: properly list testglib.c SOURCES.
92
93 2008-04-17  Emmanuele Bassi  <ebassi@gnome.org>
94
95         * glib/gchecksum.c:
96         (sha_byte_reverse): Use the macro GLib provides for byte-swapping
97         as it can be optimized.
98         
99         (g_checksum_update): Fix a compiler warning.
100
101 2008-04-15  Mukund Sivaraman  <muks@mukund.org>
102
103         * gio/gfile.c: Fixed typos in gtk-doc comments.
104
105 2008-04-10  Mathias Hasselmann  <mathias@openismus.com>
106
107         Bug 519137 – g_slice_dup macro needs cast for 64-bit platform
108
109         * glib/gslice.h (g_slice_copy): Apply type casts needed
110           for proper compilation on 64-bit platforms.
111
112 2008-04-09  Federico Mena Quintero  <federico@novell.com>
113
114         * glib/gbookmarkfile.c (bookmark_metadata_free): Don't leak
115         the apps_by_name hash table if the applications list is empty.
116
117 2008-04-08  Behdad Esfahbod  <behdad@gnome.org>
118
119         * glib/gunicode.h: Add ISO 15924 code comments for new scripts.
120
121 2008-04-07  Matthias Clasen  <mclasen@redhat.com>
122
123         Bug 491554 – Update to Unicode 5.1.0
124
125         * glib/gunichartables.h:
126         * glib/gunicode.h:
127         * glib/gunibreak.h:
128         * glib/gmirroringtable.h:
129         * glib/gscripttable.h:
130         * glib/gen-script-table.pl: Update to Unicode 5.1.0. Patch by
131         Behdad Esfahbod
132
133 2008-04-07  Matthias Clasen  <mclasen@redhat.com>
134
135         Bug 526619 – make test-report crash
136
137         * glib/gtester.c: Allocate enough space for argv. Patch by
138          Hiroyuki Ikezoe
139
140 2008-04-04  Matthias Clasen  <mclasen@redhat.com>
141
142         * glib/gmain.c: Make the fix for bug 448943 work.
143
144 2008-04-04  Tor Lillqvist  <tml@novell.com>
145
146         * configure.in: Make sure we don't build both shared and static at
147         the same time on Windows. Put a #define for
148         GLIB_STATIC_COMPILATION into glibconfig.h in the static case, so
149         that the use of variables from libglib gets the GLIB_VAR macro in
150         gtypes.h automatically correct. This means that a shared and
151         static build of GLib can't be installed in the same prefix on
152         Windows, which sucks a bit. But with variables in the GLib API,
153         there isn't much we can do otherwise. The alternative would be to
154         force the developer who compiles against a statically built GLib
155         to use -DGLIB_STATIC_COMPILATION.
156
157         * glibconfig.h.win32.in: Define GLIB_STATIC_COMPILATION here also,
158         if needed.
159
160 2008-04-03  Tor Lillqvist  <tml@novell.com>
161
162         * configure.in: Don't enforce shared library build only on
163         Windows. It might well make sense to build static libraries in
164         some use cases.
165
166         * glib/gutils.c: Don't compile the DllMain if building libglib
167         statically. Also in that case don't return NULL from
168         _glib_get_installation_directory(), but return the installation
169         directory of the program's .exe file.
170
171 2008-04-03  Tor Lillqvist  <tml@novell.com>
172
173         Bug 525972 - UCS-4 not in the new win_iconv implementation
174
175         * glib/win_iconv.c: Add UCS-4. Also add spelling of UCS-2 without
176         the hyphen.
177
178 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
179
180         Bug 448943 – g_timeout_add_seconds() problems
181
182         * glib/gmain.c (g_timeout_set_expiration): Prevent expiration
183         time going negative. Reported by Cody Russell, analyzed by
184         Olivier Crete, patch by Sjoerd Simons.
185
186 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
187
188         Bug 525674 – A typo in gmarkup.c
189
190         * glib/gmarkup.c (g_markup_parse_context_get_element_stack): Fix
191         the docs, reported by Hiroyuki Ikezoe
192
193 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
194
195         Bug 525732 – Error in documentation for g_list_first
196
197         * glib/glist.c (g_list_first): Fix the docs, reported by 
198         Salvatore Iovene
199
200 2008-04-02  Tor Lillqvist  <tml@novell.com>
201
202         Bug 524314 - g_convert() on Win32 implicitly converts full width
203         alphanumerics into half width
204         
205         * glib/win_iconv.c: Update from Yukihiro Nakadaira. Use
206         WC_NO_BEST_FIT_CHARS flag for WideCharToMultiByte() unless the
207         //translit flag was suffixed to the codeset name.
208
209         * glib/gconvert.c: Include win_iconv.c earlier so that its
210         definition of WINVER before it includes <windows.h> is used.
211
212 2008-03-31  Tor Lillqvist  <tml@novell.com>
213
214         * glib/gmain.c (g_poll): Improve fix for #525192 below: Use
215         SleepEx() so that the sleep is alertable. Thanks to John
216         Ehresman.
217
218 2008-03-31  Tor Lillqvist  <tml@novell.com>
219
220         * glib/gwin32.c
221         (g_win32_get_package_installation_directory_of_module): Fix Cygwin
222         breakage. Patch by Lieven van der Heide.
223
224 2008-03-31 10:39:17  Tim Janik  <timj@imendio.com>
225
226         * glib/gutils.h: reapply inlining fix from r6333 to fix:
227         Bug 522292 – Gives warnings in glib/gutils.h with GCC in C99 mode
228         and again:
229         Bug 315437 – extern inline -> static inline
230
231 2008-03-31  Tor Lillqvist  <tml@novell.com>
232
233         Bug 525192 - 100% CPU if run main loop with no IO sources
234
235         * glib/gmain.c (g_poll) [Win32]: Patch by Neil Roberts.
236
237 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
238
239         * glib/gtester.c: Don't use ARG_MAX.  (#522335, patch by 
240         Samuel Thibault, adapted by Sebastian Dröge)
241
242 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
243
244         * glib/gmacros.h: Add macros wrapping the gcc alloc_size 
245         function attribute.  (#523019, Rodrigo Moya)
246
247         * glib/gmem.h: 
248         * glib/gslice.h:
249         * glib/gstrfuncs.h: Use the new attribute where appropriate.
250
251 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
252
253         * glib/glibintl.h:
254         * glib/gstrfuncs.c:
255         * glib/gutils.c: Simple fixes to help building GLib on 
256         embedded systems without NLS.  (#524350, Peter Kjellerstedt)
257
258 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
259
260         * glib/ghash.c: Fix the build with -DG_DISABLE_ASSERT.
261         (#525060, Arfrever Frehtes Taifersar Arahesis)
262
263 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
264         
265         * glib/gthread.h: Replace occurrances of G_GNUC_PRETTY_FUNCTION
266         by G_STRFUNC.  (#524344, Peter Kjellerstedt)
267
268 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
269
270         * glib/gtestutils.c: Fix a doc typo. (#524742, Hiroyuki Ikezoe)
271
272 2008-03-22  Claudio Saavedra  <csaavedra@gnome.org>
273
274         Bug 523877 – gbookmarkfile: avoid using g_string_append_printf() and
275         other optimizations
276
277         * glib/gbookmarkfile.c: (bookmark_metadata_dump),
278         (bookmark_item_dump), (g_bookmark_file_dump), (expand_exec_line):
279         Replace all calls to g_string_append_printf with g_strconcat () or
280         g_string_append () where appropriate, to reduce the file creation time.
281         Also, use g_string_sized_new () with an appropriate buffer size instead
282         of g_string_new (NULL), to reduce time spent in memory reallocation.
283         (#523877, Claudio Saavedra, Emmanuele Bassi)
284
285 2008-03-22  Emmanuele Bassi  <ebassi@gnome.org>
286
287         Bug 518160 - replace two g_strdup_printf calls in GBookmarkFile
288
289         * glib/gbookmarkfile.c (is_element_full): Compare the fragments
290         instead of building two strings; this avoids two g_strdup_printf()
291         per namespaced element enountered. (#518160, Felix Riemann)
292
293 2008-03-20  Alexander Larsson  <alexl@redhat.com>
294
295         * configure.in:
296         Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045)
297         Patch from ephraim_owns@hotmail.com
298
299 2008-03-19  Tor Lillqvist  <tml@novell.com>
300
301         Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
302
303         * glib/win_iconv.c: Fixes for code page 54936 (GB18030)
304         (mbtowc_flags): New function. Check if a code page is one of those
305         for which the dwFlags parameter to MultiByteToWideChar() must be
306         zero. Return 0 or MB_ERR_INVALID_CHARS.
307         (mbcs_mblen): New function for multi-byte (more than two bytes for
308         some characters) code pages. Only handles 54936 for now.
309         (make_csconv): Use it for 54936.
310         (kernel_mbtowc): Use mbtowc_flags().
311
312 2008-03-18  Sebastian Dröge  <slomo@circular-chaos.org>
313
314         Bug 522292 - Gives warnings in glib/gutils.h with GCC in C99 mode
315
316         * glib/gutils.h: Use "__attribute__ ((__gnu_inline__))" for inlining
317         if either __GNUC_STDC_INLINE__ or __GNUC_GNU_INLINE__ are defined. In
318         gcc version prior to 4.3 no correct C99-inline was implemented which
319         has semantic differences to GNU inline.
320
321 2008-03-16  Tor Lillqvist  <tml@novell.com>
322
323         * configure.in: Don't bother defining Autoconf variables for
324         glib.def, gmodule.def, gobject.def and gthread.def when this can
325         be handled easily in */Makefile.am which are the only files that
326         use them. Remove also TESTGMODULE_EXP which isn't used at all.
327
328         * glib/Makefile.am: Corrsponding change.
329         
330 2008-03-14  Michael Natterer  <mitch@imendio.com>
331
332         * glib/*.h: make it possible to disable single-file includes by
333         defining G_DISABLE_SINGLE_INCLUDES when building against GLib.
334         Approved by Tim Janik.
335
336         * glib/glib.h: include <glib/gslice.h>.
337
338         * glib/gi18n.h
339         * glib/gi18n-lib.h
340         * glib/gprintf.h: include <glib.h> so the above works when these
341         files are included without including <glib.h> first.
342
343 2008-03-14  Alexander Larsson  <alexl@redhat.com>
344
345         * configure.in:
346         Add required includes for f_fstypename member check.
347
348 2008-03-14  Alexander Larsson  <alexl@redhat.com>
349
350         * configure.in:
351         Added checks for FEN (Solaris  File Event Notification)
352
353 2008-03-13  Tor Lillqvist  <tml@novell.com>
354
355         * glib-zip.in: Add lib/gio-2.0.lib and lib/gio-2.0.def.
356
357 2008-03-12  Tor Lillqvist  <tml@novell.com>
358
359         * configure.in: Expand gio/win32/Makefile.
360
361 2008-03-12  Matthias Clasen <mclasen@redhat.com>
362
363         * configure.in: Bump version to 2.17.0
364
365         * ChangeLog.pre-2-16: rotate ChangeLog
366         
367         * === branch for 2.16 ===