m4/gst-arch.m4: indent a little add AC_REQUIRE
[platform/upstream/gst-common.git] / ChangeLog
1 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * m4/gst-arch.m4:
4           indent a little
5           add AC_REQUIRE
6         * m4/gst-error.m4:
7           clean up
8
9 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10
11         * gst-autogen.sh:
12           update version detection expression to catch stuff like
13           Libtool (libtool15) 1.5.0
14
15 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16
17         * gst.supp:
18           commit 6 new suppressions related to g_module_open; can these
19           really not be folded into one ?
20
21 2005-10-11  Edward Hervey  <edward@fluendo.com>
22
23         * gst.supp: 
24         made the <g_type_init calloc 2> suppression more generic
25         Added pthread memleak suppresions
26         Added nss_parse_* memleak suppresion (used by g_option_context_parse)
27
28 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
29
30         * check.mak:
31           be more strict, more leak resolution
32         * gst.supp:
33           clean up the g_type_init suppressions
34
35 2005-10-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36
37         * m4/Makefile.am:
38         * m4/gst-valgrind.m4:
39           put the valgrind detection in an .m4
40
41 2005-09-29  Thomas Vander Stichele  <thomas at apestaart dot org>
42
43         * check.mak:
44           add some more targets, like "help", but also more intensive tests
45
46 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
47
48         * gtk-doc.mak:
49           make certain doc warnings fatal so people maintain docs again
50
51 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
52
53         * Makefile.am:
54         * gtk-doc-plugins.mak:
55         * scangobj-merge.py:
56           merge additions from the .signals.new and .args.new file in
57           the original ones, only updating if necessary
58
59 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
60
61         * gst-xmlinspect.py:
62         * gstdoc-scangobj:
63         * gtk-doc-plugins.mak:
64           fix properly for new API; make update in plugins dir now works
65
66 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
67
68         * gst-xmlinspect.py:
69         * gstdoc-scangobj:
70           some fixes for new API
71         * gtk-doc-plugins.mak:
72           set environment properly
73
74 2005-09-17  David Schleef  <ds@schleef.org>
75
76         * gtk-doc-plugins.mak: Use new environment variables.
77
78 2005-09-16  Michael Smith <msmith@fluendo.com>
79
80         * gstdoc-scangobj:
81           Make the scanobj code reflect registry/plugin API changes
82
83 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
84
85         * gtk-doc-plugins.mak:
86           split out scanobj step (which will be run by doc maintainer)
87           from scan step (which will be run on every build)
88           clean up some of the commands for make distcheck
89
90 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
91
92         * gtk-doc-plugins.mak:
93         * mangle-tmpl.py:
94           first stab at reorganizing the plugins build so we can maintain
95           element docs
96
97 2005-09-14  David Schleef  <ds@schleef.org>
98
99         * as-libtool.mak: Remove
100         * m4/as-libtool.m4: The libtool bug that this worked around has
101           been fixed.
102         * m4/as-version.m4: Don't define GST_RELEASE, since it causes
103           config.h to be regenerated needlessly, and we don't use it.
104
105 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
106
107         * gtk-doc-plugins.mak:
108           error out on inspect failure
109
110 2005-09-14  Michael Smith <msmith@fluendo.com>
111
112         * glib-gen.mak:
113           Don't call glib-mkenums with arguments that confuse/break MinGW,
114           fixes 316155.
115
116 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
117
118         * gtk-doc-plugins.mak:
119         * gtk-doc.mak:
120         * m4/gst-doc.m4:
121           separate out gtk-doc and docbook stuff
122           have two separate --enable configure flags
123
124 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
125
126         * check.mak:
127           add a .gdb target; rebuild registry for each target, otherwise
128           a code rebuild always triggers a reg rebuild, and it's just too
129           annoying
130         * gstdoc-scangobj:
131
132 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
133
134         * check.mak:
135           separate out REGISTRY_ENVIRONMENT; we want to use that from
136           our valgrind runs, but we also want TESTS_ENVIRONMENT to contain
137           everything that the first test, gst-register, needs
138
139 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
140
141         * check.mak:
142           parse output of valgrind and check for definitely lost, and error
143           out; somehow I was led to believe valgrind returns non-zero for
144           leaks, but I can't make it do that, so let's parse
145
146 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
147
148         * check.mak:
149           for some weird reason valgrind does not report actual memleaks
150           if GST_PLUGIN_PATH is set to anything but the core gstreamer dir
151           while valgrind is running.  Since the registry is going to go
152           anyway, I don't want to waste any more time on this; I just run
153           valgrind without GST_PLUGIN_PATH set.  Since the registry loading
154           doesn't check if GST_PLUGIN_PATH got changed as a reason to rebuild
155           the registry, that's actually fine.
156
157 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
158
159         * mangle-tmpl.py:
160           keep original Long_Description; only insert an include if it's
161           not already the first line in there
162         * plugins.xsl:
163           output more information for plugins, including an origin hyperlink
164
165 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
166
167         * gst-xmlinspect.py:
168           a first stab at inspecting plugins and outputting an xml description
169         * gtk-doc-plugins.mak:
170           a gtk-doc using snippet for plugins documentation
171         * plugins.xsl:
172           a stylesheet to convert gst-xmlinspect.py output to docbook output
173           for inclusion in the gtk-doc stuff
174
175 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
176
177         * m4/gst-doc.m4:
178           s/pdf/eps/ in test for whether we output EPS images (#309379).
179
180 2005-07-18  Andy Wingo  <wingo@pobox.com>
181
182         * m4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much
183         better. Thanks, Paolo Bonzini!
184         
185         * m4/Makefile.am (EXTRA_DIST): 
186         * m4/as-libtool-tags.m4: New file, tries to disable some CXX and
187         fortran checks.
188
189 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
190
191         * m4/gst-error.m4:
192           add macro to set ERROR_CFLAGS
193
194 2005-06-30  Jan Schmidt  <thaytan@mad.scientist.com>
195
196         * gst-autogen.sh:
197           Remove the old autoregen.sh if it exists before recreating it,
198           to prevent confusing any shell process that might be reading it
199           currently.
200
201 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
202
203         * m4/gtk-doc.m4:
204           added
205
206 2005-06-03  Stefan Kost  <ensonic@users.sf.net>
207
208         * gst-autogen.sh: create autoregen.sh *before* shifting the options
209
210 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
211
212         * gst-autogen.sh: only update autoregen.sh on actual runs
213
214 2005-03-11  Thomas Vander Stichele  <thomas at apestaart dot org>
215
216         * m4/check.m4: m4 from the check unit test suite
217
218 2004-12-14  David Schleef  <ds@schleef.org>
219
220         * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and
221         isn't needed anywhere
222
223 2004-12-08  Thomas Vander Stichele  <thomas at apestaart dot org>
224
225         * gst-autogen.sh:
226           allow failure command to be run so we can clean upfrom autopoint
227
228 2004-09-03  Zeeshan Ali Khattak <zeenix@gmail.com>
229         * m4/gst-feature.m4: Trying to correct the GST_CHECK_CONFIGPROG macro
230
231 2004-07-21  Benjamin Otte  <otte@gnome.org>
232
233         * m4/.cvsignore: exciting updates for libtool m4 files
234
235 2004-07-12  David Schleef  <ds@schleef.org>
236
237         * m4/as-objc.m4:  Add a macro to test for objective C
238
239 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
240
241         * m4/gst-feature.m4:
242           not all of them support --plugin-libs, so redirect stderr
243
244 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
245
246         * m4/as-scrub-include.m4:
247           sync with upstream to 0.1.4.  Fixes #132440
248
249 2004-06-07  Benjamin Otte  <otte@gnome.org>
250
251         * m4/gst-feature.m4:
252           write a big marker into configure output when checking next plugin
253           to allow easier parsing of why plugins are(n't) built.
254
255 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
256
257         * m4/as-compiler-flag.m4:
258         * m4/as-compiler.m4:
259         * m4/as-libtool.m4:
260         * m4/as-version.m4:
261           sync with upstream, change sticky options to -ko
262
263 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
264
265         * m4/as-scrub-include.m4: synced with upstream
266
267 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
268
269         * po.mak:
270           snippet for updating .po files
271
272 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
273
274         * Makefile.am:
275         * m4/Makefile.am:
276           integrate these with the dist
277
278 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
279
280         * release.mak: add a release target
281
282 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
283
284         patch by: Stephane Loeuillet
285
286         * m4/ax_create_stdint_h.m4:
287           use head -n instead of head - (#136500)
288
289 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
290
291         * m4/gst-doc.m4: don't build PS without dvips binary
292
293 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
294
295         reviewed by: Benjamin Otte  <otte@gnome.org>
296
297         * m4/as-docbook.m4:
298           don't use == operator with test(1) (fixes #135115)
299
300 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
301  
302         * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test)
303
304 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
305
306         * m4/gst-feature.m4:
307           remove AM_CONDITIONAL for the subsystem since automake 1.6.x
308           requires that call be in configure.ac
309
310 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
311
312         * m4/gst-libxml2.m4:
313           take required version as argument, and default to 2.4.9 if not
314           specified
315
316 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
317
318         * m4/gst-feature.m4:
319           rename and fix up GST_CHECK_DISABLE_SUBSYSTEM
320
321 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
322
323         * common/m4/as-ac-expand.m4:
324         * common/m4/as-auto-alt.m4:
325         * common/m4/as-compiler-flag.m4:
326         * common/m4/as-compiler.m4:
327         * common/m4/as-docbook.m4:
328         * common/m4/as-libtool.m4:
329         * common/m4/as-scrub-include.m4:
330         * common/m4/as-version.m4:
331         * common/m4/glib-gettext.m4:
332         * common/m4/gst-arch.m4:
333         * common/m4/gst-debuginfo.m4:
334         * common/m4/gst-doc.m4:
335         * common/m4/gst-feature.m4:
336         * common/m4/gst-function.m4:
337         * common/m4/gst-glib2.m4:
338         * common/m4/gst-gstreamer.m4:
339         * common/m4/gst-libxml2.m4:
340         * common/m4/gst-makecontext.m4:
341         * common/m4/gst-mcsc.m4:
342         * common/m4/pkg.m4:
343           fix underquoted macros as reported by automake 1.8.x (#133800)
344
345 2004-02-11  Johan Dahlin  <johan@gnome.org>
346
347         * gst-autogen.sh: Use A-Z instead of A-z in sed expression to
348         avoid a warning
349
350 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
351
352         * m4/gst-doc.m4:
353           we use --output-format=xml and --ingnore-files options to
354           gtkdoc-mkdb, which got added between 0.9 and 1.0
355
356 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
357
358         * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back
359           to configure.ac to shut up libtoolize
360
361 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
362
363         * glib-gen.mak: added; used to generate enums and marshal code
364
365 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
366
367         * gettext.patch: added; used by autogen.sh to make sure
368           GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in
369