m4/gst-error.m4: Add -fno-strict-aliasing when compiling with -Werror, to work around...
[platform/upstream/gst-common.git] / ChangeLog
1 2008-06-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
2
3         * m4/gst-error.m4:
4           Add -fno-strict-aliasing when compiling with -Werror, to work around
5           warnings caused by G_LOCK with recent GLib versions (2.16.x) (#316221).
6
7 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
8
9         * gtk-doc.mak:
10         Don't copy html/*.png files unless they don't already exist
11         in the destdir. Fixes distcheck failure caused by permissions
12         problems trying to copy a file into the destdir when it already
13         exists.
14
15 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
16
17         * plugins.xsl:
18           The class was not shown in plugin docs. Fix typo in changelog below.
19
20 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
21
22         * gstdoc-scangobj:
23         Emit warnings if one of the GTypes we're expecting is 0
24         when scanning.
25
26 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
27
28         * gtk-doc-plugins.mak:
29         * gtk-doc.mak:
30         Fix installing png images when gtk-doc is disabled.
31
32 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
33
34         * gtk-doc-plugins.mak:
35         * gtk-doc.mak:
36         Fix make clean when gtk-doc is disabled and other cleanups.
37
38 2008-05-17  Jan Schmidt  <jan.schmidt@sun.com>
39
40         * gtk-doc-plugins.mak:
41         Be more quiet when the files don't yet exist.
42
43 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
44
45         * gstdoc-scangobj:
46         Add a mechanism for adding 'implicitly created' GTypes into the
47         scan, allowing for documenting plugin-private base classes that
48         provide signals or properties for public elements.
49
50         * gtk-doc-plugins.mak:
51         Use $(builddir) instead of $(top_builddir) in a few places - there's
52         no need to hard code 'docs/plugins' as the only useable path.
53
54 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
55
56         * m4/gst-feature.m4:
57         Report plug-ins without external dependencies that will not be built
58         even when the name of the plug-in is a substring of another plug-in,
59         e.g., goom vs. goom2k1.
60
61 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
62
63         * gst.supp:
64           Add suppression for glibc bug on gutsy/x86-64
65
66 2008-05-12  Stefan Kost  <ensonic@users.sf.net>
67
68         * plugins.xsl:
69           Improve the layout of the caps, but splitting them on ";".
70
71 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
72         
73         Patch by: Brian Cameron <brian dot cameron at sun dot com>
74
75         * m4/gst-default.m4:
76         Don't set the default audio sink to the default visualizer.
77         Fixes bug #532295.
78
79 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
80
81         * check.mak: (help):
82           Document GST_CHECKS environment variable in checks 'make help'.
83
84 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
85
86         Patch by: Marc-Andre Lureau <marcandre dot lureau at gmail dot com>
87
88         * scangobj-merge.py:
89         Don't depend on Twisted just for the OrderedDict but implement our
90         own ordered dictionary class. Fixes bug #531577.
91
92 2008-04-23  Edward Hervey  <edward.hervey@collabora.co.uk>
93
94         * gst.supp:
95         Re-arrange latest suppressions.
96         Add all known suppressions for ubuntu hardy. Same as for older
97         ubuntus, but with different codepaths.
98
99 2008-04-22  Edward Hervey  <bilboed@gmail.com>
100
101         * gst.supp: Make tls leak suppression a bit more generic.
102
103 2008-04-22  Edward Hervey  <bilboed@gmail.com>
104
105         * gst.supp: Fix ommission in latest commit.
106         Make tls leak suppression more generic in order to cover more
107         distributions (and hopefully also future distributions).
108
109 2008-04-22  Edward Hervey  <bilboed@gmail.com>
110
111         * gst.supp: Add suppressions for Hardy.
112         They're just the newer versions of similar suppressions we had
113         for the previous versions of ubuntu.
114
115 2008-04-15  Sebastian Dröge  <slomo@circular-chaos.org>
116
117         * Makefile.am:
118         * m4/Makefile.am:
119         Dist all files in common. Fixes bug #527984.
120
121 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
122
123         * m4/gst-function.m4:
124           Rename AC_CACHE_VAL cache-ids to contain '_cv_' in order to make
125           autoconf-2.62 complain less.
126
127 2008-04-13  Tim-Philipp Müller  <tim at centricular dot net>
128
129         * m4/gst-args.m4:
130         * m4/gst-valgrind.m4:
131           Bump valgrind requirement to 3.0 (which was released in August 2005).
132           Fixes #489269. Also, check for version >=REQ and not >REQ.
133
134 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
135
136         * m4/gst-default.m4:
137           Add --with-default-{audiosink|audiosrc|videosink|videosrc|visualizer}
138           configure switches (#519417).
139
140 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
141
142         * m4/gst-args.m4:
143           Add --disable-foo switch for dependency-less plugins (#525586).
144
145 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
146
147         * m4/gst-parser.m4:
148         Unconditionally require flex 2.5.31 and bison 1.875.
149
150 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
151
152         * m4/gst-arch.m4:
153         amd64/x86_64 allows unaligned memory access too.
154
155 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
156
157         * m4/gst-dowhile.m4:
158         Add macro that checks if the compiler supports do {} while (0)
159         macros and define HAVE_DOWHILE_MACROS if it does. This is
160         needed by glib/gmacros.h to use something else than
161         if (1) else for G_STMT_START/END when compling C++, which
162         causes compiler warnings because of ambigious else with g++ 4.3.
163
164 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
165
166         * m4/gst-plugin-docs.m4:
167         * mangle-tmpl.py:
168         Don't depend on PyXML and use only XML modules that are shipped
169         with python. Fixes bug #519635.
170
171 2008-03-07  Edward Hervey  <edward.hervey@collabora.co.uk>
172
173         * m4/gtk-doc.m4: (GTK_DOC_CHECK): 
174         The previous commit to this file by Stefan Kost mentionned checking for
175         SED, but NOT checking for gtkdoc-check (wth is that doing there ??).
176         Therefore, removing the check for gtkdoc-check
177
178 2008-03-03  David Schleef  <ds@schleef.org>
179
180         * m4/ax_create_stdint_h.m4: Oops, checked in the wrong copy of
181           this file.  (Update from upstream)
182
183 2008-03-03  David Schleef  <ds@schleef.org>
184
185         * m4/ax_create_stdint_h.m4:  Update from upstream.  Fixes a bug
186           compiling with MSVC.
187
188 2008-03-03  Edward Hervey  <edward.hervey@collabora.co.uk>
189
190         * m4/pkg.m4:
191         Allow override of pkg-config results, as proposed by configure --help.
192         This is in fact just a backport from upstream pkg.m4.
193         Fixes #518892
194
195 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
196
197         * ChangeLog:
198         Changelog surgery of my previous commit to add bugzilla reference.
199         * m4/gst-args.m4:
200         Add AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to make it easier
201         to include and exclude plug-ins without external references, i.e.,
202         plug-ins listed in GST_PLUGINS_SELECTED. (#498222)
203
204 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
205
206         * gst.supp:
207         Add another glibc suppression.
208
209 2008-02-29  Peter Kjellerstedt  <pkj@axis.com>
210
211         * m4/gst-feature.m4:
212         Make the comment before defines generated via AG_GST_CHECK_FEATURE
213         look nicer. (#498222)
214
215 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
216
217         * m4/Makefile.am:
218         * m4/as-gcc-inline-assembly.m4:
219         Add Dave Schleef's GCC inline assembly detection macro
220         for using in gst-plugins-good in the goom 2k4 plugin.
221
222 2008-02-25  Andy Wingo  <wingo@pobox.com>
223
224         * gst-autogen.sh: Instead of only passing certain arguments to
225         configure, pass anything that we didn't handle. Much friendlier.
226         Fixes #34412.
227
228 2008-02-23  Jan Schmidt  <Jan.Schmidt@sun.com>
229
230         * m4/gst-error.m4:
231         Store the detected compiler flags into ERROR_CFLAGS rather than
232         ERROR_CXXFLAGS, and use the macro that checks the C compiler, not
233         the C++ one.
234
235 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
236
237         * m4/gst-error.m4:
238           Reflow checks for additional warning flags so they're not
239           nested, which fixes the result reporting in the configure
240           output.
241
242 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
243
244         * m4/as-compiler-flag.m4:
245           Add AS_CXX_COMPILER_FLAG
246
247         * m4/gst-error.m4:
248           Add AG_GST_SET_ERROR_CXXFLAGS (Forte bits need testing)
249
250 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
251
252         * gtk-doc-plugins.mak:
253           Add 'check-inspected-versions' target; this helps identify
254           files that should have been removed or where the version
255           number should (ideally) be updated before a release
256           (which doesn't happen automatically if the releaser doesn't
257           build that plugin locally). Not adding at a distcheck hook
258           yet though, because it's not really that important and would
259           probably also be a problem on buildbots.
260
261 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
262
263         * gst.supp:
264         Add even more glibc 2.7 suppressions.
265
266 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
267
268         * gst.supp:
269         Add another suppression for GLib caching some values after
270         the first call.
271
272 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
273
274         Patch by:
275           Tim Mooney <mooney at dogbert dot cc dot ndsu dot nodak dot edu>
276
277         * m4/gst-error.m4:
278         Use no%E_MACRO_REDEFINED on Solaris to prevent compiler warnings.
279         Fixes bug #515905.
280
281 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
282
283         * gst.supp:
284         Add a few more glibc 2.7 suppressions to make the avisubtitle unit
285         test valgrind clean. Fixes bug #515703.
286
287 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
288
289         * ChangeLog:
290           Changelog surgery for last commit.
291
292 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
293
294         * m4/gtk-doc.m4:
295           Conditionally check for SED. Also sync a bit with upstream macro.
296
297 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
298
299         * gtk-doc-plugins.mak:
300         * gtk-doc.mak:
301           Use '$(SED)' instead of 'sed'. Don't use -i for in-place as its gnu
302           only, move to a temp file instead.
303
304 2008-02-06  Stefan Kost  <ensonic@users.sf.net>
305
306         * gtk-doc-plugins.mak:
307         * gtk-doc.mak:
308          As our docs are versioned, we need to patch the index.sgml file to have
309          correct paths there, unless we also want to fork gtk-doc's xsl (which
310          we don't). This hopefully fixes xrefs between modules.
311
312 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
313
314         * m4/gst-feature.m4:
315         Use printf instead of echo as "echo -e" isn't POSIX and doesn't work
316         with strict POSIX shells like tcsh or dash and also not every platform
317         has a /bin/echo that supports it.
318
319 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
320
321         * ChangeLog:
322           ChangeLog surgery.
323
324         * gstdoc-scangobj:
325           Sync the object scanner with gtk-doc fixes. Update args and hierarchy
326           files.
327
328 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
329
330         * check.mak:
331         * coverage/lcov.mak:
332         * gtk-doc-plugins.mak:
333         * release.mak:
334         Use $(MAKE) instead of make to fix the build if GNU make is called
335         something else on the system.
336         
337         * m4/as-docbook.m4:
338         Fix path for docbook.xsl if we have no /etc/xml/catalog and add a
339         docbook-xsl search path for FreeBSD.
340
341 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
342
343         * gst.supp:
344         Add a suppression for a glibc bug:
345         http://valgrind.org/docs/manual/faq.html#faq.exit_errors>
346
347 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
348
349         * gst.supp:
350         Add some more glibc 2.7 suppressions and make the GLib suppressions
351         for the home/tmp/etc directory caching a bit more generic.
352
353 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
354
355         * gst.supp:
356         Add some glibc 2.7 supressions as found on Debian/unstable.
357
358 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
359
360         * download-translations:
361         Apparently I have problems with leaving things commented out when
362         I edit shell scripts.
363
364 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
365
366         * download-translations:
367         Remove bash-isms
368
369 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
370
371         * check-exports:
372         Restore the cleanup rm of our tmp file which I didn't mean to leave 
373         commented out.
374
375 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
376
377         * check-exports:
378           Fixes to make check-export work on both Solaris and Linux
379
380         * m4/gst-error.m4:
381           Disable extra warning category (argument mismatch) as an error
382           on Forte, as it prevents the libcheck fail_if macros from compiling.
383
384         * win32.mak:
385           Substitute the GStreamer version so things will keep working in 0.11
386
387 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
388
389         Patch by: Peter Kjellerstedt <pkj axis com>
390
391         * m4/gst-glib2.m4:
392         * m4/gst-libxml2.m4:
393           Improve/fix output from configure if either glib-2.0 or
394           libxml2 are not installed (#498222).
395
396 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
397
398         * coverage/lcov.mak:
399           Update coverage make-rules: use them conditionaly, use libtool mode
400           and use lcov to cleanup.
401
402 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
403
404         * glib-gen.mak:
405           Also use #include "header" instead of #include <header> for the
406           headers that were used to generate the source files for the same
407           reason as below.
408
409           Remove whitespace before #include.
410
411 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
412
413         * glib-gen.mak:
414           Use #include "header" instead of #include <header> for the generated
415           enum C files as the file will always be in the same directory and
416           some compilers seem to be a bit strict about that unless . is added
417           to the include path.
418
419           Include all headers that were used to generate the source files in
420           the C file as they're used there.
421
422 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
423
424         * win32.mak: (win32), (win32defs), (win32crlf):
425           Make check for CR LF in Visual C++ 6.0 project files
426           work, based on patch by David Schleef (#496722, #393626).
427         
428 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
429
430         * Makefile.am:
431           Don't forget to dist the new win32.mak.
432
433 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
434
435         * win32.mak: (win32), (win32defs):
436           Move common win32 Makefile foo into this new file.
437
438 2007-12-15  Stefan Kost  <ensonic@users.sf.net>
439
440         * gtk-doc-plugins.mak:
441         * gtk-doc.mak:
442           We should have never forked this that much :/.
443
444 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
445
446         * check-exports:
447           Fix build on the ppc64 build bot.
448
449 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
450
451         * check-exports:
452           Suppress more unintentional exports (too much hassle to rename them,
453           since the win32 project files would need changing too).
454
455 2007-12-12  Tim-Philipp Müller  <tim at centricular dot net>
456
457         * Makefile.am:
458           check-exports should be disted.
459
460 2007-12-12  Tim-Philipp Müller  <tim at centricular dot net>
461
462         * check-exports:
463           Add quick'n'dirty script to check the exported symbols of a library
464           against the symbols in the corresponding .def file (#493983). Based
465           on script by Ole André Vadla Ravnås.
466
467 2007-11-06  Jan Schmidt  <jan.schmidt@sun.com>
468
469         * gtk-doc-plugins.mak:
470         Fix distcheck by making sure the types files are treated like the
471         other gtkdoc-scangobj generated files.
472
473 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
474
475         * m4/gst-args.m4:
476           Let the AG_GST_ARG_ENABLE_EXPERIMENTAL macro default to disable
477           building of experimental plugins. Nobody uses it yet and the
478           --enable--experimental stuff from gst-plugins-good defaults to
479           disable too.
480
481 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
482
483         * gtk-doc-plugins.mak:
484           Just use the normal 'check' target and avoid a circular
485           dependency.
486
487 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
488
489         * gtk-doc-plugins.mak:
490           Add rule to error out if .hierarchy file contains tabs.
491
492 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
493
494         * download-translations:
495         * po.mak:
496           If there are new languages, they need to be added to po/LINGUAS.
497
498 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
499
500         * download-translations:
501         * po.mak:
502           Fix up 'download-po' a bit, so that we find new translations
503           for languages that aren't in our po/LINGUAS file yet too.
504
505 2007-07-16  Jan Schmidt  <thaytan@mad.scientist.com>
506
507         * gst.supp:
508         Add a suppression for GLib caching the tmp dir seen on an
509         Ubuntu Feisty system.
510
511 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
512
513         * m4/gst-feature.m4:
514         If we want to use 'echo -e', call /bin/echo instead of the shell's
515         since -e is a bash extension, and our /bin/sh might not be being
516         provided by bash.
517
518 2007-07-01  Thomas Vander Stichele  <thomas at apestaart dot org>
519
520         * po.mak:
521           Translation project has moved.  Also, no idea how this used to
522           work given that we weren't downloading a .po file.
523
524 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
525
526         * gst-xmlinspect.py:
527         * plugins.xsl:
528           Also extract element caps for plugin-docs. Fixes parts of #117692.
529
530 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
531
532         Patch by: Andreas Schwab
533
534         * m4/gst-feature.m4:
535           Fix quoting (#449493).
536
537 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
538
539         * m4/gst-parser.m4:
540         Only generate the parser if bison >= 1.875 _and_ flex >= 2.5.31 is
541         installed and use pre-generated sources otherwise. Fixes bug #444820.
542
543 2007-05-11  Michael Smith <msmith@fluendo.com>
544
545         * gst.supp:
546           Suppression variant for our good friend the TLS leak, this time for
547           Ubuntu Feisty/x86.
548
549 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
550
551         * gtk-doc-plugins.mak:
552           Fix make distcheck again; change some spaces to tabs in makefile.
553
554 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
555
556         * gtk-doc-plugins.mak (-module):
557           Error out when the html build step gives warnings, so they get
558           fixed properly.
559
560 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
561
562         * m4/gst-feature.m4:
563           Add macro AG_GST_PARSE_SUBSYSTEM_DISABLES that checks the defines in
564           the configuration header and AC_DEFINES the setings.
565
566 2007-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
567
568         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
569
570         * m4/gst-parser.m4:
571         Put the AC_MSG_RESULT output in brackets to get it properly written to
572         the terminal.
573
574 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
575
576         * m4/gst-parser.m4:
577         Check for flex >= 2.5.31 and set GENERATE_PARSER if we have at least
578         that version. Otherwise use pre-generated parser sources as we can't
579         raise the required flex version. HAVE_MT_SAVE_FLEX is obsolete now
580         as we use a new enough flex version anyway. First part of #349180
581
582 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
583
584         * m4/gst-check.m4:
585           Allow pre-setting the GST(PB)_TOOLS/PLUGINS_DIR variables to help
586           builds against older GStreamer.
587
588 2007-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
589
590         * m4/gst-parser.m4:
591         Fix the flex version check. It ignored the micro version before.
592
593 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
594
595         * check.mak:
596         Use the same timeout when generating valgrind suppressions as 
597         running the valgrind test.
598
599         * gst.supp:
600         Add some more suppressions and stuff.
601
602 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
603
604         * check.mak:
605         Make sure GSlice is disabled when building suppressions too.
606
607         * gst.supp:
608         Add around *850* lines of suppressions for one-time initialisations
609         inside libasound and gconf/bonobo/ORBit. I feel so dirty.
610
611 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
612
613         * gst.supp:
614         add a suppression for this GConf flup on the FC5 buildbot.
615
616 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
617
618         * gst.supp:
619         Make the suppression a little more generic, to catch the FC5 
620         backtrace too.
621
622 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
623
624         * gst.supp:
625         Add a suppression for libcdio 0.76. It leaks an internal struct
626         when the CD-ROM device is not accessible.
627
628 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
629
630         * m4/gst-arch.m4:
631           Move a line that was in the wrong macro
632
633 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
634
635         * m4/gst.m4:
636           Add
637         * m4/gst-arch.m4:
638         * m4/gst-args.m4:
639         * m4/gst-check.m4:
640         * m4/gst-debuginfo.m4:
641         * m4/gst-default.m4:
642         * m4/gst-doc.m4:
643         * m4/gst-error.m4:
644         * m4/gst-feature.m4:
645         * m4/gst-function.m4:
646         * m4/gst-gettext.m4:
647         * m4/gst-glib2.m4:
648         * m4/gst-libxml2.m4:
649         * m4/gst-parser.m4:
650         * m4/gst-plugin-docs.m4:
651         * m4/gst-plugindir.m4:
652         * m4/gst-valgrind.m4:
653         * m4/gst-x11.m4:
654           Convert all macros to use AG_GST style so we can properly warn
655           when they're missing if configure.ac calls AG_GST_INIT
656           Will require update in all GStreamer modules.
657
658 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
659
660         * m4/gst-args.m4:
661           Remove 'enable' from configure switch description as this leads to 
662           confusing lines like "disable enable builing ...".
663         * m4/gst-feature.m4:
664           Fix comment to sound less horrible.
665
666 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
667
668         Patch by: Will Newton  <will.newton gmail com>
669
670         * m4/gst-check.m4:
671           Use $PKG_CONFIG rather than pkg-config directly, the one in our path
672           might not be the one we want, like when cross-compiling. Also, other
673           macros such as PKG_CHECK_MODULES use $PKG_CONFIG, so we should
674           probably too just for consistency. Fixes #405288.
675
676 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
677
678         * m4/gst-parser.m4:
679           Need to use double square brackets again so m4 doesn't remove them
680           (fixes #378931).
681
682         * m4/gst-args.m4:
683           Use double square brackets here as well, for the same reason.
684
685 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
686
687         * m4/gst-parser.m4:
688           Use 'sed' rather than 'tr' to strip trailing letters from version
689           numbers, since 'tr' might not be available and we know sed is
690           (#378931).
691
692 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
693
694         * check.mak:
695           Increase default timeout under valgrind, 60 is just too short and
696           some tests take a bit longer these days and not everyone has a
697           beefy machine.
698
699 2006-09-29  Michael Smith  <msmith@fluendo.com>
700
701         * gst.supp:
702           More suppressions for edgy. 
703
704 2006-09-28  Jan Schmidt  <thaytan@mad.scientist.com>
705
706         * m4/gst-glib2.m4:
707         Use gmodule-no-export-2.0.pc instead of gmodule-2.0.pc - we neither
708         want nor need --export-dynamic (which ends up making us export a bunch
709         of unneeded symbols)
710
711 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
712
713         * gst.supp:
714           Some suppressions for the more recent ld.so in ubuntu edgy.
715
716 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
717
718         * gst.supp:
719           Shorten function trail so the suppression works on
720           my ubuntu dapper system with core cvs as well.
721
722 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
723
724         * gst.supp:
725         Extra suppressions from my Ubuntu x86_64 machine
726
727 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
728
729         Patch by: Frederic Peters <fpeters at entrouvert com>
730
731         * m4/gst-parser.m4:
732           Need to double square brackets in .m4 files. Should fix bison
733           version detection with version numbers like 1.23a (#348354).
734
735 2006-07-24  Jan Schmidt  <thaytan@mad.scientist.com>
736
737         * check.mak:
738         Valgrind fails to find tests written in tests/check/ directly (rather
739         than a subdir) - because valgrind gets run with a filename that
740         doesn't contain a relative path, it goes searching /usr/bin instead.
741         Run with ./.... to make things work either way.
742
743         * gtk-doc-plugins.mak:
744         Add $(top_builddir)/src as a place to look for plugins
745         when building too, since that's where gst-template keeps things
746
747 2006-07-23  Stefan Kost  <ensonic@users.sf.net>
748
749         Patch by: Frederic Peters <fpeters@entrouvert.com>
750
751         * m4/gst-parser.m4:
752           Fix bison detection (#348354)
753
754 2006-07-21  Stefan Kost  <ensonic@users.sf.net>
755
756         * m4/gst-parser.m4:
757           check for bison and flex
758
759 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
760
761         * m4/gst-plugin-docs.m4:
762           remove the configure argument for enabling plugin doc build;
763           having gtk-doc enabled and pyxml present is enough of a trigger
764
765 2006-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
766
767         * coverage/lcov.mak:
768           fix up rules to work with gst-python as well
769           run "make lcov" to test and generate the reports
770           run "make lcov-reset" to redo it after that
771
772 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
773
774         * Makefile.am:
775         * check.mak:
776           add an inspect target that inspects every element feature,
777           so we can have that added for coverage
778         * coverage/lcov.mak:
779           add support for lcov
780
781 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
782
783         * m4/gst-args.m4:
784           when building with gcov, reset CFLAGS and friends to O0
785
786 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
787
788         * m4/gst-args.m4:
789           Find the gcov that matches the gcc version
790           Only allow gcov if we use gcc
791
792 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
793
794         * Makefile.am:
795         * coverage/coverage-report-entry.pl:
796         * coverage/coverage-report.pl:
797         * coverage/coverage-report.xsl:
798           copy coverage reporting files from dbus
799
800 2006-07-01  Thomas Vander Stichele  <thomas at apestaart dot org>
801
802         * m4/gst-args.m4:
803           libtool strips gcov's -f flags, so libgcov does not get
804           linked in.  Setting GCOV_LIBS with -lgcov fixes libtool's
805           stripping
806           also show what pkg-config-path we set
807
808 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
809
810         Patch by: Peter Kjellerstedt <pkj at axis com>
811
812         * m4/gst-feature.m4:
813           Show list of plugins without external dependencies that
814           will not be built as well (#344136).
815
816 2006-06-15  Tim-Philipp Müller  <tim at centricular dot net>
817
818         * m4/gst-plugin-docs.m4:
819           add GST_PLUGIN_DOCS, which checks for everything needed
820           to build the plugin docs (namely gtk-doc and pyxml); also
821           adds a new --enable-plugin-docs configure switch; will
822           set ENABLE_PLUGIN_DOCS conditional for use in Makefile.am
823           files (see #344039).
824
825 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
826
827         * m4/gst-check.m4:
828           add GST_PKG_CHECK_MODULES, which in the normal case of checking
829           for a dependency lib for a plug-in only needs two arguments
830           to do the right thing.
831         * m4/gst-feature.m4:
832           clean up output a little of feature checking; also deal with
833           non-plug-in feature checks
834         * m4/Makefile.am:
835         * m4/gst-gstreamer.m4:
836           remove this file; it's a useless check
837
838 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
839
840         * m4/gst-arch.m4:
841           add PPC64 so we can have separate structure sizes for it
842
843 2006-06-05  Edward Hervey  <edward@fluendo.com>
844
845         * gtk-doc.mak:
846         Check for the proper .devhelp2 file to remove.
847
848 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
849
850         * gtk-doc.mak:
851           allow a magic variable to suppress errors from docbuilding
852
853 2006-05-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
854
855         * gtk-doc.mak:
856           error out if gtkdoc-mktmpl finds unused declarations
857
858 2006-05-28  Edward Hervey  <edward@fluendo.com>
859
860         * gst.supp:
861         Reverting previous commit.  That's good to know, Edward, but why ?
862         
863 2006-05-28  Edward Hervey  <edward@fluendo.com>
864
865         * gst.supp:
866         Added suppresion for memleak in g_option_context_parse on fc5-64
867
868 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
869
870         * m4/gst-check.m4:
871           set GSTPB_PLUGINS_DIR just like GST_PLUGINS_DIR
872
873 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
874
875         * check.mak:
876           Fix 'make help' in check directories, it should be
877           'valgrind.gen-suppressions' not 'valgrind-gen-suppressions'
878           (not changing target to match help string on purpose to keep
879           scripts etc. functional).
880
881 2006-05-18  Thomas Vander Stichele  <thomas at apestaart dot org>
882
883         Patch by: Peter Kjellerstedt
884
885         * m4/gst-arch.m4:
886           add support for CRIS and CRISv32.
887
888 2006-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
889
890         * m4/gst-args.m4:
891         Fix the macros for command-line supplied package and origin names
892         so they don't end up being configure as "" (Fixes #341479)
893
894 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
895
896         * gtk-doc.mak:
897         Add uninstall rule to remove .devhelp2 files.
898
899 2006-05-09  Edward Hervey  <edward@fluendo.com>
900
901         * gst.supp: 
902           Add suppression for GSlice version of
903           g_type_init calloc leak
904
905 2006-04-05  Michael Smith  <msmith@fluendo.com>
906
907         * gst.supp:
908           Delete a bogus suppression for the registry code.
909           Generalise a suppression for a glib bug (see #337404)
910
911 2006-04-04  Michael Smith <msmith@fluendo.com>
912
913         * gst.supp:
914           Add a leak suppression: the existing glibc-doesn't-free-TLS one
915           wasn't triggering here.
916
917 2006-04-04  Michael Smith <msmith@fluendo.com>
918
919         * gst.supp:
920           Add some minimally-neccesary suppressions for my x86/dapper system.
921
922 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
923
924         * plugins.xsl:
925           Do not display an origin link if origin does not start with http
926           See #323798
927
928 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
929
930         * m4/gst-args.m4:
931         * m4/gst-feature.m4:
932           add more macros
933         * m4/gst-x11.m4:
934           X11-related checks
935
936 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
937
938         * m4/as-version.m4:
939           newer version
940         * m4/gst-args.m4:
941         * m4/gst-doc.m4:
942           update and add other macros to be shared across projects
943
944 2006-03-24  Thomas Vander Stichele  <thomas at apestaart dot org>
945
946         * gst.supp:
947           add a suppression for g_parse_debug_string
948
949 2006-03-23  Stefan Kost  <ensonic@users.sf.net>
950
951         * gstdoc-scangobj:
952           sync fully with gtkdoc-0.15
953
954 2006-03-23  Stefan Kost  <ensonic@users.sf.net>
955
956         * gstdoc-scangobj:
957         * gtk-doc.mak:
958           sync a little with gtk-doc mainline
959
960 2006-03-17  Wim Taymans  <wim@fluendo.com>
961
962         * gst.supp:
963           add another clone suppression
964           change all glibc suppressions to match 2.3.*
965
966 2006-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
967
968         * m4/check.m4:
969           fix test so it actually works when the normal check is used
970           over debian's/ubuntu's
971
972 2006-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
973
974         * check.mak:
975         Set G_SLICE=always-malloc when valgrinding tests
976         (closes #333272)
977
978 2006-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
979
980         * m4/gst-glib2.m4:
981         Fix debug output when the GLib version prerequisite is not found
982
983 2006-02-13  Andy Wingo  <wingo@pobox.com>
984
985         * m4/check.m4: Hack around Debian/Ubuntu's broken installation of
986         the PIC version of check as libcheck_pic.a. Should work with
987         cross-compilation too. Grr.
988
989 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
990
991         * m4/gst-default.m4:
992           switch to auto* sinks for defaults
993
994 2006-02-02  Wim Taymans  <wim@fluendo.com>
995
996         * check.mak:
997           add a .valgrind.gen-suppressions target to aid in generating
998           suppressions
999         * gst.supp:
1000           add more repressions from my debian glibc as of today
1001
1002 2006-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1003
1004         * gtk-doc-plugins.mak:
1005           only add srcdir/gst if it exists
1006
1007 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1008
1009         * release.mak:
1010           don't complain about disted enums in win32
1011
1012 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1013
1014         * m4/gst-check.m4:
1015           AC_SUBST CFLAGS and LIBS
1016           do a non-command because something is stripping out our AC_SUBST
1017
1018 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1019
1020         * m4/gst-args.m4:
1021         * m4/gst-valgrind.m4:
1022           properly give a "no" result manually when providing a
1023           not-found action to fix configure output
1024
1025 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1026
1027         * m4/pkg.m4:
1028           update with a more recent version
1029
1030 2006-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
1031
1032         * gettext.patch:
1033           make Makefile depend on LINGUAS, so rebuilds work when adding
1034           a language
1035
1036 2006-01-03  Michael Smith  <msmith@fluendo.com>
1037
1038         * check.mak:
1039           Clarify error message from valgrind test runs.
1040
1041 2005-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1042
1043         * m4/gst-arch.m4:
1044           define HOST_CPU
1045
1046 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1047
1048         * check.mak:
1049           add a valgrind-forever target for tests
1050
1051 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1052
1053         * check.mak:
1054           when a "make test.check" run fails, make it rerun the test with       
1055           at least debug level 2
1056
1057 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1058
1059         * m4/Makefile.am:
1060         * m4/gst-check.m4:
1061           fix check for base plugins
1062         * m4/gst-default.m4:
1063           add m4 to set default elements
1064
1065 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1066
1067         * m4/gst-check.m4:
1068           check for tools correctly
1069
1070 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1071
1072         * gtk-doc.mak:
1073           only enable breaking on new API when make distcheck passes,
1074           not before
1075
1076 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1077
1078         * m4/gst-check.m4:
1079           Resurrect Julien's dead body and wipe his mind clean
1080
1081 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1082
1083         * m4/gst-check.m4:
1084           Kill Julien
1085
1086 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1087
1088         * m4/gst-check.m4: I know Thomas will kill me but this 
1089         ifelse statement seems incorrect as it is always setting
1090         required to "yes". With this one it seems to work. Fixes
1091         build of gst-plugins-base on my setup where gstreamer-check
1092         is definitely not present/required.
1093
1094 2005-10-18  Stefan Kost  <ensonic@users.sf.net>
1095
1096         * gtk-doc.mak:
1097           make build break on new api that has not been added to the
1098           sections file
1099
1100 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1101
1102         * m4/gst-glib2.m4:
1103         * m4/Makefile.am:
1104         * m4/gst-check.m4:
1105           add macro for easy checks for GStreamer libs
1106
1107 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1108
1109         * m4/gst-glib2.m4:
1110           update, warn in error cases
1111
1112 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1113
1114         * m4/gst-error.m4:
1115           add GST_SET_DEFAULT_LEVEL
1116
1117 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1118
1119         * m4/Makefile.am:
1120         * m4/gst-gettext.m4:
1121           remove the AM_GNU_GETTEXT* calls, they need to be in configure.ac
1122         * m4/gst-glib2.m4:
1123           clean up and re-use in core soon
1124         * m4/gst-plugindir.m4:
1125           macro to set up PLUGINDIR and plugindir define/var
1126
1127 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1128
1129         * m4/Makefile.am:
1130         * m4/gst-gettext.m4:
1131           add macro for setting up gettext
1132
1133 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1134
1135         * m4/gst-args.m4:
1136           add some .m4's for argument checking that can be shared among modules
1137
1138 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1139
1140         * m4/as-libtool.m4:
1141           set _LT_LDFLAGS
1142         * m4/gst-libxml2.m4:
1143           document
1144
1145 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1146
1147         * m4/gst-arch.m4:
1148           indent a little
1149           add AC_REQUIRE
1150         * m4/gst-error.m4:
1151           clean up
1152
1153 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1154
1155         * gst-autogen.sh:
1156           update version detection expression to catch stuff like
1157           Libtool (libtool15) 1.5.0
1158
1159 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1160
1161         * gst.supp:
1162           commit 6 new suppressions related to g_module_open; can these
1163           really not be folded into one ?
1164
1165 2005-10-11  Edward Hervey  <edward@fluendo.com>
1166
1167         * gst.supp: 
1168         made the <g_type_init calloc 2> suppression more generic
1169         Added pthread memleak suppresions
1170         Added nss_parse_* memleak suppresion (used by g_option_context_parse)
1171
1172 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1173
1174         * check.mak:
1175           be more strict, more leak resolution
1176         * gst.supp:
1177           clean up the g_type_init suppressions
1178
1179 2005-10-07  Thomas Vander Stichele  <thomas at apestaart dot org>
1180
1181         * m4/Makefile.am:
1182         * m4/gst-valgrind.m4:
1183           put the valgrind detection in an .m4
1184
1185 2005-09-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1186
1187         * check.mak:
1188           add some more targets, like "help", but also more intensive tests
1189
1190 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1191
1192         * gtk-doc.mak:
1193           make certain doc warnings fatal so people maintain docs again
1194
1195 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1196
1197         * Makefile.am:
1198         * gtk-doc-plugins.mak:
1199         * scangobj-merge.py:
1200           merge additions from the .signals.new and .args.new file in
1201           the original ones, only updating if necessary
1202
1203 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1204
1205         * gst-xmlinspect.py:
1206         * gstdoc-scangobj:
1207         * gtk-doc-plugins.mak:
1208           fix properly for new API; make update in plugins dir now works
1209
1210 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1211
1212         * gst-xmlinspect.py:
1213         * gstdoc-scangobj:
1214           some fixes for new API
1215         * gtk-doc-plugins.mak:
1216           set environment properly
1217
1218 2005-09-17  David Schleef  <ds@schleef.org>
1219
1220         * gtk-doc-plugins.mak: Use new environment variables.
1221
1222 2005-09-16  Michael Smith <msmith@fluendo.com>
1223
1224         * gstdoc-scangobj:
1225           Make the scanobj code reflect registry/plugin API changes
1226
1227 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1228
1229         * gtk-doc-plugins.mak:
1230           split out scanobj step (which will be run by doc maintainer)
1231           from scan step (which will be run on every build)
1232           clean up some of the commands for make distcheck
1233
1234 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1235
1236         * gtk-doc-plugins.mak:
1237         * mangle-tmpl.py:
1238           first stab at reorganizing the plugins build so we can maintain
1239           element docs
1240
1241 2005-09-14  David Schleef  <ds@schleef.org>
1242
1243         * as-libtool.mak: Remove
1244         * m4/as-libtool.m4: The libtool bug that this worked around has
1245           been fixed.
1246         * m4/as-version.m4: Don't define GST_RELEASE, since it causes
1247           config.h to be regenerated needlessly, and we don't use it.
1248
1249 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1250
1251         * gtk-doc-plugins.mak:
1252           error out on inspect failure
1253
1254 2005-09-14  Michael Smith <msmith@fluendo.com>
1255
1256         * glib-gen.mak:
1257           Don't call glib-mkenums with arguments that confuse/break MinGW,
1258           fixes 316155.
1259
1260 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1261
1262         * gtk-doc-plugins.mak:
1263         * gtk-doc.mak:
1264         * m4/gst-doc.m4:
1265           separate out gtk-doc and docbook stuff
1266           have two separate --enable configure flags
1267
1268 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1269
1270         * check.mak:
1271           add a .gdb target; rebuild registry for each target, otherwise
1272           a code rebuild always triggers a reg rebuild, and it's just too
1273           annoying
1274         * gstdoc-scangobj:
1275
1276 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1277
1278         * check.mak:
1279           separate out REGISTRY_ENVIRONMENT; we want to use that from
1280           our valgrind runs, but we also want TESTS_ENVIRONMENT to contain
1281           everything that the first test, gst-register, needs
1282
1283 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1284
1285         * check.mak:
1286           parse output of valgrind and check for definitely lost, and error
1287           out; somehow I was led to believe valgrind returns non-zero for
1288           leaks, but I can't make it do that, so let's parse
1289
1290 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1291
1292         * check.mak:
1293           for some weird reason valgrind does not report actual memleaks
1294           if GST_PLUGIN_PATH is set to anything but the core gstreamer dir
1295           while valgrind is running.  Since the registry is going to go
1296           anyway, I don't want to waste any more time on this; I just run
1297           valgrind without GST_PLUGIN_PATH set.  Since the registry loading
1298           doesn't check if GST_PLUGIN_PATH got changed as a reason to rebuild
1299           the registry, that's actually fine.
1300
1301 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1302
1303         * mangle-tmpl.py:
1304           keep original Long_Description; only insert an include if it's
1305           not already the first line in there
1306         * plugins.xsl:
1307           output more information for plugins, including an origin hyperlink
1308
1309 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1310
1311         * gst-xmlinspect.py:
1312           a first stab at inspecting plugins and outputting an xml description
1313         * gtk-doc-plugins.mak:
1314           a gtk-doc using snippet for plugins documentation
1315         * plugins.xsl:
1316           a stylesheet to convert gst-xmlinspect.py output to docbook output
1317           for inclusion in the gtk-doc stuff
1318
1319 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1320
1321         * m4/gst-doc.m4:
1322           s/pdf/eps/ in test for whether we output EPS images (#309379).
1323
1324 2005-07-18  Andy Wingo  <wingo@pobox.com>
1325
1326         * m4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much
1327         better. Thanks, Paolo Bonzini!
1328         
1329         * m4/Makefile.am (EXTRA_DIST): 
1330         * m4/as-libtool-tags.m4: New file, tries to disable some CXX and
1331         fortran checks.
1332
1333 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1334
1335         * m4/gst-error.m4:
1336           add macro to set ERROR_CFLAGS
1337
1338 2005-06-30  Jan Schmidt  <thaytan@mad.scientist.com>
1339
1340         * gst-autogen.sh:
1341           Remove the old autoregen.sh if it exists before recreating it,
1342           to prevent confusing any shell process that might be reading it
1343           currently.
1344
1345 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1346
1347         * m4/gtk-doc.m4:
1348           added
1349
1350 2005-06-03  Stefan Kost  <ensonic@users.sf.net>
1351
1352         * gst-autogen.sh: create autoregen.sh *before* shifting the options
1353
1354 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1355
1356         * gst-autogen.sh: only update autoregen.sh on actual runs
1357
1358 2005-03-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1359
1360         * m4/check.m4: m4 from the check unit test suite
1361
1362 2004-12-14  David Schleef  <ds@schleef.org>
1363
1364         * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and
1365         isn't needed anywhere
1366
1367 2004-12-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1368
1369         * gst-autogen.sh:
1370           allow failure command to be run so we can clean upfrom autopoint
1371
1372 2004-09-03  Zeeshan Ali Khattak <zeenix@gmail.com>
1373         * m4/gst-feature.m4: Trying to correct the GST_CHECK_CONFIGPROG macro
1374
1375 2004-07-21  Benjamin Otte  <otte@gnome.org>
1376
1377         * m4/.cvsignore: exciting updates for libtool m4 files
1378
1379 2004-07-12  David Schleef  <ds@schleef.org>
1380
1381         * m4/as-objc.m4:  Add a macro to test for objective C
1382
1383 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1384
1385         * m4/gst-feature.m4:
1386           not all of them support --plugin-libs, so redirect stderr
1387
1388 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1389
1390         * m4/as-scrub-include.m4:
1391           sync with upstream to 0.1.4.  Fixes #132440
1392
1393 2004-06-07  Benjamin Otte  <otte@gnome.org>
1394
1395         * m4/gst-feature.m4:
1396           write a big marker into configure output when checking next plugin
1397           to allow easier parsing of why plugins are(n't) built.
1398
1399 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1400
1401         * m4/as-compiler-flag.m4:
1402         * m4/as-compiler.m4:
1403         * m4/as-libtool.m4:
1404         * m4/as-version.m4:
1405           sync with upstream, change sticky options to -ko
1406
1407 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1408
1409         * m4/as-scrub-include.m4: synced with upstream
1410
1411 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1412
1413         * po.mak:
1414           snippet for updating .po files
1415
1416 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1417
1418         * Makefile.am:
1419         * m4/Makefile.am:
1420           integrate these with the dist
1421
1422 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1423
1424         * release.mak: add a release target
1425
1426 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1427
1428         patch by: Stephane Loeuillet
1429
1430         * m4/ax_create_stdint_h.m4:
1431           use head -n instead of head - (#136500)
1432
1433 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1434
1435         * m4/gst-doc.m4: don't build PS without dvips binary
1436
1437 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
1438
1439         reviewed by: Benjamin Otte  <otte@gnome.org>
1440
1441         * m4/as-docbook.m4:
1442           don't use == operator with test(1) (fixes #135115)
1443
1444 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1445  
1446         * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test)
1447
1448 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1449
1450         * m4/gst-feature.m4:
1451           remove AM_CONDITIONAL for the subsystem since automake 1.6.x
1452           requires that call be in configure.ac
1453
1454 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1455
1456         * m4/gst-libxml2.m4:
1457           take required version as argument, and default to 2.4.9 if not
1458           specified
1459
1460 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1461
1462         * m4/gst-feature.m4:
1463           rename and fix up GST_CHECK_DISABLE_SUBSYSTEM
1464
1465 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1466
1467         * common/m4/as-ac-expand.m4:
1468         * common/m4/as-auto-alt.m4:
1469         * common/m4/as-compiler-flag.m4:
1470         * common/m4/as-compiler.m4:
1471         * common/m4/as-docbook.m4:
1472         * common/m4/as-libtool.m4:
1473         * common/m4/as-scrub-include.m4:
1474         * common/m4/as-version.m4:
1475         * common/m4/glib-gettext.m4:
1476         * common/m4/gst-arch.m4:
1477         * common/m4/gst-debuginfo.m4:
1478         * common/m4/gst-doc.m4:
1479         * common/m4/gst-feature.m4:
1480         * common/m4/gst-function.m4:
1481         * common/m4/gst-glib2.m4:
1482         * common/m4/gst-gstreamer.m4:
1483         * common/m4/gst-libxml2.m4:
1484         * common/m4/gst-makecontext.m4:
1485         * common/m4/gst-mcsc.m4:
1486         * common/m4/pkg.m4:
1487           fix underquoted macros as reported by automake 1.8.x (#133800)
1488
1489 2004-02-11  Johan Dahlin  <johan@gnome.org>
1490
1491         * gst-autogen.sh: Use A-Z instead of A-z in sed expression to
1492         avoid a warning
1493
1494 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1495
1496         * m4/gst-doc.m4:
1497           we use --output-format=xml and --ingnore-files options to
1498           gtkdoc-mkdb, which got added between 0.9 and 1.0
1499
1500 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1501
1502         * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back
1503           to configure.ac to shut up libtoolize
1504
1505 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1506
1507         * glib-gen.mak: added; used to generate enums and marshal code
1508
1509 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1510
1511         * gettext.patch: added; used by autogen.sh to make sure
1512           GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in
1513