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