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