add an inspect target that inspects every element feature, so we can have that added...
[platform/upstream/gst-common.git] / ChangeLog
1 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * Makefile.am:
4         * check.mak:
5           add an inspect target that inspects every element feature,
6           so we can have that added for coverage
7         * coverage/lcov.mak:
8           add support for lcov
9
10 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11
12         * m4/gst-args.m4:
13           when building with gcov, reset CFLAGS and friends to O0
14
15 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16
17         * m4/gst-args.m4:
18           Find the gcov that matches the gcc version
19           Only allow gcov if we use gcc
20
21 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22
23         * Makefile.am:
24         * coverage/coverage-report-entry.pl:
25         * coverage/coverage-report.pl:
26         * coverage/coverage-report.xsl:
27           copy coverage reporting files from dbus
28
29 2006-07-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30
31         * m4/gst-args.m4:
32           libtool strips gcov's -f flags, so libgcov does not get
33           linked in.  Setting GCOV_LIBS with -lgcov fixes libtool's
34           stripping
35           also show what pkg-config-path we set
36
37 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
38
39         Patch by: Peter Kjellerstedt <pkj at axis com>
40
41         * m4/gst-feature.m4:
42           Show list of plugins without external dependencies that
43           will not be built as well (#344136).
44
45 2006-06-15  Tim-Philipp Müller  <tim at centricular dot net>
46
47         * m4/gst-plugin-docs.m4:
48           add GST_PLUGIN_DOCS, which checks for everything needed
49           to build the plugin docs (namely gtk-doc and pyxml); also
50           adds a new --enable-plugin-docs configure switch; will
51           set ENABLE_PLUGIN_DOCS conditional for use in Makefile.am
52           files (see #344039).
53
54 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
55
56         * m4/gst-check.m4:
57           add GST_PKG_CHECK_MODULES, which in the normal case of checking
58           for a dependency lib for a plug-in only needs two arguments
59           to do the right thing.
60         * m4/gst-feature.m4:
61           clean up output a little of feature checking; also deal with
62           non-plug-in feature checks
63         * m4/Makefile.am:
64         * m4/gst-gstreamer.m4:
65           remove this file; it's a useless check
66
67 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
68
69         * m4/gst-arch.m4:
70           add PPC64 so we can have separate structure sizes for it
71
72 2006-06-05  Edward Hervey  <edward@fluendo.com>
73
74         * gtk-doc.mak:
75         Check for the proper .devhelp2 file to remove.
76
77 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
78
79         * gtk-doc.mak:
80           allow a magic variable to suppress errors from docbuilding
81
82 2006-05-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
83
84         * gtk-doc.mak:
85           error out if gtkdoc-mktmpl finds unused declarations
86
87 2006-05-28  Edward Hervey  <edward@fluendo.com>
88
89         * gst.supp:
90         Reverting previous commit.  That's good to know, Edward, but why ?
91         
92 2006-05-28  Edward Hervey  <edward@fluendo.com>
93
94         * gst.supp:
95         Added suppresion for memleak in g_option_context_parse on fc5-64
96
97 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
98
99         * m4/gst-check.m4:
100           set GSTPB_PLUGINS_DIR just like GST_PLUGINS_DIR
101
102 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
103
104         * check.mak:
105           Fix 'make help' in check directories, it should be
106           'valgrind.gen-suppressions' not 'valgrind-gen-suppressions'
107           (not changing target to match help string on purpose to keep
108           scripts etc. functional).
109
110 2006-05-18  Thomas Vander Stichele  <thomas at apestaart dot org>
111
112         Patch by: Peter Kjellerstedt
113
114         * m4/gst-arch.m4:
115           add support for CRIS and CRISv32.
116
117 2006-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
118
119         * m4/gst-args.m4:
120         Fix the macros for command-line supplied package and origin names
121         so they don't end up being configure as "" (Fixes #341479)
122
123 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
124
125         * gtk-doc.mak:
126         Add uninstall rule to remove .devhelp2 files.
127
128 2006-05-09  Edward Hervey  <edward@fluendo.com>
129
130         * gst.supp: 
131           Add suppression for GSlice version of
132           g_type_init calloc leak
133
134 2006-04-05  Michael Smith  <msmith@fluendo.com>
135
136         * gst.supp:
137           Delete a bogus suppression for the registry code.
138           Generalise a suppression for a glib bug (see #337404)
139
140 2006-04-04  Michael Smith <msmith@fluendo.com>
141
142         * gst.supp:
143           Add a leak suppression: the existing glibc-doesn't-free-TLS one
144           wasn't triggering here.
145
146 2006-04-04  Michael Smith <msmith@fluendo.com>
147
148         * gst.supp:
149           Add some minimally-neccesary suppressions for my x86/dapper system.
150
151 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
152
153         * plugins.xsl:
154           Do not display an origin link if origin does not start with http
155           See #323798
156
157 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
158
159         * m4/gst-args.m4:
160         * m4/gst-feature.m4:
161           add more macros
162         * m4/gst-x11.m4:
163           X11-related checks
164
165 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
166
167         * m4/as-version.m4:
168           newer version
169         * m4/gst-args.m4:
170         * m4/gst-doc.m4:
171           update and add other macros to be shared across projects
172
173 2006-03-24  Thomas Vander Stichele  <thomas at apestaart dot org>
174
175         * gst.supp:
176           add a suppression for g_parse_debug_string
177
178 2006-03-23  Stefan Kost  <ensonic@users.sf.net>
179
180         * gstdoc-scangobj:
181           sync fully with gtkdoc-0.15
182
183 2006-03-23  Stefan Kost  <ensonic@users.sf.net>
184
185         * gstdoc-scangobj:
186         * gtk-doc.mak:
187           sync a little with gtk-doc mainline
188
189 2006-03-17  Wim Taymans  <wim@fluendo.com>
190
191         * gst.supp:
192           add another clone suppression
193           change all glibc suppressions to match 2.3.*
194
195 2006-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
196
197         * m4/check.m4:
198           fix test so it actually works when the normal check is used
199           over debian's/ubuntu's
200
201 2006-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
202
203         * check.mak:
204         Set G_SLICE=always-malloc when valgrinding tests
205         (closes #333272)
206
207 2006-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
208
209         * m4/gst-glib2.m4:
210         Fix debug output when the GLib version prerequisite is not found
211
212 2006-02-13  Andy Wingo  <wingo@pobox.com>
213
214         * m4/check.m4: Hack around Debian/Ubuntu's broken installation of
215         the PIC version of check as libcheck_pic.a. Should work with
216         cross-compilation too. Grr.
217
218 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
219
220         * m4/gst-default.m4:
221           switch to auto* sinks for defaults
222
223 2006-02-02  Wim Taymans  <wim@fluendo.com>
224
225         * check.mak:
226           add a .valgrind.gen-suppressions target to aid in generating
227           suppressions
228         * gst.supp:
229           add more repressions from my debian glibc as of today
230
231 2006-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
232
233         * gtk-doc-plugins.mak:
234           only add srcdir/gst if it exists
235
236 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
237
238         * release.mak:
239           don't complain about disted enums in win32
240
241 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
242
243         * m4/gst-check.m4:
244           AC_SUBST CFLAGS and LIBS
245           do a non-command because something is stripping out our AC_SUBST
246
247 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
248
249         * m4/gst-args.m4:
250         * m4/gst-valgrind.m4:
251           properly give a "no" result manually when providing a
252           not-found action to fix configure output
253
254 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
255
256         * m4/pkg.m4:
257           update with a more recent version
258
259 2006-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
260
261         * gettext.patch:
262           make Makefile depend on LINGUAS, so rebuilds work when adding
263           a language
264
265 2006-01-03  Michael Smith  <msmith@fluendo.com>
266
267         * check.mak:
268           Clarify error message from valgrind test runs.
269
270 2005-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
271
272         * m4/gst-arch.m4:
273           define HOST_CPU
274
275 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
276
277         * check.mak:
278           add a valgrind-forever target for tests
279
280 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
281
282         * check.mak:
283           when a "make test.check" run fails, make it rerun the test with       
284           at least debug level 2
285
286 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
287
288         * m4/Makefile.am:
289         * m4/gst-check.m4:
290           fix check for base plugins
291         * m4/gst-default.m4:
292           add m4 to set default elements
293
294 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
295
296         * m4/gst-check.m4:
297           check for tools correctly
298
299 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
300
301         * gtk-doc.mak:
302           only enable breaking on new API when make distcheck passes,
303           not before
304
305 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
306
307         * m4/gst-check.m4:
308           Resurrect Julien's dead body and wipe his mind clean
309
310 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
311
312         * m4/gst-check.m4:
313           Kill Julien
314
315 2005-10-17  Julien MOUTTE  <julien@moutte.net>
316
317         * m4/gst-check.m4: I know Thomas will kill me but this 
318         ifelse statement seems incorrect as it is always setting
319         required to "yes". With this one it seems to work. Fixes
320         build of gst-plugins-base on my setup where gstreamer-check
321         is definitely not present/required.
322
323 2005-10-18  Stefan Kost  <ensonic@users.sf.net>
324
325         * gtk-doc.mak:
326           make build break on new api that has not been added to the
327           sections file
328
329 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
330
331         * m4/gst-glib2.m4:
332         * m4/Makefile.am:
333         * m4/gst-check.m4:
334           add macro for easy checks for GStreamer libs
335
336 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
337
338         * m4/gst-glib2.m4:
339           update, warn in error cases
340
341 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
342
343         * m4/gst-error.m4:
344           add GST_SET_DEFAULT_LEVEL
345
346 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
347
348         * m4/Makefile.am:
349         * m4/gst-gettext.m4:
350           remove the AM_GNU_GETTEXT* calls, they need to be in configure.ac
351         * m4/gst-glib2.m4:
352           clean up and re-use in core soon
353         * m4/gst-plugindir.m4:
354           macro to set up PLUGINDIR and plugindir define/var
355
356 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
357
358         * m4/Makefile.am:
359         * m4/gst-gettext.m4:
360           add macro for setting up gettext
361
362 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
363
364         * m4/gst-args.m4:
365           add some .m4's for argument checking that can be shared among modules
366
367 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
368
369         * m4/as-libtool.m4:
370           set _LT_LDFLAGS
371         * m4/gst-libxml2.m4:
372           document
373
374 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
375
376         * m4/gst-arch.m4:
377           indent a little
378           add AC_REQUIRE
379         * m4/gst-error.m4:
380           clean up
381
382 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
383
384         * gst-autogen.sh:
385           update version detection expression to catch stuff like
386           Libtool (libtool15) 1.5.0
387
388 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
389
390         * gst.supp:
391           commit 6 new suppressions related to g_module_open; can these
392           really not be folded into one ?
393
394 2005-10-11  Edward Hervey  <edward@fluendo.com>
395
396         * gst.supp: 
397         made the <g_type_init calloc 2> suppression more generic
398         Added pthread memleak suppresions
399         Added nss_parse_* memleak suppresion (used by g_option_context_parse)
400
401 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
402
403         * check.mak:
404           be more strict, more leak resolution
405         * gst.supp:
406           clean up the g_type_init suppressions
407
408 2005-10-07  Thomas Vander Stichele  <thomas at apestaart dot org>
409
410         * m4/Makefile.am:
411         * m4/gst-valgrind.m4:
412           put the valgrind detection in an .m4
413
414 2005-09-29  Thomas Vander Stichele  <thomas at apestaart dot org>
415
416         * check.mak:
417           add some more targets, like "help", but also more intensive tests
418
419 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
420
421         * gtk-doc.mak:
422           make certain doc warnings fatal so people maintain docs again
423
424 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
425
426         * Makefile.am:
427         * gtk-doc-plugins.mak:
428         * scangobj-merge.py:
429           merge additions from the .signals.new and .args.new file in
430           the original ones, only updating if necessary
431
432 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
433
434         * gst-xmlinspect.py:
435         * gstdoc-scangobj:
436         * gtk-doc-plugins.mak:
437           fix properly for new API; make update in plugins dir now works
438
439 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
440
441         * gst-xmlinspect.py:
442         * gstdoc-scangobj:
443           some fixes for new API
444         * gtk-doc-plugins.mak:
445           set environment properly
446
447 2005-09-17  David Schleef  <ds@schleef.org>
448
449         * gtk-doc-plugins.mak: Use new environment variables.
450
451 2005-09-16  Michael Smith <msmith@fluendo.com>
452
453         * gstdoc-scangobj:
454           Make the scanobj code reflect registry/plugin API changes
455
456 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
457
458         * gtk-doc-plugins.mak:
459           split out scanobj step (which will be run by doc maintainer)
460           from scan step (which will be run on every build)
461           clean up some of the commands for make distcheck
462
463 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
464
465         * gtk-doc-plugins.mak:
466         * mangle-tmpl.py:
467           first stab at reorganizing the plugins build so we can maintain
468           element docs
469
470 2005-09-14  David Schleef  <ds@schleef.org>
471
472         * as-libtool.mak: Remove
473         * m4/as-libtool.m4: The libtool bug that this worked around has
474           been fixed.
475         * m4/as-version.m4: Don't define GST_RELEASE, since it causes
476           config.h to be regenerated needlessly, and we don't use it.
477
478 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
479
480         * gtk-doc-plugins.mak:
481           error out on inspect failure
482
483 2005-09-14  Michael Smith <msmith@fluendo.com>
484
485         * glib-gen.mak:
486           Don't call glib-mkenums with arguments that confuse/break MinGW,
487           fixes 316155.
488
489 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
490
491         * gtk-doc-plugins.mak:
492         * gtk-doc.mak:
493         * m4/gst-doc.m4:
494           separate out gtk-doc and docbook stuff
495           have two separate --enable configure flags
496
497 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
498
499         * check.mak:
500           add a .gdb target; rebuild registry for each target, otherwise
501           a code rebuild always triggers a reg rebuild, and it's just too
502           annoying
503         * gstdoc-scangobj:
504
505 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
506
507         * check.mak:
508           separate out REGISTRY_ENVIRONMENT; we want to use that from
509           our valgrind runs, but we also want TESTS_ENVIRONMENT to contain
510           everything that the first test, gst-register, needs
511
512 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
513
514         * check.mak:
515           parse output of valgrind and check for definitely lost, and error
516           out; somehow I was led to believe valgrind returns non-zero for
517           leaks, but I can't make it do that, so let's parse
518
519 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
520
521         * check.mak:
522           for some weird reason valgrind does not report actual memleaks
523           if GST_PLUGIN_PATH is set to anything but the core gstreamer dir
524           while valgrind is running.  Since the registry is going to go
525           anyway, I don't want to waste any more time on this; I just run
526           valgrind without GST_PLUGIN_PATH set.  Since the registry loading
527           doesn't check if GST_PLUGIN_PATH got changed as a reason to rebuild
528           the registry, that's actually fine.
529
530 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
531
532         * mangle-tmpl.py:
533           keep original Long_Description; only insert an include if it's
534           not already the first line in there
535         * plugins.xsl:
536           output more information for plugins, including an origin hyperlink
537
538 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
539
540         * gst-xmlinspect.py:
541           a first stab at inspecting plugins and outputting an xml description
542         * gtk-doc-plugins.mak:
543           a gtk-doc using snippet for plugins documentation
544         * plugins.xsl:
545           a stylesheet to convert gst-xmlinspect.py output to docbook output
546           for inclusion in the gtk-doc stuff
547
548 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
549
550         * m4/gst-doc.m4:
551           s/pdf/eps/ in test for whether we output EPS images (#309379).
552
553 2005-07-18  Andy Wingo  <wingo@pobox.com>
554
555         * m4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much
556         better. Thanks, Paolo Bonzini!
557         
558         * m4/Makefile.am (EXTRA_DIST): 
559         * m4/as-libtool-tags.m4: New file, tries to disable some CXX and
560         fortran checks.
561
562 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
563
564         * m4/gst-error.m4:
565           add macro to set ERROR_CFLAGS
566
567 2005-06-30  Jan Schmidt  <thaytan@mad.scientist.com>
568
569         * gst-autogen.sh:
570           Remove the old autoregen.sh if it exists before recreating it,
571           to prevent confusing any shell process that might be reading it
572           currently.
573
574 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
575
576         * m4/gtk-doc.m4:
577           added
578
579 2005-06-03  Stefan Kost  <ensonic@users.sf.net>
580
581         * gst-autogen.sh: create autoregen.sh *before* shifting the options
582
583 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
584
585         * gst-autogen.sh: only update autoregen.sh on actual runs
586
587 2005-03-11  Thomas Vander Stichele  <thomas at apestaart dot org>
588
589         * m4/check.m4: m4 from the check unit test suite
590
591 2004-12-14  David Schleef  <ds@schleef.org>
592
593         * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and
594         isn't needed anywhere
595
596 2004-12-08  Thomas Vander Stichele  <thomas at apestaart dot org>
597
598         * gst-autogen.sh:
599           allow failure command to be run so we can clean upfrom autopoint
600
601 2004-09-03  Zeeshan Ali Khattak <zeenix@gmail.com>
602         * m4/gst-feature.m4: Trying to correct the GST_CHECK_CONFIGPROG macro
603
604 2004-07-21  Benjamin Otte  <otte@gnome.org>
605
606         * m4/.cvsignore: exciting updates for libtool m4 files
607
608 2004-07-12  David Schleef  <ds@schleef.org>
609
610         * m4/as-objc.m4:  Add a macro to test for objective C
611
612 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
613
614         * m4/gst-feature.m4:
615           not all of them support --plugin-libs, so redirect stderr
616
617 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
618
619         * m4/as-scrub-include.m4:
620           sync with upstream to 0.1.4.  Fixes #132440
621
622 2004-06-07  Benjamin Otte  <otte@gnome.org>
623
624         * m4/gst-feature.m4:
625           write a big marker into configure output when checking next plugin
626           to allow easier parsing of why plugins are(n't) built.
627
628 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
629
630         * m4/as-compiler-flag.m4:
631         * m4/as-compiler.m4:
632         * m4/as-libtool.m4:
633         * m4/as-version.m4:
634           sync with upstream, change sticky options to -ko
635
636 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
637
638         * m4/as-scrub-include.m4: synced with upstream
639
640 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
641
642         * po.mak:
643           snippet for updating .po files
644
645 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
646
647         * Makefile.am:
648         * m4/Makefile.am:
649           integrate these with the dist
650
651 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
652
653         * release.mak: add a release target
654
655 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
656
657         patch by: Stephane Loeuillet
658
659         * m4/ax_create_stdint_h.m4:
660           use head -n instead of head - (#136500)
661
662 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
663
664         * m4/gst-doc.m4: don't build PS without dvips binary
665
666 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
667
668         reviewed by: Benjamin Otte  <otte@gnome.org>
669
670         * m4/as-docbook.m4:
671           don't use == operator with test(1) (fixes #135115)
672
673 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
674  
675         * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test)
676
677 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
678
679         * m4/gst-feature.m4:
680           remove AM_CONDITIONAL for the subsystem since automake 1.6.x
681           requires that call be in configure.ac
682
683 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
684
685         * m4/gst-libxml2.m4:
686           take required version as argument, and default to 2.4.9 if not
687           specified
688
689 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
690
691         * m4/gst-feature.m4:
692           rename and fix up GST_CHECK_DISABLE_SUBSYSTEM
693
694 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
695
696         * common/m4/as-ac-expand.m4:
697         * common/m4/as-auto-alt.m4:
698         * common/m4/as-compiler-flag.m4:
699         * common/m4/as-compiler.m4:
700         * common/m4/as-docbook.m4:
701         * common/m4/as-libtool.m4:
702         * common/m4/as-scrub-include.m4:
703         * common/m4/as-version.m4:
704         * common/m4/glib-gettext.m4:
705         * common/m4/gst-arch.m4:
706         * common/m4/gst-debuginfo.m4:
707         * common/m4/gst-doc.m4:
708         * common/m4/gst-feature.m4:
709         * common/m4/gst-function.m4:
710         * common/m4/gst-glib2.m4:
711         * common/m4/gst-gstreamer.m4:
712         * common/m4/gst-libxml2.m4:
713         * common/m4/gst-makecontext.m4:
714         * common/m4/gst-mcsc.m4:
715         * common/m4/pkg.m4:
716           fix underquoted macros as reported by automake 1.8.x (#133800)
717
718 2004-02-11  Johan Dahlin  <johan@gnome.org>
719
720         * gst-autogen.sh: Use A-Z instead of A-z in sed expression to
721         avoid a warning
722
723 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
724
725         * m4/gst-doc.m4:
726           we use --output-format=xml and --ingnore-files options to
727           gtkdoc-mkdb, which got added between 0.9 and 1.0
728
729 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
730
731         * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back
732           to configure.ac to shut up libtoolize
733
734 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
735
736         * glib-gen.mak: added; used to generate enums and marshal code
737
738 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
739
740         * gettext.patch: added; used by autogen.sh to make sure
741           GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in
742