Bump version
[platform/upstream/glib.git] / ChangeLog
1 2008-01-14  Matthias Clasen  <mclasen@redhat.com>
2
3         * configure.in: Bump version
4
5         * === Released 2.15.2 ===
6
7         * NEWS: Updates
8
9 2008-01-14  Alexander Larsson  <alexl@redhat.com>
10
11         * glib/gurifuncs.c:
12         Clarify docs for g_uri_escape_string (#508773)
13
14 2008-01-12  Andre Klapper  <a9016009@gmx.de>
15
16         * configure.in: ALL_LINGUAS: remove line breaks from previous 
17         commit to get damned-lies stats correct again. Add Sinhala (si).
18
19 2008-01-11  Matthias Clasen  <mclasen@redhat.com>
20
21         * glib/gtestutils.c: Fix a docs typo
22
23 2008-01-11 12:55:19  Tim Janik  <timj@imendio.com>
24
25         * tests/testingbase64.c: added g_base64_encode()/g_base64_decode()
26         test case by Asbjoern Pettersen. fixed up coding style.
27
28 2008-01-11 09:00:28  Tim Janik  <timj@imendio.com>
29
30         * glib/Makefile.am (install-exec-hook): use mv/sed/rm on a temporary
31         file instead of "sed -i" which is not portable enough.
32
33 2008-01-08  Alexander Larsson  <alexl@redhat.com>
34
35         * tests/cxx-test.C:
36         Add gio/gio.h include to check for c++ problems.
37
38 2008-01-07  Matthias Clasen  <mclasen@redhat.com>
39
40         * configure.in: Bump version
41
42         * === Released 2.15.1 ===
43
44 2008-01-07  Alexander Larsson  <alexl@redhat.com>
45
46         * configure.in:
47         Add gio/test/Makefile to AC_CONFIG_FILES
48
49 2008-01-07  Matthias Clasen  <mclasen@redhat.com>
50
51         * NEWS: Updates
52
53 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
54
55         * glib/gregex.c: Add a translator comment (#503051, 
56         Pedro de Medeiros)
57
58 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
59
60         * glib/gutils.h: Cope with gcc 4.3 changed 'extern inline'
61         semantics.  (#315437, patch by Loïc Minier)
62
63 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
64
65         * glib/gspawn.c (fdwalk): Don't set open_max to
66         RLIM_INFINITY.  (#495589, Tommi Komulainen)
67
68 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
69
70         * README.in, INSTALL.in: Document new dependencies.
71
72 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
73
74         * gio-2.0.pc.in, gio-2.0-uninstalled.pc.in: Require glib-2.0
75         (#507628)
76
77 2008-01-04  Mathias Hasselmann  <mathias@openismus.com>
78
79         Resolve 64 bit-shift bug in g_markup_collect_attributes.
80         Spotted by Lieven van der Heide.
81
82         * glib/gmarkup.c: Use G_GUINT64_CONSTANT in bit-shift.
83
84 2008-01-02  Alvaro Lopez Ortega  <alvaro@sun.com>
85
86         * gio/gunixmount.c (g_unix_mount_unmount, g_unix_mount_eject):
87         These void functions were trying to return a value. It was causing
88         the compilation to fail.
89
90 2008-01-02  Alvaro Lopez Ortega  <alvaro@sun.com>
91
92         * glib/ghash.c (g_hash_table_replace, g_hash_table_insert): These
93         functions prototype defines its output as void, and therefore they
94         should not return any value. This patch fixes a compilation error:
95         the "return" clauses were incompatible with the functions prototype.
96
97 2007-12-31  Matthias Clasen  <mclasen@redhat.com>
98
99         * glib/gslice.c: Remove C99 comments
100
101 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
102
103         * glib/gtestutils.h:
104         * glib/glib.symbols: Mark assertion functions as G_GNUC_NORETURN.
105         (#506461, Sebastian Dröge)
106
107 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
108
109         * glib/gtestutils.c: Include sys/time.h.  (#505258)
110
111 2007-12-22  Mathias Hasselmann  <mathias@openismus.com>
112
113         Do not show empty groups in --help output. Initial patch from Yevgen
114         Muntyan. (#504142)
115
116         * glib/goption.c: Do not show empty groups in --help output.
117         * glib/tests/Makefile.am: Add option-context.c
118         * glib/tests/option-context.c: Test skipping of empty groups.
119
120 2007-12-22  Matthias Clasen  <mclasen@redhat.com>
121
122         * glib/gkeyfile.c: Remove wrong documentation about start group
123         handling.  (#476856, Areg Beketovski)
124
125 2007-12-21 18:02:30  Tim Janik  <timj@imendio.com>
126
127         * glib/Makefile.am: use "sed -i.bak <CMD> <FILE> && rm -f <FILE>.bak"
128         syntax for install-exec-hook, which seems to be the only "sed -i"
129         variant that is portable across linux and MacOS.
130
131 2007-12-21  Matthias Clasen  <mclasne@redhat.com>
132
133         * glib/gtestutils.h: Bring up to GLib coding standards: remove
134         C99 comments, trailing commas in enumerations and extra ; after
135         G_BEGIN/END_DECLS. Among other things, this makes xulrunner build
136         against GLib 2.15.
137
138         * glib/gtester.c: More of the same
139
140 2007-12-09  Hans Breuer  <hans@breuer.org>
141
142         * tests/gio-ls.c : adapt to recent api changes
143         * tests/testglib.c : variable declaration at the beginning of a block
144         
145         (Lieven van der Heide, #503602)
146         * win32-fixup.pl : process *.rc.in as well; substitute 
147         LT_CURRENT_MINUS_AGE
148         * glib/makefile.msc.in : alphabetic sorting of OBJECTS
149
150 2007-12-20  Matthias Clasen  <mclasen@redhat.com>
151
152         * configure.in: Bump version
153
154         * === Released 2.15.0 ===
155
156         * NEWS: Updates
157
158         * glib/Makefile.am: Fix make dist
159
160 2007-12-20 16:34:04  Tim Janik  <timj@imendio.com>
161
162         * glib/gtester-report: commented class definitions. moved HTML character
163         escaping out of javascript. fixed string->bool conversions. added performance
164         results to test case "Details" window.
165
166 2007-12-20  Matthias Clasen  <mclasen@redhat.com>
167
168         * glib/gchecksum.[hc] (g_checksum_new): Return NULL when 
169         the checksum_type is unknown.  (#501853)
170
171 2007-12-20  Christian Persch  <chpe@gnome.org>
172
173         * glib/gchecksum.c (g_checksum_new): Use g_slice_new0, to fix
174         "conditional jump or move depends on uninitialised value(s)" error
175         from valgrind. Bug #504527.
176
177 2007-12-20 15:17:04  Tim Janik  <timj@imendio.com>
178
179         * Makefile.decl: generate HTML reports for test-report perf-report full-report.
180
181 2007-12-20 15:03:51  Tim Janik  <timj@imendio.com>
182
183         * glib/gtester-report: new python script that generates an HTML
184         unit test report from the XML files generated by gtester.
185
186         * glib/Makefile.am: install gtester-report in $bindir and configure
187         it upon installation (version number and python shebang).
188
189 2007-12-19  Matthias Clasen  <mclasen@redhat.com>
190
191         * glib/glib.symbols: Add g_async_queue_new_full
192
193 2007-12-19 20:30:18  Tim Janik  <timj@imendio.com>
194
195         * glib/gtestutils.c: capture g_log() messages and send to gtester.
196         also, send assertion messages to gtester.
197
198         * glib/gtester.c: add error messages to output log file.
199         force child poll loop to abort if waitpid() signaled child exit,
200         eventhough the child's report file descriptor wasn't closed.
201
202 2007-12-19  Christian Persch  <chpe@gnome.org>
203
204         * glib/gchecksum.c: (g_checksum_type_get_length),
205         (g_checksum_get_digest):
206         * glib/gchecksum.h:
207         * glib/glib.symbols:
208         * tests/checksum-test.c: (test_checksum): Add
209         g_checksum_type_get_length, and change g_checksum_get_digest to use a
210         provided buffer instead of returning allocated memory. Bug #501853.
211
212 2007-12-19  Emmanuele Bassi  <ebassi@gnome.org>
213
214         * glib/gtimer.c (g_time_val_from_iso8601): Fix the date validation
215         check. (#503029)
216
217         * tests/testglib.c (various_string_tests): Add an invalid date
218         for testing the above fix.
219
220 2007-12-19  Alexander Larsson  <alexl@redhat.com>
221
222         * glib/gfileutils.[ch]:
223         * glib/glib.symbols:
224         Rename g_format_file_size_for_display to g_format_size_for_display.
225
226 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
227
228         * docs/reference/glib/glib-sections.txt:
229         * glib/gasyncqueue.c: (g_async_queue_new), (g_async_queue_new_full),
230           (g_async_queue_unref):
231         * glib/gasyncqueue.h: add g_async_queue_new_full() which takes a
232           GDestroyNotify function to free any remaining queue items when the
233           queue is destroyed after the final atomic unref (#367550).
234
235 2007-12-18 13:45:23  Tim Janik  <timj@imendio.com>
236
237         * glib/gtestutils.[hc]: added g_test_trap_assert_stdout_unmatched() and
238         g_test_trap_assert_stderr_unmatched(), based on a suggestion by Mathias
239         Hasselmann. reworked g_test_trap_assertions() to use flags to encode
240         assertion semantics, fixes #504227.
241
242 2007-12-16  Mathias Hasselmann  <mathias@openismus.com>
243
244         * glib/gutils.c:
245         Allow NULL strings in g_parse_debug_string. (#503862, Matthew Barnes)
246
247 2007-12-14  Matthias Clasen  <mclasen@redhat.com>
248
249         * glib/glib.symbols:
250         * glib/ghash.[hc]: Add hash table iterators.  (#500507,
251         Jean-Yves Lefort)
252
253         * tests/hash-test.c: Test iterators. 
254
255 2007-12-13  Mathias Hasselmann  <mathias@openismus.com>
256
257         Give exmples in error message unsupported case-changing escape
258         sequences. (503222)
259
260         * glib/gregex.c: Add examples to error message for PCRE-ERR37.
261
262 2007-12-13  Bastien Nocera  <hadess@hadess.net>
263
264         * glib/gtimer.c: (g_time_val_from_iso8601):
265         Don't try to parse dates that start with anything but a
266         digit, a plus or a minus sign, as those can't be valid
267         ISO8601 dates (Closes: #503029)
268
269 2007-12-13  Matthias Clasen  <mclasen@redhat.com>
270
271         * glib/gkeyfile.c (g_key_file_clear): Free group_hash.
272         (#503420, Christian Persch)
273
274 2007-12-12 16:06:11  Tim Janik  <timj@imendio.com>
275
276         * tests/testglib.c: split up tests and reworked code to use
277         the new test framework.
278
279         * tests/Makefile.am: added testglib to TEST_PROGS.
280
281 2007-12-11 Rahul Bhalerao <b.rahul.pm@gmail.com>
282
283         * configure.in: Added entry for Marathi Translations
284
285 2007-12-10  Matthias Clasen  <mclasen@redhat.com>
286
287         * glib/glib.h: Include gurifuncs.h
288
289 2007-12-10  Benjamin Otte  <otte@gnome.org>
290
291         * glib/garray.h: use an intermediate cast to void * in g_array_index()
292         to not trigger cast alignment warnings, fixes #502927.
293
294 2007-12-10 15:08:59  Tim Janik  <timj@imendio.com>
295
296         * let g_warn_if_fail replace g_assert as discussed here:
297           http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html
298
299         * fix bug #502498: Test framework assertion failures should follow
300         gcc error format.
301
302         * gmessages.h, gmessages.c: deprecated g_assert_warning() which is
303         unused now. removed g_assert*() definitions whcih are provided by 
304         gtestutils.h now. added g_warn_if_reached() and g_warn_if_fail()  
305         which are recommended as g_assert/g_assert_not_reached replacements
306         for non-test programs.
307         added g_warn_message() to implement g_warn_*() macros.
308         use emacs-next-error friendly formatting for file:line: for warnings.
309
310         * gtestutils.h, gtestutils.c: use emacs-next-error friendly formatting.
311         implement g_assert_not_reached() with g_assertion_message() and
312         g_assert() in terms of g_assertion_message_expr() so we'll be able to
313         provide assertion messages in test logs.
314
315         * gkeyfile.c, gbookmarkfile.c: changed g_assert*() to g_warn_if_fail()
316         or g_return_if_fail() where suitable.
317
318         * gio/: changed g_assert to g_warn_if_fail.
319
320 2007-12-10 13:02:08  Tim Janik  <timj@imendio.com>
321
322         * glib/gtestutils.c (g_assertion_message_cmpnum): applied patch by Tommi
323         Komulainen to fix int64 printouts, fixes #502511.
324
325 2007-12-10  Matthias Clasen  <mclasen@redhat.com>
326
327         * glib/gstrfuncs.h:
328         * glib/gstrfuncs.c (g_dpgettext): Change prototype to take 
329         msgctxtid + offset instead of two strings, to avoid duplication
330         of string constants if the compiler/linker don't perform constant
331         suffix merging.  (#502590, Christian Persch)
332
333         * glib/gi18n.h:
334         * glib/gi18n-lib.h: Adapt the definitions of C_() and Q_().
335
336 2007-12-09  Hans Breuer  <hans@breuer.org>
337
338         * tests/gio-ls.c : (new file) a test program emulating some of 'ls'
339         * tests/makefile.msc.in : build it (currently on win32)
340
341         * **/makefile.msc glib/makefile.msc.in : removed -GD to compile
342         with msvc9 (vs2008) with less complains
343         
344         * glibconfig.h.win32.in : #define G_HAVE_ISO_VARARGS 1 for
345         msv8 (vs2005) and above
346         
347         * glib/gfileutils.c : s/stricmp/_stricmp/
348         * msvc_recommended_pragmas.h : work around Microsoft's premature 
349         attempt to deprecate the C-Library
350
351         * tests/makefile.msc.in : added checksum-test
352
353 2007-12-08  Christian Persch  <chpe@gnome.org>
354
355         * gio/glocalfileinfo.c: (get_thumbnail_attributes): Add forgotten
356         #ifdef G_OS_WIN32 to fix the build on linux.
357
358 2007-12-08  Hans Breuer  <hans@breuer.org>
359
360         * glib/makefile.msc.in : build gchecksum.obj
361
362 2007-12-06  Mathias Hasselmann  <mathias@openismus.com>
363
364         * glib/ghash.c: Call destroy notify when destroying
365         the hash table in g_hash_table_unref.
366
367 2007-12-06 13:29:00  Tim Janik  <timj@imendio.com>
368
369         * glib/gtester.c (child_report_cb): detect non-blocking fd EOF
370         by read()==0 following poll(), needed on MacOS.
371
372 2007-12-06  Mathias Hasselmann  <mathias@openismus.com>
373
374         * glib/gunidecomp.c: Mention g_utf8_normalize()
375         returns NULL on invalid string. (#501997)
376
377 2007-12-06  Mathias Hasselmann  <mathias@openismus.com>
378
379         * glib/gerror.c: Improve wording for g_propagate_error docs.
380
381 2007-12-06 09:27:42  Tim Janik  <timj@imendio.com>
382
383         * tests/scannerapi.c: added new scanner test from #501654, by
384         Patrick Hulin with various modifications.
385         reworked coding style, adapted to new testing framework, fixed
386         token parser test and use a forked sub process to test
387         g_scanner_error() output messages.
388
389 2007-12-05 17:58:18  Tim Janik  <timj@imendio.com>
390
391         * glib/gtester.c: added -m=thorough support to gtester.
392
393 2007-12-05 17:21:05  Tim Janik  <timj@imendio.com>
394
395         * glib/glib/gtestutils.c: print out random seed for verbose tests,
396         also adapted test result reporting slightly in verbose mode to allow
397         custom debugging output. support "thorough" as test mode alis for "slow".
398
399         * glib/glib/gtestutils.h: added g_test_thorough().
400
401         * glib/glib/gtester.c: print out the last random seed when tests fail.
402         added result attribute to test case status logging to easily spot
403         failing tests in log files. disabled debugging output when skipping tests.
404
405 2007-12-05 11:43:22  Tim Janik  <timj@imendio.com>
406
407         * glib/gtestutils.[hc]: added g_test_add_data_func() to pass data
408         into tests. allow data arguments for fixture tests.
409
410         * glib/gtestutils.c: fixed fatal log flag setup, so tests really abort
411         upon criticals/warnings/errors.
412
413         * glib/tests/testing.c: test test_data arguments.
414
415         * glib/gtester.c: some prototype fixups.
416
417 2007-12-05  Tor Lillqvist  <tml@novell.com>
418
419         * glib/win_iconv.c: Add "shift-jis" as an alternative spelling of
420         "shift_jis".
421
422 2007-12-05  Ryan Lortie  <desrt@desrt.ca>
423
424         * autogen.sh: for the benefit of git users, checkout build/ if it is
425         missing
426         * .gitignore: but after that, ignore it.
427
428 2007-12-05  Ryan Lortie  <desrt@desrt.ca>
429
430         * glib/ghash.c: ungtk-docify some comments for internal functions
431
432 2007-12-04  Emmanuele Bassi  <ebassi@gnome.org>
433
434         * gio/glocalfileinfo.c: Replace the copy-and-paste MD5 digest
435         generation with GChecksum.
436
437 2007-12-04  Emmanuele Bassi  <ebassi@gnome.org>
438
439         * glib/gchecksum.[ch]: Add GChecksum, a generic wrapper around
440         various hashing algorithms. At the moment, the MD5, SHA-1 and
441         SHA-256 algorithms are supported. (#443648)
442
443         * glib/glib.h:
444         * glib/Makefile.am:
445         * glib/glib.symbols: Build glue for GChecksum
446
447         * tests/Makefile.am
448         * tests/checksum-test.c: Add test suite for GChecksum.
449
450 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
451
452         * glib/ghash.c: no code changes; add comments to document the internal
453         functions.
454
455 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
456
457         * glib/ghash.c: no code changes; reorder functions to remove the need
458         for forward declarations.
459
460 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
461
462         * glib/ghash.c (g_hash_table_lookup_node,
463         g_hash_table_lookup_extended, g_hash_table_insert_internal,
464         g_hash_node_new): improve clarity in some functions
465
466 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
467
468         * glib/ghash.c: rename 'node' to 'node_ptr' where appropriate
469
470 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
471
472         * glib/ghash.c: convert G_HASH_TABLE_RESIZE() macro to inline function
473
474 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
475
476         * glib/glib.symbols (glib_gettext): remove stray (duplicate) entry
477         from file to fix the build
478
479 2007-12-03  Behdad Esfahbod  <behdad@gnome.org>
480
481         * glib/gnulib/Makefile.am: Fix EXTRA_DIST automake warnings. (#501107)
482
483 2007-12-03  Hans Breuer  <hans@breuer.org>
484
485         * glib/glib.symbols : added glib_gettext (in use by gio)
486         * makefile.msc : also try building gio
487         
488         * glib/gmarkup.c : use G_GUINT64_CONSTANT() to avoid 
489         'bad suffix on number'
490         * glib/gtestutils.c : declare cariable at the beginning of the block,
491         include <io.h> for G_OS_WIN32
492         * makefile.msc.in : add gurifuncs and gtestutils
493
494 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
495
496         * glib/ghash.c: create a common function for the many places where all
497         nodes in the table are removed (remove_all, steal_all, destroy, unref,
498         etc...)
499
500 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
501
502         * tests/hash-test.c (second_hash_test): fix memory leak, add a few
503         extra sanity tests.
504
505 2007-12-03  Matthias Clasen  <mclasen@redhat.com>
506         
507         * glib/gkeyfile.c: Don't call g_get_language_names() per-key.
508         (#500638, Michael Meeks)
509
510 2007-12-03  Marco Barisione <marco@barisione.org>
511
512         * glib/gregex.c:
513         * glib/gregex.h: Add new error codes for when compilation fails and
514         make compilation error translatable. (#482313, Morten Welinder)
515
516 2007-12-03  Matthias Clasen  <mclasen@redhat.com>
517
518         * glib/gkeyfile.c: Add a hash table to speed up group lookups,
519         which GKeyFile does quite a lot.  
520
521 2007-12-03  Alexander Larsson  <alexl@redhat.com>
522
523         * configure.in:
524         Add xattr checks for OSX style API (#500506)
525
526 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
527
528         * glib/ghash.c: merge more common code into functions.  Vastly
529         simplify loop logic in g_hash_table_foreach_remove_or_steal().
530
531 2007-12-01  Behdad Esfahbod  <behdad@gnome.org>
532
533         * Makefile.am: Don't descend into build/. (#500875)
534
535 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
536
537         * glib/gmarkup.h:
538         * glib/gmarkup.c: 
539         * glib/gerror.c: Add Since: tags to new API, other doc improvements.
540
541 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
542
543         * glib/gurifuncs.c: Some doc cleanups
544
545 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
546
547         * glib/gtestutils.c: Fix up some doc comments, avoid C99 comments
548
549         * glib/gconvert.c: De-doc-commentify static functions to
550         shut up gtk-doc.
551
552         * glib/gutils.c: Fix the glib_gettext doc comment.
553
554 2007-11-28  Tor Lillqvist  <tml@novell.com>
555
556         * config.h.win32.in: Update to match what configure produces.
557
558 2007-11-28  Alexander Larsson  <alexl@redhat.com>
559
560         * glib/gstring.c (g_string_append_uri_escaped):
561         Move this function before g_string_append_c so that
562         we avoid the plt call due to the undefinf of g_string_append_c
563
564 2007-11-28  Emmanuele Bassi  <ebassi@gnome.org>
565
566         * gio/Makefile.am: Remove makegioalias.pl from the marshal files
567         and avoid it being cleaned up when running make clean.
568
569 2007-11-28  Alexander Larsson  <alexl@redhat.com>
570
571         * glib/glib.symbols:
572         Add in the new symbols
573         
574         * glib/gurifuncs.c:
575         Use the aliases framework
576         
577         * glib/glibintl.h:
578         * glib/gutils.c:
579         Make the alias stuff work now that glib_gettext
580         is exported to libgio. 
581
582 2007-11-27  Ryan Lortie  <desrt@desrt.ca>
583
584         * glib/ghash.c (g_hash_table_insert, g_hash_table_replace,
585         g_hash_table_insert_internal): insert/replace were identical except
586         for a single line.  Replace both with a common function.
587
588 2007-11-27  Alexander Larsson  <alexl@redhat.com>
589
590         * gio/Makefile.am:
591         * gio/gurifuncs.[ch]:
592         * glib/Makefile.am:
593         * glib/gstring.[ch]:
594         * glib/gurifuncs.[ch]:
595         Moved gurifuncs from gio to glib
596
597 2007-11-27  Alexander Larsson  <alexl@redhat.com>
598
599         * gio/gfileinfo.[ch]:
600         * glib/gfileutils.[ch]:
601         Move g_format_file_size_for_display from gio to glib
602
603 2007-11-27  Alexander Larsson  <alexl@redhat.com>
604
605         * configure.in:
606         Allow configuration of gio-module-dir
607         
608         * gio-2.0.pc.in:
609         Export giomodules location as giomodule variable
610
611 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
612
613         * tests/markup-collect.c: Add some tests for invalid booleans
614
615 2007-11-26  Ryan Lortie  <desrt@desrt.ca>
616  
617         Add new function g_markup_collect_attributes (bug #496847).
618  
619         * glib/glib.symbols: add g_markup_collect_attributes
620  
621         * docs/reference/glib/glib-sections.txt: 
622         * glib/gmarkup.h:
623         * glib/gmarkup.c: add g_markup_collect_attributes and new enumerated
624         type GMarkupCollectType.  Add new error code
625         G_MARKUP_ERROR_MISSING_ATTRIBUTE that is thrown by the attribute
626         collector.
627
628 2007-11-27  Tor Lillqvist  <tml@novell.com>
629
630         * glib/win_iconv.c: Some improvements, being upstreamed.
631         (must_use_null_useddefaultchar): New function, checks for those
632         codepages for which one must pass a NULL lpUsedDefaultChar pointer
633         to WideCharToMultiByte().
634         (kernel_wctomb): Use it.
635         (kernel_wctomb): Return with E2BIG immediately if bufsize is zero.
636
637 2007-11-27  Tor Lillqvist  <tml@novell.com>
638
639         * glib/gutils.c (_glib_get_locale_dir) [Win32]: Use either
640         lib/locale or share/locale depending on which one is in
641         GLIB_LOCALE_DIR. When the configury recognizes GNU gettext (based
642         on the _nl_msg_cat_cntr variable, eek), share/locale gets used.
643
644         * glib-zip.in: Likewise, look for message catalogs either in
645         lib/locale or share/locale.
646
647 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
648
649         * gio/gfileattribute.c: Fix up a doc comment.
650
651 2007-11-26  Alexander Larsson  <alexl@redhat.com>
652
653         * Makefile.am:
654         * configure.in:
655         * gio-2.0-uninstalled.pc.in:
656         * gio-2.0.pc.in: 
657         * gio-unix-2.0-uninstalled.pc.in:
658         * gio-unix-2.0.pc.in:
659         * gio/
660         * docs/reference/gio
661         Merged gio-standalone into glib.
662         
663         * glib/glibintl.h:
664         * glib/gutils.c:
665         Export glib_gettext so that gio can use it
666         Add P_ (using same domain for now)
667         Add I_ as g_intern_static_string
668
669 2007-11-26  Tor Lillqvist  <tml@novell.com>
670
671         * glib/win_iconv.c: ISO8859-1 is CP28591, not CP1252.
672
673 2007-11-26  Tor Lillqvist  <tml@novell.com>
674
675         Implement #491549: On Windows, always use the native API for
676         character set conversions instead of GNU libiconv. Almost all
677         codesets supported by GNU libiconv exist as Windows codepages.
678         One missing feature is the "C99" and "JAVA" pseudo codesets, but I
679         doubt that is worth worrying about.
680         
681         * glib/win_iconv.c: New file. iconv() implementation for
682         Windows. Placed in the public domain by Yukihiro Nakadaira
683         <yukihiro.nakadaira@gmail.com>. From
684         http://yukihiro.nakadaira.googlepages.com/win_iconv.zip, his
685         2007-11-17 version.
686
687         * glib/gconvert.c: Include win_iconv.c on Windows.
688
689         * glib/Makefile.am: Add win_iconv.c to EXTRA_DIST.
690         
691         * configure.in: Bypass iconv checks on Windows. 
692
693 2007-11-25  Tor Lillqvist  <tml@novell.com>
694
695         * glib/gtestutils.c: Add conditionals for non-Unix. Just g_error()
696         unless G_OS_UNIX for now.
697
698 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
699
700         * configure.in: Require gtk-doc 1.8.
701
702         * glib/gasyncqueue.c:
703         * glib/gdate.c:
704         * glib/gfileutils.c:
705         * glib/gmain.c:
706         * glib/gmarkup.c:
707         * glib/gregex.c:
708         * glib/gtestutils.c:
709         * glib/gutils.c: Use gtk-doc abbreviations for 
710         examples in doc comments.
711
712 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
713
714         * */Makefile.am: Replace INCLUDES by AM_CPPFLAGS, other
715         cleanups.
716
717 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
718
719         * tests/base64-test.c: Fix a memory overrun.
720
721 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
722
723         * glib/gutils.c: Remove leftover ENABLE_NLS #ifdefs.
724
725 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
726
727         * glib/gbase64.c (g_base64_encode): Don't refuse to encode
728         a single byte.  (Milan Crha)
729
730         * tests/base64-test.c: Test encoding short strings.
731
732 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
733
734         * glib/gi18n-lib.h: 
735         * glib/gi18n.h: Define a two-argument macro C_() for marking
736         translatable strings with context and implement C_() and Q_()
737         using g_dpgettext().  (#142676, Morten Welinder)
738
739         * glib/glib.symbols:
740         * glib/gstrfuncs.[hc]: Implement g_dpgettext().
741
742 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
743
744         * glib/goption.c: Use g_print to print out --help text in 
745         locale encoding.  (#469551, Takao Fujiwara)
746
747 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
748
749         * glib/gkeyfile.c: Set length out param in list-returning functions
750         to 0 when returning NULL.  (#498728, Christian Persch)
751
752 2007-11-21 21:06:47  Tim Janik  <timj@imendio.com>
753
754         * Makefile.decl: initialize automake variables EXTRA_DIST and
755         TEST_PROGS for unconditional appending via += in other makefiles.
756         define recursive test targets: test, test-report, perf-report,
757         full-report, as described here:
758       http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html
759
760         * Makefile.am:
761         * build/win32/vs8/Makefile.am, build/win32/dirent/Makefile.am:
762         * build/win32/Makefile.am, build/Makefile.am:
763         * docs/Makefile.am, docs/reference/Makefile.am:
764         * docs/reference/glib/Makefile.am, docs/reference/gobject/Makefile.am:
765         * gmodule/Makefile.am, tests/Makefile.am:
766         * tests/refcount/Makefile.am, tests/gobject/Makefile.am:
767         * glib/update-pcre/Makefile.am, glib/libcharset/Makefile.am:
768         * glib/tests/Makefile.am, glib/pcre/Makefile.am:
769         * glib/gnulib/Makefile.am, gobject/Makefile.am, m4macros/Makefile.am:
770         * gthread/Makefile.am, glib/Makefile.am:
771         include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
772
773         * glib/tests/Makefile.am: removed example testing rules.
774
775         * glib/tests/testing.c: conditionalized performance and slow tests.
776
777         * glib/gtestutils.h:
778         * glib/gtestutils.c: work around g_test_config_vars not changing its
779         exported value after value assignments, aparently due to symbol aliases.
780
781         * glib/gtester.c: fixed off-by-one error which produced junk in logs.
782
783         * configure.in: check for python >= 2.4 and provide $PYTHON for scripts.
784
785 Tue Nov 20 15:59:55 2007 +0100 Tim Janik
786
787         Renamed gtestframework to gtestutils.
788
789         * glib/glib.h:
790         * glib/Makefile.am: added gtestutils.h to public includes.
791
792         * glib/gtestutils.c: include gtestutils.h.
793
794         * glib/gtestutils.h:
795         * glib/glib.symbols:
796         * glib/tests/testing.c: renamed gtestframework to gtestutils.
797
798         * glib/gtestframework.h: renamed to gtestutils.h.
799
800         * glib/gtestframework.c: renamed to gtestutils.c.
801
802 Tue Nov 20 15:29:34 2007 +0100 Tim Janik
803
804         glib/gtestframework.c: g_test_init(): make warnings and criticals fatal for all test programs.
805
806 Wed Nov 14 20:35:05 2007 +0100 Tim Janik
807
808         gtestframework.c: added test API documentation by Sven Herzberg and Tim Janik.
809
810 Wed Nov 14 19:10:28 2007 +0100 Tim Janik
811
812         gtestframework.[hc]: implemented g_test_queue_destroy() and g_test_queue_unref().
813
814 Fri Nov 9 12:28:52 2007 +0100 Tim Janik
815
816         Added g_test_bug() and related API.
817
818         * gtester.c: handle G_TEST_LOG_MESSAGE and test test message API.
819
820         * gtestframework.h, gtestframework.c: added test message API and convenience
821         API to send test messages about bug URLs.
822
823 Fri Nov 9 11:35:11 2007 +0100 Tim Janik
824
825         Added API to access test framework configuration.
826
827         * gtestframework.h, gtestframework.c: export testing configuration to test
828         programs with g_test_quick(), g_test_perf(), g_test_verbose(), g_test_quiet().
829
830 Thu Nov 8 17:55:09 2007 +0100 Tim Janik
831
832         gtester: implemented logic to handle failing tests, self tests, and validate XML reports.
833
834         * gtester.c: terminate when tests failed. keep XML valid when test cases fail.
835         restart test binaries when tests fail, resuming after the last processed test.
836         support --gtester-selftest to run gtester itself as test program.
837         support --test-arg=<arg> to pass args along to test programs. added
838         main_selftest() which does a simplistic fixture test. fail if exit
839         code of test programs is not 0.
840
841         * gtestframework.h: added G_TEST_LOG_SKIP_CASE test log message type.
842
843         * gtestframework.c: support --GTestSkipCount=<n> to skip a number of tests.
844
845         * tests/Makefile.am: added test-report: for demonstration purposes.
846         added gtester-xmllint-check: and hooked it up into check:, this rule calls
847         gtester as test program, running it's selftest, and then uses xmllint to
848         validate the generate XML test log file.
849
850 Thu Nov 8 14:51:37 2007 +0100 Tim Janik
851
852         gtester: implemented XML logging.
853
854         * glib/gtester.c: log test messages to XML output file. beautified normal test
855         result output.
856
857         * glib/gtestframework.c: fixed GTimer leak.
858
859         * glib/tests/Makefile.am: start gtester with --verbose.
860
861 Thu Nov 8 12:33:31 2007 +0100 Tim Janik
862
863         tests/Makefile.am: execute test programs with gtester, add test: to check:
864
865 Thu Nov 8 12:18:51 2007 +0100 Tim Janik
866
867         Fixed PLT symbol exports for gtestframework.h.
868
869         * glib/glib.symbols: added all exported gtestframework.h symbols.
870
871         * glib/gtestframework.c: include galias.h, galiasdef.c, define __G_TESTFRAMEWORK_C__.
872
873 Thu Nov 8 11:31:12 2007 +0100 Tim Janik
874
875         glib/gtester.c: fixed debugging flag.
876
877 Wed Nov 7 17:56:26 2007 +0100 Tim Janik
878
879         fixed bogus unistd.h include.
880
881 Wed Nov 7 17:53:30 2007 +0100 Tim Janik
882
883         Implemented test log IPC.
884
885         * gtester.c: read and decode log messages from test binary child processes.
886         fixed GIOChannel and child watch handling to process all messages and avoid
887         hangs. pass --verbose and --quiet on to children, default to --quiet.
888
889         * gtestframework.h: export g_test_log_type_name().
890
891         * gtestframework.c: send test log to --GTestLogFD=<fd> if given, removed
892         bogus -o-option.
893
894 Tue Nov 6 20:07:44 2007 +0100 Tim Janik
895
896         gtester.c: support test case listing through gtester.
897
898 Tue Nov 6 20:01:06 2007 +0100 Tim Janik
899
900         gtestframework.c: fixed testpath matches for automatic root suite.
901
902 Tue Nov 6 19:50:33 2007 +0100 Tim Janik
903
904         gtester.c: adapted to become a rudimentary test binary launcher.
905
906         * gtester.c: increased read buffer size to match common unix pipe buffer size.
907         added argument parsing and usage. changed io handling to capture and replicate
908         stdout. fixed io handlers to be cleaned up when the child process exits (catch
909         G_IO_ERR | G_IO_HUP). we now use pending/iteration instead of a main loop
910         structure, to keep running until the child process exits and all io has been
911         processed. launch the test binaries given on the command line. don't quit when
912         a child couldn't be launched but --keep-going was specified.
913
914 Tue Nov 6 17:11:37 2007 +0100 Tim Janik
915
916         Integrated gtester program into build process.
917
918         * Makefile.am: build and install gtester binary.
919
920         * gtester.c: fixed up coding style and removed hard wired test coded.
921
922 Tue Nov 6 16:12:32 2007 +0100 Sven Herzberg
923
924         glib/gtester.c:Small -Wall fix
925
926 Tue Nov 6 16:05:06 2007 +0100 Sven Herzberg
927
928         glib/gtester.c:Implemented nonblocking reading properly now
929
930 Mon Nov 5 13:53:23 2007 +0100 Sven Herzberg
931
932         glib/gtester.c:Quit the application when the output is parsed completely, not just the process finished
933
934 Mon Nov 5 12:00:16 2007 +0100 Sven Herzberg
935
936         glib/gtester.c:Read the output of the child process
937
938 Mon Nov 5 11:50:59 2007 +0100 Sven Herzberg
939
940         glib/gtester.c:Use g_spawn_async_with_pipes()
941
942 Mon Nov 5 11:50:08 2007 +0100 Sven Herzberg
943
944         glib/gtester.c:Spawn a process async and quit gtester after the child process exited
945
946 Mon Nov 5 11:30:45 2007 +0100 Sven Herzberg
947
948         glib/gtester.c:Added a first revision of gtester
949
950 Tue Nov 6 16:47:06 2007 +0100 Tim Janik
951
952         Implemented test log serialization.
953
954         * glib/gtestframework.h: added g_test_log*() API.
955
956         * glib/gtestframework.c: implement test log serialization.
957
958 Tue Nov 6 14:24:54 2007 +0100 Tim Janik
959
960         Implemented test logging basics.
961
962         * glib/gtestframework.c: added --debug-log and --verbose, implemented
963         test information logging.
964
965         * testing.c: test g_test_maximized_result() and g_test_minimized_result().
966
967 Tue Nov 6 11:52:14 2007 +0100 Tim Janik
968
969         Implemented g_test_timer*().
970
971         * gtestframework.c: implemented g_test_timer*().
972
973         * tests/testing.c: added a g_test_timer*() test.
974
975 Mon Nov 5 18:28:24 2007 +0100 Tim Janik
976
977         Implemented support for testpaths.
978
979         * gtestframework.c: implemented g_test_add_vtable() and g_test_add_func().
980
981         * tests/testing.c: use g_test_add() and g_test_add_func() to majorly simplify main().
982
983 Mon Nov 5 15:56:42 2007 +0100 Tim Janik
984
985         testing.c: added tests for the g_test_rand*() API.
986
987 Mon Nov 5 15:55:38 2007 +0100 Tim Janik
988
989         Implemented g_test_rand*().
990
991         * gtestframework.h: fixed g_assert_cmp*() to evaluate arguments only once.
992         added g_assert_cmpuint(). completed g_test_rand*() to cover bits, ints,
993         doubles and ranges.
994
995         * gtestframework.c: fixed "--seed" option and implemented g_test_rand*().
996
997 Mon Nov 5 15:51:43 2007 +0100 Tim Janik
998
999         testing.c: added tests for g_assert_cmphex() and forked test traps.
1000
1001 Mon Nov 5 15:10:18 2007 +0100 Tim Janik
1002
1003         Implemented g_test_trap_fork() API.
1004
1005         * gtestframework.h: added g_assert_cmphex(). reworked g_test_trap*() API.
1006
1007         * gtestframework.c: implemented g_test_trap_fork() API.
1008
1009 Thu Nov 1 15:05:07 2007 +0100 Tim Janik
1010
1011         * glib/gtestframework.c:
1012
1013         that match a given test path.
1014         (g_test_run_suite): run suite only if it matches the existing test paths.
1015
1016         * glib/tests/testing.c: minor rename.
1017
1018 Thu Nov 1 13:45:55 2007 +0100 Tim Janik
1019
1020         GTest framework started.
1021
1022         * glib/gtestframework.h: testing framework API as proposed on gtk-devel-list.
1023         includes elaborate assertions, performance report functions, test traps,
1024         test timer, test random numbers, teardoiwn garbage collection functions
1025         and general test case / test suite management APIs.
1026
1027         * glib/gtestframework.c: first test framework implementation. already covers
1028         some test suite management APIs and assertion message implementations.
1029
1030         * glib/tests/testing.c: test program for the testing framework.
1031
1032         * glib/tests/Makefile.am: complie testing.c as test. run all tests as part of
1033         make test:.
1034
1035 Wed Oct 31 15:42:48 2007 +0100 Tim Janik
1036
1037         glib/Makefile.am: build tests/ subdir after building libglib.
1038
1039 Tue Oct 30 16:17:32 2007 +0100 Tim Janik
1040
1041         Fixed up internal 'g_test*' names.
1042
1043         * refcount/signals.c:
1044         * refcount/objects.c:
1045         * refcount/objects2.c:
1046         * refcount/closures.c:
1047         * refcount/properties.c:
1048         * refcount/properties2.c: changed namespace prefix from g_test_* to my_test_*
1049         to not clash with newly introduced g_test* API in glib.
1050
1051 Tue Oct 30 14:41:26 2007 +0100 Tim Janik
1052
1053         Added gtestframework.[hc] and glib/tests/.
1054
1055 2007-11-20  Sven Neumann  <sven@gimp.org>
1056
1057         * glib/gerror.c (g_error_add_prefix): use g_strconcat() instead of
1058         g_strjoin() to concatenate two strings.
1059
1060 2007-11-19  Marco Barisione  <marco@barisione.org>
1061
1062         * glib/gregex.c: When the compilation of a pattern fails in the error
1063         message use the character offset and not the byte offset.
1064
1065         * glib/gregex.c: Pass an unsigned long instead of an int to
1066         pcre_fullinfo() to avoid problems on 64-bit systems (#498113, Kouhei
1067         Sutou)
1068
1069 2007-11-19 10:30:33  Tim Janik  <timj@imendio.com>
1070
1071         * configure.in: updated version number to 2.15.0 for development.
1072
1073 2007-11-18  Matthias Clasen  <mclasen@redhat.com>
1074
1075         * glib/gbase64.c: Documentation improvements.  (#496518,
1076         Stefan Schulze Frielinghaus)
1077
1078 2007-11-18  Matthias Clasen  <mclasen@redhat.com>
1079
1080         * configure.in: Check whether assembler supports numerical local
1081         labels.  
1082
1083         * glib/gatomic.c: Fix powerpc implementation of atomic ops for 
1084         platforms where the assembler doesn't support numerical local
1085         labels.  (#445362)
1086
1087 2007-11-15  Ryan Lortie  <desrt@desrt.ca>
1088
1089         * docs/reference/glib/tmpl/markup.sgml:
1090         * glib/gmarkup.h:
1091         * glib/gmarkup.c: new flag G_MARKUP_PREFIX_ERROR_POSITION to cause the
1092         parser to prepend location information (ie: "Error on line %d, char
1093         %d:") to errors generated by the GMarkupParser callbacks.
1094
1095         Closes #496046.
1096
1097 2007-11-15  Ryan Lortie  <desrt@desrt.ca>
1098
1099         * docs/reference/glib/glib-sections.txt:
1100         * glib/glib.symbols:
1101         * glib/gerror.h:
1102         * glib/gerror.c: new functions g_prefix_error and
1103         g_propagate_prefixed_error.
1104
1105 2007-11-13  Cody Russell  <bratsche@gnome.org>
1106
1107         * docs/reference/gobject/gobject-docs.sgml:
1108         * docs/reference/gobject/tut_gsignal.xml:
1109         * docs/reference/gobject/tut_gtype.xml:
1110         * docs/reference/gobject/tut_intro.xml:
1111         * docs/reference/gobject/tut_tools.xml:
1112         * docs/reference/gobject/tut_howto.xml:
1113         * docs/reference/gobject/tut_gobject.xml: Documentation fixes.
1114         Recommend macro type names such as NAUTILUS_TYPE_WINDOW (not
1115         NAUTILUS_WINDOW_TYPE).  Fixed text which erroneously stated that 
1116         superclass initializers don't run when an object is 
1117         instantiated.  Fixed numerous spelling mistakes.  Minor grammar 
1118         edits. (#490637, Adam Dingle)
1119
1120 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1121
1122         * glib/gkeyfile.c: Coding style cleanups and doc 
1123         improvements.  (#491979, #491982, Areg Beketovski)
1124
1125 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1126
1127         * glib/giochannel.c: Coding style cleanups and doc 
1128         improvements.  (#491975, Areg Beketovski)
1129
1130 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1131
1132         * glib/gmain.c (g_main_context_iteration): Improve the
1133         docs.  (#491974, Areg Beketovski)
1134
1135 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1136
1137         * glib/gdate.c: Coding style fixes.
1138
1139 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1140
1141         * configure.in: Add AM_PROG_CC_C_O.
1142
1143         * Makefile.am: Remove the install-exec-local hook and use
1144         configexecincludedir_DATA instead, in an attempt to avoid
1145         automake 1.9 <> 1.10 incompatibilities.
1146
1147         * glib/Makefile.am: Rename MIRRORING_TAB_SOURCES, since
1148         automake 1.10 complains.
1149
1150 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1151
1152         * glib/gspawn.c (g_spawn_sync): Improve the docs.  (#491968,
1153         Areg Beketovski)
1154
1155 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1156
1157         * glib/gmain.c (g_main_context_release): 
1158         (g_main_context_acquire):
1159         (g_main_context_new): Fix the doc wording.  (#491957, 
1160         #491965, #491966, Areg Beketovski)
1161
1162 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1163
1164         * glib/gutils.c (g_set_application_name): Add a missing
1165         since tag.  (#464259, Mark Doliner)
1166
1167 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1168
1169         * glib/goption.c (g_option_context_new): Improve the docs.
1170         (#436293, Vincent Untz)
1171
1172 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1173
1174         * glib/gmain.c (g_main_loop_quit): Expand the docs 
1175         a bit.  (#317775, Søren Sandmann)
1176
1177 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1178         
1179         * autogen.sh: Accept automake 1.10, too
1180
1181         * mkinstalldirs: Temporarily add this script, to fix building
1182         from svn.
1183
1184         * Makefile.am: Use MKDIRS_P instead of mkinstalldirs, add
1185         ChangeLog.pre-2-14 and mkinstalldirs to EXTRA_DIST.
1186
1187 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1188
1189         * glib/gmarkup.h: Include gslist.h. Pointed out by Michael Natterer.
1190
1191 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1192
1193         * glib/gconvert.c (g_convert_with_iconv): Try harder to reset
1194         shift state with AIX iconv().  (#467537)
1195
1196 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1197
1198         * configure.in:
1199         * m4macros/glib-2.0.m4: Require pkg-config 0.16 in configure
1200         and in AM_PATH_GLIB_2_0 to be consistent with the use of
1201         PKG_PROG_PKG_CONFIG which was introduced in 0.16.  (#418778,
1202         Loïc Minier)
1203
1204 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1205
1206         * glib/gstrfuncs.c (g_parse_long_long): Don't leave
1207         out parameters uninitialized.  (#490061, Benjamin Otte)
1208
1209 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1210
1211         * glib/gmain.c (g_main_context_unref): Don't leak the
1212         condvar.  (#479724, Areg Beketovski)
1213
1214 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1215
1216         * glib/glib.symbols:
1217         * glib/gmarkup.[hc] (g_markup_parse_context_get_element_stack): 
1218         New function, to get the stack of open elements.  (#452887,
1219         Ryan Lortie)
1220
1221 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1222
1223         * glib/gkeyfile.[hc]: Make some functions that take
1224         a GError return boolean instead of void.  (#375651, Matt Barnes)
1225
1226 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1227         
1228         * autogen.sh: Use automake 1.9
1229
1230         * acinclude.m4:
1231         * configure.in: Move some inter-*.m4 includes from
1232         configure.in to acinclude.m4 to avoid warnings when
1233         using automake 1.9.  (#449937)
1234
1235 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1236
1237         === Branch for 2.14 ===