Doc addition
[platform/upstream/glib.git] / ChangeLog.pre-2-10
1 2005-10-05  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/gmarkup.c (g_markup_escape_text): Doc addition
4
5         * Makefile.am: Add Collation tests.
6
7         * tests/collate/*: Inputs and expected outputs for collation tests.
8
9         * tests/run-collate-tests.sh: Script to run collation tests.
10
11         * tests/unicode-collate.c (main): Rework slightly to make
12         it usable in unit tests. Also test g_utf8_collate_key_for_filename().
13
14 2005-10-01  Behdad Esfahbod  <behdad@gnome.org>
15
16         * docs/reference/glib/tmpl/unicode.sgml:
17         * glib/gen-unicode-tables.pl:
18         * glib/gunibreak.h:
19         * glib/gunichartables.h:
20         * glib/gunicode.h:
21         * tests/casefold.txt:
22         * tests/casemap.txt: Updated to Unicode 4.1.  There are five new
23         GUnicodeBreakType types.  That may break some applications, like
24         Pango <= 1.10.
25
26 2005-09-26  Matthias Clasen  <mclasen@redhat.com>
27
28         * glib/gstrfuncs.c (g_ascii_strtoull): Add details to the 
29         docs.  (#314393, Matthew F. Barnes)
30
31         * glib/glib.symbols:
32         * glib/gprintf.h: Remove g_snprintf() and g_vsnprintf(), since
33         they are already declared in glib.h. This doesn't break documented
34         use of gprintf.h, but should probably be pointed out in the 
35         release notes for 2.10. (#314232, Behdad Esfahbod)
36
37 Tue Sep 20 13:16:04 2005  Tim Janik  <timj@imendio.com>
38
39         * glib/gpattern.c (g_pattern_ph_match): applied significant recursion
40         complexity optimization, based on a patch from Matthias Clasen.
41
42         * tests/patterntest.c: more tests, mostly from matthias.
43
44 2005-09-20  Matthias Clasen  <mclasen@redhat.com>
45
46         * glib/gqueue.c (g_queue_insert_sorted): Correct the docs.
47         (#316703, Mark Drago)
48
49 Mon Sep 19 17:23:23 2005  Tim Janik  <timj@imendio.com>
50
51         * glib/gpattern.c: applied a patch from matthias which checks on the
52         upper bound of GPatternSpec length to optimize matches.
53         cosmetic fixups.
54
55         * tests/patterntest.c: added more match cases.
56
57 2005-09-16  Tor Lillqvist  <tml@novell.com>
58
59         * glib/gstrfuncs.c (g_ascii_strcasecmp, g_ascii_strncasecmp): Add
60         warning to doc comment that these functions should not be used on
61         encodings like CP932.
62
63 2005-09-14  Matthias Clasen  <mclasen@redhat.com>
64
65         * tests/keyfile-test.c: Add a test for grup names of length 1.
66
67         * glib/gkeyfile.c (g_key_file_line_is_group): Accept group names
68         of length 1.  (#316309)
69         
70 2005-09-12  Matthias Clasen  <mclasen@redhat.com>
71
72         * glib/gmarkup.c (g_markup_escape_text): Clarify docs.
73
74 2005-09-11  Sebastian Wilhelmi  <seppi@seppi.de>
75
76         * tests/refcount/Makefile.am (INCLUDES): Link the the refcount
77         tests to the system thread library $(G_THREAD_LIBS). Fixes #313744
78         and #314217.
79
80 2005-09-11  Kjartan Maraas  <kmaraas@gnome.org>
81
82         * glib/gmain.c: (g_child_watch_prepare), (g_child_watch_check),
83         (child_watch_helper_thread): Remove some dead code. Closes
84         bug #315278.
85
86 2005-09-07  Tor Lillqvist  <tml@novell.com>
87
88         * glib/Makefile.am: Create also a console version of the
89         gspawn-win32-helper program, gspawn-win32-helper-console.exe.
90         It's otherwise identical to gspawn-win32-helper.exe, except marked
91         as a console application (linked without the -mwindows option).
92         
93         * glib/gspawn-win32.c (do_spawn_directly, do_spawn_with_pipes):
94         Drop the dont_wait parameter. Its truth value correlated 100% with
95         the NULLness of the exit_status parameter anyway, so it's enough
96         to check whether exit_status is NULL. Invert the sense of the
97         dont_return_handle parameter and rename it to do_return_handle, to
98         make the code easier to read by avoiding double negations.
99
100         (g_spawn_sync_utf8, g_spawn_async_with_pipes_utf8): Modify calls
101         to do_spawn_with_pipes() accordingly.
102
103         (do_spawn_with_pipes): If we have a console, use the console
104         version of the helper program, otherwise use the GUI one. This
105         avoids extra console windows opening up in some situations. (In
106         case a console application uses the GUI gspawn-win32-helper.exe to
107         spawn another console application we would get a separate console
108         for the spawned console application).
109
110         * glib-zip.in: Distribute also gspawn-win32-helper-console.exe.
111
112 2005-09-05  Matthias Clasen  <mclasen@redhat.com>
113
114         * glib/gmappedfile.c (g_mapped_file_new): Report an error
115         if the file is too large.  (#315275, Kjartan Maraas)
116
117         * glib/gkeyfile.c (g_key_file_load_from_fd): The return value
118         of read() is signed.  (#315273, Kjartan Maraas)
119         
120 2005-08-31  Tor Lillqvist  <tml@novell.com>
121
122         * glib/gutils.h: Wrapping atexit() is a bad idea on Windows, where
123         the EXE and each DLL have their own atexit function chains.
124
125         #define g_atexit as atexit instead. This means it has a
126         better chance of doing what the caller wants. For instance,
127         gtkhtml calls g_atexit() registering a function in gtkhtml
128         itself. This caused a crash when g_atexit() was implemented as a
129         function in the GLib DLL. The gtkhtml DLL was already unloaded by
130         the time the GLib DLL got unloaded.
131
132         * glib/gutils.c: #undef the #define mentioned above, to also get a
133         real g_atexit() into the DLL for backward compatibility. Document
134         the Windows behaviour of g_atexit(), and document the varying ways
135         atexit() can behave in the context of dynamically loaded modules
136         on Unix.
137
138 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
139
140         * glib/glib.symbols: 
141         * glib/gquark.h: 
142         * glib/gdataset.c: Add string interning functions.
143
144 2005-08-28  Matthias Clasen  <mclasen@redhat.com>
145
146         * glib/giochannel.c: Unify some near-duplicate strings. (#314654,
147         Clytie Siddall)
148         
149 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
150
151         * configure.in: Bump version to 2.9.0
152
153 2005-08-25  Tor Lillqvist  <tml@novell.com>
154
155         Make also the g_spawn*() functions take parameters in the GLib
156         file name encoding, i.e. UTF-8, on Windows. Has no impact on Unix
157         API or ABI. Like the other GLib API that was earlier changed to
158         use UTF-8 on Windows, the names of the functions that take UTF-8
159         have _utf8 suffixes added by using preprocessor macros in the
160         header file. The old names are kept for functions with the old
161         behaviour, taking parameters in the system codepage, for DLL ABI
162         stability.
163         
164         * glib/gspawn.h: On Win32 add the suffix _utf8 to the names of the
165         g_spawn*() functions.
166         
167         * glib/gspawn-win32.c: Use wide-char API on NT-based
168         Windows. Convert parameters from UTF-8 to wide chars (NT) or
169         system codepage (Win9x) and call the C library _wspawn*() or
170         spawn*() functions respectvely. Add DLL ABI stability versions
171         that take parameters in the system codepage.
172
173         * glib/gspawn-win32-helper.c: On NT-based Windows use the
174         wide-char versions of argv and envp, and use wide-char API to
175         change directory and spawn the program to run. Remove the verbose
176         debugging output, it was too complex to modify for the wide-char
177         features. (Just add temporary debugging printouts if needed, no
178         need to have them permanently in the source.)
179
180         * glib/gspawn.c: Corresponding documentation updates.
181
182         * glib/glib.symbols: Corresponding changes: Mark the ABI stability
183         symbols as PRIVATE, add the new _utf8-suffixed ones.
184
185 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
186
187         * glib/gtypes.h (G_MININT64): Cast the constant to gint64; it is
188         guint64 otherwise and that can produce warnings about comparison
189         between signed and unsigned.
190
191 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
192
193         * glib/gutils.c: Fix the crt_externs.h include.
194
195 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
196
197         * NEWS: Fix spelling of my first name.
198
199 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
200
201         * Bump version
202
203         * === Released 2.8.1 ===
204
205         * NEWS: Updates
206
207 2005-08-20  Hans Breuer  <hans@breuer.org>
208
209         * glib/makefile.msc.in : link with ws2_32.lib
210
211 2005-08-18  Tor Lillqvist  <tml@novell.com>
212
213         * configure.in: Check for <sys/wait.h>
214
215         * glib/gbacktrace.c: Include <sys/wait.h> on if HAVE_SYS_WAIT_H.
216
217 2005-08-18  Ross Burton  <ross@burtonini.com>
218
219         * glib/gstring.c:
220         Optimise single-character insertions.
221         
222         * glib/gutf8.c:
223         Note copied code.
224         
225         * tests/string-test.c:
226         Add tests for new optimisation, and fix a leak.
227
228 2005-08-17  Matthias Clasen  <mclasen@redhat.com>
229
230         * configure.in: Check for crt_externs.h and _NSGetEnviron.
231
232         * glib/gutils.c: On Darwin, include crt-externs.h and
233         define environ using _NSGetEnviron().  (#313731)
234
235 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
236
237         * glib/gutils.c (g_get_any_init): Move the body of the big if...
238         (g_get_any_init_do): ... to this new function.
239         (g_get_any_init): Declare as inline.
240         (g_get_any_init_locked): New inline function, does the locking.
241         Make use of these two throughout the code.
242
243 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
244
245         * glib/gbacktrace.c (g_on_error_stack_trace): Wait for
246         the child process and then simply return. This makes 
247         The "S" option work as documented in g_on_error_query().
248         (#313125, Matthew F. Barnes)
249
250         * glib/gunicode.h: Update the link to Unicode category
251         values.  (#313369, Behnam Esfahbod)
252
253         * glib/gqueue.c (g_queue_find_custom): Clarify docs
254         a little.  (#311727, Tristan van Berkom)
255
256         * glib/abicheck.sh, gobject/abicheck.sh: Make the 
257         check work on ia64 too, where some symbols ended up 
258         in yet another section.
259