check-exports: Suppress more unintentional exports (too much hassle to rename them...
[platform/upstream/gst-common.git] / ChangeLog
1 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * check-exports:
4           Suppress more unintentional exports (too much hassle to rename them,
5           since the win32 project files would need changing too).
6
7 2007-12-12  Tim-Philipp Müller  <tim at centricular dot net>
8
9         * Makefile.am:
10           check-exports should be disted.
11
12 2007-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13
14         * check-exports:
15           Add quick'n'dirty script to check the exported symbols of a library
16           against the symbols in the corresponding .def file (#493983). Based
17           on script by Ole André Vadla Ravnås.
18
19 2007-11-06  Jan Schmidt  <jan.schmidt@sun.com>
20
21         * gtk-doc-plugins.mak:
22         Fix distcheck by making sure the types files are treated like the
23         other gtkdoc-scangobj generated files.
24
25 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
26
27         * m4/gst-args.m4:
28           Let the AG_GST_ARG_ENABLE_EXPERIMENTAL macro default to disable
29           building of experimental plugins. Nobody uses it yet and the
30           --enable--experimental stuff from gst-plugins-good defaults to
31           disable too.
32
33 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
34
35         * gtk-doc-plugins.mak:
36           Just use the normal 'check' target and avoid a circular
37           dependency.
38
39 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
40
41         * gtk-doc-plugins.mak:
42           Add rule to error out if .hierarchy file contains tabs.
43
44 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
45
46         * download-translations:
47         * po.mak:
48           If there are new languages, they need to be added to po/LINGUAS.
49
50 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
51
52         * download-translations:
53         * po.mak:
54           Fix up 'download-po' a bit, so that we find new translations
55           for languages that aren't in our po/LINGUAS file yet too.
56
57 2007-07-16  Jan Schmidt  <thaytan@mad.scientist.com>
58
59         * gst.supp:
60         Add a suppression for GLib caching the tmp dir seen on an
61         Ubuntu Feisty system.
62
63 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
64
65         * m4/gst-feature.m4:
66         If we want to use 'echo -e', call /bin/echo instead of the shell's
67         since -e is a bash extension, and our /bin/sh might not be being
68         provided by bash.
69
70 2007-07-01  Thomas Vander Stichele  <thomas at apestaart dot org>
71
72         * po.mak:
73           Translation project has moved.  Also, no idea how this used to
74           work given that we weren't downloading a .po file.
75
76 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
77
78         * gst-xmlinspect.py:
79         * plugins.xsl:
80           Also extract element caps for plugin-docs. Fixes parts of #117692.
81
82 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
83
84         Patch by: Andreas Schwab
85
86         * m4/gst-feature.m4:
87           Fix quoting (#449493).
88
89 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
90
91         * m4/gst-parser.m4:
92         Only generate the parser if bison >= 1.875 _and_ flex >= 2.5.31 is
93         installed and use pre-generated sources otherwise. Fixes bug #444820.
94
95 2007-05-11  Michael Smith <msmith@fluendo.com>
96
97         * gst.supp:
98           Suppression variant for our good friend the TLS leak, this time for
99           Ubuntu Feisty/x86.
100
101 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
102
103         * gtk-doc-plugins.mak:
104           Fix make distcheck again; change some spaces to tabs in makefile.
105
106 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
107
108         * gtk-doc-plugins.mak (-module):
109           Error out when the html build step gives warnings, so they get
110           fixed properly.
111
112 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
113
114         * m4/gst-feature.m4:
115           Add macro AG_GST_PARSE_SUBSYSTEM_DISABLES that checks the defines in
116           the configuration header and AC_DEFINES the setings.
117
118 2007-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
119
120         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
121
122         * m4/gst-parser.m4:
123         Put the AC_MSG_RESULT output in brackets to get it properly written to
124         the terminal.
125
126 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
127
128         * m4/gst-parser.m4:
129         Check for flex >= 2.5.31 and set GENERATE_PARSER if we have at least
130         that version. Otherwise use pre-generated parser sources as we can't
131         raise the required flex version. HAVE_MT_SAVE_FLEX is obsolete now
132         as we use a new enough flex version anyway. First part of #349180
133
134 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
135
136         * m4/gst-check.m4:
137           Allow pre-setting the GST(PB)_TOOLS/PLUGINS_DIR variables to help
138           builds against older GStreamer.
139
140 2007-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
141
142         * m4/gst-parser.m4:
143         Fix the flex version check. It ignored the micro version before.
144
145 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
146
147         * check.mak:
148         Use the same timeout when generating valgrind suppressions as 
149         running the valgrind test.
150
151         * gst.supp:
152         Add some more suppressions and stuff.
153
154 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
155
156         * check.mak:
157         Make sure GSlice is disabled when building suppressions too.
158
159         * gst.supp:
160         Add around *850* lines of suppressions for one-time initialisations
161         inside libasound and gconf/bonobo/ORBit. I feel so dirty.
162
163 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
164
165         * gst.supp:
166         add a suppression for this GConf flup on the FC5 buildbot.
167
168 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
169
170         * gst.supp:
171         Make the suppression a little more generic, to catch the FC5 
172         backtrace too.
173
174 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
175
176         * gst.supp:
177         Add a suppression for libcdio 0.76. It leaks an internal struct
178         when the CD-ROM device is not accessible.
179
180 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
181
182         * m4/gst-arch.m4:
183           Move a line that was in the wrong macro
184
185 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
186
187         * m4/gst.m4:
188           Add
189         * m4/gst-arch.m4:
190         * m4/gst-args.m4:
191         * m4/gst-check.m4:
192         * m4/gst-debuginfo.m4:
193         * m4/gst-default.m4:
194         * m4/gst-doc.m4:
195         * m4/gst-error.m4:
196         * m4/gst-feature.m4:
197         * m4/gst-function.m4:
198         * m4/gst-gettext.m4:
199         * m4/gst-glib2.m4:
200         * m4/gst-libxml2.m4:
201         * m4/gst-parser.m4:
202         * m4/gst-plugin-docs.m4:
203         * m4/gst-plugindir.m4:
204         * m4/gst-valgrind.m4:
205         * m4/gst-x11.m4:
206           Convert all macros to use AG_GST style so we can properly warn
207           when they're missing if configure.ac calls AG_GST_INIT
208           Will require update in all GStreamer modules.
209
210 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
211
212         * m4/gst-args.m4:
213           Remove 'enable' from configure switch description as this leads to 
214           confusing lines like "disable enable builing ...".
215         * m4/gst-feature.m4:
216           Fix comment to sound less horrible.
217
218 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
219
220         Patch by: Will Newton  <will.newton gmail com>
221
222         * m4/gst-check.m4:
223           Use $PKG_CONFIG rather than pkg-config directly, the one in our path
224           might not be the one we want, like when cross-compiling. Also, other
225           macros such as PKG_CHECK_MODULES use $PKG_CONFIG, so we should
226           probably too just for consistency. Fixes #405288.
227
228 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
229
230         * m4/gst-parser.m4:
231           Need to use double square brackets again so m4 doesn't remove them
232           (fixes #378931).
233
234         * m4/gst-args.m4:
235           Use double square brackets here as well, for the same reason.
236
237 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
238
239         * m4/gst-parser.m4:
240           Use 'sed' rather than 'tr' to strip trailing letters from version
241           numbers, since 'tr' might not be available and we know sed is
242           (#378931).
243
244 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
245
246         * check.mak:
247           Increase default timeout under valgrind, 60 is just too short and
248           some tests take a bit longer these days and not everyone has a
249           beefy machine.
250
251 2006-09-29  Michael Smith  <msmith@fluendo.com>
252
253         * gst.supp:
254           More suppressions for edgy. 
255
256 2006-09-28  Jan Schmidt  <thaytan@mad.scientist.com>
257
258         * m4/gst-glib2.m4:
259         Use gmodule-no-export-2.0.pc instead of gmodule-2.0.pc - we neither
260         want nor need --export-dynamic (which ends up making us export a bunch
261         of unneeded symbols)
262
263 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
264
265         * gst.supp:
266           Some suppressions for the more recent ld.so in ubuntu edgy.
267
268 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
269
270         * gst.supp:
271           Shorten function trail so the suppression works on
272           my ubuntu dapper system with core cvs as well.
273
274 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
275
276         * gst.supp:
277         Extra suppressions from my Ubuntu x86_64 machine
278
279 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
280
281         Patch by: Frederic Peters <fpeters at entrouvert com>
282
283         * m4/gst-parser.m4:
284           Need to double square brackets in .m4 files. Should fix bison
285           version detection with version numbers like 1.23a (#348354).
286
287 2006-07-24  Jan Schmidt  <thaytan@mad.scientist.com>
288
289         * check.mak:
290         Valgrind fails to find tests written in tests/check/ directly (rather
291         than a subdir) - because valgrind gets run with a filename that
292         doesn't contain a relative path, it goes searching /usr/bin instead.
293         Run with ./.... to make things work either way.
294
295         * gtk-doc-plugins.mak:
296         Add $(top_builddir)/src as a place to look for plugins
297         when building too, since that's where gst-template keeps things
298
299 2006-07-23  Stefan Kost  <ensonic@users.sf.net>
300
301         Patch by: Frederic Peters <fpeters@entrouvert.com>
302
303         * m4/gst-parser.m4:
304           Fix bison detection (#348354)
305
306 2006-07-21  Stefan Kost  <ensonic@users.sf.net>
307
308         * m4/gst-parser.m4:
309           check for bison and flex
310
311 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
312
313         * m4/gst-plugin-docs.m4:
314           remove the configure argument for enabling plugin doc build;
315           having gtk-doc enabled and pyxml present is enough of a trigger
316
317 2006-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
318
319         * coverage/lcov.mak:
320           fix up rules to work with gst-python as well
321           run "make lcov" to test and generate the reports
322           run "make lcov-reset" to redo it after that
323
324 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
325
326         * Makefile.am:
327         * check.mak:
328           add an inspect target that inspects every element feature,
329           so we can have that added for coverage
330         * coverage/lcov.mak:
331           add support for lcov
332
333 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
334
335         * m4/gst-args.m4:
336           when building with gcov, reset CFLAGS and friends to O0
337
338 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
339
340         * m4/gst-args.m4:
341           Find the gcov that matches the gcc version
342           Only allow gcov if we use gcc
343
344 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
345
346         * Makefile.am:
347         * coverage/coverage-report-entry.pl:
348         * coverage/coverage-report.pl:
349         * coverage/coverage-report.xsl:
350           copy coverage reporting files from dbus
351
352 2006-07-01  Thomas Vander Stichele  <thomas at apestaart dot org>
353
354         * m4/gst-args.m4:
355           libtool strips gcov's -f flags, so libgcov does not get
356           linked in.  Setting GCOV_LIBS with -lgcov fixes libtool's
357           stripping
358           also show what pkg-config-path we set
359
360 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
361
362         Patch by: Peter Kjellerstedt <pkj at axis com>
363
364         * m4/gst-feature.m4:
365           Show list of plugins without external dependencies that
366           will not be built as well (#344136).
367
368 2006-06-15  Tim-Philipp Müller  <tim at centricular dot net>
369
370         * m4/gst-plugin-docs.m4:
371           add GST_PLUGIN_DOCS, which checks for everything needed
372           to build the plugin docs (namely gtk-doc and pyxml); also
373           adds a new --enable-plugin-docs configure switch; will
374           set ENABLE_PLUGIN_DOCS conditional for use in Makefile.am
375           files (see #344039).
376
377 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
378
379         * m4/gst-check.m4:
380           add GST_PKG_CHECK_MODULES, which in the normal case of checking
381           for a dependency lib for a plug-in only needs two arguments
382           to do the right thing.
383         * m4/gst-feature.m4:
384           clean up output a little of feature checking; also deal with
385           non-plug-in feature checks
386         * m4/Makefile.am:
387         * m4/gst-gstreamer.m4:
388           remove this file; it's a useless check
389
390 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
391
392         * m4/gst-arch.m4:
393           add PPC64 so we can have separate structure sizes for it
394
395 2006-06-05  Edward Hervey  <edward@fluendo.com>
396
397         * gtk-doc.mak:
398         Check for the proper .devhelp2 file to remove.
399
400 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
401
402         * gtk-doc.mak:
403           allow a magic variable to suppress errors from docbuilding
404
405 2006-05-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
406
407         * gtk-doc.mak:
408           error out if gtkdoc-mktmpl finds unused declarations
409
410 2006-05-28  Edward Hervey  <edward@fluendo.com>
411
412         * gst.supp:
413         Reverting previous commit.  That's good to know, Edward, but why ?
414         
415 2006-05-28  Edward Hervey  <edward@fluendo.com>
416
417         * gst.supp:
418         Added suppresion for memleak in g_option_context_parse on fc5-64
419
420 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
421
422         * m4/gst-check.m4:
423           set GSTPB_PLUGINS_DIR just like GST_PLUGINS_DIR
424
425 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
426
427         * check.mak:
428           Fix 'make help' in check directories, it should be
429           'valgrind.gen-suppressions' not 'valgrind-gen-suppressions'
430           (not changing target to match help string on purpose to keep
431           scripts etc. functional).
432
433 2006-05-18  Thomas Vander Stichele  <thomas at apestaart dot org>
434
435         Patch by: Peter Kjellerstedt
436
437         * m4/gst-arch.m4:
438           add support for CRIS and CRISv32.
439
440 2006-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
441
442         * m4/gst-args.m4:
443         Fix the macros for command-line supplied package and origin names
444         so they don't end up being configure as "" (Fixes #341479)
445
446 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
447
448         * gtk-doc.mak:
449         Add uninstall rule to remove .devhelp2 files.
450
451 2006-05-09  Edward Hervey  <edward@fluendo.com>
452
453         * gst.supp: 
454           Add suppression for GSlice version of
455           g_type_init calloc leak
456
457 2006-04-05  Michael Smith  <msmith@fluendo.com>
458
459         * gst.supp:
460           Delete a bogus suppression for the registry code.
461           Generalise a suppression for a glib bug (see #337404)
462
463 2006-04-04  Michael Smith <msmith@fluendo.com>
464
465         * gst.supp:
466           Add a leak suppression: the existing glibc-doesn't-free-TLS one
467           wasn't triggering here.
468
469 2006-04-04  Michael Smith <msmith@fluendo.com>
470
471         * gst.supp:
472           Add some minimally-neccesary suppressions for my x86/dapper system.
473
474 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
475
476         * plugins.xsl:
477           Do not display an origin link if origin does not start with http
478           See #323798
479
480 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
481
482         * m4/gst-args.m4:
483         * m4/gst-feature.m4:
484           add more macros
485         * m4/gst-x11.m4:
486           X11-related checks
487
488 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
489
490         * m4/as-version.m4:
491           newer version
492         * m4/gst-args.m4:
493         * m4/gst-doc.m4:
494           update and add other macros to be shared across projects
495
496 2006-03-24  Thomas Vander Stichele  <thomas at apestaart dot org>
497
498         * gst.supp:
499           add a suppression for g_parse_debug_string
500
501 2006-03-23  Stefan Kost  <ensonic@users.sf.net>
502
503         * gstdoc-scangobj:
504           sync fully with gtkdoc-0.15
505
506 2006-03-23  Stefan Kost  <ensonic@users.sf.net>
507
508         * gstdoc-scangobj:
509         * gtk-doc.mak:
510           sync a little with gtk-doc mainline
511
512 2006-03-17  Wim Taymans  <wim@fluendo.com>
513
514         * gst.supp:
515           add another clone suppression
516           change all glibc suppressions to match 2.3.*
517
518 2006-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
519
520         * m4/check.m4:
521           fix test so it actually works when the normal check is used
522           over debian's/ubuntu's
523
524 2006-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
525
526         * check.mak:
527         Set G_SLICE=always-malloc when valgrinding tests
528         (closes #333272)
529
530 2006-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
531
532         * m4/gst-glib2.m4:
533         Fix debug output when the GLib version prerequisite is not found
534
535 2006-02-13  Andy Wingo  <wingo@pobox.com>
536
537         * m4/check.m4: Hack around Debian/Ubuntu's broken installation of
538         the PIC version of check as libcheck_pic.a. Should work with
539         cross-compilation too. Grr.
540
541 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
542
543         * m4/gst-default.m4:
544           switch to auto* sinks for defaults
545
546 2006-02-02  Wim Taymans  <wim@fluendo.com>
547
548         * check.mak:
549           add a .valgrind.gen-suppressions target to aid in generating
550           suppressions
551         * gst.supp:
552           add more repressions from my debian glibc as of today
553
554 2006-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
555
556         * gtk-doc-plugins.mak:
557           only add srcdir/gst if it exists
558
559 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
560
561         * release.mak:
562           don't complain about disted enums in win32
563
564 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
565
566         * m4/gst-check.m4:
567           AC_SUBST CFLAGS and LIBS
568           do a non-command because something is stripping out our AC_SUBST
569
570 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
571
572         * m4/gst-args.m4:
573         * m4/gst-valgrind.m4:
574           properly give a "no" result manually when providing a
575           not-found action to fix configure output
576
577 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
578
579         * m4/pkg.m4:
580           update with a more recent version
581
582 2006-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
583
584         * gettext.patch:
585           make Makefile depend on LINGUAS, so rebuilds work when adding
586           a language
587
588 2006-01-03  Michael Smith  <msmith@fluendo.com>
589
590         * check.mak:
591           Clarify error message from valgrind test runs.
592
593 2005-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
594
595         * m4/gst-arch.m4:
596           define HOST_CPU
597
598 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
599
600         * check.mak:
601           add a valgrind-forever target for tests
602
603 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
604
605         * check.mak:
606           when a "make test.check" run fails, make it rerun the test with       
607           at least debug level 2
608
609 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
610
611         * m4/Makefile.am:
612         * m4/gst-check.m4:
613           fix check for base plugins
614         * m4/gst-default.m4:
615           add m4 to set default elements
616
617 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
618
619         * m4/gst-check.m4:
620           check for tools correctly
621
622 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
623
624         * gtk-doc.mak:
625           only enable breaking on new API when make distcheck passes,
626           not before
627
628 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
629
630         * m4/gst-check.m4:
631           Resurrect Julien's dead body and wipe his mind clean
632
633 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
634
635         * m4/gst-check.m4:
636           Kill Julien
637
638 2005-10-17  Julien MOUTTE  <julien@moutte.net>
639
640         * m4/gst-check.m4: I know Thomas will kill me but this 
641         ifelse statement seems incorrect as it is always setting
642         required to "yes". With this one it seems to work. Fixes
643         build of gst-plugins-base on my setup where gstreamer-check
644         is definitely not present/required.
645
646 2005-10-18  Stefan Kost  <ensonic@users.sf.net>
647
648         * gtk-doc.mak:
649           make build break on new api that has not been added to the
650           sections file
651
652 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
653
654         * m4/gst-glib2.m4:
655         * m4/Makefile.am:
656         * m4/gst-check.m4:
657           add macro for easy checks for GStreamer libs
658
659 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
660
661         * m4/gst-glib2.m4:
662           update, warn in error cases
663
664 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
665
666         * m4/gst-error.m4:
667           add GST_SET_DEFAULT_LEVEL
668
669 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
670
671         * m4/Makefile.am:
672         * m4/gst-gettext.m4:
673           remove the AM_GNU_GETTEXT* calls, they need to be in configure.ac
674         * m4/gst-glib2.m4:
675           clean up and re-use in core soon
676         * m4/gst-plugindir.m4:
677           macro to set up PLUGINDIR and plugindir define/var
678
679 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
680
681         * m4/Makefile.am:
682         * m4/gst-gettext.m4:
683           add macro for setting up gettext
684
685 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
686
687         * m4/gst-args.m4:
688           add some .m4's for argument checking that can be shared among modules
689
690 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
691
692         * m4/as-libtool.m4:
693           set _LT_LDFLAGS
694         * m4/gst-libxml2.m4:
695           document
696
697 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
698
699         * m4/gst-arch.m4:
700           indent a little
701           add AC_REQUIRE
702         * m4/gst-error.m4:
703           clean up
704
705 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
706
707         * gst-autogen.sh:
708           update version detection expression to catch stuff like
709           Libtool (libtool15) 1.5.0
710
711 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
712
713         * gst.supp:
714           commit 6 new suppressions related to g_module_open; can these
715           really not be folded into one ?
716
717 2005-10-11  Edward Hervey  <edward@fluendo.com>
718
719         * gst.supp: 
720         made the <g_type_init calloc 2> suppression more generic
721         Added pthread memleak suppresions
722         Added nss_parse_* memleak suppresion (used by g_option_context_parse)
723
724 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
725
726         * check.mak:
727           be more strict, more leak resolution
728         * gst.supp:
729           clean up the g_type_init suppressions
730
731 2005-10-07  Thomas Vander Stichele  <thomas at apestaart dot org>
732
733         * m4/Makefile.am:
734         * m4/gst-valgrind.m4:
735           put the valgrind detection in an .m4
736
737 2005-09-29  Thomas Vander Stichele  <thomas at apestaart dot org>
738
739         * check.mak:
740           add some more targets, like "help", but also more intensive tests
741
742 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
743
744         * gtk-doc.mak:
745           make certain doc warnings fatal so people maintain docs again
746
747 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
748
749         * Makefile.am:
750         * gtk-doc-plugins.mak:
751         * scangobj-merge.py:
752           merge additions from the .signals.new and .args.new file in
753           the original ones, only updating if necessary
754
755 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
756
757         * gst-xmlinspect.py:
758         * gstdoc-scangobj:
759         * gtk-doc-plugins.mak:
760           fix properly for new API; make update in plugins dir now works
761
762 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
763
764         * gst-xmlinspect.py:
765         * gstdoc-scangobj:
766           some fixes for new API
767         * gtk-doc-plugins.mak:
768           set environment properly
769
770 2005-09-17  David Schleef  <ds@schleef.org>
771
772         * gtk-doc-plugins.mak: Use new environment variables.
773
774 2005-09-16  Michael Smith <msmith@fluendo.com>
775
776         * gstdoc-scangobj:
777           Make the scanobj code reflect registry/plugin API changes
778
779 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
780
781         * gtk-doc-plugins.mak:
782           split out scanobj step (which will be run by doc maintainer)
783           from scan step (which will be run on every build)
784           clean up some of the commands for make distcheck
785
786 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
787
788         * gtk-doc-plugins.mak:
789         * mangle-tmpl.py:
790           first stab at reorganizing the plugins build so we can maintain
791           element docs
792
793 2005-09-14  David Schleef  <ds@schleef.org>
794
795         * as-libtool.mak: Remove
796         * m4/as-libtool.m4: The libtool bug that this worked around has
797           been fixed.
798         * m4/as-version.m4: Don't define GST_RELEASE, since it causes
799           config.h to be regenerated needlessly, and we don't use it.
800
801 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
802
803         * gtk-doc-plugins.mak:
804           error out on inspect failure
805
806 2005-09-14  Michael Smith <msmith@fluendo.com>
807
808         * glib-gen.mak:
809           Don't call glib-mkenums with arguments that confuse/break MinGW,
810           fixes 316155.
811
812 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
813
814         * gtk-doc-plugins.mak:
815         * gtk-doc.mak:
816         * m4/gst-doc.m4:
817           separate out gtk-doc and docbook stuff
818           have two separate --enable configure flags
819
820 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
821
822         * check.mak:
823           add a .gdb target; rebuild registry for each target, otherwise
824           a code rebuild always triggers a reg rebuild, and it's just too
825           annoying
826         * gstdoc-scangobj:
827
828 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
829
830         * check.mak:
831           separate out REGISTRY_ENVIRONMENT; we want to use that from
832           our valgrind runs, but we also want TESTS_ENVIRONMENT to contain
833           everything that the first test, gst-register, needs
834
835 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
836
837         * check.mak:
838           parse output of valgrind and check for definitely lost, and error
839           out; somehow I was led to believe valgrind returns non-zero for
840           leaks, but I can't make it do that, so let's parse
841
842 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
843
844         * check.mak:
845           for some weird reason valgrind does not report actual memleaks
846           if GST_PLUGIN_PATH is set to anything but the core gstreamer dir
847           while valgrind is running.  Since the registry is going to go
848           anyway, I don't want to waste any more time on this; I just run
849           valgrind without GST_PLUGIN_PATH set.  Since the registry loading
850           doesn't check if GST_PLUGIN_PATH got changed as a reason to rebuild
851           the registry, that's actually fine.
852
853 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
854
855         * mangle-tmpl.py:
856           keep original Long_Description; only insert an include if it's
857           not already the first line in there
858         * plugins.xsl:
859           output more information for plugins, including an origin hyperlink
860
861 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
862
863         * gst-xmlinspect.py:
864           a first stab at inspecting plugins and outputting an xml description
865         * gtk-doc-plugins.mak:
866           a gtk-doc using snippet for plugins documentation
867         * plugins.xsl:
868           a stylesheet to convert gst-xmlinspect.py output to docbook output
869           for inclusion in the gtk-doc stuff
870
871 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
872
873         * m4/gst-doc.m4:
874           s/pdf/eps/ in test for whether we output EPS images (#309379).
875
876 2005-07-18  Andy Wingo  <wingo@pobox.com>
877
878         * m4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much
879         better. Thanks, Paolo Bonzini!
880         
881         * m4/Makefile.am (EXTRA_DIST): 
882         * m4/as-libtool-tags.m4: New file, tries to disable some CXX and
883         fortran checks.
884
885 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
886
887         * m4/gst-error.m4:
888           add macro to set ERROR_CFLAGS
889
890 2005-06-30  Jan Schmidt  <thaytan@mad.scientist.com>
891
892         * gst-autogen.sh:
893           Remove the old autoregen.sh if it exists before recreating it,
894           to prevent confusing any shell process that might be reading it
895           currently.
896
897 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
898
899         * m4/gtk-doc.m4:
900           added
901
902 2005-06-03  Stefan Kost  <ensonic@users.sf.net>
903
904         * gst-autogen.sh: create autoregen.sh *before* shifting the options
905
906 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
907
908         * gst-autogen.sh: only update autoregen.sh on actual runs
909
910 2005-03-11  Thomas Vander Stichele  <thomas at apestaart dot org>
911
912         * m4/check.m4: m4 from the check unit test suite
913
914 2004-12-14  David Schleef  <ds@schleef.org>
915
916         * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and
917         isn't needed anywhere
918
919 2004-12-08  Thomas Vander Stichele  <thomas at apestaart dot org>
920
921         * gst-autogen.sh:
922           allow failure command to be run so we can clean upfrom autopoint
923
924 2004-09-03  Zeeshan Ali Khattak <zeenix@gmail.com>
925         * m4/gst-feature.m4: Trying to correct the GST_CHECK_CONFIGPROG macro
926
927 2004-07-21  Benjamin Otte  <otte@gnome.org>
928
929         * m4/.cvsignore: exciting updates for libtool m4 files
930
931 2004-07-12  David Schleef  <ds@schleef.org>
932
933         * m4/as-objc.m4:  Add a macro to test for objective C
934
935 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
936
937         * m4/gst-feature.m4:
938           not all of them support --plugin-libs, so redirect stderr
939
940 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
941
942         * m4/as-scrub-include.m4:
943           sync with upstream to 0.1.4.  Fixes #132440
944
945 2004-06-07  Benjamin Otte  <otte@gnome.org>
946
947         * m4/gst-feature.m4:
948           write a big marker into configure output when checking next plugin
949           to allow easier parsing of why plugins are(n't) built.
950
951 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
952
953         * m4/as-compiler-flag.m4:
954         * m4/as-compiler.m4:
955         * m4/as-libtool.m4:
956         * m4/as-version.m4:
957           sync with upstream, change sticky options to -ko
958
959 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
960
961         * m4/as-scrub-include.m4: synced with upstream
962
963 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
964
965         * po.mak:
966           snippet for updating .po files
967
968 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
969
970         * Makefile.am:
971         * m4/Makefile.am:
972           integrate these with the dist
973
974 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
975
976         * release.mak: add a release target
977
978 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
979
980         patch by: Stephane Loeuillet
981
982         * m4/ax_create_stdint_h.m4:
983           use head -n instead of head - (#136500)
984
985 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
986
987         * m4/gst-doc.m4: don't build PS without dvips binary
988
989 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
990
991         reviewed by: Benjamin Otte  <otte@gnome.org>
992
993         * m4/as-docbook.m4:
994           don't use == operator with test(1) (fixes #135115)
995
996 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
997  
998         * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test)
999
1000 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1001
1002         * m4/gst-feature.m4:
1003           remove AM_CONDITIONAL for the subsystem since automake 1.6.x
1004           requires that call be in configure.ac
1005
1006 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1007
1008         * m4/gst-libxml2.m4:
1009           take required version as argument, and default to 2.4.9 if not
1010           specified
1011
1012 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1013
1014         * m4/gst-feature.m4:
1015           rename and fix up GST_CHECK_DISABLE_SUBSYSTEM
1016
1017 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1018
1019         * common/m4/as-ac-expand.m4:
1020         * common/m4/as-auto-alt.m4:
1021         * common/m4/as-compiler-flag.m4:
1022         * common/m4/as-compiler.m4:
1023         * common/m4/as-docbook.m4:
1024         * common/m4/as-libtool.m4:
1025         * common/m4/as-scrub-include.m4:
1026         * common/m4/as-version.m4:
1027         * common/m4/glib-gettext.m4:
1028         * common/m4/gst-arch.m4:
1029         * common/m4/gst-debuginfo.m4:
1030         * common/m4/gst-doc.m4:
1031         * common/m4/gst-feature.m4:
1032         * common/m4/gst-function.m4:
1033         * common/m4/gst-glib2.m4:
1034         * common/m4/gst-gstreamer.m4:
1035         * common/m4/gst-libxml2.m4:
1036         * common/m4/gst-makecontext.m4:
1037         * common/m4/gst-mcsc.m4:
1038         * common/m4/pkg.m4:
1039           fix underquoted macros as reported by automake 1.8.x (#133800)
1040
1041 2004-02-11  Johan Dahlin  <johan@gnome.org>
1042
1043         * gst-autogen.sh: Use A-Z instead of A-z in sed expression to
1044         avoid a warning
1045
1046 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1047
1048         * m4/gst-doc.m4:
1049           we use --output-format=xml and --ingnore-files options to
1050           gtkdoc-mkdb, which got added between 0.9 and 1.0
1051
1052 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1053
1054         * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back
1055           to configure.ac to shut up libtoolize
1056
1057 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1058
1059         * glib-gen.mak: added; used to generate enums and marshal code
1060
1061 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1062
1063         * gettext.patch: added; used by autogen.sh to make sure
1064           GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in
1065