Improve the docs
[platform/upstream/glib.git] / ChangeLog
1 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
2
3         Bug 498732 – g_key_file_to_data cannot fail
4
5         * glib/gkeyfile.c (g_key_file_to_data): Improve the docs.
6         Proposed by Christian Persch
7
8 2008-06-11  Ross Burton  <ross@burtonini.com>
9
10         Bug 511367 - add g_file_make_directory_with_parents.
11         
12         * gio/gfile.c:
13         * gio/gfile.h:
14         * gio/gio.symbols: Add g_file_make_directory_with_parents.
15         
16 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
17
18         Bug 531900 – Use __builtin_offsetof for G_STRUCT_OFFSET if building
19         with gcc 4.0 or newer
20
21         * glib/gmacros.h: Use __builtin_offsetof for G_STRUCT_OFFSET if
22         building with gcc 4.0 or newer.
23
24 2008-06-11  Tor Lillqvist  <tml@novell.com>
25
26         * glib/gmain.c
27         * glib/gspawn.c: Clarify what a "child pid" is in the doc
28         comments.
29
30 2008-06-10  Matthias Clasen  <mclasen@redhat.com>
31
32         Bug 536158 – also bump GHashTable version when a node is removed via
33         g_hash_table_iter_remove()/g_hash_table_iter_steal()
34
35         * glib/ghash.c (iter_remove_or_steal): Bump the hash table 
36         version. Patch by Jean-Yves Lefort
37
38 2008-06-07  Tor Lillqvist  <tml@novell.com>
39
40         * glib/gstdio.c (g_access): Define X_OK if necessary (MSVC).
41
42 2008-06-02  Yevgen Muntyan  <muntyan@tamu.edu>
43
44         Bug 531403 – g_utf8_collate broken on Mac.
45
46         * glib/gunicollate.c:  (g_utf8_collate): use UCCompareTextDefault;
47         (collate_key_to_string), (carbon_collate_key_with_collator),
48         (carbon_collate_key), (carbon_collate_key_for_filename): new
49         functions using Carbon API to get collate key for g_utf8_collate_key()
50         and g_utf8_collate_key_for_filename();
51         (g_utf8_collate_key), (g_utf8_collate_key_for_filename): use those.
52
53 2008-05-30  Michael Natterer  <mitch@imendio.com>
54
55         Bug 535628 - test/patterntest.c still includes gpattern.h
56         directly.
57
58         * tests/patterntest.c: don't include "glib/gpattern.h" directly.
59         Patch from Hiroyuki Ikezoe.
60
61 2008-05-30  Tor Lillqvist  <tml@novell.com>
62
63         Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in
64         a function)
65
66         * glib/glib.symbols: Move g_utime inside #if !defined(G_OS_UNIX)
67         || defined(G_STDIO_NO_WRAP_ON_UNIX).
68
69 2008-05-30  Tor Lillqvist  <tml@novell.com>
70
71         * glib/gstdio.c (g_access) [Win32]: Mask out X_OK to avoid problem
72         on Vista. X_OK was just ignored by access() in earlier Microsoft C
73         libraries. (Which is fine as executability has little meaning on
74         Windows.) The one on Vista returns an error if X_OK is passed.
75
76 2008-05-29  Tor Lillqvist  <tml@novell.com>
77
78         * glib/gstdio.h
79         * glib/gstdio.c: Add g_utime(). No need to include <sys/utime.h>
80         in gstdio.h, just use a forward struct declaration.
81
82         * glib/glib.symbols: Add it.
83
84 2008-05-29  Tor Lillqvist  <tml@novell.com>
85
86         * glib/gnulib/printf-args.c (printf_fetchargs): wint_t is short on
87         Windows, and gcc warns: "wint_t is promoted to int when passed
88         through ... (so you should pass int not wint_t to va_arg)." And
89         indeed g_print("%C", L'a') crashes. So do as gcc says then.
90
91 2008-05-28  Michael Natterer  <mitch@imendio.com>
92
93         * configure.in: add G_DISABLE_SINGLE_INCLUDES to CPPFLAGS
94         globally.
95
96         * glib/tests/option-context.c
97         * glib/tests/testing.c
98         * tests/testingbase64.c: don't include <glib/gtestutils.h>
99
100 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
101
102         * configure.in: Bump version
103
104         * === Released 2.17.0 ===
105
106 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
107
108         * README.in: Add a note about G_DISABLE_SINGLE_HEADERS.
109
110         * NEWS: Updates
111
112 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
113
114         * tests/casemap.txt:
115         * tests/casefold.txt: Update for Unicode 5.1
116
117 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
118
119         * Revert the patch for bug 527214 and related changes. GTimer
120         is supposed to work without threads.
121
122 2008-05-27  simon.zheng  <simon.zheng@sun.com>
123
124         * configure.in: Fix #533369. Check whether memeber statvfs.f_basetype 
125         available or not.
126
127 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
128
129         * glib/pcre/*: Update to PCRE 7.7
130
131 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
132
133         * glib/gchecksum.c: Add Since: tag to g_checksum_reset
134
135         * glib/glib.symbols: Add g_checksum_reset
136
137 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
138
139         Bug 534137 – Typo in g_spawn_async_with_pipes doc
140
141         * glib/gspawn.c: Fix a typo in the docs, pointed out by Ted Percival.
142
143 2008-05-25  Tor Lillqvist  <tml@novell.com>
144
145         Bug 534319 - GLib's .pc files could use Libs.private
146
147         * glib-2.0-uninstalled.pc.in
148         * glib-2.0.pc.in
149         * gmodule-2.0-uninstalled.pc.in
150         * gmodule-2.0.pc.in
151         * gmodule-export-2.0.pc.in
152         * gmodule-no-export-2.0.pc.in: Move ICONV_LIBS and G_MODULE_LIBS
153         to Libs.private.
154
155 2008-05-24  Matthias Clasen  <mclasen@redhat.com>
156
157         * glib/gfileutils.c (g_file_open_tmp): Small documention addition.
158
159 2008-05-22 10:49:37  Tim Janik  <timj@imendio.com>
160
161         * glib/gmacros.h: implement G_STMT_START and G_STMT_END with
162         do{}while(0), which is believed to be widely portable, fixes:
163         Bug 519026 - G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
164
165 2008-05-20  Behdad Esfahbod  <behdad@gnome.org>
166
167         Bug 501651 – Update glib/libcharset
168
169         * configure.in:
170         * glib/libcharset/Makefile.am:
171         * glib/libcharset/README:
172         * glib/libcharset/codeset.m4:
173         * glib/libcharset/config.charset:
174         * glib/libcharset/glibc21.m4:
175         * glib/libcharset/libcharset-glib.patch:
176         * glib/libcharset/libcharset.h:
177         * glib/libcharset/localcharset.c (_g_locale_get_charset_aliases),
178         (_g_locale_charset_raw):
179         * glib/libcharset/localcharset.h:
180         * glib/libcharset/make-patch.sh:
181         * glib/libcharset/ref-add.sin:
182         * glib/libcharset/ref-del.sin:
183         * glib/libcharset/update.sh:
184         Update libcharset to the one shipped with libiconv-0.12.
185
186 2008-05-20  Behdad Esfahbod  <behdad@gnome.org>
187
188         Bug 459905 – Bug in wcwidth data
189         Bug 534085 – g_unichar_iswide_cjk() has a totally wrong table
190         * glib/guniprop.c (g_unichar_iswide), (g_unichar_iswide_cjk):
191         Regenrate wide and wide_cjk tables from Unicode 5.1.0 data directly.
192         Not using Markus Kuhn's tables anymore.
193
194 2008-05-20 14:31:18  Tim Janik  <timj@imendio.com>
195
196         * reverted recent unapproved changes by Yair Hershkovitz, regarding:
197         Bug 503071 – Application direction changes to right to left even if theres no translation.
198
199 2008-05-20  Tor Lillqvist  <tml@novell.com>
200
201         * configure.in: Don't need memory barriers when using a non-gcc
202         compiler on Windows either.
203
204 2008-05-19  Tor Lillqvist  <tml@novell.com>
205
206         * glib/gdir.c: Include the dirent.h and wdirent.c from
207         ../build/win32/dirent directly here when compiling with MSVC and
208         without HAVE_DIRENT_H.
209
210 2008-05-19  Hans Breuer  <hans@breuer.org>
211
212         * glib/makefile.msc : added gi18n.c
213
214 2008-05-19  Tor Lillqvist  <tml@novell.com>
215
216         * glib/Makefile.am: #define HELPER_CONSOLE in
217         gspawn-win32-helper-console.c
218
219         * glib/gspawn-win32-helper.c: Compile a main() instead of
220         WinMain() if HELPER_CONSOLE is defined. MSVC insists on a console
221         application having a main().
222
223 2008-05-18  Matthias Clasen  <mclasen@redhat.com>
224
225         Bug 527214 – g_timer_elapsed() returns random values.
226
227         * glib/gtimer.c (g_timer_new()):
228         Print warning if g_thread_init() has not been called yet. 
229         Patch by Mathias Hasselmann
230
231 2008-05-12  Jeffrey Stedfast  <fejj@novell.com>
232
233         * glib/gchecksum.c (g_checksum_reset): New function to reset the
234         state of a GChecksum.
235         (g_checksum_new): Call g_checksum_reset() instead of duplicating
236         code.
237
238 2008-05-17  Matthias Clasen  <mclasen@redhat.com>
239
240         Bug 528667 – Typos in testing module documentation
241
242         * glib/gtestutils.c: Fix typos in the documentation.
243
244 2008-05-17  Tor Lillqvist  <tml@novell.com>
245
246         * glib/giowin32.c: Make debugging printout more compact and add
247         more information to it. No changes to actual functionality.
248
249         * glib/gmain.c: Improve debugging printouts. When
250         G_MAIN_POLL_DEBUG is defined, we check for an environment variable
251         of the same name to decide whether to print out debugging
252         information or not. G_MAIN_POLL_DEBUG is always defined on Windows
253         as there is more often a need to debug this stuff there. On Unix
254         the definition has to be uncommented (or done on the compile
255         command line).
256
257 2008-05-17  Tor Lillqvist  <tml@novell.com>
258
259         * build: Don't include the "build" module with svn:externals any
260         longer. Instead add the still relevant directories and files from
261         it for real here in GLib.
262
263 2008-05-17  Yair Hershkovitz  <yairhr@gmail.com>
264
265         * glib/glib.symbols:
266         * glib/gi18n.h: Added g_disable_setlocale().
267
268         * glib/gi18n.c: Added g_disable_setlocale() API to disable setting
269         the locale in g_i18n_init(). Dont disable translations if textdomain
270         was not set before calling g_i18n_init(). Dont disable translations if
271         the locale is "C".
272
273 2008-05-16  Tor Lillqvist  <tml@novell.com>
274
275         * config.h.win32.in: Update to match the configure-produced one.
276
277 2008-05-14  Michael Natterer  <mitch@imendio.com>
278
279         * glib/gatomic.c: #include "config.h" before using G_ATOMIC_ARM.
280
281 2008-05-13  Kjartan Maraas  <kmaraas@gnome.org>
282
283         * glib/gi18n.c: #include <locale.h> to fix the build.
284
285 2008-05-12  Yair Hershkovitz  <yairhr@gmail.com>
286
287         * glib/gi18n.c (g_i18n_init): Coding convention fix. Space between
288         a function name and its opening parenthesis.
289
290 2008-05-12  Tor Lillqvist  <tml@novell.com>
291
292         * glib/glib.symbols: Add g_i18n_init.
293
294 2008-05-12  Tor Lillqvist  <tml@novell.com>
295
296         Bug 530457 - G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
297
298         * glib/gutils.c (load_user_special_dirs): When running on Vista or
299         later, use SHGetKnownFolderPath() to get the FOLDERID_Downloads
300         folder for G_USER_DIRECTORY_DOWNLOAD, and FOLDERID_Public for
301         G_USER_DIRECTORY_PUBLIC_SHARE.
302
303 2008-05-11  Yair Hershkovitz  <yairhr@gmail.com>
304
305         Bug 503071 - Application direction changes to right to left even if
306         theres no translation. 
307
308         * glib/gi18n.c: g_i18n_init() for initializing the glib i18n,
309         checking if a translation is available for the calling app. wrappers for
310         gettext, dgettext and dpgettext to check first if the application
311         should be translated.
312
313         * glib/gi18n.h: symbol declaration for gettext wrappers.
314
315         * glib/gi18n-lib.h: include gi18n.h instead of libintl.h.
316
317         * glib/gstrfuncs.c: moved g_dpgettext() to glib/gi18n.c.
318
319         * glib/gutils.c: use g_dgettext() instead of dgettext().
320
321         * glib/glibintl.h: include gi18n.h.
322
323         * glib.symbols: added gettext wrappers.
324
325         * glib/Makefile.am: added gi18n.c.
326
327 2008-05-05  Michael Natterer  <mitch@imendio.com>
328
329         * glib/glib.h: #define __GLIB_H_INSIDE__ around including
330         everything.
331
332         * glib/*.h: check for that define instead of __G_LIB_H__ if
333         G_DISABLE_SINGLE_INCLUDES is defined.
334
335         * glib/gdatasetprivate.h: #include <glib.h> instead of
336         <glib/gdataset.h>
337
338 2008-05-02 13:24:13  Tim Janik  <timj@imendio.com>
339
340         * glib/gmain.c: renamed GMainDispatch.dispatching_sources to be more
341         descriptive and distinguishable within the source file.
342
343 2008-04-21  Tor Lillqvist  <tml@novell.com>
344
345         Bug 528752 - Win32 build and SSL not working
346
347         This bug report against libsoup points out an issue with the use
348         of bitfields in the GIOChannel struct that should really be taken
349         care of here in GLib.
350
351         * configure.in: Add Autoconf variable GLIB_EXTRA_CFLAGS which will
352         contain the -mms-bitfields flag on Windows.
353         
354         * glib-2.0.pc.in: Add it to Cflags.
355
356 2008-04-21  Tor Lillqvist  <tml@novell.com>
357
358         * configure.in
359         * */Makefile.am: More work on enabling static building on
360         Windows. When building statically: Also define
361         GOBJECT_STATIC_COMPILATION in glibconfig.h so that also the
362         variables in gparamspecs.h get declared without any
363         dllimport/dllexport decorations. Don't install .def files which
364         obviously have no meaning for static libraries. Don't create MS
365         import libraries. Don't do any resource object files.
366
367 2008-04-18 17:40:58  Tim Janik  <timj@imendio.com>
368
369         * tests/testglib.c: fixed gstdio.h include.
370
371         * tests/Makefile.am: properly list testglib.c SOURCES.
372
373 2008-04-17  Emmanuele Bassi  <ebassi@gnome.org>
374
375         * glib/gchecksum.c:
376         (sha_byte_reverse): Use the macro GLib provides for byte-swapping
377         as it can be optimized.
378         
379         (g_checksum_update): Fix a compiler warning.
380
381 2008-04-15  Mukund Sivaraman  <muks@mukund.org>
382
383         * gio/gfile.c: Fixed typos in gtk-doc comments.
384
385 2008-04-10  Mathias Hasselmann  <mathias@openismus.com>
386
387         Bug 519137 – g_slice_dup macro needs cast for 64-bit platform
388
389         * glib/gslice.h (g_slice_copy): Apply type casts needed
390           for proper compilation on 64-bit platforms.
391
392 2008-04-09  Federico Mena Quintero  <federico@novell.com>
393
394         * glib/gbookmarkfile.c (bookmark_metadata_free): Don't leak
395         the apps_by_name hash table if the applications list is empty.
396
397 2008-04-08  Behdad Esfahbod  <behdad@gnome.org>
398
399         * glib/gunicode.h: Add ISO 15924 code comments for new scripts.
400
401 2008-04-07  Matthias Clasen  <mclasen@redhat.com>
402
403         Bug 491554 – Update to Unicode 5.1.0
404
405         * glib/gunichartables.h:
406         * glib/gunicode.h:
407         * glib/gunibreak.h:
408         * glib/gmirroringtable.h:
409         * glib/gscripttable.h:
410         * glib/gen-script-table.pl: Update to Unicode 5.1.0. Patch by
411         Behdad Esfahbod
412
413 2008-04-07  Matthias Clasen  <mclasen@redhat.com>
414
415         Bug 526619 – make test-report crash
416
417         * glib/gtester.c: Allocate enough space for argv. Patch by
418          Hiroyuki Ikezoe
419
420 2008-04-04  Matthias Clasen  <mclasen@redhat.com>
421
422         * glib/gmain.c: Make the fix for bug 448943 work.
423
424 2008-04-04  Tor Lillqvist  <tml@novell.com>
425
426         * configure.in: Make sure we don't build both shared and static at
427         the same time on Windows. Put a #define for
428         GLIB_STATIC_COMPILATION into glibconfig.h in the static case, so
429         that the use of variables from libglib gets the GLIB_VAR macro in
430         gtypes.h automatically correct. This means that a shared and
431         static build of GLib can't be installed in the same prefix on
432         Windows, which sucks a bit. But with variables in the GLib API,
433         there isn't much we can do otherwise. The alternative would be to
434         force the developer who compiles against a statically built GLib
435         to use -DGLIB_STATIC_COMPILATION.
436
437         * glibconfig.h.win32.in: Define GLIB_STATIC_COMPILATION here also,
438         if needed.
439
440 2008-04-03  Tor Lillqvist  <tml@novell.com>
441
442         * configure.in: Don't enforce shared library build only on
443         Windows. It might well make sense to build static libraries in
444         some use cases.
445
446         * glib/gutils.c: Don't compile the DllMain if building libglib
447         statically. Also in that case don't return NULL from
448         _glib_get_installation_directory(), but return the installation
449         directory of the program's .exe file.
450
451 2008-04-03  Tor Lillqvist  <tml@novell.com>
452
453         Bug 525972 - UCS-4 not in the new win_iconv implementation
454
455         * glib/win_iconv.c: Add UCS-4. Also add spelling of UCS-2 without
456         the hyphen.
457
458 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
459
460         Bug 448943 – g_timeout_add_seconds() problems
461
462         * glib/gmain.c (g_timeout_set_expiration): Prevent expiration
463         time going negative. Reported by Cody Russell, analyzed by
464         Olivier Crete, patch by Sjoerd Simons.
465
466 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
467
468         Bug 525674 – A typo in gmarkup.c
469
470         * glib/gmarkup.c (g_markup_parse_context_get_element_stack): Fix
471         the docs, reported by Hiroyuki Ikezoe
472
473 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
474
475         Bug 525732 – Error in documentation for g_list_first
476
477         * glib/glist.c (g_list_first): Fix the docs, reported by 
478         Salvatore Iovene
479
480 2008-04-02  Tor Lillqvist  <tml@novell.com>
481
482         Bug 524314 - g_convert() on Win32 implicitly converts full width
483         alphanumerics into half width
484         
485         * glib/win_iconv.c: Update from Yukihiro Nakadaira. Use
486         WC_NO_BEST_FIT_CHARS flag for WideCharToMultiByte() unless the
487         //translit flag was suffixed to the codeset name.
488
489         * glib/gconvert.c: Include win_iconv.c earlier so that its
490         definition of WINVER before it includes <windows.h> is used.
491
492 2008-03-31  Tor Lillqvist  <tml@novell.com>
493
494         * glib/gmain.c (g_poll): Improve fix for #525192 below: Use
495         SleepEx() so that the sleep is alertable. Thanks to John
496         Ehresman.
497
498 2008-03-31  Tor Lillqvist  <tml@novell.com>
499
500         * glib/gwin32.c
501         (g_win32_get_package_installation_directory_of_module): Fix Cygwin
502         breakage. Patch by Lieven van der Heide.
503
504 2008-03-31 10:39:17  Tim Janik  <timj@imendio.com>
505
506         * glib/gutils.h: reapply inlining fix from r6333 to fix:
507         Bug 522292 – Gives warnings in glib/gutils.h with GCC in C99 mode
508         and again:
509         Bug 315437 – extern inline -> static inline
510
511 2008-03-31  Tor Lillqvist  <tml@novell.com>
512
513         Bug 525192 - 100% CPU if run main loop with no IO sources
514
515         * glib/gmain.c (g_poll) [Win32]: Patch by Neil Roberts.
516
517 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
518
519         * glib/gtester.c: Don't use ARG_MAX.  (#522335, patch by 
520         Samuel Thibault, adapted by Sebastian Dröge)
521
522 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
523
524         * glib/gmacros.h: Add macros wrapping the gcc alloc_size 
525         function attribute.  (#523019, Rodrigo Moya)
526
527         * glib/gmem.h: 
528         * glib/gslice.h:
529         * glib/gstrfuncs.h: Use the new attribute where appropriate.
530
531 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
532
533         * glib/glibintl.h:
534         * glib/gstrfuncs.c:
535         * glib/gutils.c: Simple fixes to help building GLib on 
536         embedded systems without NLS.  (#524350, Peter Kjellerstedt)
537
538 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
539
540         * glib/ghash.c: Fix the build with -DG_DISABLE_ASSERT.
541         (#525060, Arfrever Frehtes Taifersar Arahesis)
542
543 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
544         
545         * glib/gthread.h: Replace occurrances of G_GNUC_PRETTY_FUNCTION
546         by G_STRFUNC.  (#524344, Peter Kjellerstedt)
547
548 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
549
550         * glib/gtestutils.c: Fix a doc typo. (#524742, Hiroyuki Ikezoe)
551
552 2008-03-22  Claudio Saavedra  <csaavedra@gnome.org>
553
554         Bug 523877 – gbookmarkfile: avoid using g_string_append_printf() and
555         other optimizations
556
557         * glib/gbookmarkfile.c: (bookmark_metadata_dump),
558         (bookmark_item_dump), (g_bookmark_file_dump), (expand_exec_line):
559         Replace all calls to g_string_append_printf with g_strconcat () or
560         g_string_append () where appropriate, to reduce the file creation time.
561         Also, use g_string_sized_new () with an appropriate buffer size instead
562         of g_string_new (NULL), to reduce time spent in memory reallocation.
563         (#523877, Claudio Saavedra, Emmanuele Bassi)
564
565 2008-03-22  Emmanuele Bassi  <ebassi@gnome.org>
566
567         Bug 518160 - replace two g_strdup_printf calls in GBookmarkFile
568
569         * glib/gbookmarkfile.c (is_element_full): Compare the fragments
570         instead of building two strings; this avoids two g_strdup_printf()
571         per namespaced element enountered. (#518160, Felix Riemann)
572
573 2008-03-20  Alexander Larsson  <alexl@redhat.com>
574
575         * configure.in:
576         Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045)
577         Patch from ephraim_owns@hotmail.com
578
579 2008-03-19  Tor Lillqvist  <tml@novell.com>
580
581         Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
582
583         * glib/win_iconv.c: Fixes for code page 54936 (GB18030)
584         (mbtowc_flags): New function. Check if a code page is one of those
585         for which the dwFlags parameter to MultiByteToWideChar() must be
586         zero. Return 0 or MB_ERR_INVALID_CHARS.
587         (mbcs_mblen): New function for multi-byte (more than two bytes for
588         some characters) code pages. Only handles 54936 for now.
589         (make_csconv): Use it for 54936.
590         (kernel_mbtowc): Use mbtowc_flags().
591
592 2008-03-18  Sebastian Dröge  <slomo@circular-chaos.org>
593
594         Bug 522292 - Gives warnings in glib/gutils.h with GCC in C99 mode
595
596         * glib/gutils.h: Use "__attribute__ ((__gnu_inline__))" for inlining
597         if either __GNUC_STDC_INLINE__ or __GNUC_GNU_INLINE__ are defined. In
598         gcc version prior to 4.3 no correct C99-inline was implemented which
599         has semantic differences to GNU inline.
600
601 2008-03-16  Tor Lillqvist  <tml@novell.com>
602
603         * configure.in: Don't bother defining Autoconf variables for
604         glib.def, gmodule.def, gobject.def and gthread.def when this can
605         be handled easily in */Makefile.am which are the only files that
606         use them. Remove also TESTGMODULE_EXP which isn't used at all.
607
608         * glib/Makefile.am: Corrsponding change.
609         
610 2008-03-14  Michael Natterer  <mitch@imendio.com>
611
612         * glib/*.h: make it possible to disable single-file includes by
613         defining G_DISABLE_SINGLE_INCLUDES when building against GLib.
614         Approved by Tim Janik.
615
616         * glib/glib.h: include <glib/gslice.h>.
617
618         * glib/gi18n.h
619         * glib/gi18n-lib.h
620         * glib/gprintf.h: include <glib.h> so the above works when these
621         files are included without including <glib.h> first.
622
623 2008-03-14  Alexander Larsson  <alexl@redhat.com>
624
625         * configure.in:
626         Add required includes for f_fstypename member check.
627
628 2008-03-14  Alexander Larsson  <alexl@redhat.com>
629
630         * configure.in:
631         Added checks for FEN (Solaris  File Event Notification)
632
633 2008-03-13  Tor Lillqvist  <tml@novell.com>
634
635         * glib-zip.in: Add lib/gio-2.0.lib and lib/gio-2.0.def.
636
637 2008-03-12  Tor Lillqvist  <tml@novell.com>
638
639         * configure.in: Expand gio/win32/Makefile.
640
641 2008-03-12  Matthias Clasen <mclasen@redhat.com>
642
643         * configure.in: Bump version to 2.17.0
644
645         * ChangeLog.pre-2-16: rotate ChangeLog
646         
647         * === branch for 2.16 ===