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