Don't insert unnecessary newlines in keyfiles. (#349825, Chris Wilson)
[platform/upstream/glib.git] / ChangeLog.pre-2-12
1 2006-08-05  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/gkeyfile.c (g_key_file_to_data): Don't insert unnecessary
4         newlines in keyfiles.  (#349825, Chris Wilson)
5
6         * glib/guniprop.c (g_unichar_toupper, g_unichar_tolower) 
7         (real_toupper, real_tolower): If a character can't be converted,
8         don't replace it with a NUL byte, but leave it unchanged.  
9         (#348491, Nikolai Weibull)
10
11         * tests/unicode-caseconv.c: Adapt to this change. 
12
13         * tests/unicode-caseconv.c (main): Add a comment to point out
14         a quirk in the test data that we are working around here.
15
16 2006-07-31  Behdad Esfahbod  <behdad@gnome.org>
17
18         * glib/guniprop.c (g_unichar_isxdigit): Make it only accept those
19         characters that we accept i g_unichar_xdigit_value(), i.e. don't
20         accept non-decimal digits. (#347842, Nikolai Weibull)
21
22 2006-07-31  Behdad Esfahbod  <behdad@gnome.org>
23
24         * glib/gunidecomp.c (_g_utf8_normalize_wc): Update to reflect Unicode
25         PR #29 (#348694, Nikolai Weibull)
26
27         * tests/unicode-normalize.c (encode), (test_form): Make output more
28         useful, reporting the unexpected output of the test.
29
30 2006-07-24  Tor Lillqvist  <tml@novell.com>
31
32         * tests/slice-test.c: Use g_get_current_time() insted of
33         gettimeofday().
34
35 2006-07-22  Matthias Clasen  <mclasen@redhat.com>
36
37         * configure.in: Bump version
38
39         * === Released 2.12.1 ===
40
41         * glib/gconvert.c: Fix the prototype of _g_charset_get_aliases.
42         (#346494, Thomas Klausner)
43
44         * NEWS: Updates
45
46 2006-07-21  Behdad Esfahbod  <behdad@gnome.org>
47
48         * glib/gmirroringtable.h: Updated to Unicode Character Database 5.0.0.
49
50 2006-07-20  Matthias Clasen  <mclasen@redhat.com>
51
52         * glib/guniprop.c (real_toupper, real_tolower): Small optimization.
53         (#348011, Nikolai Weibull)
54
55 2006-07-19  Behdad Esfahbod  <behdad@gnome.org>
56
57         * glib/gunibreak.h:
58         * glib/gunichartables.h:
59         * glib/gunicomp.h:
60         * glib/gunidecomp.h:
61         Update to final Unicode Character Database 5.0.0. (#336281)
62
63 2006-07-06  Behdad Esfahbod  <behdad@gnome.org>
64
65         * glib/gutils.c (g_parse_debug_string): When matching debug flag keys, 
66         ignore case and accept any of comma, colon, semicolon, space, and tab
67         as separators.  Also, match dash with underscore.
68
69 2006-07-05  Matthias Clasen  <mclasen@redhat.com>
70
71         * glib/gbase64.c: Fix typos in the docs.  (#346660, Mark
72         Drago)
73
74 2006-07-03  Runa Bhattacharjee <runabh@gmail.com>
75
76         * configure.in: Added Bengali India (bn_IN) in ALL_LINGUAS.
77
78 2006-07-02  Matthias Clasen  <mclasen@redhat.com>
79
80         * configure.in: Bump version
81
82         * === Released 2.12.0 ===
83
84 2006-06-30  Matthias Clasen  <mclasen@redhat.com>
85
86         * NEWS: Updates
87
88         * configure.in: Set version to 2.12.0
89
90 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
91
92         * glib/gtimer.c (mktime_utc): Fix an off-by-2 error
93         in the leap year calculation.  (#344905, Dan Winship)
94
95         * tests/testglib.c (main): Change the test data for
96         the g_time_val_from_iso8601 tests to expose an off-by-2
97         error in the leap year calculation.
98
99         * configure.in: Bump version
100
101         * === Released 2.11.4 ===
102
103         * NEWS: Updates
104
105 2006-06-16  Matthias Clasen  <mclasen@redhat.com>
106
107         * tests/file-test.c (test_mkstemp): Add tests.
108
109         * glib/gfileutils.c (g_mkstemp): Allow the XXXXXX to occur
110         inside the template, not just at the end.  
111
112 2006-06-14  Matthias Clasen  <mclasen@redhat.com>
113         
114         * glib/gkeyfile.c (g_key_file_to_data): Separate groups by
115         an empty line  (#344868, Christian Persch)
116
117 2006-06-14  Tor Lillqvist  <tml@novell.com>
118
119         * glib/gutils.c (g_listenv): Add Windows notes to doc comment.
120
121 2006-06-12  Emmanuele Bassi  <ebassi@cvs.gnome.org>
122
123         * glib/gbookmarkfile.h:
124         * glib/gbookmarkfile.c (g_bookmark_file_remove_item): Return
125         a boolean instead of void.
126
127         * tests/bookmarkfile-test.c (test_modify): Add a test case
128         for g_bookmark_file_remove_item().
129
130 2006-06-12  Matthias Clasen  <mclasen@redhat.com>
131
132         * Bump version
133
134         * === Released 2.11.3 ===
135
136         * NEWS: Updates
137
138 2006-06-09  Emmanuele Bassi  <ebassi@cvs.gnome.org>
139
140         * glib/gbookmarkfile.c (g_bookmark_file_remove_application): Use
141         an empty string to pass the test in set_app_info.
142
143         (g_bookmark_file_move_item): Remove the old item from the
144         look up table; return success in case of empty target.
145
146 2006-06-08  Tor Lillqvist  <tml@novell.com>
147
148         * glib/gunicollate.c (msc_strxfrm_wrapper): Workaround for bug in
149         strxfrm() in Microsoft's newer C runtimes. (#343919, Kazuki
150         Iwamoto)
151
152 2006-06-05  Matthias Clasen  <mclasen@redhat.com>
153
154         * configure.in: Bump version
155
156         * === Released 2.11.2 ===
157
158         * configure.in: Set interface age to 0.
159
160         * NEWS: Updates
161
162         * glib/gmain.c: Fix some doc formatting issues.
163
164         * glib/gstrfuncs.c: Revert accidental commit.
165
166         * glib/gmain.c (get_dispatch): Don't leak the
167         dispatch struct.  (#321886)
168
169         * tests/strtod-test.c: Add some tests involving
170         leading whitespace.
171
172         * glib/gstrfuncs.c (g_ascii_formatd): Skip leading 
173         whitespace.  (#343899, Ã˜ystein Johansen)
174
175 2006-06-01  Matthias Clasen  <mclasen@redhat.com>
176
177         * glib/gmain.h: 
178         * glib/gmain.c: Add three new functions, 
179         g_main_current_source, g_source_set_funcs and 
180         g_source_is_destroyed, that will be necessary to 
181         solve thread-safety issues with idles in GTK+.  
182         (#321886, Chris Wilson)
183
184 2006-06-01  Matthias Clasen  <mclasen@redhat.com>
185
186         * glib/giochannel.c (g_io_channel_write_chars): Avoid
187         running in an assertion with small writes.  (#343566, Chris
188         Wilson)
189
190         * tests/iochannel-test.c: Add a testcase for small writes.
191
192         * glib/glib.symbols: 
193         * glib/ghash.h: 
194         * glib/ghash.c: Add g_hash_table_{remove,steal}_all to
195         remove all nodes from a hash table.  (#168538, Matt Barnes)
196
197 2006-06-01  Behdad Esfahbod  <behdad@gnome.org>
198
199         * glib/gkeyfile.c (g_key_file_to_data),
200         (g_key_file_parse_value_as_comment),
201         (g_key_file_parse_comment_as_value):
202         * glib/gscanner.c (g_scanner_get_token_ll): Cleanup. Use return
203         value of g_string_free(...). (#343548, Chris Wilson)
204
205 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
206
207         * glib/gmarkup.c (g_markup_parse_context_parse): 
208         Don't use g_str_has_{prefix,suffix} here.
209
210 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
211
212         * glib/gmarkup.h: Add a GMarkupParseFlags flag for
213         treating CDATA as text. 
214
215         * glib/gmarkup.c (g_markup_parse_context_parse): 
216         Implement it here.
217
218 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
219
220         * tests/markups/expected-*: Output that test-markup
221         is expected to produce when run on the valid gmarkup 
222         examples.
223
224         * tests/markup-test.c: Only dump the results of the
225         first, unchunked parse, to compare it against the expected
226         output. 
227
228         * tests/run-markup-tests.sh: For valid examples, compare
229         the output of test-markup against the corresponding
230         expected-<n> file.
231         
232 2006-05-24  Matthias Clasen  <mclasen@redhat.com>
233
234         * configure.in: Don't compile timeloop on Minix. 
235         (Leonard den Ottolander)
236
237 2006-05-22  Sebastian Wilhelmi  <wilhelmi@google.com>
238
239         * glib/gthread.c (g_thread_init_glib): Run _g_atomic_thread_init
240         as the first of the full fledged initializers to allow the later
241         to potentially use atomic ints (which they currently do
242         not). (#342563, Peter Kjellerstedt)
243
244 2006-05-16  Matthias Clasen  <mclasen@redhat.com>
245
246         * tests/Makefile.am: 
247         * tests/strtoll-test.c: Add tests for g_ascii_strtoll()
248         and g_ascii_strtoull().
249
250         * glib/glib.symbols:
251         * glib/gstrfuncs.h: 
252         * glib/gstrfuncs.c (g_ascii_strtoll): New function to
253         parse signed 64bit integers like strtoll does.  
254
255         * glib/goption.c (parse_int64): Use g_ascii_strtoll(),
256         since strtoll() is C99 and not available on some
257         systems.  (#341826, Kazuki Iwamoto)
258
259 2006-05-15  Matthias Clasen  <mclasen@redhat.com>
260         
261         * configure.in: Bump version
262
263         * === Released 2.11.1 ===
264
265         * NEWS: Updates
266
267 2006-05-13  Matthias Clasen  <mclasen@redhat.com>
268
269         * glib/grel.c: Fix several cases of deref-before-NULL-check.
270         (#341191, Pascal Terjan)
271
272         * glib/glib.symbols: 
273         * glib/goption.h: 
274         * glib/goption.c: Allow optional summary and description
275         texts before and after the option descriptions, and add
276         a way to translate them.  (#336120, Behdad Esfahbod)
277
278 2006-05-12  Tor Lillqvist  <tml@novell.com>
279
280         * glib/giowin32.c (g_io_win32_sock_set_flags): Implement
281         setting/clearing G_IO_FLAG_NONBLOCK for channels attached to
282         sockets. (#341192)
283         (g_io_win32_unimpl_set_flags): set_flags method for the
284         unimplemented case.
285         
286 2006-05-11  Bastien Nocera  <hadess@hadess.net>
287
288         * glib/goption.c: (parse_int64), (parse_arg), (free_changes_list):
289         * glib/goption.h:
290         * tests/option-test.c: (arg_test6), (main): add an int64 type for
291         GOption (G_OPTION_ARG_INT64) (#341237)
292
293 2006-05-10  Sebastian Wilhelmi  <wilhelmi@google.com>
294
295         * glib/gthread.h, gthread/gthread-impl.c: Make the magic and
296         location arguments to the error-checking-mutex functions const and
297         do not write to them, as we might not own them. Clean up the
298         error-checking-mutex code quite a bit. (#335198, Chris Wilson)
299
300         * glib/gthread.c: Use g_atomic_pointer_set instead of old
301         homegrown version now that we have it. (#335198, Chris Wilson)
302
303         * gthread/gthread-posix.c, gthread/gthread-win32.c: Prevent
304         calling into g_cond_wait resp. g_mutex_lock/unlock directly to
305         avoid recursions into the errorcheking mutex code (and out of
306         principle anyway). (#335198, Chris Wilson)
307
308         * tests/errorcheck-mutex-test.c: Adapt to GLib coding standards.
309
310 2006-05-09  Sebastian Wilhelmi  <wilhelmi@google.com>
311
312         * glib/gthreadinit.h: Renamed to glib/gthreadprivate.h and moved
313         system thread identifier comparision and assignment macros from
314         glib/gthread.c to glib/gthreadprivate.h.
315
316         * glib/Makefile.am, glib/gatomic.c, glib/gconvert.c, glib/gmain.c,
317         glib/gmem.c, glib/gmessages.c, glib/grand.c, glib/gslice.c,
318         glib/gthread.c, glib/gutils.c, gthread/gthread-impl.c: Use
319         glib/gthreadprivate.h instead of glib/gthreadinit.h.
320
321         * gthread/gthread-impl.c: Use GSystemThread instead of GThread for
322         owner determination. (#311043, jylefort@FreeBSD.org)
323
324         * tests/Makefile.am, tests/errorcheck-mutex-test: New test program
325         to test for all checked violations.
326
327         * glib/gprintf.c, glib/gspawn-win32.c, glib/gutf8.c,
328         gthread/gthread-impl.c, gthread/gthread-posix.c,
329         gthread/gthread-win32.c: Use canonical include form for internal
330         headers. config.h is always there.
331
332         * Remove obsolete gthread/gthread-solaris.c.
333
334 2006-05-08  Matthias Clasen  <mclasen@redhat.com>
335
336         * tests/convert-test.c (test_one_half): Use encoding names which 
337         may work better on Solaris.  (#340434, Alessandro Vesely)
338
339         * tests/keyfile-test.c (test_number): Add some tests for
340         invalid floating point numbers.
341
342         * glib/gkeyfile.c (g_key_file_parse_value_as_double): Return
343         an error for the empty string.  (#339105, Morten Welinder)
344
345         * glib/gscanner.c (g_scanner_config_template): Make const,
346         noticed by Kjartan Maraas.
347
348 2006-05-06  Matthias Clasen  <mclasen@redhat.com>
349
350         * glib/gkeyfile.c (g_key_file_set_string_list)
351         (g_key_file_set_locale_string_list): Fix invalid memory
352         reads.  (#340816, Nick Treleaven)
353
354 2006-05-04  Alexander Larsson  <alexl@redhat.com>
355
356         * glib/gbase64.c: (g_base64_decode_step):
357         Fix OOB write (#340538)
358
359 2006-05-03  Matthias Clasen  <mclasen@redhat.com>
360
361         * tests/base64-test.c: Add some more tests.
362
363         * glib/gbase64.c (g_base64_decode_step): Avoid writing
364         beyond the guaranteed lenght of the output buffer, if
365         there is padding.
366
367         * tests/base64-test.c (test_incremental): Use malloced memory
368         instead of stack-allocated, so that MALLOC_CHECK_=2 catches
369         the OOB write...
370
371         * glib/gbookmarkfile.c (g_bookmark_file_load_from_data): Remove
372         an overzealous return_if_fail check that causes make check to 
373         fail.
374
375 2006-05-02  Matthias Clasen  <mclasen@redhat.com>
376
377         * configure.in: Bump version
378         
379         * === Released 2.11.0 ===
380
381         * NEWS: Updates
382
383         * tests/casemap.txt: 
384         * tests/casefold.txt: Regenerate from Unicode 5.0 data. 
385
386         * glib/guniprop.c: Make interval_compare static.
387
388 Tue May  2 15:00:00 2006  Tim Janik  <timj@gtk.org>
389
390         * tests/gobject/deftype.c: added test code from Behdad Esfahbod, 
391         see #337128.
392
393 Tue May  2 14:18:25 2006  Tim Janik  <timj@gtk.org>
394
395         * glib/goption.c (g_option_context_parse): fixed leak in short
396         option parsing. rewrote parts of the code to be more concise to
397         enhance readability. fixed exaggerated uses of strlen.
398
399 2006-04-28  Behdad Esfahbod  <behdad@gnome.org>
400
401         * glib/guniprop.c: #include <stdlib.h>
402
403 2006-04-27  Matthias Clasen  <mclasen@redhat.com>
404
405         * glib/glib.symbols: Add g_unichar_iswide_cjk.
406         * glib/guniprop.c: Add a "Since: 2.12".
407
408         * NEWS: Updates
409
410 2006-04-27  Behdad Esfahbod  <behdad@gnome.org>
411
412         * docs/reference/glib/glib-sections.txt,
413         * glib/gunicode.h glib/guniprop.c: Implement g_unichar_iswide_cjk().
414         (#105626)
415
416 2006-04-27  Matthias Clasen  <mclasen@redhat.com>
417
418         * glib/gbookmarkfile.c (g_bookmark_file_set_description) 
419         (g_bookmark_file_set_title, g_bookmark_file_set_icon): 
420         Remove some special-casing of empty string which led to 
421         dangling pointers.  (#339337, Morten Welinder)
422         (expand_exec_line): Don't use printf() needlessly, handle
423         trailing '%' gracefully.  (#339338, Morten Welinder)
424         (is_element_full): Silence the compiler.
425         (g_bookmark_file_dump, bookmark_metadata_dump): 
426         (bookmark_app_info_dump): Escape strings before dumping 
427         them in xml.  (#339340, Morten Welinder)
428
429 2006-04-27  Behdad Esfahbod  <behdad@gnome.org>
430
431         * glib/gunibreak.h, glib/gunichartables.h: Regenerated using
432         Unicode Character Database 5.0 beta.
433
434 2006-04-26  Matthias Clasen  <mclasen@redhat.com>
435
436         * glib/grand.c (g_rand_new): Don't repeat a failed fclose()
437         call, since that invokes undefined behaviour.  (Coverity)
438
439 2006-04-25  Matthias Clasen  <mclasen@redhat.com>
440
441         * glib/gbookmarkfile.c (is_element_full): Avoid a possible
442         NULL dereference (found by Coverity), also avoid some 
443         pointless strdups.
444
445         * tests/keyfile-test.c (test_comments): Add a test for
446         the previous change.
447
448         * glib/gkeyfile.c (g_key_file_lookup_group_node): Remove
449         redundant code.
450         (g_key_file_get_group_comment): Don't dereference before
451         checking for NULL.  (#338572, Coverity, Pascal Terjan)
452
453 2006-04-19  Matthias Clasen  <mclasen@redhat.com>
454
455         * glib/gdataset.c: Add some missing Since: 2.8 tags.
456
457 2006-04-19  Tor Lillqvist  <tml@novell.com>
458
459         * glib/gatomic.c: Adapt to the changed prototype of
460         InterlockedCompareExchange() in newer SDKs. Use
461         InterlockedCompareExchangePointer() when applicable. (#155884,
462         John Ehresman)
463
464 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
465
466         * glib/gkeyfile.h:
467         * glib/glib.symbols:
468         * glib/gkeyfile.c: Add api to get and set doubles and 
469         lists of doubles.  (#164719, Maurizio Monge, Dom Lachowicz)
470
471         * tests/keyfile-test.c: Add tests for new api.
472
473         * glib/gkeyfile.c (g_key_file_add_group): Accept duplicate
474         groups.  (#157877, Sebastien Bacher)
475
476         * tests/keyfile-test.c: Add tests for duplicate key and
477         duplicate group handling.
478
479 2006-04-17  Matthias Clasen  <mclasen@redhat.com>
480
481         * glib/gcompletion.c (g_completion_complete_utf8): Make passing
482         NULL for new_prefix work as documented.  (#338845, Yevgen Muntyan)
483
484         * tests/completion-test.c: Test that passing NULL for 
485         new_prefix in g_completion_complete_utf8 works.
486
487 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
488
489         * configure.in: Remove obsolete entry for no_NO.
490         * po/no.po: And the translation.
491
492 2006-04-16  Matthias Clasen  <mclasen@redhat.com>
493
494         * glib/gdate.c (g_date_fill_parse_tokens): Avoid an array
495         overrun.  (Coverity, fix by Pascal Terjan)
496
497 2006-04-12  Bastien Nocera  <hadess@hadess.net>
498
499         reviewed by: Matthias Clasen <mclasen@redhat.com>
500
501         * glib/gconvert.c: add more details about which RFC is concerned
502         when using g_filename_to_uri (#337553)
503
504 2006-04-12  Matthias Clasen  <mclasen@redhat.com>
505
506         * glib/goption.c (parse_arg): Add an assert to make it
507         clear when value can be NULL.
508
509 2006-04-07  Martyn Russell  <martyn@imendio.com>
510
511         * tests/threadpool-test.c: (test_thread_stop_unused): Removed an
512         assertion which can fail and is not a critical test.
513
514 2006-04-07  Hans Breuer  <hans@breuer.org>
515
516         * glib/makefile.msc.in : added gbase64.obj and derive the static libs
517         name from auto* variables
518         * glib/makefile.msc.in : link user32.lib for MessageBox()
519
520 2006-04-07  Martyn Russell  <martyn@imendio.com>
521
522         * glib/gasyncqueue.[ch]: Added private API
523         _g_async_queue_get_mutex so that g_thread_pool_free() can use the
524         async queue mutex. 
525         
526         * glib/gthreadpool.c: Make sure
527         g_thread_pool_stop_unused_threads() actually stops unused threads
528         and global limits (like max idle time and max unused threads) can
529         be set without creating a thread pool first. Fixed #335215 (patch
530         from Chris Wilson).  
531         
532         * tests/threadpool-test.c: Added two new tests, tests setting
533         global limits before creating a thread pool. The second test
534         makes sure unused threads are actually stopped when using the
535         g_thread_pool_stop_unused_threads(). 
536
537 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
538
539         * glib/gnulib/vasnprintf.c (vasnprintf): Make
540         long long printing work if snprintf is not 
541         available.  (#332841, Michael McDonald)
542
543 2006-04-05  Behdad Esfahbod  <behdad@gnome.org>
544
545         * tests/option-test.c: Check the return value of g_get_prgname for
546         NULL before passing to strcmp.
547
548         * tests/slice-test.c: Report the correct name in Usage summary.
549
550 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
551
552         * tests/run-collate-tests.sh: Fix up shell script.
553
554         * tests/option-test.c (arg_test5): Skip the test if
555         setting the locale fails.
556         (empty_test1): Reset prgname before the test.
557
558         * tests/Makefile.am: Arrange for run-bookmark-test.sh
559         to be run by make check.
560
561         * tests/utf8-pointer.c: 
562         * tests/tree-test.c: Silence warnings.
563
564 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
565
566         * glib/glib.symbols:
567         * glib/gbase64.[hc]: Add G_GNUC_MALLOC where
568         appropriate, use glib types.
569
570 2006-04-04  Alexander Larsson  <alexl@redhat.com>
571
572         * glib/Makefile.am:
573         * glib/gbase64.[ch]:
574         * glib/glib.symbols:
575         Add base64 encode/decode functions
576         
577         * glib/glib.h:
578         Include gbase64.h
579         
580         * tests/Makefile.am:
581         * tests/base64-test.c:
582         Tests for base64 functions
583
584 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
585
586         * glib/gdate.c: Move short_month_names and long_month_names
587         to bss.
588
589         * glib/gspawn-win32.c (g_spawn_error_quark):
590         * glib/gspawn.c (g_spawn_error_quark):
591         * glib/gshell.c (g_shell_error_quark):
592         * glib/gmarkup.c (g_markup_error_quark):
593         * glib/goption.c (g_option_error_quark):
594         * glib/gkeyfile.c (g_key_file_error_quark):
595         * glib/giochannel.c (g_io_channel_error_quark):
596         * glib/gfileutils.c (g_file_error_quark):
597         * glib/gconvert.c (g_convert_error_quark):
598         * glib/gbookmarkfile.c (g_bookmark_file_error_quark):
599         * glib/gthread.c (g_thread_error_quark): No point in making
600         the error path fast by caching quarks.
601
602         * glib/gbookmarkfile.c: Make the parser struct const.
603
604 2006-04-04  Behdad Esfahbod  <behdad@gnome.org>
605
606         * glib/gbookmarkfile.c: Fix accidentally broken build.
607
608 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
609
610         * glib/gbookmarkfile.c: Don't include sys/time.h  (#337027,
611          Kazuki IWAMOTO)
612
613 2006-03-31  Tor Lillqvist  <tml@novell.com>
614
615         * glib/gstdio.c (g_remove): Revert change below. It wasn't a good
616         idea after all, says the original bug reporter. See bug for
617         discussion.
618
619 2006-03-30  Tor Lillqvist  <tml@novell.com>
620
621         * glib/gstdio.c (g_remove): [Win32] call rmdir() only if remove()
622         fails with errno set to ENOENT, to leave errno set to EACCESS if
623         that is the problem. (#334799, Yevgen Muntyan)
624
625 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
626
627         * glib/gbookmarkfile.c (g_bookmark_file_get_app_info): Sync
628         the parameter names with the .h files, otherwise gtk-doc
629         misbehaves.
630
631 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
632
633         * tests/.cvsignore: Add bookmarkfile-test to the ignored files.
634
635 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
636
637         * tests/Makefile.am:
638         * tests/bookmarkfile-test.c:
639         * tests/run-bookmark-test.sh:
640         * tests/bookmarks/*.xbel: Add test suite for GBookmarkFile.
641
642 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
643
644         * docs/reference/glib/glib-docs.sgml:
645         * docs/reference/glib/glib-sections.txt:
646         * docs/reference/glib/tmpl/bookmarkfile.sgml: Add documentation for
647         GBookmarkFile to GLib's reference guide.
648
649 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
650
651         * glib/glib.h:
652         * glib/gbookmarkfile.h
653         * glib/gbookmarkfile.c: Add GBookmarkFile, a parser for files
654         containing bookmarks stored using the Desktop Bookmark
655         specification. Fixes bug #327662.
656
657         * glib/glib.symbols:
658         * glib/Makefile.am:
659         * glib/makefile.msc.in:
660         * glib/makefile.mingw.in: Build glue for GBookmarkFile.
661
662 2006-03-27  Dom Lachowicz  <cinamod@hotmail.com>
663
664         * tests/option-test.c: Copy-and-paste error slipped into test5. Enable
665         test5, as per Matthias' comments in bug 329548#c11.
666
667         Change a gboolean to an int. Fixes bug #329789.
668
669         * configure.in: Bump version number to 2.11.0
670         
671 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
672
673         Add support for floating point numbers to goption.
674         (#329548, Behdad Esfahbod, patch by Antoine Dopffer and 
675          Dom Lachowicz)
676
677         * glib/goption.h:
678         * glib/goption.c: Support double arguments.
679
680         * tests/option-test.c: Test double arguments.`
681
682 2006-03-26  Matthias Clasen  <mclasen@redhat.com>
683
684         * glib/goption.c (g_option_context_new): Improve the description
685         of parameter_string in the docs.  (#336085, Claudio Saavedra)
686
687 2006-03-24  Martyn Russell  <martyn@imendio.com>
688
689         * glib/gthreadpool.c: Updated the documentation to explain that
690         when the maximum threads is > 1 the sort functionality is not 100%
691         accurate due to the ramdom nature of the scheduler choosing which
692         threads to execute. Fixes bug #334943.
693
694         * tests/threadpool-test.c: Disabled the debugging by default and
695         fixed the sort test to set the maximum threads to 1 to guarantee
696         the thread entry function is called in order. 
697
698 2006-03-23  Matthias Clasen  <mclasen@redhat.com> 
699
700         === Branch for 2.10 ===