Fix a doc typo. (#524742, Hiroyuki Ikezoe)
[platform/upstream/glib.git] / ChangeLog
1 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/gtestutils.c: Fix a doc typo. (#524742, Hiroyuki Ikezoe)
4
5 2008-03-22  Claudio Saavedra  <csaavedra@gnome.org>
6
7         Bug 523877 – gbookmarkfile: avoid using g_string_append_printf() and
8         other optimizations
9
10         * glib/gbookmarkfile.c: (bookmark_metadata_dump),
11         (bookmark_item_dump), (g_bookmark_file_dump), (expand_exec_line):
12         Replace all calls to g_string_append_printf with g_strconcat () or
13         g_string_append () where appropriate, to reduce the file creation time.
14         Also, use g_string_sized_new () with an appropriate buffer size instead
15         of g_string_new (NULL), to reduce time spent in memory reallocation.
16         (#523877, Claudio Saavedra, Emmanuele Bassi)
17
18 2008-03-22  Emmanuele Bassi  <ebassi@gnome.org>
19
20         Bug 518160 - replace two g_strdup_printf calls in GBookmarkFile
21
22         * glib/gbookmarkfile.c (is_element_full): Compare the fragments
23         instead of building two strings; this avoids two g_strdup_printf()
24         per namespaced element enountered. (#518160, Felix Riemann)
25
26 2008-03-20  Alexander Larsson  <alexl@redhat.com>
27
28         * configure.in:
29         Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045)
30         Patch from ephraim_owns@hotmail.com
31
32 2008-03-19  Tor Lillqvist  <tml@novell.com>
33
34         Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
35
36         * glib/win_iconv.c: Fixes for code page 54936 (GB18030)
37         (mbtowc_flags): New function. Check if a code page is one of those
38         for which the dwFlags parameter to MultiByteToWideChar() must be
39         zero. Return 0 or MB_ERR_INVALID_CHARS.
40         (mbcs_mblen): New function for multi-byte (more than two bytes for
41         some characters) code pages. Only handles 54936 for now.
42         (make_csconv): Use it for 54936.
43         (kernel_mbtowc): Use mbtowc_flags().
44
45 2008-03-18  Sebastian Dröge  <slomo@circular-chaos.org>
46
47         Bug 522292 - Gives warnings in glib/gutils.h with GCC in C99 mode
48
49         * glib/gutils.h: Use "__attribute__ ((__gnu_inline__))" for inlining
50         if either __GNUC_STDC_INLINE__ or __GNUC_GNU_INLINE__ are defined. In
51         gcc version prior to 4.3 no correct C99-inline was implemented which
52         has semantic differences to GNU inline.
53
54 2008-03-16  Tor Lillqvist  <tml@novell.com>
55
56         * configure.in: Don't bother defining Autoconf variables for
57         glib.def, gmodule.def, gobject.def and gthread.def when this can
58         be handled easily in */Makefile.am which are the only files that
59         use them. Remove also TESTGMODULE_EXP which isn't used at all.
60
61         * glib/Makefile.am: Corrsponding change.
62         
63 2008-03-14  Michael Natterer  <mitch@imendio.com>
64
65         * glib/*.h: make it possible to disable single-file includes by
66         defining G_DISABLE_SINGLE_INCLUDES when building against GLib.
67         Approved by Tim Janik.
68
69         * glib/glib.h: include <glib/gslice.h>.
70
71         * glib/gi18n.h
72         * glib/gi18n-lib.h
73         * glib/gprintf.h: include <glib.h> so the above works when these
74         files are included without including <glib.h> first.
75
76 2008-03-14  Alexander Larsson  <alexl@redhat.com>
77
78         * configure.in:
79         Add required includes for f_fstypename member check.
80
81 2008-03-14  Alexander Larsson  <alexl@redhat.com>
82
83         * configure.in:
84         Added checks for FEN (Solaris  File Event Notification)
85
86 2008-03-13  Tor Lillqvist  <tml@novell.com>
87
88         * glib-zip.in: Add lib/gio-2.0.lib and lib/gio-2.0.def.
89
90 2008-03-12  Tor Lillqvist  <tml@novell.com>
91
92         * configure.in: Expand gio/win32/Makefile.
93
94 2008-03-12  Matthias Clasen <mclasen@redhat.com>
95
96         * configure.in: Bump version to 2.17.0
97
98         * ChangeLog.pre-2-16: rotate ChangeLog
99         
100         * === branch for 2.16 ===