Add some tests for invalid booleans
[platform/upstream/glib.git] / ChangeLog
1 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2
3         * tests/markup-collect.c: Add some tests for invalid booleans
4
5 2007-11-26  Ryan Lortie  <desrt@desrt.ca>
6  
7         Add new function g_markup_collect_attributes (bug #496847).
8  
9         * glib/glib.symbols: add g_markup_collect_attributes
10  
11         * docs/reference/glib/glib-sections.txt: 
12         * glib/gmarkup.h:
13         * glib/gmarkup.c: add g_markup_collect_attributes and new enumerated
14         type GMarkupCollectType.  Add new error code
15         G_MARKUP_ERROR_MISSING_ATTRIBUTE that is thrown by the attribute
16         collector.
17
18 2007-11-27  Tor Lillqvist  <tml@novell.com>
19
20         * glib/win_iconv.c: Some improvements, being upstreamed.
21         (must_use_null_useddefaultchar): New function, checks for those
22         codepages for which one must pass a NULL lpUsedDefaultChar pointer
23         to WideCharToMultiByte().
24         (kernel_wctomb): Use it.
25         (kernel_wctomb): Return with E2BIG immediately if bufsize is zero.
26
27 2007-11-27  Tor Lillqvist  <tml@novell.com>
28
29         * glib/gutils.c (_glib_get_locale_dir) [Win32]: Use either
30         lib/locale or share/locale depending on which one is in
31         GLIB_LOCALE_DIR. When the configury recognizes GNU gettext (based
32         on the _nl_msg_cat_cntr variable, eek), share/locale gets used.
33
34         * glib-zip.in: Likewise, look for message catalogs either in
35         lib/locale or share/locale.
36
37 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
38
39         * gio/gfileattribute.c: Fix up a doc comment.
40
41 2007-11-26  Alexander Larsson  <alexl@redhat.com>
42
43         * Makefile.am:
44         * configure.in:
45         * gio-2.0-uninstalled.pc.in:
46         * gio-2.0.pc.in: 
47         * gio-unix-2.0-uninstalled.pc.in:
48         * gio-unix-2.0.pc.in:
49         * gio/
50         * docs/reference/gio
51         Merged gio-standalone into glib.
52         
53         * glib/glibintl.h:
54         * glib/gutils.c:
55         Export glib_gettext so that gio can use it
56         Add P_ (using same domain for now)
57         Add I_ as g_intern_static_string
58
59 2007-11-26  Tor Lillqvist  <tml@novell.com>
60
61         * glib/win_iconv.c: ISO8859-1 is CP28591, not CP1252.
62
63 2007-11-26  Tor Lillqvist  <tml@novell.com>
64
65         Implement #491549: On Windows, always use the native API for
66         character set conversions instead of GNU libiconv. Almost all
67         codesets supported by GNU libiconv exist as Windows codepages.
68         One missing feature is the "C99" and "JAVA" pseudo codesets, but I
69         doubt that is worth worrying about.
70         
71         * glib/win_iconv.c: New file. iconv() implementation for
72         Windows. Placed in the public domain by Yukihiro Nakadaira
73         <yukihiro.nakadaira@gmail.com>. From
74         http://yukihiro.nakadaira.googlepages.com/win_iconv.zip, his
75         2007-11-17 version.
76
77         * glib/gconvert.c: Include win_iconv.c on Windows.
78
79         * glib/Makefile.am: Add win_iconv.c to EXTRA_DIST.
80         
81         * configure.in: Bypass iconv checks on Windows. 
82
83 2007-11-25  Tor Lillqvist  <tml@novell.com>
84
85         * glib/gtestutils.c: Add conditionals for non-Unix. Just g_error()
86         unless G_OS_UNIX for now.
87
88 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
89
90         * configure.in: Require gtk-doc 1.8.
91
92         * glib/gasyncqueue.c:
93         * glib/gdate.c:
94         * glib/gfileutils.c:
95         * glib/gmain.c:
96         * glib/gmarkup.c:
97         * glib/gregex.c:
98         * glib/gtestutils.c:
99         * glib/gutils.c: Use gtk-doc abbreviations for 
100         examples in doc comments.
101
102 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
103
104         * */Makefile.am: Replace INCLUDES by AM_CPPFLAGS, other
105         cleanups.
106
107 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
108
109         * tests/base64-test.c: Fix a memory overrun.
110
111 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
112
113         * glib/gutils.c: Remove leftover ENABLE_NLS #ifdefs.
114
115 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
116
117         * glib/gbase64.c (g_base64_encode): Don't refuse to encode
118         a single byte.  (Milan Crha)
119
120         * tests/base64-test.c: Test encoding short strings.
121
122 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
123
124         * glib/gi18n-lib.h: 
125         * glib/gi18n.h: Define a two-argument macro C_() for marking
126         translatable strings with context and implement C_() and Q_()
127         using g_dpgettext().  (#142676, Morten Welinder)
128
129         * glib/glib.symbols:
130         * glib/gstrfuncs.[hc]: Implement g_dpgettext().
131
132 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
133
134         * glib/goption.c: Use g_print to print out --help text in 
135         locale encoding.  (#469551, Takao Fujiwara)
136
137 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
138
139         * glib/gkeyfile.c: Set length out param in list-returning functions
140         to 0 when returning NULL.  (#498728, Christian Persch)
141
142 2007-11-21 21:06:47  Tim Janik  <timj@imendio.com>
143
144         * Makefile.decl: initialize automake variables EXTRA_DIST and
145         TEST_PROGS for unconditional appending via += in other makefiles.
146         define recursive test targets: test, test-report, perf-report,
147         full-report, as described here:
148       http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html
149
150         * Makefile.am:
151         * build/win32/vs8/Makefile.am, build/win32/dirent/Makefile.am:
152         * build/win32/Makefile.am, build/Makefile.am:
153         * docs/Makefile.am, docs/reference/Makefile.am:
154         * docs/reference/glib/Makefile.am, docs/reference/gobject/Makefile.am:
155         * gmodule/Makefile.am, tests/Makefile.am:
156         * tests/refcount/Makefile.am, tests/gobject/Makefile.am:
157         * glib/update-pcre/Makefile.am, glib/libcharset/Makefile.am:
158         * glib/tests/Makefile.am, glib/pcre/Makefile.am:
159         * glib/gnulib/Makefile.am, gobject/Makefile.am, m4macros/Makefile.am:
160         * gthread/Makefile.am, glib/Makefile.am:
161         include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
162
163         * glib/tests/Makefile.am: removed example testing rules.
164
165         * glib/tests/testing.c: conditionalized performance and slow tests.
166
167         * glib/gtestutils.h:
168         * glib/gtestutils.c: work around g_test_config_vars not changing its
169         exported value after value assignments, aparently due to symbol aliases.
170
171         * glib/gtester.c: fixed off-by-one error which produced junk in logs.
172
173         * configure.in: check for python >= 2.4 and provide $PYTHON for scripts.
174
175 Tue Nov 20 15:59:55 2007 +0100 Tim Janik
176
177         Renamed gtestframework to gtestutils.
178
179         * glib/glib.h:
180         * glib/Makefile.am: added gtestutils.h to public includes.
181
182         * glib/gtestutils.c: include gtestutils.h.
183
184         * glib/gtestutils.h:
185         * glib/glib.symbols:
186         * glib/tests/testing.c: renamed gtestframework to gtestutils.
187
188         * glib/gtestframework.h: renamed to gtestutils.h.
189
190         * glib/gtestframework.c: renamed to gtestutils.c.
191
192 Tue Nov 20 15:29:34 2007 +0100 Tim Janik
193
194         glib/gtestframework.c: g_test_init(): make warnings and criticals fatal for all test programs.
195
196 Wed Nov 14 20:35:05 2007 +0100 Tim Janik
197
198         gtestframework.c: added test API documentation by Sven Herzberg and Tim Janik.
199
200 Wed Nov 14 19:10:28 2007 +0100 Tim Janik
201
202         gtestframework.[hc]: implemented g_test_queue_destroy() and g_test_queue_unref().
203
204 Fri Nov 9 12:28:52 2007 +0100 Tim Janik
205
206         Added g_test_bug() and related API.
207
208         * gtester.c: handle G_TEST_LOG_MESSAGE and test test message API.
209
210         * gtestframework.h, gtestframework.c: added test message API and convenience
211         API to send test messages about bug URLs.
212
213 Fri Nov 9 11:35:11 2007 +0100 Tim Janik
214
215         Added API to access test framework configuration.
216
217         * gtestframework.h, gtestframework.c: export testing configuration to test
218         programs with g_test_quick(), g_test_perf(), g_test_verbose(), g_test_quiet().
219
220 Thu Nov 8 17:55:09 2007 +0100 Tim Janik
221
222         gtester: implemented logic to handle failing tests, self tests, and validate XML reports.
223
224         * gtester.c: terminate when tests failed. keep XML valid when test cases fail.
225         restart test binaries when tests fail, resuming after the last processed test.
226         support --gtester-selftest to run gtester itself as test program.
227         support --test-arg=<arg> to pass args along to test programs. added
228         main_selftest() which does a simplistic fixture test. fail if exit
229         code of test programs is not 0.
230
231         * gtestframework.h: added G_TEST_LOG_SKIP_CASE test log message type.
232
233         * gtestframework.c: support --GTestSkipCount=<n> to skip a number of tests.
234
235         * tests/Makefile.am: added test-report: for demonstration purposes.
236         added gtester-xmllint-check: and hooked it up into check:, this rule calls
237         gtester as test program, running it's selftest, and then uses xmllint to
238         validate the generate XML test log file.
239
240 Thu Nov 8 14:51:37 2007 +0100 Tim Janik
241
242         gtester: implemented XML logging.
243
244         * glib/gtester.c: log test messages to XML output file. beautified normal test
245         result output.
246
247         * glib/gtestframework.c: fixed GTimer leak.
248
249         * glib/tests/Makefile.am: start gtester with --verbose.
250
251 Thu Nov 8 12:33:31 2007 +0100 Tim Janik
252
253         tests/Makefile.am: execute test programs with gtester, add test: to check:
254
255 Thu Nov 8 12:18:51 2007 +0100 Tim Janik
256
257         Fixed PLT symbol exports for gtestframework.h.
258
259         * glib/glib.symbols: added all exported gtestframework.h symbols.
260
261         * glib/gtestframework.c: include galias.h, galiasdef.c, define __G_TESTFRAMEWORK_C__.
262
263 Thu Nov 8 11:31:12 2007 +0100 Tim Janik
264
265         glib/gtester.c: fixed debugging flag.
266
267 Wed Nov 7 17:56:26 2007 +0100 Tim Janik
268
269         fixed bogus unistd.h include.
270
271 Wed Nov 7 17:53:30 2007 +0100 Tim Janik
272
273         Implemented test log IPC.
274
275         * gtester.c: read and decode log messages from test binary child processes.
276         fixed GIOChannel and child watch handling to process all messages and avoid
277         hangs. pass --verbose and --quiet on to children, default to --quiet.
278
279         * gtestframework.h: export g_test_log_type_name().
280
281         * gtestframework.c: send test log to --GTestLogFD=<fd> if given, removed
282         bogus -o-option.
283
284 Tue Nov 6 20:07:44 2007 +0100 Tim Janik
285
286         gtester.c: support test case listing through gtester.
287
288 Tue Nov 6 20:01:06 2007 +0100 Tim Janik
289
290         gtestframework.c: fixed testpath matches for automatic root suite.
291
292 Tue Nov 6 19:50:33 2007 +0100 Tim Janik
293
294         gtester.c: adapted to become a rudimentary test binary launcher.
295
296         * gtester.c: increased read buffer size to match common unix pipe buffer size.
297         added argument parsing and usage. changed io handling to capture and replicate
298         stdout. fixed io handlers to be cleaned up when the child process exits (catch
299         G_IO_ERR | G_IO_HUP). we now use pending/iteration instead of a main loop
300         structure, to keep running until the child process exits and all io has been
301         processed. launch the test binaries given on the command line. don't quit when
302         a child couldn't be launched but --keep-going was specified.
303
304 Tue Nov 6 17:11:37 2007 +0100 Tim Janik
305
306         Integrated gtester program into build process.
307
308         * Makefile.am: build and install gtester binary.
309
310         * gtester.c: fixed up coding style and removed hard wired test coded.
311
312 Tue Nov 6 16:12:32 2007 +0100 Sven Herzberg
313
314         glib/gtester.c:Small -Wall fix
315
316 Tue Nov 6 16:05:06 2007 +0100 Sven Herzberg
317
318         glib/gtester.c:Implemented nonblocking reading properly now
319
320 Mon Nov 5 13:53:23 2007 +0100 Sven Herzberg
321
322         glib/gtester.c:Quit the application when the output is parsed completely, not just the process finished
323
324 Mon Nov 5 12:00:16 2007 +0100 Sven Herzberg
325
326         glib/gtester.c:Read the output of the child process
327
328 Mon Nov 5 11:50:59 2007 +0100 Sven Herzberg
329
330         glib/gtester.c:Use g_spawn_async_with_pipes()
331
332 Mon Nov 5 11:50:08 2007 +0100 Sven Herzberg
333
334         glib/gtester.c:Spawn a process async and quit gtester after the child process exited
335
336 Mon Nov 5 11:30:45 2007 +0100 Sven Herzberg
337
338         glib/gtester.c:Added a first revision of gtester
339
340 Tue Nov 6 16:47:06 2007 +0100 Tim Janik
341
342         Implemented test log serialization.
343
344         * glib/gtestframework.h: added g_test_log*() API.
345
346         * glib/gtestframework.c: implement test log serialization.
347
348 Tue Nov 6 14:24:54 2007 +0100 Tim Janik
349
350         Implemented test logging basics.
351
352         * glib/gtestframework.c: added --debug-log and --verbose, implemented
353         test information logging.
354
355         * testing.c: test g_test_maximized_result() and g_test_minimized_result().
356
357 Tue Nov 6 11:52:14 2007 +0100 Tim Janik
358
359         Implemented g_test_timer*().
360
361         * gtestframework.c: implemented g_test_timer*().
362
363         * tests/testing.c: added a g_test_timer*() test.
364
365 Mon Nov 5 18:28:24 2007 +0100 Tim Janik
366
367         Implemented support for testpaths.
368
369         * gtestframework.c: implemented g_test_add_vtable() and g_test_add_func().
370
371         * tests/testing.c: use g_test_add() and g_test_add_func() to majorly simplify main().
372
373 Mon Nov 5 15:56:42 2007 +0100 Tim Janik
374
375         testing.c: added tests for the g_test_rand*() API.
376
377 Mon Nov 5 15:55:38 2007 +0100 Tim Janik
378
379         Implemented g_test_rand*().
380
381         * gtestframework.h: fixed g_assert_cmp*() to evaluate arguments only once.
382         added g_assert_cmpuint(). completed g_test_rand*() to cover bits, ints,
383         doubles and ranges.
384
385         * gtestframework.c: fixed "--seed" option and implemented g_test_rand*().
386
387 Mon Nov 5 15:51:43 2007 +0100 Tim Janik
388
389         testing.c: added tests for g_assert_cmphex() and forked test traps.
390
391 Mon Nov 5 15:10:18 2007 +0100 Tim Janik
392
393         Implemented g_test_trap_fork() API.
394
395         * gtestframework.h: added g_assert_cmphex(). reworked g_test_trap*() API.
396
397         * gtestframework.c: implemented g_test_trap_fork() API.
398
399 Thu Nov 1 15:05:07 2007 +0100 Tim Janik
400
401         * glib/gtestframework.c:
402
403         that match a given test path.
404         (g_test_run_suite): run suite only if it matches the existing test paths.
405
406         * glib/tests/testing.c: minor rename.
407
408 Thu Nov 1 13:45:55 2007 +0100 Tim Janik
409
410         GTest framework started.
411
412         * glib/gtestframework.h: testing framework API as proposed on gtk-devel-list.
413         includes elaborate assertions, performance report functions, test traps,
414         test timer, test random numbers, teardoiwn garbage collection functions
415         and general test case / test suite management APIs.
416
417         * glib/gtestframework.c: first test framework implementation. already covers
418         some test suite management APIs and assertion message implementations.
419
420         * glib/tests/testing.c: test program for the testing framework.
421
422         * glib/tests/Makefile.am: complie testing.c as test. run all tests as part of
423         make test:.
424
425 Wed Oct 31 15:42:48 2007 +0100 Tim Janik
426
427         glib/Makefile.am: build tests/ subdir after building libglib.
428
429 Tue Oct 30 16:17:32 2007 +0100 Tim Janik
430
431         Fixed up internal 'g_test*' names.
432
433         * refcount/signals.c:
434         * refcount/objects.c:
435         * refcount/objects2.c:
436         * refcount/closures.c:
437         * refcount/properties.c:
438         * refcount/properties2.c: changed namespace prefix from g_test_* to my_test_*
439         to not clash with newly introduced g_test* API in glib.
440
441 Tue Oct 30 14:41:26 2007 +0100 Tim Janik
442
443         Added gtestframework.[hc] and glib/tests/.
444
445 2007-11-20  Sven Neumann  <sven@gimp.org>
446
447         * glib/gerror.c (g_error_add_prefix): use g_strconcat() instead of
448         g_strjoin() to concatenate two strings.
449
450 2007-11-19  Marco Barisione  <marco@barisione.org>
451
452         * glib/gregex.c: When the compilation of a pattern fails in the error
453         message use the character offset and not the byte offset.
454
455         * glib/gregex.c: Pass an unsigned long instead of an int to
456         pcre_fullinfo() to avoid problems on 64-bit systems (#498113, Kouhei
457         Sutou)
458
459 2007-11-19 10:30:33  Tim Janik  <timj@imendio.com>
460
461         * configure.in: updated version number to 2.15.0 for development.
462
463 2007-11-18  Matthias Clasen  <mclasen@redhat.com>
464
465         * glib/gbase64.c: Documentation improvements.  (#496518,
466         Stefan Schulze Frielinghaus)
467
468 2007-11-18  Matthias Clasen  <mclasen@redhat.com>
469
470         * configure.in: Check whether assembler supports numerical local
471         labels.  
472
473         * glib/gatomic.c: Fix powerpc implementation of atomic ops for 
474         platforms where the assembler doesn't support numerical local
475         labels.  (#445362)
476
477 2007-11-15  Ryan Lortie  <desrt@desrt.ca>
478
479         * docs/reference/glib/tmpl/markup.sgml:
480         * glib/gmarkup.h:
481         * glib/gmarkup.c: new flag G_MARKUP_PREFIX_ERROR_POSITION to cause the
482         parser to prepend location information (ie: "Error on line %d, char
483         %d:") to errors generated by the GMarkupParser callbacks.
484
485         Closes #496046.
486
487 2007-11-15  Ryan Lortie  <desrt@desrt.ca>
488
489         * docs/reference/glib/glib-sections.txt:
490         * glib/glib.symbols:
491         * glib/gerror.h:
492         * glib/gerror.c: new functions g_prefix_error and
493         g_propagate_prefixed_error.
494
495 2007-11-13  Cody Russell  <bratsche@gnome.org>
496
497         * docs/reference/gobject/gobject-docs.sgml:
498         * docs/reference/gobject/tut_gsignal.xml:
499         * docs/reference/gobject/tut_gtype.xml:
500         * docs/reference/gobject/tut_intro.xml:
501         * docs/reference/gobject/tut_tools.xml:
502         * docs/reference/gobject/tut_howto.xml:
503         * docs/reference/gobject/tut_gobject.xml: Documentation fixes.
504         Recommend macro type names such as NAUTILUS_TYPE_WINDOW (not
505         NAUTILUS_WINDOW_TYPE).  Fixed text which erroneously stated that 
506         superclass initializers don't run when an object is 
507         instantiated.  Fixed numerous spelling mistakes.  Minor grammar 
508         edits. (#490637, Adam Dingle)
509
510 2007-11-09  Matthias Clasen <mclasen@redhat.com>
511
512         * glib/gkeyfile.c: Coding style cleanups and doc 
513         improvements.  (#491979, #491982, Areg Beketovski)
514
515 2007-11-09  Matthias Clasen <mclasen@redhat.com>
516
517         * glib/giochannel.c: Coding style cleanups and doc 
518         improvements.  (#491975, Areg Beketovski)
519
520 2007-11-09  Matthias Clasen <mclasen@redhat.com>
521
522         * glib/gmain.c (g_main_context_iteration): Improve the
523         docs.  (#491974, Areg Beketovski)
524
525 2007-11-09  Matthias Clasen <mclasen@redhat.com>
526
527         * glib/gdate.c: Coding style fixes.
528
529 2007-11-09  Matthias Clasen <mclasen@redhat.com>
530
531         * configure.in: Add AM_PROG_CC_C_O.
532
533         * Makefile.am: Remove the install-exec-local hook and use
534         configexecincludedir_DATA instead, in an attempt to avoid
535         automake 1.9 <> 1.10 incompatibilities.
536
537         * glib/Makefile.am: Rename MIRRORING_TAB_SOURCES, since
538         automake 1.10 complains.
539
540 2007-11-09  Matthias Clasen <mclasen@redhat.com>
541
542         * glib/gspawn.c (g_spawn_sync): Improve the docs.  (#491968,
543         Areg Beketovski)
544
545 2007-11-08  Matthias Clasen <mclasen@redhat.com>
546
547         * glib/gmain.c (g_main_context_release): 
548         (g_main_context_acquire):
549         (g_main_context_new): Fix the doc wording.  (#491957, 
550         #491965, #491966, Areg Beketovski)
551
552 2007-11-08  Matthias Clasen <mclasen@redhat.com>
553
554         * glib/gutils.c (g_set_application_name): Add a missing
555         since tag.  (#464259, Mark Doliner)
556
557 2007-11-08  Matthias Clasen <mclasen@redhat.com>
558
559         * glib/goption.c (g_option_context_new): Improve the docs.
560         (#436293, Vincent Untz)
561
562 2007-11-08  Matthias Clasen <mclasen@redhat.com>
563
564         * glib/gmain.c (g_main_loop_quit): Expand the docs 
565         a bit.  (#317775, Søren Sandmann)
566
567 2007-11-08  Matthias Clasen <mclasen@redhat.com>
568         
569         * autogen.sh: Accept automake 1.10, too
570
571         * mkinstalldirs: Temporarily add this script, to fix building
572         from svn.
573
574         * Makefile.am: Use MKDIRS_P instead of mkinstalldirs, add
575         ChangeLog.pre-2-14 and mkinstalldirs to EXTRA_DIST.
576
577 2007-11-08  Matthias Clasen <mclasen@redhat.com>
578
579         * glib/gmarkup.h: Include gslist.h. Pointed out by Michael Natterer.
580
581 2007-11-08  Matthias Clasen <mclasen@redhat.com>
582
583         * glib/gconvert.c (g_convert_with_iconv): Try harder to reset
584         shift state with AIX iconv().  (#467537)
585
586 2007-11-08  Matthias Clasen <mclasen@redhat.com>
587
588         * configure.in:
589         * m4macros/glib-2.0.m4: Require pkg-config 0.16 in configure
590         and in AM_PATH_GLIB_2_0 to be consistent with the use of
591         PKG_PROG_PKG_CONFIG which was introduced in 0.16.  (#418778,
592         Loïc Minier)
593
594 2007-11-08  Matthias Clasen <mclasen@redhat.com>
595
596         * glib/gstrfuncs.c (g_parse_long_long): Don't leave
597         out parameters uninitialized.  (#490061, Benjamin Otte)
598
599 2007-11-07  Matthias Clasen <mclasen@redhat.com>
600
601         * glib/gmain.c (g_main_context_unref): Don't leak the
602         condvar.  (#479724, Areg Beketovski)
603
604 2007-11-07  Matthias Clasen <mclasen@redhat.com>
605
606         * glib/glib.symbols:
607         * glib/gmarkup.[hc] (g_markup_parse_context_get_element_stack): 
608         New function, to get the stack of open elements.  (#452887,
609         Ryan Lortie)
610
611 2007-11-07  Matthias Clasen <mclasen@redhat.com>
612
613         * glib/gkeyfile.[hc]: Make some functions that take
614         a GError return boolean instead of void.  (#375651, Matt Barnes)
615
616 2007-11-07  Matthias Clasen <mclasen@redhat.com>
617         
618         * autogen.sh: Use automake 1.9
619
620         * acinclude.m4:
621         * configure.in: Move some inter-*.m4 includes from
622         configure.in to acinclude.m4 to avoid warnings when
623         using automake 1.9.  (#449937)
624
625 2007-11-07  Matthias Clasen <mclasen@redhat.com>
626
627         === Branch for 2.14 ===