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